++ 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 Mar 23 02:07:12 AM UTC 2026 ===================' INFO: =================== Mon Mar 23 02:07:12 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ 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 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14,10.20.0.25,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.25,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.27,10.0.0.50,10.0.0.23 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host +++ local local_ips=,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set -o posix ++ set ++ 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: 03/23/2026 02:07:20.878 7f7dbbec8900 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/23/2026 02:07:21.100 7f7dbbec8900 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 03/23/2026 02:07:21.114 7f7dbbec8900 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/23/2026 02:07:21.114 7f7dbbec8900 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.27:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.50 - - [2026-03-23 02:08:03] "GET /analytics HTTP/1.1" 401 205 0.000488 [API:8081]10.0.0.50 - - [2026-03-23 02:08:03] "GET /analytics HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.23 - - [2026-03-23 02:08:03] "GET /analytics HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.23 - - [2026-03-23 02:08:03] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-03-23 02:08:04] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2026-03-23 02:08:04] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.50 - - [2026-03-23 02:08:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.405462 [API:8081]10.0.0.50 - - [2026-03-23 02:08:34] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2026-03-23 02:08:34] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.23 - - [2026-03-23 02:08:34] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2026-03-23 02:08:34] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2026-03-23 02:08:35] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-03-23 02:08:35] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.50 - - [2026-03-23 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2026-03-23 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.23 - - [2026-03-23 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2026-03-23 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.50 - - [2026-03-23 02:09:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.396046 [API:8081]10.0.0.50 - - [2026-03-23 02:10:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2026-03-23 02:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.23 - - [2026-03-23 02:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2026-03-23 02:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-03-23 02:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.23 - - [2026-03-23 02:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.50 - - [2026-03-23 02:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2026-03-23 02:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000996 [API:8081]10.0.0.27 - - [2026-03-23 02:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.27 - - [2026-03-23 02:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2026-03-23 02:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2026-03-23 02:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [Introspect:8090]10.0.0.27 - - [2026-03-23 02:10:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001655 [API:8081]10.0.0.50 - - [2026-03-23 02:11:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.428723 [Introspect:8090]10.0.0.27 - - [2026-03-23 02:11:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001263 [API:8081]10.0.0.50 - - [2026-03-23 02:12:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.073382 [Introspect:8090]10.0.0.27 - - [2026-03-23 02:12:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001431 [Introspect:8090]10.0.0.27 - - [2026-03-23 02:12:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001606 [Introspect:8090]10.0.0.27 - - [2026-03-23 02:14:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001205 [API:8081]10.0.0.50 - - [2026-03-23 02:14:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.385498 [Introspect:8090]10.0.0.27 - - [2026-03-23 02:14:24] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000611 [API:8081]10.0.0.27 - - [2026-03-23 02:14:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1:Control:contrail-control:0?flat HTTP/1.1" 200 38109 0.124637 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.078050 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2:Control:contrail-control:0?flat HTTP/1.1" 200 27722 0.074839 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.018304 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.071144 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.016007 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.020775 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.020741 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.012539 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.012799 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011361 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.013380 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.012424 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4614 0.013596 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.013955 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012929 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011690 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014639 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014199 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019566 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013266 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013077 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.023013 [API:8081]10.0.0.27 - - [2026-03-23 02:14:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019528 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14832 0.019611 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.021090 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14831 0.016416 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021508 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.024479 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.016708 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.020470 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12051 0.020942 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.022679 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12021 0.027351 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.032013 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12051 0.031263 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.026852 [API:8081]10.0.0.27 - - [2026-03-23 02:14:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12021 0.027692 [API:8081]10.0.0.27 - - [2026-03-23 02:14:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.023467 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.013332 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.023522 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.012928 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013078 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.024680 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013258 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.016238 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14834 0.019871 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015089 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.015297 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14834 0.021208 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013385 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.016945 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.013946 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021359 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.013866 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.016497 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.014161 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.020298 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.015636 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4614 0.020024 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1:Control:contrail-control:0?flat HTTP/1.1" 200 38109 0.024484 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.014165 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.018595 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2:Control:contrail-control:0?flat HTTP/1.1" 200 27722 0.022550 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.016212 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.016044 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.027763 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.013777 [API:8081]10.0.0.27 - - [2026-03-23 02:14:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5514-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.020043 [API:8081]10.0.0.27 - - [2026-03-23 02:14:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12051 0.027563 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?flat HTTP/1.1" 200 16580 0.023401 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?flat HTTP/1.1" 200 14738 0.025429 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?flat HTTP/1.1" 200 16425 0.034022 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?flat HTTP/1.1" 200 16580 0.030808 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?flat HTTP/1.1" 200 14738 0.025421 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?flat HTTP/1.1" 200 16425 0.019592 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?flat HTTP/1.1" 200 16580 0.036680 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?flat HTTP/1.1" 200 14738 0.028286 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?flat HTTP/1.1" 200 16425 0.027595 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?flat HTTP/1.1" 200 16580 0.032182 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?flat HTTP/1.1" 200 14738 0.030748 [API:8081]10.0.0.27 - - [2026-03-23 02:14:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?flat HTTP/1.1" 200 16425 0.023537 [API:8081]10.0.0.27 - - [2026-03-23 02:14:33] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 8004 0.017562 [API:8081]10.0.0.27 - - [2026-03-23 02:14:33] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 7999 0.015422 [API:8081]10.0.0.27 - - [2026-03-23 02:14:33] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5514-3?flat HTTP/1.1" 200 8001 0.015893 [API:8081]10.0.0.27 - - [2026-03-23 02:14:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2026-03-23 02:14:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.079483 [API:8081]10.0.0.27 - - [2026-03-23 02:14:55] "POST /analytics/query HTTP/1.1" 200 54730 1.085790 [API:8081]10.0.0.27 - - [2026-03-23 02:14:56] "POST /analytics/query HTTP/1.1" 200 5869 1.079766 [API:8081]10.0.0.27 - - [2026-03-23 02:14:57] "POST /analytics/query HTTP/1.1" 200 871 1.022440 [API:8081]10.0.0.27 - - [2026-03-23 02:14:58] "POST /analytics/query HTTP/1.1" 200 5869 1.019735 [API:8081]10.0.0.27 - - [2026-03-23 02:15:00] "POST /analytics/query HTTP/1.1" 200 871 1.019171 [API:8081]10.0.0.27 - - [2026-03-23 02:15:11] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000992 [API:8081]10.0.0.50 - - [2026-03-23 02:15:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.103978 [API:8081]10.0.0.50 - - [2026-03-23 02:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.50 - - [2026-03-23 02:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-03-23 02:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-03-23 02:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-03-23 02:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-03-23 02:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2026-03-23 02:15:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.50 - - [2026-03-23 02:15:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000694 [API:8081]10.0.0.27 - - [2026-03-23 02:15:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-03-23 02:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-03-23 02:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.27 - - [2026-03-23 02:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:17:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003244 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004428 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004486 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003693 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:17:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004425 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004183 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003615 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002809 [API:8081]10.0.0.50 - - [2026-03-23 02:17:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073196 [API:8081]10.0.0.50 - - [2026-03-23 02:18:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.093043 [API:8081]10.0.0.27 - - [2026-03-23 02:18:35] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.27 - - [2026-03-23 02:18:35] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.50 - - [2026-03-23 02:19:04] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2026-03-23 02:19:04] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.23 - - [2026-03-23 02:19:04] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-03-23 02:19:04] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.27 - - [2026-03-23 02:20:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-03-23 02:20:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.077343 [API:8081]10.0.0.27 - - [2026-03-23 02:20:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.080780 [API:8081]10.0.0.50 - - [2026-03-23 02:20:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080519 [API:8081]10.0.0.50 - - [2026-03-23 02:20:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2026-03-23 02:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.23 - - [2026-03-23 02:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-03-23 02:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-03-23 02:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.23 - - [2026-03-23 02:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.50 - - [2026-03-23 02:20:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.50 - - [2026-03-23 02:20:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2026-03-23 02:20:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.27 - - [2026-03-23 02:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.27 - - [2026-03-23 02:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2026-03-23 02:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.50 - - [2026-03-23 02:21:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.069650 [API:8081]10.0.0.50 - - [2026-03-23 02:23:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065691 [API:8081]10.0.0.50 - - [2026-03-23 02:24:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.075405 [API:8081]10.0.0.50 - - [2026-03-23 02:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2026-03-23 02:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-03-23 02:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-03-23 02:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-03-23 02:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-03-23 02:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-03-23 02:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2026-03-23 02:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-03-23 02:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-03-23 02:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000460 [API:8081]10.0.0.27 - - [2026-03-23 02:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-03-23 02:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2026-03-23 02:26:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088358 [API:8081]10.0.0.27 - - [2026-03-23 02:26:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.27 - - [2026-03-23 02:26:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.076342 [API:8081]10.0.0.27 - - [2026-03-23 02:26:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.156520 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:27:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003849 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003990 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003547 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002978 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:27:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003504 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004627 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003641 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003039 [API:8081]10.0.0.50 - - [2026-03-23 02:27:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068865 [API:8081]10.0.0.27 - - [2026-03-23 02:28:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.009170 [API:8081]10.0.0.27 - - [2026-03-23 02:28:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.010489 [API:8081]10.0.0.27 - - [2026-03-23 02:28:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.081863 [API:8081]10.0.0.27 - - [2026-03-23 02:28:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.009702 [API:8081]10.0.0.27 - - [2026-03-23 02:28:35] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-03-23 02:28:35] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.50 - - [2026-03-23 02:29:04] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2026-03-23 02:29:04] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.23 - - [2026-03-23 02:29:04] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-03-23 02:29:04] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.50 - - [2026-03-23 02:29:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.133820 [API:8081]10.0.0.50 - - [2026-03-23 02:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2026-03-23 02:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2026-03-23 02:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-03-23 02:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-03-23 02:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-03-23 02:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2026-03-23 02:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2026-03-23 02:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-03-23 02:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.27 - - [2026-03-23 02:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.27 - - [2026-03-23 02:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2026-03-23 02:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.50 - - [2026-03-23 02:30:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.075771 [API:8081]10.0.0.27 - - [2026-03-23 02:32:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.092474 [API:8081]10.0.0.27 - - [2026-03-23 02:32:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12574 0.097266 [API:8081]10.0.0.27 - - [2026-03-23 02:32:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-52947145:ctest-vnet1-35220183?flat HTTP/1.1" 200 8245 0.014830 [API:8081]10.0.0.27 - - [2026-03-23 02:32:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009875 [API:8081]10.0.0.27 - - [2026-03-23 02:32:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.023002 [API:8081]10.0.0.27 - - [2026-03-23 02:32:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.024603 [API:8081]10.0.0.27 - - [2026-03-23 02:32:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.021225 [API:8081]10.0.0.27 - - [2026-03-23 02:32:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.022846 [API:8081]10.0.0.27 - - [2026-03-23 02:32:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.024149 [API:8081]10.0.0.27 - - [2026-03-23 02:32:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.022272 [API:8081]10.0.0.27 - - [2026-03-23 02:32:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.023292 [API:8081]10.0.0.27 - - [2026-03-23 02:32:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.022923 [API:8081]10.0.0.27 - - [2026-03-23 02:32:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.022468 [API:8081]10.0.0.27 - - [2026-03-23 02:32:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.021918 [API:8081]10.0.0.27 - - [2026-03-23 02:32:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.022257 [API:8081]10.0.0.27 - - [2026-03-23 02:32:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.025641 [API:8081]10.0.0.27 - - [2026-03-23 02:32:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.025550 [API:8081]10.0.0.27 - - [2026-03-23 02:32:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.024089 [API:8081]10.0.0.27 - - [2026-03-23 02:32:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.028273 [API:8081]10.0.0.27 - - [2026-03-23 02:32:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.031461 [API:8081]10.0.0.27 - - [2026-03-23 02:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.024504 [API:8081]10.0.0.27 - - [2026-03-23 02:32:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12983 0.024746 [API:8081]10.0.0.27 - - [2026-03-23 02:32:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.023213 [API:8081]10.0.0.27 - - [2026-03-23 02:32:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12563 0.026572 [API:8081]10.0.0.27 - - [2026-03-23 02:32:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-52947145:ctest-vnet0-35895143?flat HTTP/1.1" 200 8244 0.017262 [API:8081]10.0.0.27 - - [2026-03-23 02:32:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.018205 [API:8081]10.0.0.50 - - [2026-03-23 02:32:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.121860 [API:8081]10.0.0.27 - - [2026-03-23 02:32:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.011999 [API:8081]10.0.0.50 - - [2026-03-23 02:33:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.080136 [API:8081]10.0.0.27 - - [2026-03-23 02:34:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2026-03-23 02:34:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.073184 [API:8081]10.0.0.50 - - [2026-03-23 02:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2026-03-23 02:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2026-03-23 02:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2026-03-23 02:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-03-23 02:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-03-23 02:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.50 - - [2026-03-23 02:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.50 - - [2026-03-23 02:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.27 - - [2026-03-23 02:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2026-03-23 02:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-03-23 02:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.27 - - [2026-03-23 02:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2026-03-23 02:35:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093774 [API:8081]10.0.0.27 - - [2026-03-23 02:36:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.105486 [API:8081]10.0.0.27 - - [2026-03-23 02:36:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.040784 [API:8081]10.0.0.27 - - [2026-03-23 02:36:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.072284 [API:8081]10.0.0.27 - - [2026-03-23 02:36:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.028005 [API:8081]10.0.0.27 - - [2026-03-23 02:36:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021916 [API:8081]10.0.0.27 - - [2026-03-23 02:36:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.024990 [API:8081]10.0.0.27 - - [2026-03-23 02:36:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.023161 [API:8081]10.0.0.27 - - [2026-03-23 02:36:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.022891 [API:8081]10.0.0.27 - - [2026-03-23 02:36:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.027463 [API:8081]10.0.0.27 - - [2026-03-23 02:36:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.028573 [API:8081]10.0.0.27 - - [2026-03-23 02:36:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.020778 [API:8081]10.0.0.27 - - [2026-03-23 02:36:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.023267 [API:8081]10.0.0.27 - - [2026-03-23 02:36:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.022957 [API:8081]10.0.0.27 - - [2026-03-23 02:36:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.024209 [API:8081]10.0.0.27 - - [2026-03-23 02:36:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.022103 [API:8081]10.0.0.27 - - [2026-03-23 02:36:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.031156 [API:8081]10.0.0.27 - - [2026-03-23 02:36:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.023787 [API:8081]10.0.0.27 - - [2026-03-23 02:36:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12592 0.024869 [API:8081]10.0.0.27 - - [2026-03-23 02:36:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-40124791:ctest-vnet0-85453305?flat HTTP/1.1" 200 7198 0.015446 [API:8081]10.0.0.27 - - [2026-03-23 02:36:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009210 [API:8081]10.0.0.50 - - [2026-03-23 02:36:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068273 [API:8081]10.0.0.27 - - [2026-03-23 02:36:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-03-23 02:36:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.069847 [API:8081]10.0.0.27 - - [2026-03-23 02:37:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.27 - - [2026-03-23 02:37:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.068758 [API:8081]10.0.0.27 - - [2026-03-23 02:37:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.064122 [API:8081]10.0.0.27 - - [2026-03-23 02:37:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.067847 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:37:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003080 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003381 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003122 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002652 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:37:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003404 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003255 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002430 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002614 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:f720bd61-c5c0-49eb-9d9e-51dc99f6f9f7?flat HTTP/1.1" 200 5244 0.014064 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:f720bd61-c5c0-49eb-9d9e-51dc99f6f9f7?flat HTTP/1.1" 200 5244 0.020338 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:f720bd61-c5c0-49eb-9d9e-51dc99f6f9f7?flat HTTP/1.1" 200 5244 0.014520 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38122460:ctest-VN1-41687791?flat HTTP/1.1" 200 8569 0.017110 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021271 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.031000 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.023459 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.024325 [API:8081]10.0.0.27 - - [2026-03-23 02:38:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009710 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:7d65e7dc-a248-42a8-9417-9fe50bc1da4d?flat HTTP/1.1" 200 5347 0.017625 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:7d65e7dc-a248-42a8-9417-9fe50bc1da4d?flat HTTP/1.1" 200 5347 0.019636 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:7d65e7dc-a248-42a8-9417-9fe50bc1da4d?flat HTTP/1.1" 200 5347 0.025551 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38122460:ctest-VN2-68436666?flat HTTP/1.1" 200 8922 0.024660 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021973 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12963 0.025003 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025138 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12963 0.022473 [API:8081]10.0.0.27 - - [2026-03-23 02:38:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012749 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:3f4fa895-0aa3-4530-a56c-32846dfaaf71?flat HTTP/1.1" 200 5095 0.017237 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:3f4fa895-0aa3-4530-a56c-32846dfaaf71?flat HTTP/1.1" 200 5095 0.014385 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38122460:3f4fa895-0aa3-4530-a56c-32846dfaaf71?flat HTTP/1.1" 200 5095 0.015639 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38122460:ctest-VN3-15248413?flat HTTP/1.1" 200 7440 0.016644 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.029448 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.025007 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.022798 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.023481 [API:8081]10.0.0.27 - - [2026-03-23 02:38:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009505 [API:8081]10.0.0.27 - - [2026-03-23 02:38:35] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-03-23 02:38:35] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.50 - - [2026-03-23 02:38:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074632 [API:8081]10.0.0.50 - - [2026-03-23 02:39:04] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2026-03-23 02:39:04] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-03-23 02:39:04] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-03-23 02:39:04] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-03-23 02:39:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.024706 [API:8081]10.0.0.27 - - [2026-03-23 02:39:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13348 0.025331 [API:8081]10.0.0.27 - - [2026-03-23 02:39:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.032045 [API:8081]10.0.0.27 - - [2026-03-23 02:39:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.023844 [API:8081]10.0.0.50 - - [2026-03-23 02:39:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.085247 [API:8081]10.0.0.27 - - [2026-03-23 02:39:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.027422 [API:8081]10.0.0.27 - - [2026-03-23 02:39:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.029066 [API:8081]10.0.0.27 - - [2026-03-23 02:39:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.022206 [API:8081]10.0.0.27 - - [2026-03-23 02:39:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.020345 [API:8081]10.0.0.27 - - [2026-03-23 02:39:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.025514 [API:8081]10.0.0.27 - - [2026-03-23 02:39:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.026417 [API:8081]10.0.0.27 - - [2026-03-23 02:39:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.023587 [API:8081]10.0.0.27 - - [2026-03-23 02:39:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.022255 [API:8081]10.0.0.27 - - [2026-03-23 02:40:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.027616 [API:8081]10.0.0.27 - - [2026-03-23 02:40:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.034378 [API:8081]10.0.0.27 - - [2026-03-23 02:40:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.023157 [API:8081]10.0.0.27 - - [2026-03-23 02:40:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.033356 [API:8081]10.0.0.27 - - [2026-03-23 02:40:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.024215 [API:8081]10.0.0.27 - - [2026-03-23 02:40:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13349 0.021160 [API:8081]10.0.0.27 - - [2026-03-23 02:40:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.024136 [API:8081]10.0.0.27 - - [2026-03-23 02:40:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12988 0.023025 [API:8081]10.0.0.27 - - [2026-03-23 02:40:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38122460:ctest-VN3-15248413?flat HTTP/1.1" 200 6213 0.013692 [API:8081]10.0.0.27 - - [2026-03-23 02:40:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009939 [API:8081]10.0.0.27 - - [2026-03-23 02:40:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023078 [API:8081]10.0.0.27 - - [2026-03-23 02:40:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.026580 [API:8081]10.0.0.27 - - [2026-03-23 02:40:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022311 [API:8081]10.0.0.27 - - [2026-03-23 02:40:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.026763 [API:8081]10.0.0.27 - - [2026-03-23 02:40:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022688 [API:8081]10.0.0.27 - - [2026-03-23 02:40:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.020938 [API:8081]10.0.0.27 - - [2026-03-23 02:40:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021912 [API:8081]10.0.0.27 - - [2026-03-23 02:40:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.022180 [API:8081]10.0.0.27 - - [2026-03-23 02:40:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028039 [API:8081]10.0.0.27 - - [2026-03-23 02:40:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.025502 [API:8081]10.0.0.27 - - [2026-03-23 02:40:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022537 [API:8081]10.0.0.27 - - [2026-03-23 02:40:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.022613 [API:8081]10.0.0.27 - - [2026-03-23 02:40:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.035375 [API:8081]10.0.0.27 - - [2026-03-23 02:40:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.022525 [API:8081]10.0.0.27 - - [2026-03-23 02:40:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023373 [API:8081]10.0.0.27 - - [2026-03-23 02:40:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.040885 [API:8081]10.0.0.50 - - [2026-03-23 02:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2026-03-23 02:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-03-23 02:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000619 [API:8081]10.0.0.23 - - [2026-03-23 02:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.23 - - [2026-03-23 02:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2026-03-23 02:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2026-03-23 02:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2026-03-23 02:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2026-03-23 02:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-03-23 02:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-03-23 02:40:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022550 [API:8081]10.0.0.27 - - [2026-03-23 02:40:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12937 0.027691 [API:8081]10.0.0.27 - - [2026-03-23 02:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.27 - - [2026-03-23 02:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-03-23 02:40:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024033 [API:8081]10.0.0.27 - - [2026-03-23 02:40:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12578 0.024315 [API:8081]10.0.0.27 - - [2026-03-23 02:40:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38122460:ctest-VN2-68436666?flat HTTP/1.1" 200 6551 0.026998 [API:8081]10.0.0.27 - - [2026-03-23 02:40:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008789 [API:8081]10.0.0.27 - - [2026-03-23 02:40:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.024235 [API:8081]10.0.0.27 - - [2026-03-23 02:40:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12987 0.035591 [API:8081]10.0.0.27 - - [2026-03-23 02:40:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.029830 [API:8081]10.0.0.27 - - [2026-03-23 02:40:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.034717 [API:8081]10.0.0.27 - - [2026-03-23 02:40:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.025265 [API:8081]10.0.0.27 - - [2026-03-23 02:40:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.028446 [API:8081]10.0.0.27 - - [2026-03-23 02:40:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.030941 [API:8081]10.0.0.27 - - [2026-03-23 02:40:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.022538 [API:8081]10.0.0.27 - - [2026-03-23 02:40:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020905 [API:8081]10.0.0.27 - - [2026-03-23 02:40:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.023269 [API:8081]10.0.0.27 - - [2026-03-23 02:40:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.024251 [API:8081]10.0.0.27 - - [2026-03-23 02:40:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.022311 [API:8081]10.0.0.27 - - [2026-03-23 02:41:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.025471 [API:8081]10.0.0.27 - - [2026-03-23 02:41:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.026550 [API:8081]10.0.0.27 - - [2026-03-23 02:41:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.033638 [API:8081]10.0.0.27 - - [2026-03-23 02:41:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.038408 [API:8081]10.0.0.27 - - [2026-03-23 02:41:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022707 [API:8081]10.0.0.27 - - [2026-03-23 02:41:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.024068 [API:8081]10.0.0.27 - - [2026-03-23 02:41:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020498 [API:8081]10.0.0.27 - - [2026-03-23 02:41:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12596 0.025961 [API:8081]10.0.0.27 - - [2026-03-23 02:41:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38122460:ctest-VN1-41687791?flat HTTP/1.1" 200 6776 0.013119 [API:8081]10.0.0.27 - - [2026-03-23 02:41:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009307 [API:8081]10.0.0.27 - - [2026-03-23 02:41:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-03-23 02:41:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.076018 [API:8081]10.0.0.27 - - [2026-03-23 02:41:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.076654 [API:8081]10.0.0.27 - - [2026-03-23 02:41:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.083872 [API:8081]10.0.0.50 - - [2026-03-23 02:41:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084972 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:2e4f5405-735a-4ca0-b0e1-af1f9eb7edf7?flat HTTP/1.1" 200 5364 0.015795 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:2e4f5405-735a-4ca0-b0e1-af1f9eb7edf7?flat HTTP/1.1" 200 5364 0.015091 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:2e4f5405-735a-4ca0-b0e1-af1f9eb7edf7?flat HTTP/1.1" 200 5364 0.015313 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:2e4f5405-735a-4ca0-b0e1-af1f9eb7edf7?flat HTTP/1.1" 200 5364 0.016644 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-62026033:ctest-VN1-11627812?flat HTTP/1.1" 200 9453 0.023137 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.024895 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13355 0.026865 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.023096 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13355 0.025810 [API:8081]10.0.0.27 - - [2026-03-23 02:42:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012988 [API:8081]10.0.0.27 - - [2026-03-23 02:42:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:88a744b0-7b99-4bf6-aff7-0ff8b6bdd8d6?flat HTTP/1.1" 200 5220 0.022183 [API:8081]10.0.0.27 - - [2026-03-23 02:42:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:88a744b0-7b99-4bf6-aff7-0ff8b6bdd8d6?flat HTTP/1.1" 200 5220 0.015566 [API:8081]10.0.0.27 - - [2026-03-23 02:42:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:88a744b0-7b99-4bf6-aff7-0ff8b6bdd8d6?flat HTTP/1.1" 200 5220 0.020587 [API:8081]10.0.0.27 - - [2026-03-23 02:42:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:88a744b0-7b99-4bf6-aff7-0ff8b6bdd8d6?flat HTTP/1.1" 200 5220 0.016021 [API:8081]10.0.0.27 - - [2026-03-23 02:42:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-62026033:ctest-VN2-12398226?flat HTTP/1.1" 200 8634 0.018603 [API:8081]10.0.0.27 - - [2026-03-23 02:42:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020710 [API:8081]10.0.0.27 - - [2026-03-23 02:42:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12961 0.022223 [API:8081]10.0.0.27 - - [2026-03-23 02:42:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023946 [API:8081]10.0.0.27 - - [2026-03-23 02:42:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12961 0.027687 [API:8081]10.0.0.27 - - [2026-03-23 02:42:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011655 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:15597562-05c4-4707-bc41-9a91b44f879a?flat HTTP/1.1" 200 5221 0.015867 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:15597562-05c4-4707-bc41-9a91b44f879a?flat HTTP/1.1" 200 5221 0.013629 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:15597562-05c4-4707-bc41-9a91b44f879a?flat HTTP/1.1" 200 5221 0.014200 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-62026033:15597562-05c4-4707-bc41-9a91b44f879a?flat HTTP/1.1" 200 5221 0.015569 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-62026033:ctest-VN3-65840326?flat HTTP/1.1" 200 8204 0.017224 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.022357 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13355 0.023887 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.033553 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13355 0.023371 [API:8081]10.0.0.27 - - [2026-03-23 02:42:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010468 [API:8081]10.0.0.50 - - [2026-03-23 02:42:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.079054 [API:8081]10.0.0.27 - - [2026-03-23 02:43:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.022480 [API:8081]10.0.0.27 - - [2026-03-23 02:43:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13367 0.025640 [API:8081]10.0.0.27 - - [2026-03-23 02:43:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.022259 [API:8081]10.0.0.27 - - [2026-03-23 02:43:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13367 0.022026 [API:8081]10.0.0.27 - - [2026-03-23 02:43:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.021736 [API:8081]10.0.0.27 - - [2026-03-23 02:43:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13367 0.023277 [API:8081]10.0.0.27 - - [2026-03-23 02:43:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.019848 [API:8081]10.0.0.27 - - [2026-03-23 02:43:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13367 0.021302 [API:8081]10.0.0.27 - - [2026-03-23 02:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.028050 [API:8081]10.0.0.27 - - [2026-03-23 02:43:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13367 0.021324 [API:8081]10.0.0.27 - - [2026-03-23 02:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.023300 [API:8081]10.0.0.27 - - [2026-03-23 02:43:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13367 0.027587 [API:8081]10.0.0.27 - - [2026-03-23 02:43:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.022898 [API:8081]10.0.0.27 - - [2026-03-23 02:43:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12986 0.025172 [API:8081]10.0.0.27 - - [2026-03-23 02:43:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-62026033:ctest-VN3-65840326?flat HTTP/1.1" 200 6965 0.013791 [API:8081]10.0.0.27 - - [2026-03-23 02:43:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009739 [API:8081]10.0.0.27 - - [2026-03-23 02:43:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024426 [API:8081]10.0.0.27 - - [2026-03-23 02:43:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.026731 [API:8081]10.0.0.27 - - [2026-03-23 02:43:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023662 [API:8081]10.0.0.27 - - [2026-03-23 02:43:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.022970 [API:8081]10.0.0.27 - - [2026-03-23 02:43:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021899 [API:8081]10.0.0.27 - - [2026-03-23 02:43:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.024539 [API:8081]10.0.0.27 - - [2026-03-23 02:43:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.035754 [API:8081]10.0.0.27 - - [2026-03-23 02:43:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.032173 [API:8081]10.0.0.27 - - [2026-03-23 02:43:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023827 [API:8081]10.0.0.27 - - [2026-03-23 02:43:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.023923 [API:8081]10.0.0.27 - - [2026-03-23 02:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021915 [API:8081]10.0.0.27 - - [2026-03-23 02:43:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.022924 [API:8081]10.0.0.27 - - [2026-03-23 02:44:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021531 [API:8081]10.0.0.27 - - [2026-03-23 02:44:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.023135 [API:8081]10.0.0.27 - - [2026-03-23 02:44:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023532 [API:8081]10.0.0.27 - - [2026-03-23 02:44:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.032091 [API:8081]10.0.0.27 - - [2026-03-23 02:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.034313 [API:8081]10.0.0.27 - - [2026-03-23 02:44:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12980 0.022136 [API:8081]10.0.0.27 - - [2026-03-23 02:44:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025798 [API:8081]10.0.0.27 - - [2026-03-23 02:44:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12576 0.024459 [API:8081]10.0.0.27 - - [2026-03-23 02:44:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-62026033:ctest-VN2-12398226?flat HTTP/1.1" 200 7310 0.013471 [API:8081]10.0.0.27 - - [2026-03-23 02:44:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009424 [API:8081]10.0.0.27 - - [2026-03-23 02:44:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.024004 [API:8081]10.0.0.27 - - [2026-03-23 02:44:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12980 0.023577 [API:8081]10.0.0.27 - - [2026-03-23 02:44:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.022463 [API:8081]10.0.0.27 - - [2026-03-23 02:44:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12980 0.024043 [API:8081]10.0.0.27 - - [2026-03-23 02:44:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.025522 [API:8081]10.0.0.27 - - [2026-03-23 02:44:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12980 0.024122 [API:8081]10.0.0.27 - - [2026-03-23 02:44:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.022519 [API:8081]10.0.0.27 - - [2026-03-23 02:44:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12980 0.020214 [API:8081]10.0.0.27 - - [2026-03-23 02:44:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.035194 [API:8081]10.0.0.27 - - [2026-03-23 02:44:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12980 0.029360 [API:8081]10.0.0.27 - - [2026-03-23 02:44:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.021157 [API:8081]10.0.0.27 - - [2026-03-23 02:44:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12980 0.022279 [API:8081]10.0.0.27 - - [2026-03-23 02:44:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.022357 [API:8081]10.0.0.27 - - [2026-03-23 02:44:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12980 0.021913 [API:8081]10.0.0.27 - - [2026-03-23 02:44:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.025522 [API:8081]10.0.0.27 - - [2026-03-23 02:44:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12980 0.026655 [API:8081]10.0.0.27 - - [2026-03-23 02:44:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.030262 [API:8081]10.0.0.27 - - [2026-03-23 02:44:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12752 0.023287 [API:8081]10.0.0.27 - - [2026-03-23 02:44:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-62026033:ctest-VN1-11627812?flat HTTP/1.1" 200 7646 0.013866 [API:8081]10.0.0.27 - - [2026-03-23 02:44:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011672 [API:8081]10.0.0.50 - - [2026-03-23 02:44:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.133306 [API:8081]10.0.0.27 - - [2026-03-23 02:44:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-03-23 02:44:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.072094 [API:8081]10.0.0.27 - - [2026-03-23 02:44:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.062795 [API:8081]10.0.0.50 - - [2026-03-23 02:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2026-03-23 02:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-03-23 02:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-03-23 02:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.23 - - [2026-03-23 02:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-03-23 02:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2026-03-23 02:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000448 [API:8081]10.0.0.50 - - [2026-03-23 02:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000489 [API:8081]10.0.0.27 - - [2026-03-23 02:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.27 - - [2026-03-23 02:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.27 - - [2026-03-23 02:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.27 - - [2026-03-23 02:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.50 - - [2026-03-23 02:45:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.085891 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:47:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003410 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003832 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003964 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.007332 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:47:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003724 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003834 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008685 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004109 [API:8081]10.0.0.27 - - [2026-03-23 02:47:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2026-03-23 02:47:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.072901 [API:8081]10.0.0.50 - - [2026-03-23 02:47:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077978 [API:8081]10.0.0.27 - - [2026-03-23 02:48:35] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-03-23 02:48:35] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.50 - - [2026-03-23 02:48:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.081215 [API:8081]10.0.0.50 - - [2026-03-23 02:49:04] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-03-23 02:49:04] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.23 - - [2026-03-23 02:49:04] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-03-23 02:49:04] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.27 - - [2026-03-23 02:49:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.027879 [API:8081]10.0.0.27 - - [2026-03-23 02:49:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13009 0.090228 [API:8081]10.0.0.27 - - [2026-03-23 02:49:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.074979 [API:8081]10.0.0.27 - - [2026-03-23 02:49:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13009 0.025359 [API:8081]10.0.0.27 - - [2026-03-23 02:49:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.023722 [API:8081]10.0.0.27 - - [2026-03-23 02:49:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13009 0.025606 [API:8081]10.0.0.27 - - [2026-03-23 02:49:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.022177 [API:8081]10.0.0.27 - - [2026-03-23 02:49:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12575 0.025912 [API:8081]10.0.0.27 - - [2026-03-23 02:49:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-86961359:ctest-vnet0-44878414?flat HTTP/1.1" 200 7967 0.013448 [API:8081]10.0.0.27 - - [2026-03-23 02:49:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009755 [API:8081]10.0.0.27 - - [2026-03-23 02:49:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.27 - - [2026-03-23 02:49:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.065014 [API:8081]10.0.0.27 - - [2026-03-23 02:50:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.080951 [API:8081]10.0.0.50 - - [2026-03-23 02:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.50 - - [2026-03-23 02:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.23 - - [2026-03-23 02:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-03-23 02:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-03-23 02:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-03-23 02:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2026-03-23 02:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2026-03-23 02:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.27 - - [2026-03-23 02:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-03-23 02:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2026-03-23 02:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-03-23 02:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2026-03-23 02:50:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070079 [API:8081]10.0.0.50 - - [2026-03-23 02:51:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.072666 [API:8081]10.0.0.27 - - [2026-03-23 02:52:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.020612 [API:8081]10.0.0.27 - - [2026-03-23 02:52:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12987 0.079853 [API:8081]10.0.0.27 - - [2026-03-23 02:52:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.023579 [API:8081]10.0.0.27 - - [2026-03-23 02:52:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12987 0.032447 [API:8081]10.0.0.27 - - [2026-03-23 02:52:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.022336 [API:8081]10.0.0.27 - - [2026-03-23 02:52:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12987 0.029935 [API:8081]10.0.0.27 - - [2026-03-23 02:52:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.031552 [API:8081]10.0.0.27 - - [2026-03-23 02:52:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12987 0.030782 [API:8081]10.0.0.27 - - [2026-03-23 02:53:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.022143 [API:8081]10.0.0.27 - - [2026-03-23 02:53:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12987 0.023808 [API:8081]10.0.0.27 - - [2026-03-23 02:53:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.031299 [API:8081]10.0.0.27 - - [2026-03-23 02:53:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12987 0.027791 [API:8081]10.0.0.27 - - [2026-03-23 02:53:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.036580 [API:8081]10.0.0.27 - - [2026-03-23 02:53:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12987 0.024515 [API:8081]10.0.0.27 - - [2026-03-23 02:53:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.021319 [API:8081]10.0.0.27 - - [2026-03-23 02:53:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12577 0.022686 [API:8081]10.0.0.27 - - [2026-03-23 02:53:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-67300759:ctest-vnet1-98972261?flat HTTP/1.1" 200 7306 0.013785 [API:8081]10.0.0.27 - - [2026-03-23 02:53:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008696 [API:8081]10.0.0.27 - - [2026-03-23 02:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.022993 [API:8081]10.0.0.27 - - [2026-03-23 02:53:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.021298 [API:8081]10.0.0.27 - - [2026-03-23 02:53:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.035728 [API:8081]10.0.0.27 - - [2026-03-23 02:53:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.024155 [API:8081]10.0.0.27 - - [2026-03-23 02:53:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.022732 [API:8081]10.0.0.27 - - [2026-03-23 02:53:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.023357 [API:8081]10.0.0.27 - - [2026-03-23 02:53:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.020960 [API:8081]10.0.0.27 - - [2026-03-23 02:53:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.024262 [API:8081]10.0.0.27 - - [2026-03-23 02:53:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.022047 [API:8081]10.0.0.27 - - [2026-03-23 02:53:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.023036 [API:8081]10.0.0.27 - - [2026-03-23 02:53:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.027317 [API:8081]10.0.0.27 - - [2026-03-23 02:53:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.020682 [API:8081]10.0.0.27 - - [2026-03-23 02:53:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.026874 [API:8081]10.0.0.27 - - [2026-03-23 02:53:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.022501 [API:8081]10.0.0.27 - - [2026-03-23 02:53:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.023107 [API:8081]10.0.0.27 - - [2026-03-23 02:53:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.022240 [API:8081]10.0.0.27 - - [2026-03-23 02:53:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.022408 [API:8081]10.0.0.27 - - [2026-03-23 02:53:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13011 0.021607 [API:8081]10.0.0.27 - - [2026-03-23 02:53:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.024210 [API:8081]10.0.0.27 - - [2026-03-23 02:53:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12605 0.024803 [API:8081]10.0.0.27 - - [2026-03-23 02:53:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-67300759:ctest-vnet0-00893091?flat HTTP/1.1" 200 6958 0.014016 [API:8081]10.0.0.27 - - [2026-03-23 02:53:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009015 [API:8081]10.0.0.27 - - [2026-03-23 02:53:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2026-03-23 02:53:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.392771 [API:8081]10.0.0.27 - - [2026-03-23 02:53:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.388245 [API:8081]10.0.0.27 - - [2026-03-23 02:54:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.079676 [API:8081]10.0.0.50 - - [2026-03-23 02:54:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066487 [API:8081]10.0.0.50 - - [2026-03-23 02:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2026-03-23 02:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-03-23 02:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2026-03-23 02:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000524 [API:8081]10.0.0.23 - - [2026-03-23 02:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.23 - - [2026-03-23 02:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.50 - - [2026-03-23 02:55:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2026-03-23 02:55:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.27 - - [2026-03-23 02:55:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2026-03-23 02:55:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2026-03-23 02:55:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.27 - - [2026-03-23 02:55:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2026-03-23 02:57:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075840 [API:8081]10.0.0.27 - - [2026-03-23 02:57:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.024585 [API:8081]10.0.0.27 - - [2026-03-23 02:57:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13008 0.093819 [API:8081]10.0.0.27 - - [2026-03-23 02:57:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.025963 [API:8081]10.0.0.27 - - [2026-03-23 02:57:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13008 0.025058 [API:8081]10.0.0.27 - - [2026-03-23 02:57:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.025844 [API:8081]10.0.0.27 - - [2026-03-23 02:57:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12580 0.025899 [API:8081]10.0.0.27 - - [2026-03-23 02:57:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-63320717:ctest-vnet1-81958830?flat HTTP/1.1" 200 8067 0.014291 [API:8081]10.0.0.27 - - [2026-03-23 02:57:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009478 [API:8081]10.0.0.27 - - [2026-03-23 02:57:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.038289 [API:8081]10.0.0.27 - - [2026-03-23 02:57:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.025787 [API:8081]10.0.0.27 - - [2026-03-23 02:57:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.023237 [API:8081]10.0.0.27 - - [2026-03-23 02:57:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.027072 [API:8081]10.0.0.27 - - [2026-03-23 02:57:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.022228 [API:8081]10.0.0.27 - - [2026-03-23 02:57:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.026564 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:57:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003410 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005089 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003898 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003925 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:57:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004482 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003117 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002825 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 02:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003094 [API:8081]10.0.0.27 - - [2026-03-23 02:57:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.024853 [API:8081]10.0.0.27 - - [2026-03-23 02:57:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.023311 [API:8081]10.0.0.27 - - [2026-03-23 02:57:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.032089 [API:8081]10.0.0.27 - - [2026-03-23 02:57:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.025264 [API:8081]10.0.0.27 - - [2026-03-23 02:57:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.030652 [API:8081]10.0.0.27 - - [2026-03-23 02:57:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.025205 [API:8081]10.0.0.27 - - [2026-03-23 02:57:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.022027 [API:8081]10.0.0.27 - - [2026-03-23 02:57:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.023839 [API:8081]10.0.0.27 - - [2026-03-23 02:57:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.024724 [API:8081]10.0.0.27 - - [2026-03-23 02:57:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.027103 [API:8081]10.0.0.27 - - [2026-03-23 02:57:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.022820 [API:8081]10.0.0.27 - - [2026-03-23 02:57:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13040 0.022827 [API:8081]10.0.0.27 - - [2026-03-23 02:57:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.025338 [API:8081]10.0.0.27 - - [2026-03-23 02:57:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12611 0.023754 [API:8081]10.0.0.27 - - [2026-03-23 02:57:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-63320717:ctest-vnet0-42183690?flat HTTP/1.1" 200 7708 0.014544 [API:8081]10.0.0.27 - - [2026-03-23 02:57:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010195 [API:8081]10.0.0.50 - - [2026-03-23 02:58:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.074521 [API:8081]10.0.0.27 - - [2026-03-23 02:58:35] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-03-23 02:58:35] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.50 - - [2026-03-23 02:59:04] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2026-03-23 02:59:04] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.23 - - [2026-03-23 02:59:04] "GET /analytics HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2026-03-23 02:59:04] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2026-03-23 03:00:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078629 [API:8081]10.0.0.50 - - [2026-03-23 03:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.50 - - [2026-03-23 03:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2026-03-23 03:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2026-03-23 03:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2026-03-23 03:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2026-03-23 03:00:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000574 [API:8081]10.0.0.50 - - [2026-03-23 03:00:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2026-03-23 03:00:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-03-23 03:00:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.27 - - [2026-03-23 03:00:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.27 - - [2026-03-23 03:00:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.27 - - [2026-03-23 03:00:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.50 - - [2026-03-23 03:01:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.076011 [API:8081]10.0.0.27 - - [2026-03-23 03:02:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.27 - - [2026-03-23 03:02:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.092934 [API:8081]10.0.0.50 - - [2026-03-23 03:03:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066713 [API:8081]10.0.0.27 - - [2026-03-23 03:03:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.065330 [API:8081]10.0.0.50 - - [2026-03-23 03:04:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.077207 [API:8081]10.0.0.27 - - [2026-03-23 03:05:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-03-23 03:05:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.074004 [API:8081]10.0.0.50 - - [2026-03-23 03:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2026-03-23 03:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-03-23 03:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.23 - - [2026-03-23 03:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.23 - - [2026-03-23 03:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-03-23 03:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2026-03-23 03:05:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000548 [API:8081]10.0.0.50 - - [2026-03-23 03:05:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000550 [API:8081]10.0.0.27 - - [2026-03-23 03:05:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2026-03-23 03:05:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2026-03-23 03:05:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-03-23 03:05:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:e00384f7-d601-4463-a3f3-43bf5b50a249?flat HTTP/1.1" 200 5811 0.073948 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:e00384f7-d601-4463-a3f3-43bf5b50a249?flat HTTP/1.1" 200 5811 0.071110 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:e00384f7-d601-4463-a3f3-43bf5b50a249?flat HTTP/1.1" 200 5811 0.016754 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785-44892937?flat HTTP/1.1" 200 5013 0.022347 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024514 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13193 0.021710 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.021427 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13193 0.022937 [API:8081]10.0.0.27 - - [2026-03-23 03:05:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008740 [API:8081]10.0.0.50 - - [2026-03-23 03:06:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071113 [API:8081]10.0.0.27 - - [2026-03-23 03:06:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:55a719e5-ce98-4986-bb64-47721fa64ea3?flat HTTP/1.1" 200 5939 0.016445 [API:8081]10.0.0.27 - - [2026-03-23 03:06:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:55a719e5-ce98-4986-bb64-47721fa64ea3?flat HTTP/1.1" 200 5939 0.015521 [API:8081]10.0.0.27 - - [2026-03-23 03:06:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:55a719e5-ce98-4986-bb64-47721fa64ea3?flat HTTP/1.1" 200 5939 0.015610 [API:8081]10.0.0.27 - - [2026-03-23 03:06:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785-44892937?flat HTTP/1.1" 200 13365 0.024306 [API:8081]10.0.0.27 - - [2026-03-23 03:06:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.023236 [API:8081]10.0.0.27 - - [2026-03-23 03:06:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13183 0.025439 [API:8081]10.0.0.27 - - [2026-03-23 03:06:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020887 [API:8081]10.0.0.27 - - [2026-03-23 03:06:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13183 0.028209 [API:8081]10.0.0.27 - - [2026-03-23 03:06:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013186 [API:8081]10.0.0.50 - - [2026-03-23 03:07:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066168 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:07:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003769 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:07:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003284 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:07:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003493 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:07:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003376 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:07:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003047 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:07:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003256 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:07:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002791 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:07:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003047 [API:8081]10.0.0.27 - - [2026-03-23 03:08:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.023026 [API:8081]10.0.0.27 - - [2026-03-23 03:08:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13201 0.023690 [API:8081]10.0.0.27 - - [2026-03-23 03:08:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021270 [API:8081]10.0.0.27 - - [2026-03-23 03:08:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13201 0.027262 [API:8081]10.0.0.27 - - [2026-03-23 03:08:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.025563 [API:8081]10.0.0.27 - - [2026-03-23 03:08:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13201 0.033302 [API:8081]10.0.0.27 - - [2026-03-23 03:08:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021615 [API:8081]10.0.0.27 - - [2026-03-23 03:08:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13201 0.027901 [API:8081]10.0.0.27 - - [2026-03-23 03:08:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.025612 [API:8081]10.0.0.27 - - [2026-03-23 03:08:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13201 0.026057 [API:8081]10.0.0.27 - - [2026-03-23 03:08:35] "GET /analytics HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.27 - - [2026-03-23 03:08:35] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-03-23 03:08:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.027145 [API:8081]10.0.0.27 - - [2026-03-23 03:08:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13201 0.029088 [API:8081]10.0.0.27 - - [2026-03-23 03:08:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022128 [API:8081]10.0.0.27 - - [2026-03-23 03:08:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13201 0.021832 [API:8081]10.0.0.27 - - [2026-03-23 03:08:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.028960 [API:8081]10.0.0.27 - - [2026-03-23 03:08:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12598 0.025652 [API:8081]10.0.0.27 - - [2026-03-23 03:08:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785-44892937?flat HTTP/1.1" 200 11698 0.018861 [API:8081]10.0.0.27 - - [2026-03-23 03:08:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008942 [API:8081]10.0.0.27 - - [2026-03-23 03:08:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.029557 [API:8081]10.0.0.27 - - [2026-03-23 03:08:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13222 0.039599 [API:8081]10.0.0.27 - - [2026-03-23 03:08:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.025015 [API:8081]10.0.0.27 - - [2026-03-23 03:08:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13222 0.026781 [API:8081]10.0.0.27 - - [2026-03-23 03:08:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.024061 [API:8081]10.0.0.27 - - [2026-03-23 03:08:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13222 0.029189 [API:8081]10.0.0.27 - - [2026-03-23 03:08:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.023562 [API:8081]10.0.0.27 - - [2026-03-23 03:08:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13222 0.027112 [API:8081]10.0.0.27 - - [2026-03-23 03:08:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.022232 [API:8081]10.0.0.27 - - [2026-03-23 03:08:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13222 0.022796 [API:8081]10.0.0.27 - - [2026-03-23 03:09:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.023151 [API:8081]10.0.0.27 - - [2026-03-23 03:09:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13222 0.025765 [API:8081]10.0.0.50 - - [2026-03-23 03:09:04] "GET /analytics HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.50 - - [2026-03-23 03:09:04] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.23 - - [2026-03-23 03:09:04] "GET /analytics HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-03-23 03:09:04] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.27 - - [2026-03-23 03:09:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.023055 [API:8081]10.0.0.27 - - [2026-03-23 03:09:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13222 0.024139 [API:8081]10.0.0.27 - - [2026-03-23 03:09:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.027553 [API:8081]10.0.0.27 - - [2026-03-23 03:09:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12912 0.024600 [API:8081]10.0.0.27 - - [2026-03-23 03:09:08] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785:ctest-SecurityGroupBasicRegressionTests1Ipv6-04310785-44892937?flat HTTP/1.1" 200 8788 0.012083 [API:8081]10.0.0.27 - - [2026-03-23 03:09:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010281 [API:8081]10.0.0.50 - - [2026-03-23 03:09:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063749 [API:8081]10.0.0.27 - - [2026-03-23 03:09:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-03-23 03:09:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.082248 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:7c2e5544-4380-4c63-bd13-2c7afc0d7bb3?flat HTTP/1.1" 200 5808 0.083032 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:7c2e5544-4380-4c63-bd13-2c7afc0d7bb3?flat HTTP/1.1" 200 5808 0.079585 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:7c2e5544-4380-4c63-bd13-2c7afc0d7bb3?flat HTTP/1.1" 200 5808 0.016878 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968-68768553?flat HTTP/1.1" 200 4447 0.021638 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.025280 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13252 0.024090 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.025865 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13252 0.024704 [API:8081]10.0.0.27 - - [2026-03-23 03:10:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011111 [API:8081]10.0.0.50 - - [2026-03-23 03:10:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.073550 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:18ad7d6c-3499-4be2-b8a9-e0e3922b3e24?flat HTTP/1.1" 200 5921 0.020040 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:18ad7d6c-3499-4be2-b8a9-e0e3922b3e24?flat HTTP/1.1" 200 5921 0.017960 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:18ad7d6c-3499-4be2-b8a9-e0e3922b3e24?flat HTTP/1.1" 200 5921 0.018086 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968-68768553?flat HTTP/1.1" 200 12643 0.024834 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022329 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13215 0.027553 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.025027 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13215 0.023953 [API:8081]10.0.0.27 - - [2026-03-23 03:10:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011393 [API:8081]10.0.0.50 - - [2026-03-23 03:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.50 - - [2026-03-23 03:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-03-23 03:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-03-23 03:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-03-23 03:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-03-23 03:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.50 - - [2026-03-23 03:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2026-03-23 03:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-03-23 03:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.27 - - [2026-03-23 03:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.27 - - [2026-03-23 03:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000924 [API:8081]10.0.0.27 - - [2026-03-23 03:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000492 [API:8081]10.0.0.50 - - [2026-03-23 03:12:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086246 [API:8081]10.0.0.27 - - [2026-03-23 03:12:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.024562 [API:8081]10.0.0.27 - - [2026-03-23 03:12:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.027608 [API:8081]10.0.0.27 - - [2026-03-23 03:12:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.031599 [API:8081]10.0.0.27 - - [2026-03-23 03:12:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.026521 [API:8081]10.0.0.27 - - [2026-03-23 03:12:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.024656 [API:8081]10.0.0.27 - - [2026-03-23 03:12:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.025113 [API:8081]10.0.0.27 - - [2026-03-23 03:12:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.023959 [API:8081]10.0.0.27 - - [2026-03-23 03:12:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.023496 [API:8081]10.0.0.27 - - [2026-03-23 03:12:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022933 [API:8081]10.0.0.27 - - [2026-03-23 03:12:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.024628 [API:8081]10.0.0.27 - - [2026-03-23 03:12:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.023366 [API:8081]10.0.0.27 - - [2026-03-23 03:12:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.024148 [API:8081]10.0.0.27 - - [2026-03-23 03:12:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021164 [API:8081]10.0.0.27 - - [2026-03-23 03:12:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.022226 [API:8081]10.0.0.27 - - [2026-03-23 03:12:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.024777 [API:8081]10.0.0.27 - - [2026-03-23 03:12:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.023699 [API:8081]10.0.0.27 - - [2026-03-23 03:12:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.024820 [API:8081]10.0.0.27 - - [2026-03-23 03:12:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13242 0.022151 [API:8081]10.0.0.27 - - [2026-03-23 03:12:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.037479 [API:8081]10.0.0.27 - - [2026-03-23 03:12:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12606 0.026839 [API:8081]10.0.0.27 - - [2026-03-23 03:12:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968-68768553?flat HTTP/1.1" 200 11389 0.017823 [API:8081]10.0.0.27 - - [2026-03-23 03:12:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009546 [API:8081]10.0.0.27 - - [2026-03-23 03:12:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.022150 [API:8081]10.0.0.27 - - [2026-03-23 03:12:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13256 0.022846 [API:8081]10.0.0.27 - - [2026-03-23 03:12:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.024940 [API:8081]10.0.0.27 - - [2026-03-23 03:12:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13256 0.023593 [API:8081]10.0.0.27 - - [2026-03-23 03:12:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.028873 [API:8081]10.0.0.27 - - [2026-03-23 03:12:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13256 0.021137 [API:8081]10.0.0.27 - - [2026-03-23 03:12:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.026008 [API:8081]10.0.0.27 - - [2026-03-23 03:12:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13256 0.023629 [API:8081]10.0.0.27 - - [2026-03-23 03:12:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.022237 [API:8081]10.0.0.27 - - [2026-03-23 03:12:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13256 0.028894 [API:8081]10.0.0.27 - - [2026-03-23 03:13:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.025427 [API:8081]10.0.0.27 - - [2026-03-23 03:13:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13256 0.025854 [API:8081]10.0.0.27 - - [2026-03-23 03:13:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.023853 [API:8081]10.0.0.27 - - [2026-03-23 03:13:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13256 0.022682 [API:8081]10.0.0.27 - - [2026-03-23 03:13:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.022425 [API:8081]10.0.0.27 - - [2026-03-23 03:13:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13256 0.031435 [API:8081]10.0.0.27 - - [2026-03-23 03:13:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.033793 [API:8081]10.0.0.27 - - [2026-03-23 03:13:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12631 0.028061 [API:8081]10.0.0.27 - - [2026-03-23 03:13:11] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968:ctest-SecurityGroupBasicRegressionTests1_contrail-20941968-68768553?flat HTTP/1.1" 200 8425 0.013994 [API:8081]10.0.0.27 - - [2026-03-23 03:13:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009426 [API:8081]10.0.0.50 - - [2026-03-23 03:13:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.212467 [API:8081]10.0.0.27 - - [2026-03-23 03:13:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2026-03-23 03:13:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.078812 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:825bfe4b-5448-456b-aa12-b818ae58498a?flat HTTP/1.1" 200 5686 0.085486 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:825bfe4b-5448-456b-aa12-b818ae58498a?flat HTTP/1.1" 200 5686 0.076621 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:825bfe4b-5448-456b-aa12-b818ae58498a?flat HTTP/1.1" 200 5686 0.018663 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:ctest-SecurityGroupBasicRegressionTests1-14095770-24658722?flat HTTP/1.1" 200 9937 0.020685 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.032625 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13172 0.021751 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.022972 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13172 0.022123 [API:8081]10.0.0.27 - - [2026-03-23 03:14:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013967 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:9aa61b73-eb5b-4885-91bb-2f548275de3c?flat HTTP/1.1" 200 5548 0.015348 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:9aa61b73-eb5b-4885-91bb-2f548275de3c?flat HTTP/1.1" 200 5548 0.026302 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:9aa61b73-eb5b-4885-91bb-2f548275de3c?flat HTTP/1.1" 200 5548 0.022196 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:ctest-SecurityGroupBasicRegressionTests1-14095770-24658722?flat HTTP/1.1" 200 9937 0.023129 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.022694 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13184 0.022213 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.027659 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13184 0.021009 [API:8081]10.0.0.27 - - [2026-03-23 03:14:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009639 [API:8081]10.0.0.50 - - [2026-03-23 03:15:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086148 [API:8081]10.0.0.50 - - [2026-03-23 03:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.50 - - [2026-03-23 03:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-03-23 03:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-03-23 03:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-03-23 03:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-03-23 03:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2026-03-23 03:15:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.50 - - [2026-03-23 03:15:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.27 - - [2026-03-23 03:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-03-23 03:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2026-03-23 03:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.27 - - [2026-03-23 03:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.50 - - [2026-03-23 03:16:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.074246 [API:8081]10.0.0.27 - - [2026-03-23 03:16:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.028115 [API:8081]10.0.0.27 - - [2026-03-23 03:16:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13154 0.022384 [API:8081]10.0.0.27 - - [2026-03-23 03:16:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021294 [API:8081]10.0.0.27 - - [2026-03-23 03:16:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13154 0.025861 [API:8081]10.0.0.27 - - [2026-03-23 03:16:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.026636 [API:8081]10.0.0.27 - - [2026-03-23 03:16:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13154 0.024560 [API:8081]10.0.0.27 - - [2026-03-23 03:16:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021029 [API:8081]10.0.0.27 - - [2026-03-23 03:16:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13154 0.023460 [API:8081]10.0.0.27 - - [2026-03-23 03:16:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020976 [API:8081]10.0.0.27 - - [2026-03-23 03:16:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 13154 0.023696 [API:8081]10.0.0.27 - - [2026-03-23 03:16:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.030523 [API:8081]10.0.0.27 - - [2026-03-23 03:16:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12616 0.037943 [API:8081]10.0.0.27 - - [2026-03-23 03:16:41] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:ctest-SecurityGroupBasicRegressionTests1-14095770-24658722?flat HTTP/1.1" 200 10822 0.028909 [API:8081]10.0.0.27 - - [2026-03-23 03:16:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010285 [API:8081]10.0.0.27 - - [2026-03-23 03:16:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.031125 [API:8081]10.0.0.27 - - [2026-03-23 03:16:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13194 0.028630 [API:8081]10.0.0.27 - - [2026-03-23 03:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.025723 [API:8081]10.0.0.27 - - [2026-03-23 03:16:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13194 0.021287 [API:8081]10.0.0.27 - - [2026-03-23 03:16:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.037513 [API:8081]10.0.0.27 - - [2026-03-23 03:16:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13194 0.023114 [API:8081]10.0.0.27 - - [2026-03-23 03:16:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.022135 [API:8081]10.0.0.27 - - [2026-03-23 03:16:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13194 0.024070 [API:8081]10.0.0.27 - - [2026-03-23 03:16:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.031107 [API:8081]10.0.0.27 - - [2026-03-23 03:16:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13194 0.024623 [API:8081]10.0.0.27 - - [2026-03-23 03:17:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.026319 [API:8081]10.0.0.27 - - [2026-03-23 03:17:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13194 0.033603 [API:8081]10.0.0.27 - - [2026-03-23 03:17:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.026890 [API:8081]10.0.0.27 - - [2026-03-23 03:17:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13194 0.022898 [API:8081]10.0.0.27 - - [2026-03-23 03:17:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.021924 [API:8081]10.0.0.27 - - [2026-03-23 03:17:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13194 0.021966 [API:8081]10.0.0.27 - - [2026-03-23 03:17:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.027677 [API:8081]10.0.0.27 - - [2026-03-23 03:17:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12626 0.020093 [API:8081]10.0.0.27 - - [2026-03-23 03:17:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-14095770:ctest-SecurityGroupBasicRegressionTests1-14095770-24658722?flat HTTP/1.1" 200 7956 0.013016 [API:8081]10.0.0.27 - - [2026-03-23 03:17:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010559 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:17:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003418 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004277 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003521 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003459 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:17:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003037 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003567 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003062 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:17:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002585 [API:8081]10.0.0.27 - - [2026-03-23 03:17:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-03-23 03:17:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.420121 [API:8081]10.0.0.27 - - [2026-03-23 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.086634 [API:8081]10.0.0.27 - - [2026-03-23 03:17:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.068629 [API:8081]10.0.0.27 - - [2026-03-23 03:17:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.011977 [API:8081]10.0.0.27 - - [2026-03-23 03:17:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.009908 [API:8081]10.0.0.27 - - [2026-03-23 03:17:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.010182 [API:8081]10.0.0.27 - - [2026-03-23 03:17:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2290 0.011064 [API:8081]10.0.0.27 - - [2026-03-23 03:17:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.010459 [API:8081]10.0.0.27 - - [2026-03-23 03:18:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.27 - - [2026-03-23 03:18:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.079598 [API:8081]10.0.0.27 - - [2026-03-23 03:18:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1856 0.090239 [API:8081]10.0.0.27 - - [2026-03-23 03:18:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.068528 [API:8081]10.0.0.50 - - [2026-03-23 03:18:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071930 [API:8081]10.0.0.27 - - [2026-03-23 03:18:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.010670 [API:8081]10.0.0.27 - - [2026-03-23 03:18:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009834 [API:8081]10.0.0.27 - - [2026-03-23 03:18:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.011335 [API:8081]10.0.0.27 - - [2026-03-23 03:18:35] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-03-23 03:18:35] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.27 - - [2026-03-23 03:18:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2026-03-23 03:18:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.065253 [API:8081]10.0.0.27 - - [2026-03-23 03:18:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.074388 [API:8081]10.0.0.27 - - [2026-03-23 03:18:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.105321 [API:8081]10.0.0.27 - - [2026-03-23 03:18:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.010017 [API:8081]10.0.0.27 - - [2026-03-23 03:18:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.009262 [API:8081]10.0.0.27 - - [2026-03-23 03:18:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.010504 [API:8081]10.0.0.27 - - [2026-03-23 03:18:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.009149 [API:8081]10.0.0.27 - - [2026-03-23 03:18:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.008533 [API:8081]10.0.0.50 - - [2026-03-23 03:19:04] "GET /analytics HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.50 - - [2026-03-23 03:19:04] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-03-23 03:19:04] "GET /analytics HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2026-03-23 03:19:04] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-03-23 03:19:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-03-23 03:19:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.067950 [API:8081]10.0.0.27 - - [2026-03-23 03:19:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.083658 [API:8081]10.0.0.27 - - [2026-03-23 03:19:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.062450 [API:8081]10.0.0.27 - - [2026-03-23 03:19:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.010205 [API:8081]10.0.0.27 - - [2026-03-23 03:19:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.010498 [API:8081]10.0.0.50 - - [2026-03-23 03:19:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.074140 [API:8081]10.0.0.50 - - [2026-03-23 03:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000466 [API:8081]10.0.0.50 - - [2026-03-23 03:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-03-23 03:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-03-23 03:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2026-03-23 03:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-03-23 03:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.50 - - [2026-03-23 03:20:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2026-03-23 03:20:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-03-23 03:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.27 - - [2026-03-23 03:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.27 - - [2026-03-23 03:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-03-23 03:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2026-03-23 03:21:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072849 [API:8081]10.0.0.50 - - [2026-03-23 03:22:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.150047 [API:8081]10.0.0.50 - - [2026-03-23 03:24:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084749 [API:8081]10.0.0.50 - - [2026-03-23 03:25:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.079468 [API:8081]10.0.0.50 - - [2026-03-23 03:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.50 - - [2026-03-23 03:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2026-03-23 03:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2026-03-23 03:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-03-23 03:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-03-23 03:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2026-03-23 03:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2026-03-23 03:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-03-23 03:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-03-23 03:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-03-23 03:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-03-23 03:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-03-23 03:25:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.27 - - [2026-03-23 03:25:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.079427 [API:8081]10.0.0.27 - - [2026-03-23 03:25:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.081014 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:27:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004469 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003783 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002879 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003432 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:27:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003518 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003408 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004015 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:27:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003697 [API:8081]10.0.0.50 - - [2026-03-23 03:27:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077815 [API:8081]10.0.0.50 - - [2026-03-23 03:28:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.075772 [API:8081]10.0.0.27 - - [2026-03-23 03:28:35] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2026-03-23 03:28:35] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.50 - - [2026-03-23 03:29:04] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2026-03-23 03:29:04] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.23 - - [2026-03-23 03:29:04] "GET /analytics HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.23 - - [2026-03-23 03:29:04] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.50 - - [2026-03-23 03:30:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077304 [API:8081]10.0.0.50 - - [2026-03-23 03:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.50 - - [2026-03-23 03:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-03-23 03:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-03-23 03:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-03-23 03:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-03-23 03:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2026-03-23 03:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-03-23 03:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.27 - - [2026-03-23 03:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.27 - - [2026-03-23 03:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.27 - - [2026-03-23 03:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.27 - - [2026-03-23 03:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000689 [API:8081]10.0.0.27 - - [2026-03-23 03:30:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.27 - - [2026-03-23 03:30:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1420 0.073396 [API:8081]10.0.0.50 - - [2026-03-23 03:31:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.076828 [API:8081]10.0.0.27 - - [2026-03-23 03:31:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.27 - - [2026-03-23 03:31:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.079389 [API:8081]10.0.0.50 - - [2026-03-23 03:33:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085306 [API:8081]10.0.0.50 - - [2026-03-23 03:34:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.074289 [API:8081]10.0.0.50 - - [2026-03-23 03:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.50 - - [2026-03-23 03:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001066 [API:8081]10.0.0.23 - - [2026-03-23 03:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-03-23 03:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.23 - - [2026-03-23 03:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.23 - - [2026-03-23 03:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.50 - - [2026-03-23 03:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.50 - - [2026-03-23 03:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2026-03-23 03:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-03-23 03:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.27 - - [2026-03-23 03:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.27 - - [2026-03-23 03:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.50 - - [2026-03-23 03:36:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.390954 [API:8081]10.0.0.27 - - [2026-03-23 03:37:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2026-03-23 03:37:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.083508 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:37:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.009293 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006406 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007311 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005002 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:37:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.015417 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007380 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004726 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:37:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004470 [API:8081]10.0.0.50 - - [2026-03-23 03:37:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.081738 [API:8081]10.0.0.27 - - [2026-03-23 03:38:35] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-03-23 03:38:35] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2026-03-23 03:39:04] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2026-03-23 03:39:04] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.23 - - [2026-03-23 03:39:04] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-03-23 03:39:04] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.50 - - [2026-03-23 03:39:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.106337 [API:8081]10.0.0.50 - - [2026-03-23 03:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2026-03-23 03:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-03-23 03:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-03-23 03:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000479 [API:8081]10.0.0.23 - - [2026-03-23 03:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001386 [API:8081]10.0.0.23 - - [2026-03-23 03:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.50 - - [2026-03-23 03:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2026-03-23 03:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-03-23 03:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.27 - - [2026-03-23 03:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2026-03-23 03:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000453 [API:8081]10.0.0.27 - - [2026-03-23 03:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.50 - - [2026-03-23 03:40:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.223149 [API:8081]10.0.0.50 - - [2026-03-23 03:42:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108282 [API:8081]10.0.0.27 - - [2026-03-23 03:43:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-90335456:ef6dfbb0-b0c5-4401-a282-711c2c4ad02b?flat HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-90335456:ef6dfbb0-b0c5-4401-a282-711c2c4ad02b?flat HTTP/1.1" 200 5278 0.083794 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-90335456:ef6dfbb0-b0c5-4401-a282-711c2c4ad02b?flat HTTP/1.1" 200 5278 0.088653 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-90335456:ef6dfbb0-b0c5-4401-a282-711c2c4ad02b?flat HTTP/1.1" 200 5278 0.077722 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-90335456:ctest-random-58001969?flat HTTP/1.1" 200 8249 0.022748 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.024276 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.026131 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.027706 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.026578 [API:8081]10.0.0.27 - - [2026-03-23 03:43:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010381 [API:8081]10.0.0.27 - - [2026-03-23 03:43:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.010270 [API:8081]10.0.0.27 - - [2026-03-23 03:43:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.023778 [API:8081]10.0.0.27 - - [2026-03-23 03:43:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.028466 [API:8081]10.0.0.27 - - [2026-03-23 03:43:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.023201 [API:8081]10.0.0.27 - - [2026-03-23 03:43:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.027879 [API:8081]10.0.0.27 - - [2026-03-23 03:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.026742 [API:8081]10.0.0.27 - - [2026-03-23 03:43:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.026452 [API:8081]10.0.0.27 - - [2026-03-23 03:43:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.025055 [API:8081]10.0.0.27 - - [2026-03-23 03:43:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.026810 [API:8081]10.0.0.27 - - [2026-03-23 03:43:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.028090 [API:8081]10.0.0.27 - - [2026-03-23 03:43:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.026337 [API:8081]10.0.0.27 - - [2026-03-23 03:43:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.029637 [API:8081]10.0.0.27 - - [2026-03-23 03:43:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.026356 [API:8081]10.0.0.27 - - [2026-03-23 03:43:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.024923 [API:8081]10.0.0.27 - - [2026-03-23 03:43:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.025042 [API:8081]10.0.0.27 - - [2026-03-23 03:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.036225 [API:8081]10.0.0.27 - - [2026-03-23 03:43:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13031 0.042103 [API:8081]10.0.0.27 - - [2026-03-23 03:43:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.039429 [API:8081]10.0.0.27 - - [2026-03-23 03:43:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 12635 0.026890 [API:8081]10.0.0.27 - - [2026-03-23 03:43:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-90335456:ctest-random-58001969?flat HTTP/1.1" 200 8143 0.023314 [API:8081]10.0.0.27 - - [2026-03-23 03:43:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014602 [API:8081]10.0.0.50 - - [2026-03-23 03:43:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.122262 [API:8081]10.0.0.50 - - [2026-03-23 03:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.50 - - [2026-03-23 03:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.23 - - [2026-03-23 03:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-03-23 03:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.23 - - [2026-03-23 03:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.23 - - [2026-03-23 03:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.50 - - [2026-03-23 03:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-03-23 03:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.27 - - [2026-03-23 03:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.27 - - [2026-03-23 03:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2026-03-23 03:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000544 [API:8081]10.0.0.27 - - [2026-03-23 03:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.50 - - [2026-03-23 03:45:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085068 [API:8081]10.0.0.50 - - [2026-03-23 03:46:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.077862 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:47:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002764 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003180 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002765 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002938 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:47:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003171 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003045 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002977 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:47:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002472 [API:8081]10.0.0.27 - - [2026-03-23 03:47:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-03-23 03:47:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1418 0.078139 [API:8081]10.0.0.27 - - [2026-03-23 03:48:36] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-03-23 03:48:36] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.50 - - [2026-03-23 03:48:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079965 [API:8081]10.0.0.50 - - [2026-03-23 03:49:04] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.50 - - [2026-03-23 03:49:04] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.23 - - [2026-03-23 03:49:04] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-03-23 03:49:04] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.50 - - [2026-03-23 03:49:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.081347 [API:8081]10.0.0.50 - - [2026-03-23 03:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.50 - - [2026-03-23 03:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-03-23 03:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-03-23 03:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-03-23 03:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2026-03-23 03:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.50 - - [2026-03-23 03:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2026-03-23 03:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.27 - - [2026-03-23 03:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-03-23 03:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.27 - - [2026-03-23 03:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2026-03-23 03:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-03-23 03:50:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-03-23 03:50:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.077586 [API:8081]10.0.0.50 - - [2026-03-23 03:51:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078408 [API:8081]10.0.0.50 - - [2026-03-23 03:52:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.083861 [API:8081]10.0.0.27 - - [2026-03-23 03:53:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.27 - - [2026-03-23 03:53:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.075237 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:53:57] "POST /analytics/query HTTP/1.1" 202 179 0.025207 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:53:57] "GET /analytics/query/eb6d608e-266b-11f1-a92a-00000a00001b HTTP/1.1" 200 221 0.009162 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:53:58] "GET /analytics/query/eb6d608e-266b-11f1-a92a-00000a00001b HTTP/1.1" 200 221 0.003960 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:53:58] "GET /analytics/query/eb6d608e-266b-11f1-a92a-00000a00001b HTTP/1.1" 200 338 0.002786 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:53:58] "GET /analytics/query/eb6d608e-266b-11f1-a92a-00000a00001b/chunk-final/0 HTTP/1.1" 200 858 0.002492 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:53:59] "POST /analytics/query HTTP/1.1" 202 179 0.006848 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:53:59] "GET /analytics/query/ec75e71e-266b-11f1-8446-00000a00001b HTTP/1.1" 200 221 0.003279 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:00] "GET /analytics/query/ec75e71e-266b-11f1-8446-00000a00001b HTTP/1.1" 200 221 0.002715 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:00] "GET /analytics/query/ec75e71e-266b-11f1-8446-00000a00001b HTTP/1.1" 200 338 0.002330 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:00] "GET /analytics/query/ec75e71e-266b-11f1-8446-00000a00001b/chunk-final/0 HTTP/1.1" 200 858 0.008847 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:01] "POST /analytics/query HTTP/1.1" 202 179 0.005499 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:01] "GET /analytics/query/ed8277b9-266b-11f1-8c1d-00000a00001b HTTP/1.1" 200 221 0.003597 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:01] "GET /analytics/query/ed8277b9-266b-11f1-8c1d-00000a00001b HTTP/1.1" 200 339 0.003153 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:01] "GET /analytics/query/ed8277b9-266b-11f1-8c1d-00000a00001b/chunk-final/0 HTTP/1.1" 200 15092 0.002966 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:02] "POST /analytics/query HTTP/1.1" 202 179 0.008907 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:02] "GET /analytics/query/ee3e4b55-266b-11f1-aba8-00000a00001b HTTP/1.1" 200 221 0.004084 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:03] "GET /analytics/query/ee3e4b55-266b-11f1-aba8-00000a00001b HTTP/1.1" 200 339 0.002535 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:03] "GET /analytics/query/ee3e4b55-266b-11f1-aba8-00000a00001b/chunk-final/0 HTTP/1.1" 200 15092 0.008797 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:03] "POST /analytics/query HTTP/1.1" 202 179 0.005336 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:03] "GET /analytics/query/eeff8ff0-266b-11f1-a801-00000a00001b HTTP/1.1" 200 221 0.002765 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:04] "GET /analytics/query/eeff8ff0-266b-11f1-a801-00000a00001b HTTP/1.1" 200 221 0.002293 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:04] "GET /analytics/query/eeff8ff0-266b-11f1-a801-00000a00001b HTTP/1.1" 200 339 0.002317 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:04] "GET /analytics/query/eeff8ff0-266b-11f1-a801-00000a00001b/chunk-final/0 HTTP/1.1" 200 7007 0.002655 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.006048 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:08] "POST /analytics/query HTTP/1.1" 202 179 0.006289 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:08] "GET /analytics/query/f1faf6e9-266b-11f1-824a-00000a00001b HTTP/1.1" 200 221 0.004937 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:09] "GET /analytics/query/f1faf6e9-266b-11f1-824a-00000a00001b HTTP/1.1" 200 340 0.002767 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:09] "GET /analytics/query/f1faf6e9-266b-11f1-824a-00000a00001b/chunk-final/0 HTTP/1.1" 200 321201 0.011633 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.004602 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.004908 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:10] "POST /analytics/query HTTP/1.1" 202 179 0.019874 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:10] "GET /analytics/query/f33d9a91-266b-11f1-b009-00000a00001b HTTP/1.1" 200 221 0.002995 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:11] "GET /analytics/query/f33d9a91-266b-11f1-b009-00000a00001b HTTP/1.1" 200 338 0.002465 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:11] "GET /analytics/query/f33d9a91-266b-11f1-b009-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002163 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:11] "POST /analytics/query HTTP/1.1" 202 179 0.006239 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:11] "GET /analytics/query/f390cc62-266b-11f1-8f59-00000a00001b HTTP/1.1" 200 221 0.002990 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:12] "GET /analytics/query/f390cc62-266b-11f1-8f59-00000a00001b HTTP/1.1" 200 338 0.002483 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:12] "GET /analytics/query/f390cc62-266b-11f1-8f59-00000a00001b/chunk-final/0 HTTP/1.1" 200 9343 0.002516 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:12] "POST /analytics/query HTTP/1.1" 202 179 0.017296 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:12] "GET /analytics/query/f3e327a9-266b-11f1-98e2-00000a00001b HTTP/1.1" 200 221 0.006216 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:12] "GET /analytics/query/f3e327a9-266b-11f1-98e2-00000a00001b HTTP/1.1" 200 338 0.002225 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:12] "GET /analytics/query/f3e327a9-266b-11f1-98e2-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.003601 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:12] "POST /analytics/query HTTP/1.1" 202 179 0.014158 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:12] "GET /analytics/query/f4365ec6-266b-11f1-8314-00000a00001b HTTP/1.1" 200 221 0.006286 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:13] "GET /analytics/query/f4365ec6-266b-11f1-8314-00000a00001b HTTP/1.1" 200 338 0.002337 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:13] "GET /analytics/query/f4365ec6-266b-11f1-8314-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001772 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:13] "POST /analytics/query HTTP/1.1" 202 179 0.005777 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:13] "GET /analytics/query/f48a1f63-266b-11f1-82c5-00000a00001b HTTP/1.1" 200 221 0.001902 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:13] "GET /analytics/query/f48a1f63-266b-11f1-82c5-00000a00001b HTTP/1.1" 200 338 0.002412 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:13] "GET /analytics/query/f48a1f63-266b-11f1-82c5-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.003168 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:13] "POST /analytics/query HTTP/1.1" 202 179 0.006007 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:13] "GET /analytics/query/f4dc0177-266b-11f1-b3c3-00000a00001b HTTP/1.1" 200 221 0.004931 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:14] "GET /analytics/query/f4dc0177-266b-11f1-b3c3-00000a00001b HTTP/1.1" 200 338 0.002407 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:14] "GET /analytics/query/f4dc0177-266b-11f1-b3c3-00000a00001b/chunk-final/0 HTTP/1.1" 200 7876 0.002537 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:14] "POST /analytics/query HTTP/1.1" 202 179 0.008498 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:14] "GET /analytics/query/f52eaa64-266b-11f1-8572-00000a00001b HTTP/1.1" 200 221 0.002240 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:14] "GET /analytics/query/f52eaa64-266b-11f1-8572-00000a00001b HTTP/1.1" 200 338 0.002438 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:14] "GET /analytics/query/f52eaa64-266b-11f1-8572-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.002504 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:14] "POST /analytics/query HTTP/1.1" 202 179 0.005848 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:14] "GET /analytics/query/f581eb71-266b-11f1-b136-00000a00001b HTTP/1.1" 200 221 0.006541 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:15] "GET /analytics/query/f581eb71-266b-11f1-b136-00000a00001b HTTP/1.1" 200 338 0.002901 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:15] "GET /analytics/query/f581eb71-266b-11f1-b136-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.002812 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:15] "POST /analytics/query HTTP/1.1" 202 179 0.005851 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:15] "GET /analytics/query/f5d38ea7-266b-11f1-8071-00000a00001b HTTP/1.1" 200 221 0.002521 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:15] "GET /analytics/query/f5d38ea7-266b-11f1-8071-00000a00001b HTTP/1.1" 200 338 0.003042 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:15] "GET /analytics/query/f5d38ea7-266b-11f1-8071-00000a00001b/chunk-final/0 HTTP/1.1" 200 7876 0.003892 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:15] "POST /analytics/query HTTP/1.1" 202 179 0.027733 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:15] "GET /analytics/query/f62691f3-266b-11f1-aa52-00000a00001b HTTP/1.1" 200 221 0.003954 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:16] "GET /analytics/query/f62691f3-266b-11f1-aa52-00000a00001b HTTP/1.1" 200 338 0.003083 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:16] "GET /analytics/query/f62691f3-266b-11f1-aa52-00000a00001b/chunk-final/0 HTTP/1.1" 200 11738 0.004162 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:16] "POST /analytics/query HTTP/1.1" 202 179 0.007132 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:16] "GET /analytics/query/f67afd44-266b-11f1-92a4-00000a00001b HTTP/1.1" 200 221 0.004790 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:16] "GET /analytics/query/f67afd44-266b-11f1-92a4-00000a00001b HTTP/1.1" 200 338 0.002460 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:16] "GET /analytics/query/f67afd44-266b-11f1-92a4-00000a00001b/chunk-final/0 HTTP/1.1" 200 2082 0.002637 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:16] "POST /analytics/query HTTP/1.1" 202 179 0.005790 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:16] "GET /analytics/query/f6cce56d-266b-11f1-8782-00000a00001b HTTP/1.1" 200 221 0.010163 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:17] "GET /analytics/query/f6cce56d-266b-11f1-8782-00000a00001b HTTP/1.1" 200 338 0.002982 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:17] "GET /analytics/query/f6cce56d-266b-11f1-8782-00000a00001b/chunk-final/0 HTTP/1.1" 200 2082 0.002908 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004439 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004968 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:18] "POST /analytics/query HTTP/1.1" 202 179 0.010198 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:18] "GET /analytics/query/f7f182a0-266b-11f1-a065-00000a00001b HTTP/1.1" 200 221 0.019112 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:19] "GET /analytics/query/f7f182a0-266b-11f1-a065-00000a00001b HTTP/1.1" 200 340 0.002602 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:19] "GET /analytics/query/f7f182a0-266b-11f1-a065-00000a00001b/chunk-final/0 HTTP/1.1" 200 1531817 0.041633 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:19] "POST /analytics/query HTTP/1.1" 202 179 0.006753 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:19] "GET /analytics/query/f851c291-266b-11f1-b1e9-00000a00001b HTTP/1.1" 200 221 0.006875 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:19] "GET /analytics/query/f851c291-266b-11f1-b1e9-00000a00001b HTTP/1.1" 200 340 0.002799 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:20] "GET /analytics/query/f851c291-266b-11f1-b1e9-00000a00001b/chunk-final/0 HTTP/1.1" 200 1533201 0.019385 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.004277 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.005390 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004637 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004413 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.005555 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:23] "POST /analytics/query HTTP/1.1" 202 179 0.006493 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:23] "GET /analytics/query/fae78999-266b-11f1-9196-00000a00001b HTTP/1.1" 200 221 0.015152 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:24] "GET /analytics/query/fae78999-266b-11f1-9196-00000a00001b HTTP/1.1" 200 339 0.002191 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:24] "GET /analytics/query/fae78999-266b-11f1-9196-00000a00001b/chunk-final/0 HTTP/1.1" 200 43909 0.006691 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004422 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:25] "POST /analytics/query HTTP/1.1" 202 179 0.017215 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:25] "GET /analytics/query/fba6b2e0-266b-11f1-b386-00000a00001b HTTP/1.1" 200 221 0.015054 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:25] "GET /analytics/query/fba6b2e0-266b-11f1-b386-00000a00001b HTTP/1.1" 200 341 0.002275 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:25] "GET /analytics/query/fba6b2e0-266b-11f1-b386-00000a00001b/chunk-final/0 HTTP/1.1" 200 925123 0.045557 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.004115 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.004421 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.005258 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:31] "POST /analytics/query HTTP/1.1" 200 145 1.012422 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003998 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:33] "POST /analytics/query HTTP/1.1" 200 2335 1.013121 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004063 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:34] "POST /analytics/query HTTP/1.1" 200 764 1.017816 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004365 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:36] "POST /analytics/query HTTP/1.1" 200 2896 1.018014 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004344 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:38] "POST /analytics/query HTTP/1.1" 200 262 1.015386 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004837 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:40] "POST /analytics/query HTTP/1.1" 200 1462 1.016773 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.005516 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:41] "POST /analytics/query HTTP/1.1" 200 2896 1.012145 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004004 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:43] "POST /analytics/query HTTP/1.1" 200 826 1.013574 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.005764 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:45] "POST /analytics/query HTTP/1.1" 200 141365 1.040715 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.004536 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:47] "POST /analytics/query HTTP/1.1" 200 631 1.011681 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.004720 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:48] "POST /analytics/query HTTP/1.1" 200 262 1.013488 [API:8081]10.0.0.50 - - [2026-03-23 03:54:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.144236 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.005082 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:50] "POST /analytics/query HTTP/1.1" 200 596 1.014960 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.004066 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:52] "POST /analytics/query HTTP/1.1" 200 1646 1.015661 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.005702 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:54] "POST /analytics/query HTTP/1.1" 200 596 1.014981 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004995 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:55] "POST /analytics/query HTTP/1.1" 200 236 1.021090 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:54:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004907 [API:8081]10.0.0.27 - - [2026-03-23 03:55:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2026-03-23 03:55:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1458 0.089295 [API:8081]10.0.0.50 - - [2026-03-23 03:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2026-03-23 03:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-03-23 03:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-03-23 03:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-03-23 03:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-03-23 03:55:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-03-23 03:55:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2026-03-23 03:55:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.27 - - [2026-03-23 03:55:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.27 - - [2026-03-23 03:55:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2026-03-23 03:55:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2026-03-23 03:55:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.50 - - [2026-03-23 03:55:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.074093 [API:8081]10.0.0.27 - - [2026-03-23 03:56:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.124557 [API:8081]10.0.0.27 - - [2026-03-23 03:56:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011929 [API:8081]10.0.0.27 - - [2026-03-23 03:56:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.075600 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:57:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004131 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005011 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003391 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003253 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:57:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004757 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003170 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:57:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002945 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 03:57:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003533 [API:8081]10.0.0.27 - - [2026-03-23 03:57:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009760 [API:8081]10.0.0.27 - - [2026-03-23 03:57:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010418 [API:8081]10.0.0.27 - - [2026-03-23 03:57:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010644 [API:8081]10.0.0.27 - - [2026-03-23 03:57:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.012851 [API:8081]10.0.0.27 - - [2026-03-23 03:57:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.012508 [API:8081]10.0.0.27 - - [2026-03-23 03:57:42] "POST /analytics/query HTTP/1.1" 200 222 1.021988 [API:8081]10.0.0.27 - - [2026-03-23 03:57:43] "POST /analytics/query HTTP/1.1" 200 222 1.037834 [API:8081]10.0.0.27 - - [2026-03-23 03:57:44] "POST /analytics/query HTTP/1.1" 200 353 1.026985 [API:8081]10.0.0.50 - - [2026-03-23 03:57:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083760 [API:8081]10.0.0.27 - - [2026-03-23 03:58:36] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-03-23 03:58:36] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.50 - - [2026-03-23 03:58:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.082332 [API:8081]10.0.0.50 - - [2026-03-23 03:59:04] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2026-03-23 03:59:04] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.23 - - [2026-03-23 03:59:04] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-03-23 03:59:04] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.50 - - [2026-03-23 04:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.50 - - [2026-03-23 04:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2026-03-23 04:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000502 [API:8081]10.0.0.23 - - [2026-03-23 04:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-03-23 04:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-03-23 04:00:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.50 - - [2026-03-23 04:00:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2026-03-23 04:00:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2026-03-23 04:00:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-03-23 04:00:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.27 - - [2026-03-23 04:00:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.27 - - [2026-03-23 04:00:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2026-03-23 04:00:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098801 [API:8081]10.0.0.27 - - [2026-03-23 04:01:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26215 0.114855 [API:8081]10.0.0.27 - - [2026-03-23 04:01:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13758 0.099644 [API:8081]10.0.0.27 - - [2026-03-23 04:01:06] "POST /analytics/query HTTP/1.1" 200 507 1.094949 [API:8081]10.0.0.27 - - [2026-03-23 04:01:07] "POST /analytics/query HTTP/1.1" 200 353 1.022964 [API:8081]10.0.0.27 - - [2026-03-23 04:01:08] "POST /analytics/query HTTP/1.1" 200 353 1.027489 [API:8081]10.0.0.50 - - [2026-03-23 04:01:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.082368 [API:8081]10.0.0.50 - - [2026-03-23 04:03:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082661 [API:8081]10.0.0.50 - - [2026-03-23 04:04:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.129190 [API:8081]10.0.0.50 - - [2026-03-23 04:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-03-23 04:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2026-03-23 04:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2026-03-23 04:05:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-03-23 04:05:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-03-23 04:05:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.50 - - [2026-03-23 04:05:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.50 - - [2026-03-23 04:05:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2026-03-23 04:05:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.27 - - [2026-03-23 04:05:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-03-23 04:05:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000464 [API:8081]10.0.0.27 - - [2026-03-23 04:05:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.50 - - [2026-03-23 04:06:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081873 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:07:22] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004947 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:07:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004182 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:07:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004782 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:07:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004326 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:07:22] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007684 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:07:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004044 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:07:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003295 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:07:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002952 [API:8081]10.0.0.50 - - [2026-03-23 04:08:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.100596 [API:8081]10.0.0.27 - - [2026-03-23 04:08:36] "GET /analytics HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2026-03-23 04:08:36] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2026-03-23 04:09:04] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.50 - - [2026-03-23 04:09:04] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.23 - - [2026-03-23 04:09:04] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-03-23 04:09:04] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.50 - - [2026-03-23 04:10:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084332 [API:8081]10.0.0.50 - - [2026-03-23 04:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.50 - - [2026-03-23 04:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000579 [API:8081]10.0.0.23 - - [2026-03-23 04:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2026-03-23 04:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.23 - - [2026-03-23 04:10:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-03-23 04:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.50 - - [2026-03-23 04:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-03-23 04:10:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.27 - - [2026-03-23 04:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2026-03-23 04:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.27 - - [2026-03-23 04:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.27 - - [2026-03-23 04:10:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.50 - - [2026-03-23 04:11:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.156510 [API:8081]10.0.0.50 - - [2026-03-23 04:13:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099987 [API:8081]10.0.0.50 - - [2026-03-23 04:14:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.092976 [API:8081]10.0.0.27 - - [2026-03-23 04:15:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.27 - - [2026-03-23 04:15:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.070053 [API:8081]10.0.0.50 - - [2026-03-23 04:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2026-03-23 04:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.23 - - [2026-03-23 04:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.23 - - [2026-03-23 04:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2026-03-23 04:15:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2026-03-23 04:15:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.50 - - [2026-03-23 04:15:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2026-03-23 04:15:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-03-23 04:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.27 - - [2026-03-23 04:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.27 - - [2026-03-23 04:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-03-23 04:15:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:8327b502-0cdc-4cf1-82c9-dac1551037a5?flat HTTP/1.1" 200 5202 0.095878 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:8327b502-0cdc-4cf1-82c9-dac1551037a5?flat HTTP/1.1" 200 5202 0.089099 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:8327b502-0cdc-4cf1-82c9-dac1551037a5?flat HTTP/1.1" 200 5202 0.018702 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-45287291:EVPN-VN1?flat HTTP/1.1" 200 7823 0.020227 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.030548 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13029 0.024466 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.028201 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 13029 0.029439 [API:8081]10.0.0.27 - - [2026-03-23 04:15:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010403 [API:8081]10.0.0.27 - - [2026-03-23 04:15:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:f5d36fd0-85e6-4cd4-b0f7-1741e80e4085?flat HTTP/1.1" 200 5065 0.017086 [API:8081]10.0.0.27 - - [2026-03-23 04:15:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:f5d36fd0-85e6-4cd4-b0f7-1741e80e4085?flat HTTP/1.1" 200 5065 0.016367 [API:8081]10.0.0.27 - - [2026-03-23 04:15:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:f5d36fd0-85e6-4cd4-b0f7-1741e80e4085?flat HTTP/1.1" 200 5065 0.020519 [API:8081]10.0.0.27 - - [2026-03-23 04:15:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-45287291:EVPN-VN1?flat HTTP/1.1" 200 7823 0.021690 [API:8081]10.0.0.27 - - [2026-03-23 04:15:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.025212 [API:8081]10.0.0.27 - - [2026-03-23 04:15:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12999 0.027419 [API:8081]10.0.0.27 - - [2026-03-23 04:15:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.038344 [API:8081]10.0.0.27 - - [2026-03-23 04:15:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12999 0.027114 [API:8081]10.0.0.27 - - [2026-03-23 04:15:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012099 [API:8081]10.0.0.50 - - [2026-03-23 04:16:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070797 [API:8081]10.0.0.50 - - [2026-03-23 04:17:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.093328 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:17:22] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003514 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:17:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004542 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:17:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004623 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:17:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005500 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:17:22] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003811 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:17:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003503 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:17:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003901 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:17:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004288 [API:8081]10.0.0.27 - - [2026-03-23 04:18:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:8327b502-0cdc-4cf1-82c9-dac1551037a5?flat HTTP/1.1" 200 5306 0.016990 [API:8081]10.0.0.27 - - [2026-03-23 04:18:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:8327b502-0cdc-4cf1-82c9-dac1551037a5?flat HTTP/1.1" 200 5306 0.018797 [API:8081]10.0.0.27 - - [2026-03-23 04:18:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:8327b502-0cdc-4cf1-82c9-dac1551037a5?flat HTTP/1.1" 200 5306 0.017704 [API:8081]10.0.0.27 - - [2026-03-23 04:18:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-45287291:EVPN-VN1?flat HTTP/1.1" 200 9418 0.023833 [API:8081]10.0.0.27 - - [2026-03-23 04:18:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 13882 0.022301 [API:8081]10.0.0.27 - - [2026-03-23 04:18:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23278 0.027040 [API:8081]10.0.0.27 - - [2026-03-23 04:18:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009849 [API:8081]10.0.0.27 - - [2026-03-23 04:18:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:f5d36fd0-85e6-4cd4-b0f7-1741e80e4085?flat HTTP/1.1" 200 5213 0.017458 [API:8081]10.0.0.27 - - [2026-03-23 04:18:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:f5d36fd0-85e6-4cd4-b0f7-1741e80e4085?flat HTTP/1.1" 200 5213 0.015241 [API:8081]10.0.0.27 - - [2026-03-23 04:18:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-45287291:f5d36fd0-85e6-4cd4-b0f7-1741e80e4085?flat HTTP/1.1" 200 5213 0.015855 [API:8081]10.0.0.27 - - [2026-03-23 04:18:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-45287291:EVPN-VN1?flat HTTP/1.1" 200 9418 0.023334 [API:8081]10.0.0.27 - - [2026-03-23 04:18:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23888 0.026281 [API:8081]10.0.0.27 - - [2026-03-23 04:18:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23888 0.027141 [API:8081]10.0.0.27 - - [2026-03-23 04:18:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010830 [API:8081]10.0.0.27 - - [2026-03-23 04:18:36] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.27 - - [2026-03-23 04:18:36] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.50 - - [2026-03-23 04:19:04] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2026-03-23 04:19:04] "GET /analytics HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-03-23 04:19:04] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-03-23 04:19:04] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.50 - - [2026-03-23 04:19:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074618 [API:8081]10.0.0.27 - - [2026-03-23 04:19:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32776 0.029766 [API:8081]10.0.0.27 - - [2026-03-23 04:19:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-45287291:EVPN-VN1?flat HTTP/1.1" 200 8513 0.020527 [API:8081]10.0.0.27 - - [2026-03-23 04:19:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010478 [API:8081]10.0.0.27 - - [2026-03-23 04:19:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32493 0.037271 [API:8081]10.0.0.27 - - [2026-03-23 04:19:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32493 0.042986 [API:8081]10.0.0.27 - - [2026-03-23 04:19:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32493 0.030631 [API:8081]10.0.0.27 - - [2026-03-23 04:19:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32493 0.031775 [API:8081]10.0.0.27 - - [2026-03-23 04:19:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-45287291:EVPN-VN1?flat HTTP/1.1" 200 5987 0.014431 [API:8081]10.0.0.27 - - [2026-03-23 04:19:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012041 [API:8081]10.0.0.50 - - [2026-03-23 04:20:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.105913 [API:8081]10.0.0.50 - - [2026-03-23 04:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000660 [API:8081]10.0.0.50 - - [2026-03-23 04:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-03-23 04:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-03-23 04:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-03-23 04:20:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-03-23 04:20:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.50 - - [2026-03-23 04:20:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.50 - - [2026-03-23 04:20:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.27 - - [2026-03-23 04:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-03-23 04:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.27 - - [2026-03-23 04:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.27 - - [2026-03-23 04:20:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000716 [API:8081]10.0.0.50 - - [2026-03-23 04:22:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097803 [API:8081]10.0.0.27 - - [2026-03-23 04:22:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23829825:ctest-TestRbac-23829825-46907672?flat HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.27 - - [2026-03-23 04:22:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23829825:ctest-TestRbac-23829825-46907672?flat HTTP/1.1" 200 2080 0.503490 [API:8081]10.0.0.27 - - [2026-03-23 04:22:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.164344 [API:8081]10.0.0.27 - - [2026-03-23 04:22:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23829825:ctest-TestRbac-23829825-46907672?flat HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.27 - - [2026-03-23 04:22:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23829825:ctest-TestRbac-23829825-46907672?flat HTTP/1.1" 200 2080 0.189737 [API:8081]10.0.0.27 - - [2026-03-23 04:22:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.091793 [API:8081]10.0.0.27 - - [2026-03-23 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-46578653:97d8ccdd-73bb-4330-8b14-2c008ca8bd91?flat HTTP/1.1" 200 5320 0.138945 [API:8081]10.0.0.27 - - [2026-03-23 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-46578653:97d8ccdd-73bb-4330-8b14-2c008ca8bd91?flat HTTP/1.1" 200 5320 0.064948 [API:8081]10.0.0.27 - - [2026-03-23 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-46578653:97d8ccdd-73bb-4330-8b14-2c008ca8bd91?flat HTTP/1.1" 200 5320 0.060827 [API:8081]10.0.0.27 - - [2026-03-23 04:22:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23829825:ctest-TestRbac-23829825-46907672?flat HTTP/1.1" 200 3950 0.057630 [API:8081]10.0.0.27 - - [2026-03-23 04:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.035020 [API:8081]10.0.0.27 - - [2026-03-23 04:22:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.169165 [API:8081]10.0.0.27 - - [2026-03-23 04:22:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.27 - - [2026-03-23 04:22:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.131558 [API:8081]10.0.0.27 - - [2026-03-23 04:22:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.034744 [API:8081]10.0.0.27 - - [2026-03-23 04:22:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.203319 [API:8081]10.0.0.27 - - [2026-03-23 04:22:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.124061 [API:8081]10.0.0.27 - - [2026-03-23 04:22:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.049140 [API:8081]10.0.0.27 - - [2026-03-23 04:22:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.103265 [API:8081]10.0.0.27 - - [2026-03-23 04:22:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.179344 [API:8081]10.0.0.27 - - [2026-03-23 04:22:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.027442 [API:8081]10.0.0.27 - - [2026-03-23 04:22:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.090243 [API:8081]10.0.0.27 - - [2026-03-23 04:22:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.028788 [API:8081]10.0.0.27 - - [2026-03-23 04:22:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.031968 [API:8081]10.0.0.27 - - [2026-03-23 04:23:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.033052 [API:8081]10.0.0.27 - - [2026-03-23 04:23:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.030733 [API:8081]10.0.0.27 - - [2026-03-23 04:23:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.034975 [API:8081]10.0.0.27 - - [2026-03-23 04:23:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.041523 [API:8081]10.0.0.27 - - [2026-03-23 04:23:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.030608 [API:8081]10.0.0.27 - - [2026-03-23 04:23:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23829825:ctest-TestRbac-23829825-46907672?flat HTTP/1.1" 200 6498 0.019935 [API:8081]10.0.0.27 - - [2026-03-23 04:23:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012655 [API:8081]10.0.0.50 - - [2026-03-23 04:23:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.410170 [API:8081]10.0.0.27 - - [2026-03-23 04:23:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2026-03-23 04:23:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 200 2121 0.130258 [API:8081]10.0.0.27 - - [2026-03-23 04:23:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 401 205 0.000369 --- 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-14824138'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-32357558' RBAC: ctest-TestRbacBasic-02674081 doesn't have read permission in project 'bc84b68523554f7b977ae5782a896c62' 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-36382804', 'ctest-TestRbacBasic-36382804-19224001'], 'virtual_network', 'bd416fa2-4399-44ec-a716-1085f373dbc1', "Permission Denied for ['ctest-TestRbacBasic-14824138'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-32357558' RBAC: ctest-TestRbacBasic-02674081 doesn't have read permission in project 'bc84b68523554f7b977ae5782a896c62'"),) [API:8081]10.0.0.27 - - [2026-03-23 04:23:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 403 198 0.115277 [API:8081]10.0.0.27 - - [2026-03-23 04:23:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2026-03-23 04:23:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 200 2121 0.078251 [API:8081]10.0.0.27 - - [2026-03-23 04:23:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.089988 [API:8081]10.0.0.27 - - [2026-03-23 04:23:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.101266 [API:8081]10.0.0.27 - - [2026-03-23 04:23:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.080717 --- 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-14824138'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-36382804' RBAC: ctest-TestRbacBasic-02674081 doesn't have read permission in project '3778eba4de094f52b1e32d8a8373896f' 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-36382804', 'ctest-TestRbacBasic-36382804-19224001'], 'virtual_network', 'bd416fa2-4399-44ec-a716-1085f373dbc1', "Permission Denied for ['ctest-TestRbacBasic-14824138'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-36382804' RBAC: ctest-TestRbacBasic-02674081 doesn't have read permission in project '3778eba4de094f52b1e32d8a8373896f'"),) [API:8081]10.0.0.27 - - [2026-03-23 04:23:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 403 198 0.037786 --- 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-14824138'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-36382804' RBAC: ctest-TestRbacBasic-02674081 doesn't have read permission in project '3778eba4de094f52b1e32d8a8373896f' 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-36382804', 'ctest-TestRbacBasic-36382804-19224001'], 'virtual_network', 'bd416fa2-4399-44ec-a716-1085f373dbc1', "Permission Denied for ['ctest-TestRbacBasic-14824138'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-36382804' RBAC: ctest-TestRbacBasic-02674081 doesn't have read permission in project '3778eba4de094f52b1e32d8a8373896f'"),) [API:8081]10.0.0.27 - - [2026-03-23 04:23:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 403 198 0.123666 [API:8081]10.0.0.27 - - [2026-03-23 04:23:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 200 2125 0.053828 [API:8081]10.0.0.27 - - [2026-03-23 04:23:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36382804:ctest-TestRbacBasic-36382804-19224001?flat HTTP/1.1" 200 2125 0.020875 [API:8081]10.0.0.27 - - [2026-03-23 04:23:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.107695 [API:8081]10.0.0.27 - - [2026-03-23 04:23:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.069468 [API:8081]10.0.0.27 - - [2026-03-23 04:23:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.012726 [API:8081]10.0.0.27 - - [2026-03-23 04:23:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.011099 [API:8081]10.0.0.27 - - [2026-03-23 04:23:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 401 205 0.000291 --- 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-38192226 as ['ctest-TestRbacBasic-75538312'] to R virtual-network in ctest-TestRbacBasic-86995894 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-86995894', 'ctest-TestRbacBasic-86995894-20173538'], 'virtual_network', 'bf211005-fe7a-4b51-88c3-0ec1979621e0', "Permission Denied for ctest-TestRbacBasic-38192226 as ['ctest-TestRbacBasic-75538312'] to R virtual-network in ctest-TestRbacBasic-86995894"),) [API:8081]10.0.0.27 - - [2026-03-23 04:23:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 403 198 0.108393 [API:8081]10.0.0.27 - - [2026-03-23 04:23:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.059250 [API:8081]10.0.0.27 - - [2026-03-23 04:23:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 200 2118 0.056876 [API:8081]10.0.0.27 - - [2026-03-23 04:23:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.069347 --- 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-38192226 as ['ctest-TestRbacBasic-75538312'] to R virtual-network in ctest-TestRbacBasic-86995894 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-86995894', 'ctest-TestRbacBasic-86995894-20173538'], 'virtual_network', 'bf211005-fe7a-4b51-88c3-0ec1979621e0', "Permission Denied for ctest-TestRbacBasic-38192226 as ['ctest-TestRbacBasic-75538312'] to R virtual-network in ctest-TestRbacBasic-86995894"),) [API:8081]10.0.0.27 - - [2026-03-23 04:23:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 403 198 0.044461 --- 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-38192226 as ['ctest-TestRbacBasic-75538312'] to R virtual-network in ctest-TestRbacBasic-86995894 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-86995894', 'ctest-TestRbacBasic-86995894-20173538'], 'virtual_network', 'bf211005-fe7a-4b51-88c3-0ec1979621e0', "Permission Denied for ctest-TestRbacBasic-38192226 as ['ctest-TestRbacBasic-75538312'] to R virtual-network in ctest-TestRbacBasic-86995894"),) [API:8081]10.0.0.27 - - [2026-03-23 04:23:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 403 198 0.104603 [API:8081]10.0.0.27 - - [2026-03-23 04:23:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.066962 [API:8081]10.0.0.27 - - [2026-03-23 04:23:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 200 2118 0.056817 [API:8081]10.0.0.27 - - [2026-03-23 04:23:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.054341 [API:8081]10.0.0.27 - - [2026-03-23 04:23:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 401 205 0.000305 --- 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-02674081 as ['ctest-TestRbacBasic-14824138'] to R virtual-network in ctest-TestRbacBasic-86995894 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-86995894', 'ctest-TestRbacBasic-86995894-20173538'], 'virtual_network', 'bf211005-fe7a-4b51-88c3-0ec1979621e0', "Permission Denied for ctest-TestRbacBasic-02674081 as ['ctest-TestRbacBasic-14824138'] to R virtual-network in ctest-TestRbacBasic-86995894"),) [API:8081]10.0.0.27 - - [2026-03-23 04:24:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 403 198 0.108007 [API:8081]10.0.0.27 - - [2026-03-23 04:24:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.073894 [API:8081]10.0.0.27 - - [2026-03-23 04:24:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-20173538?flat HTTP/1.1" 200 2118 0.052320 [API:8081]10.0.0.27 - - [2026-03-23 04:24:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.086298 [API:8081]10.0.0.27 - - [2026-03-23 04:24:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.088367 [API:8081]10.0.0.27 - - [2026-03-23 04:24:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.010226 [API:8081]10.0.0.27 - - [2026-03-23 04:24:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-86995894:8fe11dc6-ae11-4fbf-8e54-98441c678740?flat HTTP/1.1" 200 5394 0.054036 [API:8081]10.0.0.27 - - [2026-03-23 04:24:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-86995894:8fe11dc6-ae11-4fbf-8e54-98441c678740?flat HTTP/1.1" 200 5394 0.055788 [API:8081]10.0.0.27 - - [2026-03-23 04:24:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-86995894:8fe11dc6-ae11-4fbf-8e54-98441c678740?flat HTTP/1.1" 200 5394 0.071310 [API:8081]10.0.0.27 - - [2026-03-23 04:24:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-78499885?flat HTTP/1.1" 200 4136 0.059786 [API:8081]10.0.0.27 - - [2026-03-23 04:24:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037594 [API:8081]10.0.0.27 - - [2026-03-23 04:24:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.107480 [API:8081]10.0.0.27 - - [2026-03-23 04:24:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.046448 [API:8081]10.0.0.27 - - [2026-03-23 04:24:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.036841 [API:8081]10.0.0.27 - - [2026-03-23 04:24:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.121383 [API:8081]10.0.0.27 - - [2026-03-23 04:24:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.031928 [API:8081]10.0.0.27 - - [2026-03-23 04:24:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.046375 [API:8081]10.0.0.27 - - [2026-03-23 04:24:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-78499885?flat HTTP/1.1" 200 4136 0.108031 [API:8081]10.0.0.27 - - [2026-03-23 04:24:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.065938 [API:8081]10.0.0.27 - - [2026-03-23 04:24:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033799 [API:8081]10.0.0.27 - - [2026-03-23 04:24:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.102948 [API:8081]10.0.0.27 - - [2026-03-23 04:24:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.038460 [API:8081]10.0.0.27 - - [2026-03-23 04:24:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.046958 [API:8081]10.0.0.27 - - [2026-03-23 04:24:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.036302 [API:8081]10.0.0.27 - - [2026-03-23 04:25:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.031582 [API:8081]10.0.0.27 - - [2026-03-23 04:25:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.030180 [API:8081]10.0.0.27 - - [2026-03-23 04:25:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.029463 [API:8081]10.0.0.27 - - [2026-03-23 04:25:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.027959 [API:8081]10.0.0.27 - - [2026-03-23 04:25:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.028876 [API:8081]10.0.0.27 - - [2026-03-23 04:25:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.032954 [API:8081]10.0.0.27 - - [2026-03-23 04:25:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86995894:ctest-TestRbacBasic-86995894-78499885?flat HTTP/1.1" 200 6887 0.017082 [API:8081]10.0.0.27 - - [2026-03-23 04:25:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010797 [API:8081]10.0.0.50 - - [2026-03-23 04:25:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.193790 [Introspect:8090]10.0.0.27 - - [2026-03-23 04:25:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001237 [API:8081]10.0.0.27 - - [2026-03-23 04:25:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.27 - - [2026-03-23 04:25:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.088635 [API:8081]10.0.0.50 - - [2026-03-23 04:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2026-03-23 04:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000490 [API:8081]10.0.0.23 - - [2026-03-23 04:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-03-23 04:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-03-23 04:25:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-03-23 04:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.50 - - [2026-03-23 04:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.50 - - [2026-03-23 04:25:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-03-23 04:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.27 - - [2026-03-23 04:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.27 - - [2026-03-23 04:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.27 - - [2026-03-23 04:25:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.50 - - [2026-03-23 04:26:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.087030 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:27:22] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003180 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:27:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003596 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:27:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003136 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:27:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003207 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:27:22] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003529 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:27:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003701 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:27:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003864 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:27:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004317 [API:8081]10.0.0.50 - - [2026-03-23 04:28:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073612 [API:8081]10.0.0.27 - - [2026-03-23 04:28:36] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2026-03-23 04:28:36] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-03-23 04:29:04] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2026-03-23 04:29:04] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.23 - - [2026-03-23 04:29:04] "GET /analytics HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.23 - - [2026-03-23 04:29:04] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.27 - - [2026-03-23 04:29:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:4ac51bf2-0efe-4e37-8b6d-38010782e1d3?flat HTTP/1.1" 200 5371 0.014992 [API:8081]10.0.0.27 - - [2026-03-23 04:29:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:4ac51bf2-0efe-4e37-8b6d-38010782e1d3?flat HTTP/1.1" 200 5371 0.076152 [API:8081]10.0.0.27 - - [2026-03-23 04:29:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:4ac51bf2-0efe-4e37-8b6d-38010782e1d3?flat HTTP/1.1" 200 5371 0.083006 [API:8081]10.0.0.27 - - [2026-03-23 04:29:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-88137413:ctest-vn1-82380926?flat HTTP/1.1" 200 9486 0.043070 [API:8081]10.0.0.27 - - [2026-03-23 04:29:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.029200 [API:8081]10.0.0.27 - - [2026-03-23 04:29:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.026775 [API:8081]10.0.0.27 - - [2026-03-23 04:29:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011486 [API:8081]10.0.0.27 - - [2026-03-23 04:29:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:d546366b-40c3-431a-b492-e54db2b3eadc?flat HTTP/1.1" 200 5374 0.018579 [API:8081]10.0.0.27 - - [2026-03-23 04:29:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:d546366b-40c3-431a-b492-e54db2b3eadc?flat HTTP/1.1" 200 5374 0.016154 [API:8081]10.0.0.27 - - [2026-03-23 04:29:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:d546366b-40c3-431a-b492-e54db2b3eadc?flat HTTP/1.1" 200 5374 0.016708 [API:8081]10.0.0.27 - - [2026-03-23 04:29:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-88137413:ctest-vn1-82380926?flat HTTP/1.1" 200 9486 0.021192 [API:8081]10.0.0.27 - - [2026-03-23 04:29:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.026283 [API:8081]10.0.0.27 - - [2026-03-23 04:29:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.030550 [API:8081]10.0.0.27 - - [2026-03-23 04:29:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010535 [API:8081]10.0.0.50 - - [2026-03-23 04:29:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.082421 [API:8081]10.0.0.27 - - [2026-03-23 04:29:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33797 0.042074 [API:8081]10.0.0.27 - - [2026-03-23 04:29:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33797 0.031241 [API:8081]10.0.0.27 - - [2026-03-23 04:29:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33797 0.037458 [API:8081]10.0.0.27 - - [2026-03-23 04:29:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33799 0.039202 [API:8081]10.0.0.27 - - [2026-03-23 04:29:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33799 0.032598 [API:8081]10.0.0.27 - - [2026-03-23 04:29:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33799 0.030586 [API:8081]10.0.0.27 - - [2026-03-23 04:29:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33799 0.031050 [API:8081]10.0.0.27 - - [2026-03-23 04:29:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33799 0.033989 [API:8081]10.0.0.27 - - [2026-03-23 04:29:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33799 0.032185 [API:8081]10.0.0.27 - - [2026-03-23 04:29:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-88137413:ctest-vn1-82380926?flat HTTP/1.1" 200 7675 0.018387 [API:8081]10.0.0.27 - - [2026-03-23 04:29:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010830 [API:8081]10.0.0.27 - - [2026-03-23 04:29:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.036017 [API:8081]10.0.0.27 - - [2026-03-23 04:29:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-88137413:ctest-vn1-82380926?flat HTTP/1.1" 200 4921 0.017165 [API:8081]10.0.0.27 - - [2026-03-23 04:29:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010076 [API:8081]10.0.0.27 - - [2026-03-23 04:29:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.010296 [API:8081]10.0.0.27 - - [2026-03-23 04:29:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.013678 [API:8081]10.0.0.50 - - [2026-03-23 04:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2026-03-23 04:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2026-03-23 04:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-03-23 04:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-03-23 04:30:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-03-23 04:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.50 - - [2026-03-23 04:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.50 - - [2026-03-23 04:30:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-03-23 04:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-03-23 04:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.27 - - [2026-03-23 04:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-03-23 04:30:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2026-03-23 04:31:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089268 [API:8081]10.0.0.50 - - [2026-03-23 04:32:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.097073 [Introspect:8090]10.0.0.27 - - [2026-03-23 04:33:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001395 [API:8081]10.0.0.27 - - [2026-03-23 04:33:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 12083 0.102428 [API:8081]10.0.0.27 - - [2026-03-23 04:33:42] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5514-1?flat HTTP/1.1" 200 6070 0.074126 [API:8081]10.0.0.27 - - [2026-03-23 04:33:42] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5514-2?flat HTTP/1.1" 200 6053 0.468120 [API:8081]10.0.0.27 - - [2026-03-23 04:33:42] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5514-3?flat HTTP/1.1" 200 3945 0.019094 [API:8081]10.0.0.27 - - [2026-03-23 04:33:42] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?flat HTTP/1.1" 200 6130 0.017351 [API:8081]10.0.0.27 - - [2026-03-23 04:33:42] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?flat HTTP/1.1" 200 6396 0.033775 [API:8081]10.0.0.27 - - [2026-03-23 04:33:42] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?flat HTTP/1.1" 200 7345 0.023249 [API:8081]10.0.0.27 - - [2026-03-23 04:33:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.015040 [API:8081]10.0.0.50 - - [2026-03-23 04:34:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082664 [API:8081]10.0.0.27 - - [2026-03-23 04:34:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:e2168f2b-ca31-4c57-abcd-f5fd407f422f?flat HTTP/1.1" 200 5243 0.017125 [API:8081]10.0.0.27 - - [2026-03-23 04:34:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:e2168f2b-ca31-4c57-abcd-f5fd407f422f?flat HTTP/1.1" 200 5243 0.016414 [API:8081]10.0.0.27 - - [2026-03-23 04:34:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:e2168f2b-ca31-4c57-abcd-f5fd407f422f?flat HTTP/1.1" 200 5243 0.015977 [API:8081]10.0.0.27 - - [2026-03-23 04:34:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-88137413:ctest-vn1-67631103?flat HTTP/1.1" 200 7098 0.025011 [API:8081]10.0.0.27 - - [2026-03-23 04:34:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40471 0.036743 [API:8081]10.0.0.27 - - [2026-03-23 04:34:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40471 0.033292 [API:8081]10.0.0.27 - - [2026-03-23 04:34:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012602 [API:8081]10.0.0.27 - - [2026-03-23 04:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:f28ff904-e721-42a6-a74f-5e7a574bee5d?flat HTTP/1.1" 200 5245 0.015913 [API:8081]10.0.0.27 - - [2026-03-23 04:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:f28ff904-e721-42a6-a74f-5e7a574bee5d?flat HTTP/1.1" 200 5245 0.021480 [API:8081]10.0.0.27 - - [2026-03-23 04:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-88137413:f28ff904-e721-42a6-a74f-5e7a574bee5d?flat HTTP/1.1" 200 5245 0.019239 [API:8081]10.0.0.27 - - [2026-03-23 04:35:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-88137413:ctest-vn2-98616019?flat HTTP/1.1" 200 7115 0.018150 [API:8081]10.0.0.27 - - [2026-03-23 04:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32543 0.030334 [API:8081]10.0.0.27 - - [2026-03-23 04:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32543 0.031920 [API:8081]10.0.0.27 - - [2026-03-23 04:35:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011649 [API:8081]10.0.0.50 - - [2026-03-23 04:35:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.080848 [API:8081]10.0.0.50 - - [2026-03-23 04:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2026-03-23 04:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-03-23 04:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.23 - - [2026-03-23 04:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000556 [API:8081]10.0.0.23 - - [2026-03-23 04:35:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.23 - - [2026-03-23 04:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.50 - - [2026-03-23 04:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.50 - - [2026-03-23 04:35:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2026-03-23 04:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.27 - - [2026-03-23 04:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.27 - - [2026-03-23 04:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.27 - - [2026-03-23 04:35:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.27 - - [2026-03-23 04:36:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.043827 [API:8081]10.0.0.27 - - [2026-03-23 04:36:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.033348 [API:8081]10.0.0.27 - - [2026-03-23 04:36:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.029110 [API:8081]10.0.0.27 - - [2026-03-23 04:36:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.032632 [API:8081]10.0.0.27 - - [2026-03-23 04:36:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-88137413:ctest-vn2-98616019?flat HTTP/1.1" 200 7847 0.018724 [API:8081]10.0.0.27 - - [2026-03-23 04:36:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010987 [API:8081]10.0.0.27 - - [2026-03-23 04:36:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40513 0.040215 [API:8081]10.0.0.27 - - [2026-03-23 04:36:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40513 0.042707 [API:8081]10.0.0.27 - - [2026-03-23 04:36:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40513 0.036517 [API:8081]10.0.0.27 - - [2026-03-23 04:36:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40513 0.033664 [API:8081]10.0.0.27 - - [2026-03-23 04:36:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40513 0.039068 [API:8081]10.0.0.27 - - [2026-03-23 04:37:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40513 0.039302 [API:8081]10.0.0.27 - - [2026-03-23 04:37:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-88137413:ctest-vn1-67631103?flat HTTP/1.1" 200 7913 0.034364 [API:8081]10.0.0.27 - - [2026-03-23 04:37:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011033 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:37:22] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004665 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:37:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.008081 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:37:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004636 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:37:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003663 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:37:22] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003704 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:37:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004076 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:37:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003931 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:37:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003760 [API:8081]10.0.0.50 - - [2026-03-23 04:37:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085146 [API:8081]10.0.0.27 - - [2026-03-23 04:38:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-36509305:4da5e148-bf92-4be0-bd3e-f2454dd1d47c?flat HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-03-23 04:38:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-36509305:4da5e148-bf92-4be0-bd3e-f2454dd1d47c?flat HTTP/1.1" 200 5249 0.075423 [API:8081]10.0.0.27 - - [2026-03-23 04:38:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-36509305:4da5e148-bf92-4be0-bd3e-f2454dd1d47c?flat HTTP/1.1" 200 5249 0.077691 [API:8081]10.0.0.27 - - [2026-03-23 04:38:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-36509305:4da5e148-bf92-4be0-bd3e-f2454dd1d47c?flat HTTP/1.1" 200 5249 0.081197 [API:8081]10.0.0.27 - - [2026-03-23 04:38:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-36509305:ctest-vn-46628579?flat HTTP/1.1" 200 6756 0.017560 [API:8081]10.0.0.27 - - [2026-03-23 04:38:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.033947 [API:8081]10.0.0.27 - - [2026-03-23 04:38:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.032782 [API:8081]10.0.0.27 - - [2026-03-23 04:38:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011501 [API:8081]10.0.0.27 - - [2026-03-23 04:38:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-36509305:69c3eb77-fb80-4ca3-bc51-9484f5dfc324?flat HTTP/1.1" 200 5223 0.019758 [API:8081]10.0.0.27 - - [2026-03-23 04:38:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-36509305:69c3eb77-fb80-4ca3-bc51-9484f5dfc324?flat HTTP/1.1" 200 5223 0.017271 [API:8081]10.0.0.27 - - [2026-03-23 04:38:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-36509305:69c3eb77-fb80-4ca3-bc51-9484f5dfc324?flat HTTP/1.1" 200 5223 0.014678 [API:8081]10.0.0.27 - - [2026-03-23 04:38:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-36509305:ctest-vn-25157716?flat HTTP/1.1" 200 6735 0.017672 [API:8081]10.0.0.27 - - [2026-03-23 04:38:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.036714 [API:8081]10.0.0.27 - - [2026-03-23 04:38:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.032786 [API:8081]10.0.0.27 - - [2026-03-23 04:38:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010753 [API:8081]10.0.0.50 - - [2026-03-23 04:38:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.085529 [API:8081]10.0.0.27 - - [2026-03-23 04:38:36] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-03-23 04:38:36] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2026-03-23 04:38:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40533 0.040985 [API:8081]10.0.0.27 - - [2026-03-23 04:38:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40533 0.037894 [API:8081]10.0.0.27 - - [2026-03-23 04:38:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40533 0.038420 [API:8081]10.0.0.27 - - [2026-03-23 04:38:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40533 0.033113 [API:8081]10.0.0.27 - - [2026-03-23 04:38:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40533 0.036794 [API:8081]10.0.0.27 - - [2026-03-23 04:39:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40533 0.039973 [API:8081]10.0.0.27 - - [2026-03-23 04:39:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40535 0.050008 [API:8081]10.0.0.27 - - [2026-03-23 04:39:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-36509305:ctest-vn-25157716?flat HTTP/1.1" 200 6177 0.014508 [API:8081]10.0.0.27 - - [2026-03-23 04:39:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010671 [API:8081]10.0.0.50 - - [2026-03-23 04:39:04] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.50 - - [2026-03-23 04:39:04] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-03-23 04:39:04] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-03-23 04:39:04] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.27 - - [2026-03-23 04:39:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.033462 [API:8081]10.0.0.27 - - [2026-03-23 04:39:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.031290 [API:8081]10.0.0.27 - - [2026-03-23 04:39:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5514-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32574 0.032986 [API:8081]10.0.0.27 - - [2026-03-23 04:39:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-36509305:ctest-vn-46628579?flat HTTP/1.1" 200 6185 0.019179 [API:8081]10.0.0.27 - - [2026-03-23 04:39:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009731 [API:8081]10.0.0.27 - - [2026-03-23 04:39:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.27 - - [2026-03-23 04:39:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.074805 [API:8081]10.0.0.27 - - [2026-03-23 04:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.093719 [API:8081]10.0.0.50 - - [2026-03-23 04:40:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083995 [API:8081]10.0.0.50 - - [2026-03-23 04:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2026-03-23 04:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2026-03-23 04:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-03-23 04:40:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-03-23 04:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000649 [API:8081]10.0.0.23 - - [2026-03-23 04:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001001 [API:8081]10.0.0.50 - - [2026-03-23 04:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2026-03-23 04:40:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.27 - - [2026-03-23 04:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-03-23 04:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.27 - - [2026-03-23 04:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.27 - - [2026-03-23 04:40:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.50 - - [2026-03-23 04:41:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.082001 [API:8081]10.0.0.50 - - [2026-03-23 04:43:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079478 [API:8081]10.0.0.50 - - [2026-03-23 04:44:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.086815 [API:8081]10.0.0.50 - - [2026-03-23 04:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2026-03-23 04:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-03-23 04:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-03-23 04:45:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2026-03-23 04:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-03-23 04:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-03-23 04:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.50 - - [2026-03-23 04:45:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-03-23 04:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.27 - - [2026-03-23 04:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000484 [API:8081]10.0.0.27 - - [2026-03-23 04:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-03-23 04:45:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000535 [API:8081]10.0.0.27 - - [2026-03-23 04:45:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.27 - - [2026-03-23 04:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.078282 [API:8081]10.0.0.50 - - [2026-03-23 04:46:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089812 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:47:22] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003519 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:47:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003451 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:47:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002884 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:47:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002932 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:47:22] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003254 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:47:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003519 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:47:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002980 [LOCAL API:8181]127.0.0.1 - - [2026-03-23 04:47:22] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5514-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003460 [API:8081]10.0.0.50 - - [2026-03-23 04:47:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.096204 [API:8081]10.0.0.27 - - [2026-03-23 04:48:36] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-03-23 04:48:36] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-03-23 04:49:04] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2026-03-23 04:49:04] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.23 - - [2026-03-23 04:49:04] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2026-03-23 04:49:04] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.50 - - [2026-03-23 04:49:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093731 [API:8081]10.0.0.50 - - [2026-03-23 04:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.50 - - [2026-03-23 04:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.23 - - [2026-03-23 04:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-03-23 04:50:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.23 - - [2026-03-23 04:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-03-23 04:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2026-03-23 04:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2026-03-23 04:50:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-03-23 04:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.27 - - [2026-03-23 04:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2026-03-23 04:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.27 - - [2026-03-23 04:50:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.50 - - [2026-03-23 04:50:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.093978 [Introspect:8090]10.0.0.27 - - [2026-03-23 04:51:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001374