++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu May 28 02:10:58 AM UTC 2026 ===================' INFO: =================== Thu May 28 02:10:58 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 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ awk '{print $2}' +++ cut -d / -f 1 +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.133 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ 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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.133:8081 10.0.0.41:8081 10.0.0.131: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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ 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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.133:8086 10.0.0.41:8086 10.0.0.131: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.133,10.0.0.41,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ 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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.133:8082 10.0.0.41:8082 10.0.0.131: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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.133:9161 10.0.0.41:9161 10.0.0.131: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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.133:9041 10.0.0.41:9041 10.0.0.131: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.252,10.20.0.249,10.20.0.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ 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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.133:2181,10.0.0.41:2181,10.0.0.131: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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ 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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.133:5673,10.0.0.41:5673,10.0.0.131: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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.133:6379 10.0.0.41:6379 10.0.0.131: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.133,10.0.0.41,10.0.0.131 ++ 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.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.133:9092 10.0.0.41:9092 10.0.0.131: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.133 ++ 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.133,10.0.0.41,10.0.0.131 ++ 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.133,10.0.0.41,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.133,10.0.0.41,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.133 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.133 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.133,10.0.0.41,10.0.0.131 +++ local servers=10.0.0.133,10.0.0.41,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.133,10.20.0.252,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.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.133,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ echo 10.0.0.133 1 +++ return ++ local ip=10.0.0.133 ++ [[ -z 10.0.0.133 ]] ++ echo 10.0.0.133 + host_ip=10.0.0.133 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 05/28/2026 02:11:06.647 7fd1c1eea540 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/28/2026 02:11:06.847 7fd1c1eea540 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 05/28/2026 02:11:06.858 7fd1c1eea540 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/28/2026 02:11:06.859 7fd1c1eea540 [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.133: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.41 - - [2026-05-28 02:11:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.098727 [API:8081]10.0.0.41 - - [2026-05-28 02:11:48] "GET /analytics HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.41 - - [2026-05-28 02:11:48] "GET /analytics HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.131 - - [2026-05-28 02:11:49] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.131 - - [2026-05-28 02:11:49] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.133 - - [2026-05-28 02:11:49] "GET /analytics HTTP/1.1" 401 206 0.001074 [API:8081]10.0.0.133 - - [2026-05-28 02:11:49] "GET /analytics HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.41 - - [2026-05-28 02:12:19] "GET /analytics HTTP/1.1" 401 206 0.000435 [API:8081]10.0.0.41 - - [2026-05-28 02:12:19] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.131 - - [2026-05-28 02:12:20] "GET /analytics HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.131 - - [2026-05-28 02:12:20] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.133 - - [2026-05-28 02:12:20] "GET /analytics HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.133 - - [2026-05-28 02:12:20] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.41 - - [2026-05-28 02:12:49] "GET /analytics HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.41 - - [2026-05-28 02:12:49] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.131 - - [2026-05-28 02:12:50] "GET /analytics HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.131 - - [2026-05-28 02:12:50] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.41 - - [2026-05-28 02:13:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.091881 [API:8081]10.0.0.41 - - [2026-05-28 02:14:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.41 - - [2026-05-28 02:14:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.131 - - [2026-05-28 02:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.41 - - [2026-05-28 02:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.131 - - [2026-05-28 02:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.41 - - [2026-05-28 02:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.131 - - [2026-05-28 02:14:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.131 - - [2026-05-28 02:14:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.133 - - [2026-05-28 02:14:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.133 - - [2026-05-28 02:14:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.41 - - [2026-05-28 02:14:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.070288 [API:8081]10.0.0.133 - - [2026-05-28 02:14:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.133 - - [2026-05-28 02:14:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [Introspect:8090]10.0.0.133 - - [2026-05-28 02:14:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001321 [Introspect:8090]10.0.0.133 - - [2026-05-28 02:15:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001256 [API:8081]10.0.0.41 - - [2026-05-28 02:16:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.110784 [Introspect:8090]10.0.0.133 - - [2026-05-28 02:16:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001323 [Introspect:8090]10.0.0.133 - - [2026-05-28 02:16:30] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000838 [API:8081]10.0.0.133 - - [2026-05-28 02:16:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1:Control:contrail-control:0?flat HTTP/1.1" 200 38106 0.120379 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.108927 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2:Control:contrail-control:0?flat HTTP/1.1" 200 35052 0.098858 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.020025 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3:Control:contrail-control:0?flat HTTP/1.1" 200 38105 0.078796 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13606 0.016890 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.019841 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.024864 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3359 0.015571 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3359 0.016675 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.017067 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.021725 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.018853 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.016623 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.014002 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.033987 [API:8081]10.0.0.133 - - [2026-05-28 02:16:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017275 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.018934 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.018007 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.018609 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.015893 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014980 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.019118 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.016995 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.036225 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.052312 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14209 0.046020 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.024486 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.027807 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.030514 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.041068 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.033816 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12031 0.027274 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.022871 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.027185 [API:8081]10.0.0.133 - - [2026-05-28 02:16:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12031 0.021540 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.018410 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.013161 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.025998 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3273 0.027077 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.015108 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.018946 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014643 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.017686 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14209 0.025297 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017289 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.017463 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.028671 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.024745 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.034266 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.028176 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.022980 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.021338 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.020019 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.018507 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.015025 [API:8081]10.0.0.133 - - [2026-05-28 02:16:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.021991 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.018408 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1:Control:contrail-control:0?flat HTTP/1.1" 200 38106 0.024300 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.014177 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.017544 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2:Control:contrail-control:0?flat HTTP/1.1" 200 35052 0.029098 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.016720 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.023498 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3:Control:contrail-control:0?flat HTTP/1.1" 200 38105 0.025572 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.015187 [API:8081]10.0.0.133 - - [2026-05-28 02:16:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5841-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13606 0.016689 [API:8081]10.0.0.133 - - [2026-05-28 02:16:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 12031 0.025875 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?flat HTTP/1.1" 200 14724 0.023566 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?flat HTTP/1.1" 200 14337 0.020073 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?flat HTTP/1.1" 200 19769 0.021276 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?flat HTTP/1.1" 200 14724 0.025088 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?flat HTTP/1.1" 200 14337 0.022984 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?flat HTTP/1.1" 200 19769 0.028797 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?flat HTTP/1.1" 200 14724 0.022285 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?flat HTTP/1.1" 200 14337 0.024849 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?flat HTTP/1.1" 200 19769 0.021836 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?flat HTTP/1.1" 200 14724 0.029810 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?flat HTTP/1.1" 200 14337 0.023672 [API:8081]10.0.0.133 - - [2026-05-28 02:16:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?flat HTTP/1.1" 200 19769 0.021432 [API:8081]10.0.0.133 - - [2026-05-28 02:16:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 8008 0.022958 [API:8081]10.0.0.133 - - [2026-05-28 02:16:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 8005 0.017577 [API:8081]10.0.0.133 - - [2026-05-28 02:16:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5841-3?flat HTTP/1.1" 200 7999 0.017457 [API:8081]10.0.0.133 - - [2026-05-28 02:16:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.133 - - [2026-05-28 02:16:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.070534 [API:8081]10.0.0.133 - - [2026-05-28 02:17:02] "POST /analytics/query HTTP/1.1" 200 63966 1.093022 [API:8081]10.0.0.133 - - [2026-05-28 02:17:03] "POST /analytics/query HTTP/1.1" 200 5875 1.114889 [API:8081]10.0.0.133 - - [2026-05-28 02:17:04] "POST /analytics/query HTTP/1.1" 200 871 1.022962 [API:8081]10.0.0.133 - - [2026-05-28 02:17:05] "POST /analytics/query HTTP/1.1" 200 5875 1.032366 [API:8081]10.0.0.133 - - [2026-05-28 02:17:06] "POST /analytics/query HTTP/1.1" 200 871 1.025546 [API:8081]10.0.0.133 - - [2026-05-28 02:17:19] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001138 [API:8081]10.0.0.41 - - [2026-05-28 02:17:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.109334 [API:8081]10.0.0.41 - - [2026-05-28 02:19:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.41 - - [2026-05-28 02:19:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.131 - - [2026-05-28 02:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.41 - - [2026-05-28 02:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.131 - - [2026-05-28 02:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.41 - - [2026-05-28 02:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.131 - - [2026-05-28 02:19:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000434 [API:8081]10.0.0.131 - - [2026-05-28 02:19:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001428 [API:8081]10.0.0.133 - - [2026-05-28 02:19:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.133 - - [2026-05-28 02:19:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000409 [API:8081]10.0.0.133 - - [2026-05-28 02:19:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.133 - - [2026-05-28 02:19:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.41 - - [2026-05-28 02:19:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.169150 [API:8081]10.0.0.41 - - [2026-05-28 02:20:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.098950 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:21:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005374 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:21:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004366 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:21:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003897 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:21:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003418 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:21:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004624 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:21:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004820 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:21:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004716 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005054 [API:8081]10.0.0.133 - - [2026-05-28 02:22:20] "GET /analytics HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.133 - - [2026-05-28 02:22:20] "GET /analytics HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.41 - - [2026-05-28 02:22:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.104300 [API:8081]10.0.0.133 - - [2026-05-28 02:22:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.133 - - [2026-05-28 02:22:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1453 0.086034 [API:8081]10.0.0.133 - - [2026-05-28 02:22:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.064167 [API:8081]10.0.0.41 - - [2026-05-28 02:22:49] "GET /analytics HTTP/1.1" 401 206 0.000426 [API:8081]10.0.0.41 - - [2026-05-28 02:22:49] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.131 - - [2026-05-28 02:22:50] "GET /analytics HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.131 - - [2026-05-28 02:22:50] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.41 - - [2026-05-28 02:23:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.186583 [API:8081]10.0.0.41 - - [2026-05-28 02:24:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.41 - - [2026-05-28 02:24:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.131 - - [2026-05-28 02:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.41 - - [2026-05-28 02:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.131 - - [2026-05-28 02:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.41 - - [2026-05-28 02:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.131 - - [2026-05-28 02:24:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.131 - - [2026-05-28 02:24:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.133 - - [2026-05-28 02:24:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000423 [API:8081]10.0.0.133 - - [2026-05-28 02:24:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.133 - - [2026-05-28 02:24:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.133 - - [2026-05-28 02:24:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.41 - - [2026-05-28 02:25:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074186 [API:8081]10.0.0.41 - - [2026-05-28 02:26:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073824 [API:8081]10.0.0.41 - - [2026-05-28 02:28:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085262 [API:8081]10.0.0.41 - - [2026-05-28 02:29:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.41 - - [2026-05-28 02:29:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.131 - - [2026-05-28 02:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.131 - - [2026-05-28 02:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.41 - - [2026-05-28 02:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.41 - - [2026-05-28 02:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.131 - - [2026-05-28 02:29:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.131 - - [2026-05-28 02:29:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.133 - - [2026-05-28 02:29:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.133 - - [2026-05-28 02:29:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.133 - - [2026-05-28 02:29:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.133 - - [2026-05-28 02:29:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.41 - - [2026-05-28 02:29:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.080953 [API:8081]10.0.0.133 - - [2026-05-28 02:29:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.133 - - [2026-05-28 02:29:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.064045 [API:8081]10.0.0.133 - - [2026-05-28 02:29:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.102839 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:31:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004150 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003625 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003601 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003574 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:31:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003690 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003549 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003437 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002978 [API:8081]10.0.0.41 - - [2026-05-28 02:31:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085748 [API:8081]10.0.0.133 - - [2026-05-28 02:31:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1895 0.011594 [API:8081]10.0.0.133 - - [2026-05-28 02:31:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.010450 [API:8081]10.0.0.133 - - [2026-05-28 02:31:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2353 0.062160 [API:8081]10.0.0.133 - - [2026-05-28 02:31:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2582 0.011592 [API:8081]10.0.0.133 - - [2026-05-28 02:32:20] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.133 - - [2026-05-28 02:32:20] "GET /analytics HTTP/1.1" 401 206 0.000185 [API:8081]10.0.0.41 - - [2026-05-28 02:32:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.203226 [API:8081]10.0.0.41 - - [2026-05-28 02:32:49] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.41 - - [2026-05-28 02:32:49] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.131 - - [2026-05-28 02:32:50] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.131 - - [2026-05-28 02:32:50] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.41 - - [2026-05-28 02:34:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.41 - - [2026-05-28 02:34:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.131 - - [2026-05-28 02:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.131 - - [2026-05-28 02:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.41 - - [2026-05-28 02:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.41 - - [2026-05-28 02:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.131 - - [2026-05-28 02:34:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.131 - - [2026-05-28 02:34:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.133 - - [2026-05-28 02:34:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.133 - - [2026-05-28 02:34:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.133 - - [2026-05-28 02:34:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.133 - - [2026-05-28 02:34:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.41 - - [2026-05-28 02:34:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074580 [API:8081]10.0.0.133 - - [2026-05-28 02:35:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.096270 [API:8081]10.0.0.133 - - [2026-05-28 02:35:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12579 0.093916 [API:8081]10.0.0.133 - - [2026-05-28 02:35:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-26755520:ctest-vnet1-15458402?flat HTTP/1.1" 200 8246 0.019299 [API:8081]10.0.0.133 - - [2026-05-28 02:35:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009684 [API:8081]10.0.0.133 - - [2026-05-28 02:35:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.021268 [API:8081]10.0.0.133 - - [2026-05-28 02:35:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.035837 [API:8081]10.0.0.133 - - [2026-05-28 02:35:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.021914 [API:8081]10.0.0.133 - - [2026-05-28 02:35:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.023723 [API:8081]10.0.0.41 - - [2026-05-28 02:35:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.092218 [API:8081]10.0.0.133 - - [2026-05-28 02:35:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.023484 [API:8081]10.0.0.133 - - [2026-05-28 02:35:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.022615 [API:8081]10.0.0.133 - - [2026-05-28 02:35:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.029626 [API:8081]10.0.0.133 - - [2026-05-28 02:35:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.029271 [API:8081]10.0.0.133 - - [2026-05-28 02:35:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-26755520:ctest-vnet0-67174607?flat HTTP/1.1" 200 8241 0.020109 [API:8081]10.0.0.133 - - [2026-05-28 02:35:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013149 [API:8081]10.0.0.133 - - [2026-05-28 02:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.011225 [API:8081]10.0.0.41 - - [2026-05-28 02:37:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085062 [API:8081]10.0.0.133 - - [2026-05-28 02:38:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.133 - - [2026-05-28 02:38:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.091538 [API:8081]10.0.0.41 - - [2026-05-28 02:38:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.109416 [API:8081]10.0.0.41 - - [2026-05-28 02:39:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.41 - - [2026-05-28 02:39:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.131 - - [2026-05-28 02:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.131 - - [2026-05-28 02:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.41 - - [2026-05-28 02:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.41 - - [2026-05-28 02:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.131 - - [2026-05-28 02:39:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.131 - - [2026-05-28 02:39:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000531 [API:8081]10.0.0.133 - - [2026-05-28 02:39:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.133 - - [2026-05-28 02:39:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.133 - - [2026-05-28 02:39:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.133 - - [2026-05-28 02:39:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.133 - - [2026-05-28 02:39:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.161217 [API:8081]10.0.0.133 - - [2026-05-28 02:39:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.027299 [API:8081]10.0.0.133 - - [2026-05-28 02:39:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.102175 [API:8081]10.0.0.133 - - [2026-05-28 02:39:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.021161 [API:8081]10.0.0.133 - - [2026-05-28 02:39:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.022022 [API:8081]10.0.0.133 - - [2026-05-28 02:39:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.033878 [API:8081]10.0.0.133 - - [2026-05-28 02:39:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.026477 [API:8081]10.0.0.133 - - [2026-05-28 02:39:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.022435 [API:8081]10.0.0.133 - - [2026-05-28 02:39:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.035588 [API:8081]10.0.0.133 - - [2026-05-28 02:39:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.022749 [API:8081]10.0.0.133 - - [2026-05-28 02:39:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-17418580:ctest-vnet0-99743815?flat HTTP/1.1" 200 7200 0.017593 [API:8081]10.0.0.133 - - [2026-05-28 02:39:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011131 [API:8081]10.0.0.133 - - [2026-05-28 02:40:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.133 - - [2026-05-28 02:40:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.080223 [API:8081]10.0.0.133 - - [2026-05-28 02:40:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.133 - - [2026-05-28 02:40:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.085086 [API:8081]10.0.0.133 - - [2026-05-28 02:40:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.153621 [API:8081]10.0.0.133 - - [2026-05-28 02:40:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.091587 [API:8081]10.0.0.41 - - [2026-05-28 02:40:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087420 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:41:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004108 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003490 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003768 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004309 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:41:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004993 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003961 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004436 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003989 [API:8081]10.0.0.133 - - [2026-05-28 02:41:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:22d3dc1e-66db-425e-bce5-ae055bbe3ee5?flat HTTP/1.1" 200 5232 0.024289 [API:8081]10.0.0.133 - - [2026-05-28 02:41:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:22d3dc1e-66db-425e-bce5-ae055bbe3ee5?flat HTTP/1.1" 200 5232 0.022189 [API:8081]10.0.0.133 - - [2026-05-28 02:41:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:22d3dc1e-66db-425e-bce5-ae055bbe3ee5?flat HTTP/1.1" 200 5232 0.016626 [API:8081]10.0.0.133 - - [2026-05-28 02:41:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-54378393:ctest-VN1-01409029?flat HTTP/1.1" 200 8554 0.017856 [API:8081]10.0.0.133 - - [2026-05-28 02:41:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.027205 [API:8081]10.0.0.133 - - [2026-05-28 02:41:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.028963 [API:8081]10.0.0.133 - - [2026-05-28 02:41:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011412 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:11c59381-998e-400b-9516-b84e3b47acd2?flat HTTP/1.1" 200 5095 0.023428 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:11c59381-998e-400b-9516-b84e3b47acd2?flat HTTP/1.1" 200 5095 0.018383 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:11c59381-998e-400b-9516-b84e3b47acd2?flat HTTP/1.1" 200 5095 0.024020 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-54378393:ctest-VN2-39291846?flat HTTP/1.1" 200 7854 0.020712 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025729 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12982 0.023754 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023628 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12982 0.029205 [API:8081]10.0.0.133 - - [2026-05-28 02:41:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.014068 [API:8081]10.0.0.133 - - [2026-05-28 02:41:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:09b604e7-6c1a-4b8f-9ef3-b05edc367210?flat HTTP/1.1" 200 5095 0.017916 [API:8081]10.0.0.133 - - [2026-05-28 02:41:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:09b604e7-6c1a-4b8f-9ef3-b05edc367210?flat HTTP/1.1" 200 5095 0.020003 [API:8081]10.0.0.133 - - [2026-05-28 02:41:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-54378393:09b604e7-6c1a-4b8f-9ef3-b05edc367210?flat HTTP/1.1" 200 5095 0.024230 [API:8081]10.0.0.133 - - [2026-05-28 02:41:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-54378393:ctest-VN3-85285779?flat HTTP/1.1" 200 7447 0.023983 [API:8081]10.0.0.133 - - [2026-05-28 02:41:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.028198 [API:8081]10.0.0.133 - - [2026-05-28 02:41:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.033144 [API:8081]10.0.0.133 - - [2026-05-28 02:41:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012339 [API:8081]10.0.0.41 - - [2026-05-28 02:41:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079317 [API:8081]10.0.0.133 - - [2026-05-28 02:42:20] "GET /analytics HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.133 - - [2026-05-28 02:42:20] "GET /analytics HTTP/1.1" 401 206 0.000428 [API:8081]10.0.0.133 - - [2026-05-28 02:42:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.027414 [API:8081]10.0.0.133 - - [2026-05-28 02:42:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.025136 [API:8081]10.0.0.133 - - [2026-05-28 02:42:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-54378393:ctest-VN3-85285779?flat HTTP/1.1" 200 6220 0.015933 [API:8081]10.0.0.133 - - [2026-05-28 02:42:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012548 [API:8081]10.0.0.133 - - [2026-05-28 02:42:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.028163 [API:8081]10.0.0.133 - - [2026-05-28 02:42:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12959 0.022468 [API:8081]10.0.0.133 - - [2026-05-28 02:42:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.030942 [API:8081]10.0.0.133 - - [2026-05-28 02:42:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12959 0.023244 [API:8081]10.0.0.133 - - [2026-05-28 02:42:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.029838 [API:8081]10.0.0.133 - - [2026-05-28 02:42:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12959 0.033525 [API:8081]10.0.0.133 - - [2026-05-28 02:42:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022495 [API:8081]10.0.0.133 - - [2026-05-28 02:42:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12959 0.038478 [API:8081]10.0.0.133 - - [2026-05-28 02:42:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.038049 [API:8081]10.0.0.133 - - [2026-05-28 02:42:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12959 0.027222 [API:8081]10.0.0.133 - - [2026-05-28 02:42:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.036499 [API:8081]10.0.0.133 - - [2026-05-28 02:42:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12959 0.023045 [API:8081]10.0.0.133 - - [2026-05-28 02:42:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.037049 [API:8081]10.0.0.133 - - [2026-05-28 02:42:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12959 0.026037 [API:8081]10.0.0.133 - - [2026-05-28 02:42:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022898 [API:8081]10.0.0.133 - - [2026-05-28 02:42:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12959 0.026456 [API:8081]10.0.0.41 - - [2026-05-28 02:42:49] "GET /analytics HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.41 - - [2026-05-28 02:42:49] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.131 - - [2026-05-28 02:42:50] "GET /analytics HTTP/1.1" 401 206 0.000457 [API:8081]10.0.0.131 - - [2026-05-28 02:42:50] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.133 - - [2026-05-28 02:42:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.026050 [API:8081]10.0.0.133 - - [2026-05-28 02:42:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12743 0.032169 [API:8081]10.0.0.133 - - [2026-05-28 02:42:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-54378393:ctest-VN2-39291846?flat HTTP/1.1" 200 6547 0.019158 [API:8081]10.0.0.133 - - [2026-05-28 02:42:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.013627 [API:8081]10.0.0.133 - - [2026-05-28 02:42:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.022409 [API:8081]10.0.0.133 - - [2026-05-28 02:42:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.032288 [API:8081]10.0.0.133 - - [2026-05-28 02:43:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.025268 [API:8081]10.0.0.133 - - [2026-05-28 02:43:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.026650 [API:8081]10.0.0.133 - - [2026-05-28 02:43:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.024098 [API:8081]10.0.0.133 - - [2026-05-28 02:43:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.033816 [API:8081]10.0.0.133 - - [2026-05-28 02:43:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.023731 [API:8081]10.0.0.133 - - [2026-05-28 02:43:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.035008 [API:8081]10.0.0.133 - - [2026-05-28 02:43:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.034933 [API:8081]10.0.0.133 - - [2026-05-28 02:43:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.022755 [API:8081]10.0.0.133 - - [2026-05-28 02:43:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-54378393:ctest-VN1-01409029?flat HTTP/1.1" 200 6773 0.017432 [API:8081]10.0.0.133 - - [2026-05-28 02:43:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012935 [API:8081]10.0.0.133 - - [2026-05-28 02:43:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.133 - - [2026-05-28 02:43:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.083870 [API:8081]10.0.0.133 - - [2026-05-28 02:43:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.070772 [API:8081]10.0.0.133 - - [2026-05-28 02:43:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.083770 [API:8081]10.0.0.41 - - [2026-05-28 02:43:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.126785 [API:8081]10.0.0.41 - - [2026-05-28 02:44:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.41 - - [2026-05-28 02:44:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.131 - - [2026-05-28 02:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000402 [API:8081]10.0.0.41 - - [2026-05-28 02:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.131 - - [2026-05-28 02:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.41 - - [2026-05-28 02:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.131 - - [2026-05-28 02:44:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.131 - - [2026-05-28 02:44:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.133 - - [2026-05-28 02:44:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.133 - - [2026-05-28 02:44:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.133 - - [2026-05-28 02:44:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.133 - - [2026-05-28 02:44:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000422 [API:8081]10.0.0.133 - - [2026-05-28 02:44:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ab1e7385-d064-4993-89ef-f82f9ced3b19?flat HTTP/1.1" 200 5365 0.021171 [API:8081]10.0.0.133 - - [2026-05-28 02:44:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ab1e7385-d064-4993-89ef-f82f9ced3b19?flat HTTP/1.1" 200 5365 0.017383 [API:8081]10.0.0.133 - - [2026-05-28 02:44:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ab1e7385-d064-4993-89ef-f82f9ced3b19?flat HTTP/1.1" 200 5365 0.019835 [API:8081]10.0.0.133 - - [2026-05-28 02:44:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ab1e7385-d064-4993-89ef-f82f9ced3b19?flat HTTP/1.1" 200 5365 0.019655 [API:8081]10.0.0.133 - - [2026-05-28 02:44:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ctest-VN1-14406205?flat HTTP/1.1" 200 9454 0.021694 [API:8081]10.0.0.133 - - [2026-05-28 02:44:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.025402 [API:8081]10.0.0.133 - - [2026-05-28 02:44:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.024875 [API:8081]10.0.0.133 - - [2026-05-28 02:44:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.013111 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:6211111c-9de9-46e9-a242-90cbd1879f03?flat HTTP/1.1" 200 5221 0.017824 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:6211111c-9de9-46e9-a242-90cbd1879f03?flat HTTP/1.1" 200 5221 0.025396 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:6211111c-9de9-46e9-a242-90cbd1879f03?flat HTTP/1.1" 200 5221 0.021710 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:6211111c-9de9-46e9-a242-90cbd1879f03?flat HTTP/1.1" 200 5221 0.018288 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ctest-VN2-24359809?flat HTTP/1.1" 200 8635 0.024542 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024455 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12976 0.036796 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022248 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12976 0.028821 [API:8081]10.0.0.133 - - [2026-05-28 02:44:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011166 [API:8081]10.0.0.41 - - [2026-05-28 02:44:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.089212 [API:8081]10.0.0.133 - - [2026-05-28 02:44:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:36f12755-68d0-4264-a924-cd6f89592c0c?flat HTTP/1.1" 200 5226 0.023095 [API:8081]10.0.0.133 - - [2026-05-28 02:44:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:36f12755-68d0-4264-a924-cd6f89592c0c?flat HTTP/1.1" 200 5226 0.022630 [API:8081]10.0.0.133 - - [2026-05-28 02:44:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:36f12755-68d0-4264-a924-cd6f89592c0c?flat HTTP/1.1" 200 5226 0.014905 [API:8081]10.0.0.133 - - [2026-05-28 02:44:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-80888408:36f12755-68d0-4264-a924-cd6f89592c0c?flat HTTP/1.1" 200 5226 0.016338 [API:8081]10.0.0.133 - - [2026-05-28 02:44:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ctest-VN3-22601110?flat HTTP/1.1" 200 8211 0.018123 [API:8081]10.0.0.133 - - [2026-05-28 02:44:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.022058 [API:8081]10.0.0.133 - - [2026-05-28 02:44:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.034917 [API:8081]10.0.0.133 - - [2026-05-28 02:44:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012562 [API:8081]10.0.0.133 - - [2026-05-28 02:45:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.024308 [API:8081]10.0.0.133 - - [2026-05-28 02:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.028192 [API:8081]10.0.0.133 - - [2026-05-28 02:45:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.022577 [API:8081]10.0.0.133 - - [2026-05-28 02:45:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.031514 [API:8081]10.0.0.133 - - [2026-05-28 02:45:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.036610 [API:8081]10.0.0.133 - - [2026-05-28 02:45:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.041850 [API:8081]10.0.0.133 - - [2026-05-28 02:45:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.025002 [API:8081]10.0.0.133 - - [2026-05-28 02:45:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ctest-VN3-22601110?flat HTTP/1.1" 200 6972 0.017684 [API:8081]10.0.0.133 - - [2026-05-28 02:45:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011237 [API:8081]10.0.0.133 - - [2026-05-28 02:45:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022046 [API:8081]10.0.0.133 - - [2026-05-28 02:45:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12996 0.024001 [API:8081]10.0.0.133 - - [2026-05-28 02:46:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.034416 [API:8081]10.0.0.133 - - [2026-05-28 02:46:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12996 0.045030 [API:8081]10.0.0.133 - - [2026-05-28 02:46:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.027422 [API:8081]10.0.0.133 - - [2026-05-28 02:46:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12996 0.026049 [API:8081]10.0.0.133 - - [2026-05-28 02:46:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.031225 [API:8081]10.0.0.133 - - [2026-05-28 02:46:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12996 0.025853 [API:8081]10.0.0.133 - - [2026-05-28 02:46:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025741 [API:8081]10.0.0.133 - - [2026-05-28 02:46:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12996 0.026438 [API:8081]10.0.0.133 - - [2026-05-28 02:46:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.035202 [API:8081]10.0.0.133 - - [2026-05-28 02:46:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12996 0.029338 [API:8081]10.0.0.133 - - [2026-05-28 02:46:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022449 [API:8081]10.0.0.133 - - [2026-05-28 02:46:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12996 0.022228 [API:8081]10.0.0.133 - - [2026-05-28 02:46:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.029944 [API:8081]10.0.0.133 - - [2026-05-28 02:46:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12996 0.031851 [API:8081]10.0.0.133 - - [2026-05-28 02:46:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025026 [API:8081]10.0.0.133 - - [2026-05-28 02:46:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12768 0.023651 [API:8081]10.0.0.133 - - [2026-05-28 02:46:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ctest-VN2-24359809?flat HTTP/1.1" 200 7311 0.014343 [API:8081]10.0.0.133 - - [2026-05-28 02:46:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.021777 [API:8081]10.0.0.133 - - [2026-05-28 02:46:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.022470 [API:8081]10.0.0.133 - - [2026-05-28 02:46:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.040126 [API:8081]10.0.0.133 - - [2026-05-28 02:46:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.033492 [API:8081]10.0.0.133 - - [2026-05-28 02:46:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.025406 [API:8081]10.0.0.133 - - [2026-05-28 02:46:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.023211 [API:8081]10.0.0.133 - - [2026-05-28 02:46:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.023049 [API:8081]10.0.0.133 - - [2026-05-28 02:46:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.022375 [API:8081]10.0.0.133 - - [2026-05-28 02:46:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.028581 [API:8081]10.0.0.133 - - [2026-05-28 02:46:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.020528 [API:8081]10.0.0.41 - - [2026-05-28 02:46:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088547 [API:8081]10.0.0.133 - - [2026-05-28 02:46:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.027510 [API:8081]10.0.0.133 - - [2026-05-28 02:46:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-80888408:ctest-VN1-14406205?flat HTTP/1.1" 200 7647 0.016867 [API:8081]10.0.0.133 - - [2026-05-28 02:46:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.015272 [API:8081]10.0.0.133 - - [2026-05-28 02:47:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.133 - - [2026-05-28 02:47:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.091039 [API:8081]10.0.0.133 - - [2026-05-28 02:47:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.067864 [API:8081]10.0.0.41 - - [2026-05-28 02:47:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086339 [API:8081]10.0.0.133 - - [2026-05-28 02:49:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.133 - - [2026-05-28 02:49:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.109247 [API:8081]10.0.0.41 - - [2026-05-28 02:49:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.41 - - [2026-05-28 02:49:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.131 - - [2026-05-28 02:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.41 - - [2026-05-28 02:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.131 - - [2026-05-28 02:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.41 - - [2026-05-28 02:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000486 [API:8081]10.0.0.131 - - [2026-05-28 02:49:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000433 [API:8081]10.0.0.131 - - [2026-05-28 02:49:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.133 - - [2026-05-28 02:49:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.133 - - [2026-05-28 02:49:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.133 - - [2026-05-28 02:49:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000402 [API:8081]10.0.0.133 - - [2026-05-28 02:49:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.41 - - [2026-05-28 02:49:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080098 [API:8081]10.0.0.41 - - [2026-05-28 02:50:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.087865 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:51:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003232 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003227 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003242 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003431 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:51:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004128 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003155 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003080 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 02:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002936 [API:8081]10.0.0.133 - - [2026-05-28 02:51:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.020072 [API:8081]10.0.0.133 - - [2026-05-28 02:51:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.081246 [API:8081]10.0.0.133 - - [2026-05-28 02:51:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.080311 [API:8081]10.0.0.133 - - [2026-05-28 02:51:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-50177362:ctest-vnet0-02204621?flat HTTP/1.1" 200 7965 0.015961 [API:8081]10.0.0.133 - - [2026-05-28 02:51:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010014 [API:8081]10.0.0.133 - - [2026-05-28 02:51:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.133 - - [2026-05-28 02:51:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.070641 [API:8081]10.0.0.133 - - [2026-05-28 02:51:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.063816 [API:8081]10.0.0.133 - - [2026-05-28 02:52:20] "GET /analytics HTTP/1.1" 401 206 0.000515 [API:8081]10.0.0.133 - - [2026-05-28 02:52:20] "GET /analytics HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.41 - - [2026-05-28 02:52:49] "GET /analytics HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.41 - - [2026-05-28 02:52:49] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.131 - - [2026-05-28 02:52:50] "GET /analytics HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.131 - - [2026-05-28 02:52:50] "GET /analytics HTTP/1.1" 401 206 0.000189 [API:8081]10.0.0.41 - - [2026-05-28 02:52:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078623 [API:8081]10.0.0.41 - - [2026-05-28 02:53:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.068658 [API:8081]10.0.0.41 - - [2026-05-28 02:54:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.41 - - [2026-05-28 02:54:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.131 - - [2026-05-28 02:54:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.41 - - [2026-05-28 02:54:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.131 - - [2026-05-28 02:54:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.41 - - [2026-05-28 02:54:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000413 [API:8081]10.0.0.131 - - [2026-05-28 02:54:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000519 [API:8081]10.0.0.131 - - [2026-05-28 02:54:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000756 [API:8081]10.0.0.133 - - [2026-05-28 02:54:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.133 - - [2026-05-28 02:54:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.133 - - [2026-05-28 02:54:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.133 - - [2026-05-28 02:54:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.133 - - [2026-05-28 02:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.025528 [API:8081]10.0.0.133 - - [2026-05-28 02:54:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13014 0.097055 [API:8081]10.0.0.133 - - [2026-05-28 02:54:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.033116 [API:8081]10.0.0.133 - - [2026-05-28 02:54:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13014 0.031446 [API:8081]10.0.0.133 - - [2026-05-28 02:54:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.032400 [API:8081]10.0.0.133 - - [2026-05-28 02:54:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13014 0.034796 [API:8081]10.0.0.133 - - [2026-05-28 02:54:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.028763 [API:8081]10.0.0.133 - - [2026-05-28 02:54:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13014 0.027310 [API:8081]10.0.0.133 - - [2026-05-28 02:54:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.027361 [API:8081]10.0.0.133 - - [2026-05-28 02:54:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13014 0.025979 [API:8081]10.0.0.133 - - [2026-05-28 02:54:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.029630 [API:8081]10.0.0.133 - - [2026-05-28 02:54:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13014 0.030366 [API:8081]10.0.0.133 - - [2026-05-28 02:54:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.024211 [API:8081]10.0.0.133 - - [2026-05-28 02:54:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12784 0.024339 [API:8081]10.0.0.133 - - [2026-05-28 02:54:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-51626426:ctest-vnet1-80049828?flat HTTP/1.1" 200 7306 0.018492 [API:8081]10.0.0.133 - - [2026-05-28 02:54:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011007 [API:8081]10.0.0.133 - - [2026-05-28 02:54:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.020327 [API:8081]10.0.0.133 - - [2026-05-28 02:54:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.023241 [API:8081]10.0.0.133 - - [2026-05-28 02:55:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.029314 [API:8081]10.0.0.133 - - [2026-05-28 02:55:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.030470 [API:8081]10.0.0.133 - - [2026-05-28 02:55:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.021897 [API:8081]10.0.0.133 - - [2026-05-28 02:55:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.020841 [API:8081]10.0.0.133 - - [2026-05-28 02:55:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.022534 [API:8081]10.0.0.133 - - [2026-05-28 02:55:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.028868 [API:8081]10.0.0.133 - - [2026-05-28 02:55:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.021055 [API:8081]10.0.0.133 - - [2026-05-28 02:55:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.027080 [API:8081]10.0.0.133 - - [2026-05-28 02:55:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-51626426:ctest-vnet0-85889662?flat HTTP/1.1" 200 6959 0.015748 [API:8081]10.0.0.133 - - [2026-05-28 02:55:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010162 [API:8081]10.0.0.133 - - [2026-05-28 02:55:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.133 - - [2026-05-28 02:55:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.089221 [API:8081]10.0.0.133 - - [2026-05-28 02:55:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.078991 [API:8081]10.0.0.41 - - [2026-05-28 02:55:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.363588 [API:8081]10.0.0.41 - - [2026-05-28 02:56:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.081506 [API:8081]10.0.0.133 - - [2026-05-28 02:58:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.042363 [API:8081]10.0.0.133 - - [2026-05-28 02:58:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13027 0.125534 [API:8081]10.0.0.133 - - [2026-05-28 02:58:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.022659 [API:8081]10.0.0.133 - - [2026-05-28 02:58:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13027 0.031469 [API:8081]10.0.0.133 - - [2026-05-28 02:58:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.022810 [API:8081]10.0.0.133 - - [2026-05-28 02:58:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 12598 0.027243 [API:8081]10.0.0.133 - - [2026-05-28 02:58:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-89827636:ctest-vnet1-89941679?flat HTTP/1.1" 200 8069 0.015144 [API:8081]10.0.0.133 - - [2026-05-28 02:58:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009785 [API:8081]10.0.0.133 - - [2026-05-28 02:58:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.020416 [API:8081]10.0.0.133 - - [2026-05-28 02:58:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.021351 [API:8081]10.0.0.41 - - [2026-05-28 02:59:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079015 [API:8081]10.0.0.133 - - [2026-05-28 02:59:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.029659 [API:8081]10.0.0.133 - - [2026-05-28 02:59:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.022354 [API:8081]10.0.0.133 - - [2026-05-28 02:59:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.022372 [API:8081]10.0.0.133 - - [2026-05-28 02:59:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.022355 [API:8081]10.0.0.133 - - [2026-05-28 02:59:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.020146 [API:8081]10.0.0.133 - - [2026-05-28 02:59:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.020041 [API:8081]10.0.0.41 - - [2026-05-28 02:59:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.41 - - [2026-05-28 02:59:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.131 - - [2026-05-28 02:59:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.41 - - [2026-05-28 02:59:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.131 - - [2026-05-28 02:59:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.41 - - [2026-05-28 02:59:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.131 - - [2026-05-28 02:59:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.131 - - [2026-05-28 02:59:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.133 - - [2026-05-28 02:59:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.025514 [API:8081]10.0.0.133 - - [2026-05-28 02:59:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.133 - - [2026-05-28 02:59:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.133 - - [2026-05-28 02:59:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000432 [API:8081]10.0.0.133 - - [2026-05-28 02:59:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.133 - - [2026-05-28 02:59:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.021113 [API:8081]10.0.0.133 - - [2026-05-28 02:59:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-89827636:ctest-vnet0-26612208?flat HTTP/1.1" 200 7705 0.018119 [API:8081]10.0.0.133 - - [2026-05-28 02:59:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013905 [API:8081]10.0.0.41 - - [2026-05-28 03:00:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.100030 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:01:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003549 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003709 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004225 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004127 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:01:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004872 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003588 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003322 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004112 [API:8081]10.0.0.41 - - [2026-05-28 03:02:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.114215 [API:8081]10.0.0.133 - - [2026-05-28 03:02:20] "GET /analytics HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.133 - - [2026-05-28 03:02:20] "GET /analytics HTTP/1.1" 401 206 0.000193 [API:8081]10.0.0.41 - - [2026-05-28 03:02:49] "GET /analytics HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.41 - - [2026-05-28 03:02:49] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.131 - - [2026-05-28 03:02:50] "GET /analytics HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.131 - - [2026-05-28 03:02:50] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.41 - - [2026-05-28 03:03:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.092959 [API:8081]10.0.0.133 - - [2026-05-28 03:03:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000469 [API:8081]10.0.0.133 - - [2026-05-28 03:03:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1853 0.075742 [API:8081]10.0.0.41 - - [2026-05-28 03:04:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.41 - - [2026-05-28 03:04:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.131 - - [2026-05-28 03:04:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.41 - - [2026-05-28 03:04:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000499 [API:8081]10.0.0.131 - - [2026-05-28 03:04:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000568 [API:8081]10.0.0.41 - - [2026-05-28 03:04:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.131 - - [2026-05-28 03:04:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.131 - - [2026-05-28 03:04:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.133 - - [2026-05-28 03:04:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.133 - - [2026-05-28 03:04:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.133 - - [2026-05-28 03:04:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.133 - - [2026-05-28 03:04:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.133 - - [2026-05-28 03:04:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.098125 [API:8081]10.0.0.41 - - [2026-05-28 03:05:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082544 [API:8081]10.0.0.41 - - [2026-05-28 03:06:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.103585 [API:8081]10.0.0.133 - - [2026-05-28 03:06:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.133 - - [2026-05-28 03:06:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1786 0.089196 [API:8081]10.0.0.133 - - [2026-05-28 03:07:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093:d13a6d2c-b2f1-4115-92e9-b017625345fe?flat HTTP/1.1" 200 5829 0.081883 [API:8081]10.0.0.133 - - [2026-05-28 03:07:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093:d13a6d2c-b2f1-4115-92e9-b017625345fe?flat HTTP/1.1" 200 5829 0.091841 [API:8081]10.0.0.133 - - [2026-05-28 03:07:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093:d13a6d2c-b2f1-4115-92e9-b017625345fe?flat HTTP/1.1" 200 5829 0.024127 [API:8081]10.0.0.133 - - [2026-05-28 03:07:06] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093-40706072?flat HTTP/1.1" 200 10814 0.020949 [API:8081]10.0.0.133 - - [2026-05-28 03:07:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.020023 [API:8081]10.0.0.133 - - [2026-05-28 03:07:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.021206 [API:8081]10.0.0.133 - - [2026-05-28 03:07:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.015752 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093:a4aaeffe-874f-4489-b624-9765f30098f1?flat HTTP/1.1" 200 5961 0.020727 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093:a4aaeffe-874f-4489-b624-9765f30098f1?flat HTTP/1.1" 200 5961 0.024027 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093:a4aaeffe-874f-4489-b624-9765f30098f1?flat HTTP/1.1" 200 5961 0.020007 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093:ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093-40706072?flat HTTP/1.1" 200 13384 0.030850 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.030787 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13218 0.036141 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.024801 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13218 0.028888 [API:8081]10.0.0.133 - - [2026-05-28 03:07:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011933 [API:8081]10.0.0.41 - - [2026-05-28 03:08:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087158 [API:8081]10.0.0.41 - - [2026-05-28 03:09:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.085863 [API:8081]10.0.0.41 - - [2026-05-28 03:09:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.41 - - [2026-05-28 03:09:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.131 - - [2026-05-28 03:09:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000471 [API:8081]10.0.0.41 - - [2026-05-28 03:09:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000496 [API:8081]10.0.0.131 - - [2026-05-28 03:09:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.41 - - [2026-05-28 03:09:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.131 - - [2026-05-28 03:09:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.131 - - [2026-05-28 03:09:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.133 - - [2026-05-28 03:09:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.133 - - [2026-05-28 03:09:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.133 - - [2026-05-28 03:09:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000424 [API:8081]10.0.0.133 - - [2026-05-28 03:09:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000415 [API:8081]10.0.0.133 - - [2026-05-28 03:10:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.133 - - [2026-05-28 03:10:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1934 0.084895 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:11:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003351 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003511 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003278 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003716 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:11:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004524 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004172 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003236 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003445 [API:8081]10.0.0.41 - - [2026-05-28 03:11:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077766 [API:8081]10.0.0.133 - - [2026-05-28 03:11:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:8bfd935c-786b-467a-85d4-db372e714871?flat HTTP/1.1" 200 5800 0.078336 [API:8081]10.0.0.133 - - [2026-05-28 03:11:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:8bfd935c-786b-467a-85d4-db372e714871?flat HTTP/1.1" 200 5800 0.015240 [API:8081]10.0.0.133 - - [2026-05-28 03:11:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:8bfd935c-786b-467a-85d4-db372e714871?flat HTTP/1.1" 200 5800 0.079561 [API:8081]10.0.0.133 - - [2026-05-28 03:11:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089-96520347?flat HTTP/1.1" 200 10438 0.026551 [API:8081]10.0.0.133 - - [2026-05-28 03:11:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.031775 [API:8081]10.0.0.133 - - [2026-05-28 03:11:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.019875 [API:8081]10.0.0.133 - - [2026-05-28 03:11:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010859 [API:8081]10.0.0.133 - - [2026-05-28 03:11:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:267d0bb2-6b4b-49ae-82da-825c5d535d11?flat HTTP/1.1" 200 5668 0.019568 [API:8081]10.0.0.133 - - [2026-05-28 03:11:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:267d0bb2-6b4b-49ae-82da-825c5d535d11?flat HTTP/1.1" 200 5668 0.019410 [API:8081]10.0.0.133 - - [2026-05-28 03:11:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:267d0bb2-6b4b-49ae-82da-825c5d535d11?flat HTTP/1.1" 200 5668 0.021287 [API:8081]10.0.0.133 - - [2026-05-28 03:11:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089-96520347?flat HTTP/1.1" 200 10577 0.035049 [API:8081]10.0.0.133 - - [2026-05-28 03:11:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.052229 [API:8081]10.0.0.133 - - [2026-05-28 03:11:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13821 0.038511 [API:8081]10.0.0.133 - - [2026-05-28 03:11:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029846 [API:8081]10.0.0.133 - - [2026-05-28 03:11:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13821 0.035349 [API:8081]10.0.0.133 - - [2026-05-28 03:11:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.014324 [API:8081]10.0.0.41 - - [2026-05-28 03:12:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.072592 [API:8081]10.0.0.133 - - [2026-05-28 03:12:20] "GET /analytics HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.133 - - [2026-05-28 03:12:20] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.41 - - [2026-05-28 03:12:49] "GET /analytics HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.41 - - [2026-05-28 03:12:49] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.131 - - [2026-05-28 03:12:50] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.131 - - [2026-05-28 03:12:50] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.133 - - [2026-05-28 03:13:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.024100 [API:8081]10.0.0.133 - - [2026-05-28 03:13:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13827 0.047083 [API:8081]10.0.0.133 - - [2026-05-28 03:13:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.024566 [API:8081]10.0.0.133 - - [2026-05-28 03:13:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13827 0.025732 [API:8081]10.0.0.133 - - [2026-05-28 03:13:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.024093 [API:8081]10.0.0.133 - - [2026-05-28 03:13:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13827 0.030813 [API:8081]10.0.0.133 - - [2026-05-28 03:13:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.025978 [API:8081]10.0.0.133 - - [2026-05-28 03:13:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13827 0.026557 [API:8081]10.0.0.133 - - [2026-05-28 03:13:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022296 [API:8081]10.0.0.133 - - [2026-05-28 03:13:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13827 0.024066 [API:8081]10.0.0.133 - - [2026-05-28 03:13:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029495 [API:8081]10.0.0.133 - - [2026-05-28 03:13:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13827 0.026131 [API:8081]10.0.0.133 - - [2026-05-28 03:13:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021899 [API:8081]10.0.0.133 - - [2026-05-28 03:13:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13827 0.024714 [API:8081]10.0.0.133 - - [2026-05-28 03:13:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.040008 [API:8081]10.0.0.133 - - [2026-05-28 03:13:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13528 0.029969 [API:8081]10.0.0.133 - - [2026-05-28 03:13:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089-96520347?flat HTTP/1.1" 200 11626 0.020293 [API:8081]10.0.0.133 - - [2026-05-28 03:13:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010784 [API:8081]10.0.0.133 - - [2026-05-28 03:13:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.020263 [API:8081]10.0.0.133 - - [2026-05-28 03:13:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.022639 [API:8081]10.0.0.133 - - [2026-05-28 03:14:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.021162 [API:8081]10.0.0.133 - - [2026-05-28 03:14:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.020267 [API:8081]10.0.0.133 - - [2026-05-28 03:14:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.020704 [API:8081]10.0.0.133 - - [2026-05-28 03:14:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.024110 [API:8081]10.0.0.41 - - [2026-05-28 03:14:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077443 [API:8081]10.0.0.133 - - [2026-05-28 03:14:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.020082 [API:8081]10.0.0.133 - - [2026-05-28 03:14:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.020937 [API:8081]10.0.0.41 - - [2026-05-28 03:14:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.41 - - [2026-05-28 03:14:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.133 - - [2026-05-28 03:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.022162 [API:8081]10.0.0.131 - - [2026-05-28 03:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.41 - - [2026-05-28 03:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.131 - - [2026-05-28 03:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.41 - - [2026-05-28 03:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.131 - - [2026-05-28 03:14:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.131 - - [2026-05-28 03:14:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.133 - - [2026-05-28 03:14:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.133 - - [2026-05-28 03:14:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.133 - - [2026-05-28 03:14:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.022246 [API:8081]10.0.0.133 - - [2026-05-28 03:14:22] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089:ctest-SecurityGroupBasicRegressionTests1_contrail-73410089-96520347?flat HTTP/1.1" 200 8421 0.015154 [API:8081]10.0.0.133 - - [2026-05-28 03:14:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011053 [API:8081]10.0.0.133 - - [2026-05-28 03:14:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000412 [API:8081]10.0.0.133 - - [2026-05-28 03:14:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.133 - - [2026-05-28 03:14:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.133 - - [2026-05-28 03:14:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.081176 [API:8081]10.0.0.41 - - [2026-05-28 03:15:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.080315 [API:8081]10.0.0.133 - - [2026-05-28 03:15:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49861309:a294488c-f7d9-4464-bc8e-4fd077d9e9a3?flat HTTP/1.1" 200 5684 0.073042 [API:8081]10.0.0.133 - - [2026-05-28 03:15:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49861309:a294488c-f7d9-4464-bc8e-4fd077d9e9a3?flat HTTP/1.1" 200 5684 0.021124 [API:8081]10.0.0.133 - - [2026-05-28 03:15:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49861309:a294488c-f7d9-4464-bc8e-4fd077d9e9a3?flat HTTP/1.1" 200 5684 0.067153 [API:8081]10.0.0.133 - - [2026-05-28 03:15:23] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-49861309:ctest-SecurityGroupBasicRegressionTests1-49861309-59049483?flat HTTP/1.1" 200 9935 0.019122 [API:8081]10.0.0.133 - - [2026-05-28 03:15:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.020645 [API:8081]10.0.0.133 - - [2026-05-28 03:15:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.026331 [API:8081]10.0.0.133 - - [2026-05-28 03:15:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.012671 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49861309:e90ac1d0-921f-47aa-9e1f-119ca76cd1e2?flat HTTP/1.1" 200 5542 0.020041 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49861309:e90ac1d0-921f-47aa-9e1f-119ca76cd1e2?flat HTTP/1.1" 200 5542 0.017501 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49861309:e90ac1d0-921f-47aa-9e1f-119ca76cd1e2?flat HTTP/1.1" 200 5542 0.016792 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-49861309:ctest-SecurityGroupBasicRegressionTests1-49861309-59049483?flat HTTP/1.1" 200 9935 0.022155 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.031041 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13767 0.027374 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.035896 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 13767 0.029141 [API:8081]10.0.0.133 - - [2026-05-28 03:15:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009932 [API:8081]10.0.0.41 - - [2026-05-28 03:17:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073978 [API:8081]10.0.0.41 - - [2026-05-28 03:18:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.092132 [API:8081]10.0.0.133 - - [2026-05-28 03:18:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.133 - - [2026-05-28 03:18:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.074899 [API:8081]10.0.0.133 - - [2026-05-28 03:18:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.085802 [API:8081]10.0.0.133 - - [2026-05-28 03:18:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2754 0.060766 [API:8081]10.0.0.133 - - [2026-05-28 03:19:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.012431 [API:8081]10.0.0.133 - - [2026-05-28 03:19:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.011512 [API:8081]10.0.0.133 - - [2026-05-28 03:19:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2754 0.016842 [API:8081]10.0.0.133 - - [2026-05-28 03:19:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2979 0.010154 [API:8081]10.0.0.133 - - [2026-05-28 03:19:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3206 0.011273 [API:8081]10.0.0.41 - - [2026-05-28 03:19:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.41 - - [2026-05-28 03:19:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.131 - - [2026-05-28 03:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000463 [API:8081]10.0.0.41 - - [2026-05-28 03:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.131 - - [2026-05-28 03:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.41 - - [2026-05-28 03:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.131 - - [2026-05-28 03:19:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.131 - - [2026-05-28 03:19:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000416 [API:8081]10.0.0.133 - - [2026-05-28 03:19:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000458 [API:8081]10.0.0.133 - - [2026-05-28 03:19:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000415 [API:8081]10.0.0.133 - - [2026-05-28 03:19:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.133 - - [2026-05-28 03:19:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.133 - - [2026-05-28 03:19:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.133 - - [2026-05-28 03:19:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.077779 [API:8081]10.0.0.133 - - [2026-05-28 03:19:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2543 0.098017 [API:8081]10.0.0.133 - - [2026-05-28 03:19:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2762 0.100049 [API:8081]10.0.0.133 - - [2026-05-28 03:19:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.012232 [API:8081]10.0.0.133 - - [2026-05-28 03:19:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.013685 [API:8081]10.0.0.133 - - [2026-05-28 03:19:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.012078 [API:8081]10.0.0.133 - - [2026-05-28 03:20:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.133 - - [2026-05-28 03:20:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2107 0.076233 [API:8081]10.0.0.133 - - [2026-05-28 03:20:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.110811 [API:8081]10.0.0.133 - - [2026-05-28 03:20:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2527 0.110836 [API:8081]10.0.0.41 - - [2026-05-28 03:20:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096747 [API:8081]10.0.0.133 - - [2026-05-28 03:20:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2107 0.015727 [API:8081]10.0.0.133 - - [2026-05-28 03:20:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.009979 [API:8081]10.0.0.133 - - [2026-05-28 03:20:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2527 0.013871 [API:8081]10.0.0.133 - - [2026-05-28 03:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2748 0.011965 [API:8081]10.0.0.133 - - [2026-05-28 03:20:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2971 0.014850 [API:8081]10.0.0.133 - - [2026-05-28 03:20:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.133 - - [2026-05-28 03:20:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2113 0.077897 [API:8081]10.0.0.133 - - [2026-05-28 03:20:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.096038 [API:8081]10.0.0.133 - - [2026-05-28 03:20:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2551 0.169816 [API:8081]10.0.0.133 - - [2026-05-28 03:20:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2784 0.011541 [API:8081]10.0.0.133 - - [2026-05-28 03:20:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3019 0.015580 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:21:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003884 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004243 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003797 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003937 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:21:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004558 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003541 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003266 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003516 [API:8081]10.0.0.41 - - [2026-05-28 03:21:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.080696 [API:8081]10.0.0.133 - - [2026-05-28 03:22:20] "GET /analytics HTTP/1.1" 401 206 0.000499 [API:8081]10.0.0.133 - - [2026-05-28 03:22:20] "GET /analytics HTTP/1.1" 401 206 0.000200 [API:8081]10.0.0.41 - - [2026-05-28 03:22:49] "GET /analytics HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.41 - - [2026-05-28 03:22:49] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.131 - - [2026-05-28 03:22:50] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.131 - - [2026-05-28 03:22:50] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.41 - - [2026-05-28 03:23:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073003 [API:8081]10.0.0.41 - - [2026-05-28 03:24:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.41 - - [2026-05-28 03:24:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.131 - - [2026-05-28 03:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.41 - - [2026-05-28 03:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.131 - - [2026-05-28 03:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.41 - - [2026-05-28 03:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.131 - - [2026-05-28 03:24:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.131 - - [2026-05-28 03:24:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.133 - - [2026-05-28 03:24:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.133 - - [2026-05-28 03:24:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.41 - - [2026-05-28 03:24:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.110107 [API:8081]10.0.0.133 - - [2026-05-28 03:24:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.133 - - [2026-05-28 03:24:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.41 - - [2026-05-28 03:26:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080666 [API:8081]10.0.0.41 - - [2026-05-28 03:27:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.098948 [API:8081]10.0.0.133 - - [2026-05-28 03:27:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000447 [API:8081]10.0.0.133 - - [2026-05-28 03:27:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.103966 [API:8081]10.0.0.133 - - [2026-05-28 03:27:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2541 0.076986 [API:8081]10.0.0.41 - - [2026-05-28 03:29:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.41 - - [2026-05-28 03:29:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.131 - - [2026-05-28 03:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.41 - - [2026-05-28 03:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.131 - - [2026-05-28 03:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.41 - - [2026-05-28 03:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.131 - - [2026-05-28 03:29:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.131 - - [2026-05-28 03:29:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.133 - - [2026-05-28 03:29:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.133 - - [2026-05-28 03:29:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000428 [API:8081]10.0.0.133 - - [2026-05-28 03:29:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.133 - - [2026-05-28 03:29:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.41 - - [2026-05-28 03:29:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083791 [API:8081]10.0.0.41 - - [2026-05-28 03:30:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.088835 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:31:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004172 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003899 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004827 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004176 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:31:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005936 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004199 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005023 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003999 [API:8081]10.0.0.133 - - [2026-05-28 03:32:21] "GET /analytics HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.133 - - [2026-05-28 03:32:21] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.41 - - [2026-05-28 03:32:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093196 [API:8081]10.0.0.133 - - [2026-05-28 03:32:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000518 [API:8081]10.0.0.133 - - [2026-05-28 03:32:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2312 0.165787 [API:8081]10.0.0.41 - - [2026-05-28 03:32:49] "GET /analytics HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.41 - - [2026-05-28 03:32:49] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.131 - - [2026-05-28 03:32:50] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.131 - - [2026-05-28 03:32:50] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.133 - - [2026-05-28 03:33:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.133 - - [2026-05-28 03:33:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2121 0.149403 [API:8081]10.0.0.41 - - [2026-05-28 03:33:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.139154 [API:8081]10.0.0.41 - - [2026-05-28 03:34:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000432 [API:8081]10.0.0.41 - - [2026-05-28 03:34:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.131 - - [2026-05-28 03:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000431 [API:8081]10.0.0.41 - - [2026-05-28 03:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.131 - - [2026-05-28 03:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.41 - - [2026-05-28 03:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.131 - - [2026-05-28 03:34:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.131 - - [2026-05-28 03:34:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.133 - - [2026-05-28 03:34:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000436 [API:8081]10.0.0.133 - - [2026-05-28 03:34:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.133 - - [2026-05-28 03:34:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.133 - - [2026-05-28 03:34:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.41 - - [2026-05-28 03:35:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080645 [API:8081]10.0.0.41 - - [2026-05-28 03:36:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.095119 [API:8081]10.0.0.41 - - [2026-05-28 03:38:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113313 [API:8081]10.0.0.133 - - [2026-05-28 03:39:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000435 [API:8081]10.0.0.133 - - [2026-05-28 03:39:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2101 0.104746 [API:8081]10.0.0.41 - - [2026-05-28 03:39:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000665 [API:8081]10.0.0.41 - - [2026-05-28 03:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.131 - - [2026-05-28 03:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.41 - - [2026-05-28 03:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.131 - - [2026-05-28 03:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000462 [API:8081]10.0.0.41 - - [2026-05-28 03:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.131 - - [2026-05-28 03:39:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.131 - - [2026-05-28 03:39:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.133 - - [2026-05-28 03:39:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.133 - - [2026-05-28 03:39:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.133 - - [2026-05-28 03:39:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000402 [API:8081]10.0.0.133 - - [2026-05-28 03:39:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000422 [API:8081]10.0.0.41 - - [2026-05-28 03:39:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.096240 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:41:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004369 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005771 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005398 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003942 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:41:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005370 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004749 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003902 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:41:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004719 [API:8081]10.0.0.41 - - [2026-05-28 03:41:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087002 [API:8081]10.0.0.133 - - [2026-05-28 03:42:21] "GET /analytics HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.133 - - [2026-05-28 03:42:21] "GET /analytics HTTP/1.1" 401 206 0.000188 [API:8081]10.0.0.41 - - [2026-05-28 03:42:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.101991 [API:8081]10.0.0.41 - - [2026-05-28 03:42:49] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.41 - - [2026-05-28 03:42:49] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.131 - - [2026-05-28 03:42:50] "GET /analytics HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.131 - - [2026-05-28 03:42:50] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.41 - - [2026-05-28 03:44:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.41 - - [2026-05-28 03:44:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.131 - - [2026-05-28 03:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000431 [API:8081]10.0.0.41 - - [2026-05-28 03:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.131 - - [2026-05-28 03:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.41 - - [2026-05-28 03:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.131 - - [2026-05-28 03:44:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.131 - - [2026-05-28 03:44:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.133 - - [2026-05-28 03:44:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.133 - - [2026-05-28 03:44:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.133 - - [2026-05-28 03:44:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.133 - - [2026-05-28 03:44:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.41 - - [2026-05-28 03:44:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.127517 [API:8081]10.0.0.133 - - [2026-05-28 03:44:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-16284367:398b035d-572e-4743-b003-b30e2924d3e1?flat HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.133 - - [2026-05-28 03:44:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-16284367:398b035d-572e-4743-b003-b30e2924d3e1?flat HTTP/1.1" 200 5255 0.106302 [API:8081]10.0.0.133 - - [2026-05-28 03:44:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-16284367:398b035d-572e-4743-b003-b30e2924d3e1?flat HTTP/1.1" 200 5255 0.110138 [API:8081]10.0.0.133 - - [2026-05-28 03:44:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-16284367:398b035d-572e-4743-b003-b30e2924d3e1?flat HTTP/1.1" 200 5255 0.113947 [API:8081]10.0.0.133 - - [2026-05-28 03:44:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-16284367:ctest-random-21421208?flat HTTP/1.1" 200 9086 0.043271 [API:8081]10.0.0.133 - - [2026-05-28 03:44:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.023720 [API:8081]10.0.0.133 - - [2026-05-28 03:44:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.021124 [API:8081]10.0.0.133 - - [2026-05-28 03:44:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.018100 [API:8081]10.0.0.133 - - [2026-05-28 03:44:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2107 0.011227 [API:8081]10.0.0.133 - - [2026-05-28 03:45:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.032049 [API:8081]10.0.0.133 - - [2026-05-28 03:45:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.024409 [API:8081]10.0.0.133 - - [2026-05-28 03:45:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.023373 [API:8081]10.0.0.133 - - [2026-05-28 03:45:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.027273 [API:8081]10.0.0.133 - - [2026-05-28 03:45:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.036025 [API:8081]10.0.0.133 - - [2026-05-28 03:45:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.039542 [API:8081]10.0.0.133 - - [2026-05-28 03:45:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.026634 [API:8081]10.0.0.133 - - [2026-05-28 03:45:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.022768 [API:8081]10.0.0.133 - - [2026-05-28 03:45:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-16284367:ctest-random-21421208?flat HTTP/1.1" 200 8127 0.027200 [API:8081]10.0.0.133 - - [2026-05-28 03:45:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.012673 [API:8081]10.0.0.41 - - [2026-05-28 03:45:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.244137 [API:8081]10.0.0.41 - - [2026-05-28 03:47:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079050 [API:8081]10.0.0.133 - - [2026-05-28 03:48:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.133 - - [2026-05-28 03:48:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2748 0.092717 [API:8081]10.0.0.41 - - [2026-05-28 03:48:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.117962 [API:8081]10.0.0.41 - - [2026-05-28 03:49:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000433 [API:8081]10.0.0.41 - - [2026-05-28 03:49:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.131 - - [2026-05-28 03:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.41 - - [2026-05-28 03:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.131 - - [2026-05-28 03:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.41 - - [2026-05-28 03:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.131 - - [2026-05-28 03:49:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.131 - - [2026-05-28 03:49:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000490 [API:8081]10.0.0.133 - - [2026-05-28 03:49:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000413 [API:8081]10.0.0.133 - - [2026-05-28 03:49:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.133 - - [2026-05-28 03:49:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.133 - - [2026-05-28 03:49:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.41 - - [2026-05-28 03:50:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095456 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:51:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004851 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004712 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.010299 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003976 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:51:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006916 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004728 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003995 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:51:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004704 [API:8081]10.0.0.41 - - [2026-05-28 03:51:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.085581 [API:8081]10.0.0.133 - - [2026-05-28 03:52:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.133 - - [2026-05-28 03:52:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2103 0.072717 [API:8081]10.0.0.133 - - [2026-05-28 03:52:21] "GET /analytics HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.133 - - [2026-05-28 03:52:21] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.41 - - [2026-05-28 03:52:49] "GET /analytics HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.41 - - [2026-05-28 03:52:49] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.131 - - [2026-05-28 03:52:50] "GET /analytics HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.131 - - [2026-05-28 03:52:50] "GET /analytics HTTP/1.1" 401 206 0.000200 [API:8081]10.0.0.41 - - [2026-05-28 03:53:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086766 [API:8081]10.0.0.133 - - [2026-05-28 03:54:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.133 - - [2026-05-28 03:54:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2133 0.064257 [API:8081]10.0.0.41 - - [2026-05-28 03:54:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.41 - - [2026-05-28 03:54:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.131 - - [2026-05-28 03:54:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.41 - - [2026-05-28 03:54:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.131 - - [2026-05-28 03:54:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.41 - - [2026-05-28 03:54:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.131 - - [2026-05-28 03:54:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.131 - - [2026-05-28 03:54:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.133 - - [2026-05-28 03:54:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.133 - - [2026-05-28 03:54:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.133 - - [2026-05-28 03:54:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000451 [API:8081]10.0.0.133 - - [2026-05-28 03:54:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.41 - - [2026-05-28 03:54:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.066941 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:02] "POST /analytics/query HTTP/1.1" 202 179 0.017973 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:02] "GET /analytics/query/015a6410-5a49-11f1-8620-00000a000085 HTTP/1.1" 200 221 0.002454 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:03] "GET /analytics/query/015a6410-5a49-11f1-8620-00000a000085 HTTP/1.1" 200 221 0.002174 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:03] "GET /analytics/query/015a6410-5a49-11f1-8620-00000a000085 HTTP/1.1" 200 338 0.002315 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:03] "GET /analytics/query/015a6410-5a49-11f1-8620-00000a000085/chunk-final/0 HTTP/1.1" 200 860 0.004594 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:04] "POST /analytics/query HTTP/1.1" 202 179 0.006225 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:04] "GET /analytics/query/025ecc98-5a49-11f1-9792-00000a000085 HTTP/1.1" 200 221 0.002910 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:04] "GET /analytics/query/025ecc98-5a49-11f1-9792-00000a000085 HTTP/1.1" 200 221 0.002804 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:05] "GET /analytics/query/025ecc98-5a49-11f1-9792-00000a000085 HTTP/1.1" 200 338 0.002209 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:05] "GET /analytics/query/025ecc98-5a49-11f1-9792-00000a000085/chunk-final/0 HTTP/1.1" 200 860 0.002281 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:06] "POST /analytics/query HTTP/1.1" 202 179 0.006409 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:06] "GET /analytics/query/03699107-5a49-11f1-bdbc-00000a000085 HTTP/1.1" 200 221 0.008105 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:06] "GET /analytics/query/03699107-5a49-11f1-bdbc-00000a000085 HTTP/1.1" 200 339 0.002268 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:06] "GET /analytics/query/03699107-5a49-11f1-bdbc-00000a000085/chunk-final/0 HTTP/1.1" 200 23925 0.003583 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:07] "POST /analytics/query HTTP/1.1" 202 179 0.005473 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:07] "GET /analytics/query/04335b01-5a49-11f1-91f8-00000a000085 HTTP/1.1" 200 221 0.002813 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:07] "GET /analytics/query/04335b01-5a49-11f1-91f8-00000a000085 HTTP/1.1" 200 339 0.002160 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:08] "GET /analytics/query/04335b01-5a49-11f1-91f8-00000a000085/chunk-final/0 HTTP/1.1" 200 23922 0.004188 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:08] "POST /analytics/query HTTP/1.1" 202 179 0.005690 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:08] "GET /analytics/query/04e6c086-5a49-11f1-8057-00000a000085 HTTP/1.1" 200 221 0.003403 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:09] "GET /analytics/query/04e6c086-5a49-11f1-8057-00000a000085 HTTP/1.1" 200 339 0.002271 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:09] "GET /analytics/query/04e6c086-5a49-11f1-8057-00000a000085/chunk-final/0 HTTP/1.1" 200 7027 0.003611 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.004699 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:13] "POST /analytics/query HTTP/1.1" 202 179 0.006962 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:13] "GET /analytics/query/07901a32-5a49-11f1-8fe8-00000a000085 HTTP/1.1" 200 221 0.002976 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:13] "GET /analytics/query/07901a32-5a49-11f1-8fe8-00000a000085 HTTP/1.1" 200 340 0.002387 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:13] "GET /analytics/query/07901a32-5a49-11f1-8fe8-00000a000085/chunk-final/0 HTTP/1.1" 200 345440 0.020524 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.004337 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.004932 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:15] "POST /analytics/query HTTP/1.1" 202 179 0.024225 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:15] "GET /analytics/query/08ae48ad-5a49-11f1-9b22-00000a000085 HTTP/1.1" 200 221 0.006807 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:15] "GET /analytics/query/08ae48ad-5a49-11f1-9b22-00000a000085 HTTP/1.1" 200 338 0.002070 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:15] "GET /analytics/query/08ae48ad-5a49-11f1-9b22-00000a000085/chunk-final/0 HTTP/1.1" 200 145 0.001672 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:15] "POST /analytics/query HTTP/1.1" 202 179 0.005058 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:15] "GET /analytics/query/0902c496-5a49-11f1-a520-00000a000085 HTTP/1.1" 200 221 0.010010 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:16] "GET /analytics/query/0902c496-5a49-11f1-a520-00000a000085 HTTP/1.1" 200 338 0.002097 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:16] "GET /analytics/query/0902c496-5a49-11f1-a520-00000a000085/chunk-final/0 HTTP/1.1" 200 9343 0.002740 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:16] "POST /analytics/query HTTP/1.1" 202 179 0.005787 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:16] "GET /analytics/query/09546374-5a49-11f1-9b61-00000a000085 HTTP/1.1" 200 221 0.001874 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:16] "GET /analytics/query/09546374-5a49-11f1-9b61-00000a000085 HTTP/1.1" 200 338 0.002426 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:16] "GET /analytics/query/09546374-5a49-11f1-9b61-00000a000085/chunk-final/0 HTTP/1.1" 200 4013 0.002578 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:16] "POST /analytics/query HTTP/1.1" 202 179 0.021831 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:16] "GET /analytics/query/09a565b8-5a49-11f1-85a3-00000a000085 HTTP/1.1" 200 221 0.004055 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:17] "GET /analytics/query/09a565b8-5a49-11f1-85a3-00000a000085 HTTP/1.1" 200 338 0.002248 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:17] "GET /analytics/query/09a565b8-5a49-11f1-85a3-00000a000085/chunk-final/0 HTTP/1.1" 200 4014 0.002576 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:17] "POST /analytics/query HTTP/1.1" 202 179 0.011934 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:17] "GET /analytics/query/09f95c16-5a49-11f1-a27d-00000a000085 HTTP/1.1" 200 221 0.005390 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:17] "GET /analytics/query/09f95c16-5a49-11f1-a27d-00000a000085 HTTP/1.1" 200 338 0.002187 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:17] "GET /analytics/query/09f95c16-5a49-11f1-a27d-00000a000085/chunk-final/0 HTTP/1.1" 200 4013 0.002357 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:17] "POST /analytics/query HTTP/1.1" 202 179 0.005337 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:17] "GET /analytics/query/0a4ba9d7-5a49-11f1-862c-00000a000085 HTTP/1.1" 200 221 0.001910 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:18] "GET /analytics/query/0a4ba9d7-5a49-11f1-862c-00000a000085 HTTP/1.1" 200 338 0.002722 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:18] "GET /analytics/query/0a4ba9d7-5a49-11f1-862c-00000a000085/chunk-final/0 HTTP/1.1" 200 4014 0.002638 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:18] "POST /analytics/query HTTP/1.1" 202 179 0.010128 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:18] "GET /analytics/query/0a9c314e-5a49-11f1-a998-00000a000085 HTTP/1.1" 200 221 0.003640 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:18] "GET /analytics/query/0a9c314e-5a49-11f1-a998-00000a000085 HTTP/1.1" 200 338 0.004783 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:18] "GET /analytics/query/0a9c314e-5a49-11f1-a998-00000a000085/chunk-final/0 HTTP/1.1" 200 4015 0.002556 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:18] "POST /analytics/query HTTP/1.1" 202 179 0.009200 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:18] "GET /analytics/query/0aef8221-5a49-11f1-aa8d-00000a000085 HTTP/1.1" 200 221 0.002081 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:19] "GET /analytics/query/0aef8221-5a49-11f1-aa8d-00000a000085 HTTP/1.1" 200 338 0.002455 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:19] "GET /analytics/query/0aef8221-5a49-11f1-aa8d-00000a000085/chunk-final/0 HTTP/1.1" 200 4016 0.004235 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:19] "POST /analytics/query HTTP/1.1" 202 179 0.006043 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:19] "GET /analytics/query/0b41c436-5a49-11f1-9c39-00000a000085 HTTP/1.1" 200 221 0.002265 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:19] "GET /analytics/query/0b41c436-5a49-11f1-9c39-00000a000085 HTTP/1.1" 200 338 0.002349 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:19] "GET /analytics/query/0b41c436-5a49-11f1-9c39-00000a000085/chunk-final/0 HTTP/1.1" 200 13685 0.003033 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:19] "POST /analytics/query HTTP/1.1" 202 179 0.011511 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:19] "GET /analytics/query/0b93109b-5a49-11f1-a6d5-00000a000085 HTTP/1.1" 200 221 0.004897 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:20] "GET /analytics/query/0b93109b-5a49-11f1-a6d5-00000a000085 HTTP/1.1" 200 338 0.002416 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:20] "GET /analytics/query/0b93109b-5a49-11f1-a6d5-00000a000085/chunk-final/0 HTTP/1.1" 200 4015 0.002279 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:20] "POST /analytics/query HTTP/1.1" 202 179 0.005015 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:20] "GET /analytics/query/0be50c06-5a49-11f1-b1de-00000a000085 HTTP/1.1" 200 221 0.003108 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:20] "GET /analytics/query/0be50c06-5a49-11f1-b1de-00000a000085 HTTP/1.1" 200 338 0.003021 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:20] "GET /analytics/query/0be50c06-5a49-11f1-b1de-00000a000085/chunk-final/0 HTTP/1.1" 200 5949 0.003671 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:20] "POST /analytics/query HTTP/1.1" 202 179 0.014762 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:20] "GET /analytics/query/0c370b6f-5a49-11f1-bfeb-00000a000085 HTTP/1.1" 200 221 0.002884 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:21] "GET /analytics/query/0c370b6f-5a49-11f1-bfeb-00000a000085 HTTP/1.1" 200 338 0.002476 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:21] "GET /analytics/query/0c370b6f-5a49-11f1-bfeb-00000a000085/chunk-final/0 HTTP/1.1" 200 17547 0.002649 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004946 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004080 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:22] "POST /analytics/query HTTP/1.1" 202 179 0.028307 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:22] "GET /analytics/query/0d4ec24d-5a49-11f1-8239-00000a000085 HTTP/1.1" 200 221 0.003615 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:23] "GET /analytics/query/0d4ec24d-5a49-11f1-8239-00000a000085 HTTP/1.1" 200 340 0.002200 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:23] "GET /analytics/query/0d4ec24d-5a49-11f1-8239-00000a000085/chunk-final/0 HTTP/1.1" 200 1531905 0.047072 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:23] "POST /analytics/query HTTP/1.1" 202 179 0.005719 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:23] "GET /analytics/query/0dadf1b2-5a49-11f1-8b66-00000a000085 HTTP/1.1" 200 221 0.013114 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:23] "GET /analytics/query/0dadf1b2-5a49-11f1-8b66-00000a000085 HTTP/1.1" 200 340 0.003374 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:23] "GET /analytics/query/0dadf1b2-5a49-11f1-8b66-00000a000085/chunk-final/0 HTTP/1.1" 200 1498404 0.020098 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003862 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004874 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.008218 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.003765 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.004618 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:27] "POST /analytics/query HTTP/1.1" 202 179 0.006209 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:27] "GET /analytics/query/101b08ad-5a49-11f1-81dc-00000a000085 HTTP/1.1" 200 221 0.011945 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:27] "GET /analytics/query/101b08ad-5a49-11f1-81dc-00000a000085 HTTP/1.1" 200 339 0.002172 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:27] "GET /analytics/query/101b08ad-5a49-11f1-81dc-00000a000085/chunk-final/0 HTTP/1.1" 200 43927 0.004621 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.006519 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:28] "POST /analytics/query HTTP/1.1" 202 179 0.004634 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:28] "GET /analytics/query/10dd29a7-5a49-11f1-a840-00000a000085 HTTP/1.1" 200 221 0.002364 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:29] "GET /analytics/query/10dd29a7-5a49-11f1-a840-00000a000085 HTTP/1.1" 200 342 0.003222 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:29] "GET /analytics/query/10dd29a7-5a49-11f1-a840-00000a000085/chunk-final/0 HTTP/1.1" 200 1199422 0.075024 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.004973 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.007601 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.004680 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:35] "POST /analytics/query HTTP/1.1" 200 145 1.011872 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.005932 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:36] "POST /analytics/query HTTP/1.1" 200 2255 1.017827 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004709 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:38] "POST /analytics/query HTTP/1.1" 200 762 1.015833 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004667 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:40] "POST /analytics/query HTTP/1.1" 200 2901 1.013267 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.005821 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:42] "POST /analytics/query HTTP/1.1" 200 261 1.016155 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004556 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:43] "POST /analytics/query HTTP/1.1" 200 1401 1.025870 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.004966 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:45] "POST /analytics/query HTTP/1.1" 200 2901 1.012092 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.005133 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:47] "POST /analytics/query HTTP/1.1" 200 826 1.015891 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004006 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:49] "POST /analytics/query HTTP/1.1" 200 141429 1.052924 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.005193 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:50] "POST /analytics/query HTTP/1.1" 200 631 1.019150 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.006905 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:52] "POST /analytics/query HTTP/1.1" 200 261 1.014104 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.005479 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:54] "POST /analytics/query HTTP/1.1" 200 596 1.022840 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.005082 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:55] "POST /analytics/query HTTP/1.1" 200 1975 1.015474 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004103 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:57] "POST /analytics/query HTTP/1.1" 200 596 1.014645 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.005145 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:55:59] "POST /analytics/query HTTP/1.1" 200 318 1.025735 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 03:56:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.006248 [API:8081]10.0.0.133 - - [2026-05-28 03:56:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.133 - - [2026-05-28 03:56:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2378 0.107154 [API:8081]10.0.0.41 - - [2026-05-28 03:56:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.183788 [API:8081]10.0.0.133 - - [2026-05-28 03:56:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.150222 [API:8081]10.0.0.133 - - [2026-05-28 03:56:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.010558 [API:8081]10.0.0.133 - - [2026-05-28 03:56:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.076832 [API:8081]10.0.0.133 - - [2026-05-28 03:57:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.010532 [API:8081]10.0.0.133 - - [2026-05-28 03:57:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.011150 [API:8081]10.0.0.133 - - [2026-05-28 03:57:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.011469 [API:8081]10.0.0.133 - - [2026-05-28 03:57:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.010449 [API:8081]10.0.0.133 - - [2026-05-28 03:57:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.009801 [API:8081]10.0.0.41 - - [2026-05-28 03:57:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.095015 [API:8081]10.0.0.133 - - [2026-05-28 03:57:54] "POST /analytics/query HTTP/1.1" 200 222 1.031826 [API:8081]10.0.0.133 - - [2026-05-28 03:57:55] "POST /analytics/query HTTP/1.1" 200 222 1.020046 [API:8081]10.0.0.133 - - [2026-05-28 03:57:56] "POST /analytics/query HTTP/1.1" 200 353 1.031111 [API:8081]10.0.0.41 - - [2026-05-28 03:59:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.41 - - [2026-05-28 03:59:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.41 - - [2026-05-28 03:59:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.131 - - [2026-05-28 03:59:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.41 - - [2026-05-28 03:59:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.131 - - [2026-05-28 03:59:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.131 - - [2026-05-28 03:59:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.131 - - [2026-05-28 03:59:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.133 - - [2026-05-28 03:59:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.133 - - [2026-05-28 03:59:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000834 [API:8081]10.0.0.133 - - [2026-05-28 03:59:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.133 - - [2026-05-28 03:59:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.41 - - [2026-05-28 03:59:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097804 [API:8081]10.0.0.41 - - [2026-05-28 04:00:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.090535 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:01:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004271 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004484 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004751 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004598 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:01:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005282 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004247 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004347 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:01:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003572 [API:8081]10.0.0.133 - - [2026-05-28 04:01:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26222 0.040381 [API:8081]10.0.0.133 - - [2026-05-28 04:02:21] "GET /analytics HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.133 - - [2026-05-28 04:02:21] "GET /analytics HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.41 - - [2026-05-28 04:02:49] "GET /analytics HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.41 - - [2026-05-28 04:02:49] "GET /analytics HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.131 - - [2026-05-28 04:02:50] "GET /analytics HTTP/1.1" 401 206 0.000597 [API:8081]10.0.0.131 - - [2026-05-28 04:02:50] "GET /analytics HTTP/1.1" 401 206 0.000205 [API:8081]10.0.0.41 - - [2026-05-28 04:02:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071513 [API:8081]10.0.0.41 - - [2026-05-28 04:03:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.097451 [API:8081]10.0.0.41 - - [2026-05-28 04:04:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000493 [API:8081]10.0.0.41 - - [2026-05-28 04:04:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.41 - - [2026-05-28 04:04:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.131 - - [2026-05-28 04:04:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.41 - - [2026-05-28 04:04:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.131 - - [2026-05-28 04:04:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.131 - - [2026-05-28 04:04:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000479 [API:8081]10.0.0.131 - - [2026-05-28 04:04:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.133 - - [2026-05-28 04:04:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.133 - - [2026-05-28 04:04:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.133 - - [2026-05-28 04:04:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.133 - - [2026-05-28 04:04:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.41 - - [2026-05-28 04:05:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.170471 [API:8081]10.0.0.41 - - [2026-05-28 04:07:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.094558 [API:8081]10.0.0.41 - - [2026-05-28 04:09:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108346 [API:8081]10.0.0.41 - - [2026-05-28 04:09:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.41 - - [2026-05-28 04:09:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.41 - - [2026-05-28 04:09:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.131 - - [2026-05-28 04:09:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.41 - - [2026-05-28 04:09:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.131 - - [2026-05-28 04:09:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.131 - - [2026-05-28 04:09:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.131 - - [2026-05-28 04:09:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.133 - - [2026-05-28 04:09:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.133 - - [2026-05-28 04:09:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.133 - - [2026-05-28 04:09:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.133 - - [2026-05-28 04:09:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.41 - - [2026-05-28 04:10:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.100313 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:11:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005445 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006058 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005126 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006033 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:11:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005434 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005441 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005701 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:11:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006186 [API:8081]10.0.0.41 - - [2026-05-28 04:12:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.104858 [API:8081]10.0.0.133 - - [2026-05-28 04:12:21] "GET /analytics HTTP/1.1" 401 206 0.000519 [API:8081]10.0.0.133 - - [2026-05-28 04:12:21] "GET /analytics HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.41 - - [2026-05-28 04:12:49] "GET /analytics HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.41 - - [2026-05-28 04:12:49] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.131 - - [2026-05-28 04:12:50] "GET /analytics HTTP/1.1" 401 206 0.000423 [API:8081]10.0.0.131 - - [2026-05-28 04:12:50] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.41 - - [2026-05-28 04:13:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.082259 [API:8081]10.0.0.41 - - [2026-05-28 04:14:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.41 - - [2026-05-28 04:14:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.41 - - [2026-05-28 04:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.131 - - [2026-05-28 04:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000429 [API:8081]10.0.0.41 - - [2026-05-28 04:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000779 [API:8081]10.0.0.131 - - [2026-05-28 04:14:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000449 [API:8081]10.0.0.131 - - [2026-05-28 04:14:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.131 - - [2026-05-28 04:14:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.133 - - [2026-05-28 04:14:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.133 - - [2026-05-28 04:14:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.133 - - [2026-05-28 04:14:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000452 [API:8081]10.0.0.133 - - [2026-05-28 04:14:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.133 - - [2026-05-28 04:14:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.133 - - [2026-05-28 04:14:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2101 0.115139 [API:8081]10.0.0.41 - - [2026-05-28 04:15:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087128 [API:8081]10.0.0.133 - - [2026-05-28 04:15:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc?flat HTTP/1.1" 200 5202 0.084442 [API:8081]10.0.0.133 - - [2026-05-28 04:15:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc?flat HTTP/1.1" 200 5202 0.025275 [API:8081]10.0.0.133 - - [2026-05-28 04:15:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc?flat HTTP/1.1" 200 5202 0.103201 [API:8081]10.0.0.133 - - [2026-05-28 04:15:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-59607696:EVPN-VN1?flat HTTP/1.1" 200 7825 0.024758 [API:8081]10.0.0.133 - - [2026-05-28 04:15:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26228 0.042838 [API:8081]10.0.0.133 - - [2026-05-28 04:15:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26228 0.024799 [API:8081]10.0.0.133 - - [2026-05-28 04:15:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.012630 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:25160c78-7642-412a-b00a-8f6fdeed89b8?flat HTTP/1.1" 200 5063 0.020354 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:25160c78-7642-412a-b00a-8f6fdeed89b8?flat HTTP/1.1" 200 5063 0.022168 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:25160c78-7642-412a-b00a-8f6fdeed89b8?flat HTTP/1.1" 200 5063 0.026225 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-59607696:EVPN-VN1?flat HTTP/1.1" 200 7825 0.026574 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25598 0.048276 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 14157 0.029511 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25598 0.027846 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 14157 0.025339 [API:8081]10.0.0.133 - - [2026-05-28 04:15:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.019308 [API:8081]10.0.0.41 - - [2026-05-28 04:16:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.095821 [API:8081]10.0.0.133 - - [2026-05-28 04:18:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc?flat HTTP/1.1" 200 5319 0.022358 [API:8081]10.0.0.133 - - [2026-05-28 04:18:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc?flat HTTP/1.1" 200 5319 0.018198 [API:8081]10.0.0.133 - - [2026-05-28 04:18:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc?flat HTTP/1.1" 200 5319 0.023305 [API:8081]10.0.0.133 - - [2026-05-28 04:18:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-59607696:EVPN-VN1?flat HTTP/1.1" 200 8442 0.030324 [API:8081]10.0.0.133 - - [2026-05-28 04:18:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23735 0.021829 [API:8081]10.0.0.133 - - [2026-05-28 04:18:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23735 0.030986 [API:8081]10.0.0.133 - - [2026-05-28 04:18:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.014796 [API:8081]10.0.0.41 - - [2026-05-28 04:18:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.090362 [API:8081]10.0.0.133 - - [2026-05-28 04:18:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:25160c78-7642-412a-b00a-8f6fdeed89b8?flat HTTP/1.1" 200 5314 0.023366 [API:8081]10.0.0.133 - - [2026-05-28 04:18:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:25160c78-7642-412a-b00a-8f6fdeed89b8?flat HTTP/1.1" 200 5314 0.022985 [API:8081]10.0.0.133 - - [2026-05-28 04:18:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-59607696:25160c78-7642-412a-b00a-8f6fdeed89b8?flat HTTP/1.1" 200 5314 0.017437 [API:8081]10.0.0.133 - - [2026-05-28 04:18:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-59607696:EVPN-VN1?flat HTTP/1.1" 200 9686 0.021941 [API:8081]10.0.0.133 - - [2026-05-28 04:18:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 13880 0.023135 [API:8081]10.0.0.133 - - [2026-05-28 04:18:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23898 0.026584 [API:8081]10.0.0.133 - - [2026-05-28 04:18:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011222 [API:8081]10.0.0.41 - - [2026-05-28 04:19:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.091581 [API:8081]10.0.0.41 - - [2026-05-28 04:19:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.41 - - [2026-05-28 04:19:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000470 [API:8081]10.0.0.41 - - [2026-05-28 04:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.131 - - [2026-05-28 04:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.41 - - [2026-05-28 04:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.131 - - [2026-05-28 04:19:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000404 [API:8081]10.0.0.131 - - [2026-05-28 04:19:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.131 - - [2026-05-28 04:19:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.133 - - [2026-05-28 04:19:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.133 - - [2026-05-28 04:19:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.133 - - [2026-05-28 04:19:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.133 - - [2026-05-28 04:19:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.133 - - [2026-05-28 04:19:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33128 0.032243 [API:8081]10.0.0.133 - - [2026-05-28 04:19:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-59607696:EVPN-VN1?flat HTTP/1.1" 200 8554 0.018476 [API:8081]10.0.0.133 - - [2026-05-28 04:19:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011580 [API:8081]10.0.0.133 - - [2026-05-28 04:19:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25310 0.022482 [API:8081]10.0.0.133 - - [2026-05-28 04:19:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-59607696:EVPN-VN1?flat HTTP/1.1" 200 5992 0.015912 [API:8081]10.0.0.133 - - [2026-05-28 04:19:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011624 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:21:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004245 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004923 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004414 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003866 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:21:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006005 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005172 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005167 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:21:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004426 [API:8081]10.0.0.41 - - [2026-05-28 04:21:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085028 [API:8081]10.0.0.133 - - [2026-05-28 04:22:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-82603904:ctest-TestRbac-82603904-17363772?flat HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.133 - - [2026-05-28 04:22:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-82603904:ctest-TestRbac-82603904-17363772?flat HTTP/1.1" 200 2081 0.484997 [API:8081]10.0.0.133 - - [2026-05-28 04:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.192910 [API:8081]10.0.0.133 - - [2026-05-28 04:22:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-82603904:ctest-TestRbac-82603904-17363772?flat HTTP/1.1" 401 206 0.000440 [API:8081]10.0.0.133 - - [2026-05-28 04:22:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-82603904:ctest-TestRbac-82603904-17363772?flat HTTP/1.1" 200 2081 0.203789 [API:8081]10.0.0.133 - - [2026-05-28 04:22:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.098957 [API:8081]10.0.0.41 - - [2026-05-28 04:22:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.090511 [API:8081]10.0.0.133 - - [2026-05-28 04:22:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-50003327:f2e44654-c250-4cf8-957c-67785de1fd95?flat HTTP/1.1" 200 5175 0.087948 [API:8081]10.0.0.133 - - [2026-05-28 04:22:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-50003327:f2e44654-c250-4cf8-957c-67785de1fd95?flat HTTP/1.1" 200 5175 0.081897 [API:8081]10.0.0.133 - - [2026-05-28 04:22:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-50003327:f2e44654-c250-4cf8-957c-67785de1fd95?flat HTTP/1.1" 200 5175 0.115753 [API:8081]10.0.0.133 - - [2026-05-28 04:22:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-82603904:ctest-TestRbac-82603904-17363772?flat HTTP/1.1" 200 3327 0.068041 [API:8081]10.0.0.133 - - [2026-05-28 04:22:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.112152 [API:8081]10.0.0.133 - - [2026-05-28 04:22:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.183353 [API:8081]10.0.0.133 - - [2026-05-28 04:22:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000418 [API:8081]10.0.0.133 - - [2026-05-28 04:22:21] "GET /analytics HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.133 - - [2026-05-28 04:22:21] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.133 - - [2026-05-28 04:22:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.087955 [API:8081]10.0.0.133 - - [2026-05-28 04:22:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.055223 [API:8081]10.0.0.133 - - [2026-05-28 04:22:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.201073 [API:8081]10.0.0.133 - - [2026-05-28 04:22:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.104170 [API:8081]10.0.0.133 - - [2026-05-28 04:22:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.068784 [API:8081]10.0.0.133 - - [2026-05-28 04:22:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.144881 [API:8081]10.0.0.133 - - [2026-05-28 04:22:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.170684 [API:8081]10.0.0.133 - - [2026-05-28 04:22:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.036693 [API:8081]10.0.0.133 - - [2026-05-28 04:22:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.163402 [API:8081]10.0.0.133 - - [2026-05-28 04:22:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.072997 [API:8081]10.0.0.133 - - [2026-05-28 04:22:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.032002 [API:8081]10.0.0.133 - - [2026-05-28 04:22:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.033812 [API:8081]10.0.0.133 - - [2026-05-28 04:22:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33178 0.048145 [API:8081]10.0.0.133 - - [2026-05-28 04:22:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-82603904:ctest-TestRbac-82603904-17363772?flat HTTP/1.1" 200 2081 0.011670 [API:8081]10.0.0.133 - - [2026-05-28 04:22:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011065 [API:8081]10.0.0.41 - - [2026-05-28 04:22:49] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.41 - - [2026-05-28 04:22:49] "GET /analytics HTTP/1.1" 401 206 0.000123 [API:8081]10.0.0.131 - - [2026-05-28 04:22:50] "GET /analytics HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.131 - - [2026-05-28 04:22:50] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.133 - - [2026-05-28 04:23:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.133 - - [2026-05-28 04:23:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 200 2125 0.122335 [API:8081]10.0.0.133 - - [2026-05-28 04:23:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 401 206 0.000316 --- 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-46294981'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-67090593' RBAC: ctest-TestRbacBasic-23635310 doesn't have read permission in project '59be2afdc0164ebca51c85e59f26920f' 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-91264602', 'ctest-TestRbacBasic-91264602-02858229'], 'virtual_network', 'ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d', "Permission Denied for ['ctest-TestRbacBasic-46294981'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-67090593' RBAC: ctest-TestRbacBasic-23635310 doesn't have read permission in project '59be2afdc0164ebca51c85e59f26920f'"),) [API:8081]10.0.0.133 - - [2026-05-28 04:23:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 403 199 0.191301 [API:8081]10.0.0.133 - - [2026-05-28 04:23:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.133 - - [2026-05-28 04:23:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 200 2125 0.088066 [API:8081]10.0.0.133 - - [2026-05-28 04:23:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.105996 [API:8081]10.0.0.133 - - [2026-05-28 04:23:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.112331 [API:8081]10.0.0.133 - - [2026-05-28 04:23:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2392 0.072456 --- 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-46294981'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-91264602' RBAC: ctest-TestRbacBasic-23635310 doesn't have read permission in project 'b69abba927d14aa8afd372631b846f65' 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-91264602', 'ctest-TestRbacBasic-91264602-02858229'], 'virtual_network', 'ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d', "Permission Denied for ['ctest-TestRbacBasic-46294981'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-91264602' RBAC: ctest-TestRbacBasic-23635310 doesn't have read permission in project 'b69abba927d14aa8afd372631b846f65'"),) [API:8081]10.0.0.133 - - [2026-05-28 04:23:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 403 199 0.064020 --- 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-46294981'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-91264602' RBAC: ctest-TestRbacBasic-23635310 doesn't have read permission in project 'b69abba927d14aa8afd372631b846f65' 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-91264602', 'ctest-TestRbacBasic-91264602-02858229'], 'virtual_network', 'ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d', "Permission Denied for ['ctest-TestRbacBasic-46294981'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-91264602' RBAC: ctest-TestRbacBasic-23635310 doesn't have read permission in project 'b69abba927d14aa8afd372631b846f65'"),) [API:8081]10.0.0.133 - - [2026-05-28 04:23:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 403 199 0.114618 [API:8081]10.0.0.133 - - [2026-05-28 04:23:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 200 2129 0.059406 [API:8081]10.0.0.133 - - [2026-05-28 04:23:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-91264602:ctest-TestRbacBasic-91264602-02858229?flat HTTP/1.1" 200 2129 0.014388 [API:8081]10.0.0.133 - - [2026-05-28 04:23:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.111697 [API:8081]10.0.0.133 - - [2026-05-28 04:23:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.083354 [API:8081]10.0.0.133 - - [2026-05-28 04:23:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2392 0.012221 [API:8081]10.0.0.133 - - [2026-05-28 04:23:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2145 0.014895 [API:8081]10.0.0.133 - - [2026-05-28 04:23:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 401 206 0.000288 --- 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-09729593 as ['ctest-TestRbacBasic-60604233'] to R virtual-network in ctest-TestRbacBasic-96489616 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-96489616', 'ctest-TestRbacBasic-96489616-40415482'], 'virtual_network', 'e7a5f45b-ad98-460c-8938-cef3ca43a678', "Permission Denied for ctest-TestRbacBasic-09729593 as ['ctest-TestRbacBasic-60604233'] to R virtual-network in ctest-TestRbacBasic-96489616"),) [API:8081]10.0.0.133 - - [2026-05-28 04:23:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 403 199 0.139888 [API:8081]10.0.0.133 - - [2026-05-28 04:23:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.117614 [API:8081]10.0.0.133 - - [2026-05-28 04:23:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 200 2120 0.070909 [API:8081]10.0.0.133 - - [2026-05-28 04:23:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.090166 --- 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-09729593 as ['ctest-TestRbacBasic-60604233'] to R virtual-network in ctest-TestRbacBasic-96489616 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-96489616', 'ctest-TestRbacBasic-96489616-40415482'], 'virtual_network', 'e7a5f45b-ad98-460c-8938-cef3ca43a678', "Permission Denied for ctest-TestRbacBasic-09729593 as ['ctest-TestRbacBasic-60604233'] to R virtual-network in ctest-TestRbacBasic-96489616"),) [API:8081]10.0.0.133 - - [2026-05-28 04:23:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 403 199 0.094267 --- 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-09729593 as ['ctest-TestRbacBasic-60604233'] to R virtual-network in ctest-TestRbacBasic-96489616 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-96489616', 'ctest-TestRbacBasic-96489616-40415482'], 'virtual_network', 'e7a5f45b-ad98-460c-8938-cef3ca43a678', "Permission Denied for ctest-TestRbacBasic-09729593 as ['ctest-TestRbacBasic-60604233'] to R virtual-network in ctest-TestRbacBasic-96489616"),) [API:8081]10.0.0.133 - - [2026-05-28 04:23:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 403 199 0.116129 [API:8081]10.0.0.133 - - [2026-05-28 04:23:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.076620 [API:8081]10.0.0.133 - - [2026-05-28 04:23:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 200 2120 0.083015 [API:8081]10.0.0.133 - - [2026-05-28 04:23:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.095706 [API:8081]10.0.0.133 - - [2026-05-28 04:23:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 401 206 0.000370 --- 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-23635310 as ['ctest-TestRbacBasic-46294981'] to R virtual-network in ctest-TestRbacBasic-96489616 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-96489616', 'ctest-TestRbacBasic-96489616-40415482'], 'virtual_network', 'e7a5f45b-ad98-460c-8938-cef3ca43a678', "Permission Denied for ctest-TestRbacBasic-23635310 as ['ctest-TestRbacBasic-46294981'] to R virtual-network in ctest-TestRbacBasic-96489616"),) [API:8081]10.0.0.133 - - [2026-05-28 04:23:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 403 199 0.110461 [API:8081]10.0.0.133 - - [2026-05-28 04:23:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.070499 [API:8081]10.0.0.133 - - [2026-05-28 04:23:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40415482?flat HTTP/1.1" 200 2120 0.056824 [API:8081]10.0.0.133 - - [2026-05-28 04:23:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.065443 [API:8081]10.0.0.133 - - [2026-05-28 04:23:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2145 0.083978 [API:8081]10.0.0.133 - - [2026-05-28 04:23:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2392 0.011233 [API:8081]10.0.0.133 - - [2026-05-28 04:24:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-96489616:b6974694-2c86-461a-a0ae-b049f9dabb12?flat HTTP/1.1" 200 5392 0.074421 [API:8081]10.0.0.133 - - [2026-05-28 04:24:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-96489616:b6974694-2c86-461a-a0ae-b049f9dabb12?flat HTTP/1.1" 200 5392 0.073186 [API:8081]10.0.0.133 - - [2026-05-28 04:24:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-96489616:b6974694-2c86-461a-a0ae-b049f9dabb12?flat HTTP/1.1" 200 5392 0.082498 [API:8081]10.0.0.133 - - [2026-05-28 04:24:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40407172?flat HTTP/1.1" 200 8776 0.085928 [API:8081]10.0.0.133 - - [2026-05-28 04:24:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.049553 [API:8081]10.0.0.133 - - [2026-05-28 04:24:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.109234 [API:8081]10.0.0.133 - - [2026-05-28 04:24:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.027797 [API:8081]10.0.0.133 - - [2026-05-28 04:24:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.043031 [API:8081]10.0.0.133 - - [2026-05-28 04:24:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.108421 [API:8081]10.0.0.133 - - [2026-05-28 04:24:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.028136 [API:8081]10.0.0.133 - - [2026-05-28 04:24:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.071996 [API:8081]10.0.0.41 - - [2026-05-28 04:24:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113509 [API:8081]10.0.0.133 - - [2026-05-28 04:24:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40407172?flat HTTP/1.1" 200 8776 0.109421 [API:8081]10.0.0.133 - - [2026-05-28 04:24:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.073752 [API:8081]10.0.0.41 - - [2026-05-28 04:24:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.41 - - [2026-05-28 04:24:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.131 - - [2026-05-28 04:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.41 - - [2026-05-28 04:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.131 - - [2026-05-28 04:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.41 - - [2026-05-28 04:24:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000923 [API:8081]10.0.0.133 - - [2026-05-28 04:24:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.048615 [API:8081]10.0.0.133 - - [2026-05-28 04:24:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.114963 [API:8081]10.0.0.133 - - [2026-05-28 04:24:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.037207 [API:8081]10.0.0.131 - - [2026-05-28 04:24:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.131 - - [2026-05-28 04:24:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.133 - - [2026-05-28 04:24:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.133 - - [2026-05-28 04:24:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.133 - - [2026-05-28 04:24:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.133 - - [2026-05-28 04:24:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.133 - - [2026-05-28 04:24:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.040970 [API:8081]10.0.0.133 - - [2026-05-28 04:24:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.036973 [API:8081]10.0.0.133 - - [2026-05-28 04:24:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.035551 [API:8081]10.0.0.133 - - [2026-05-28 04:24:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.033524 [API:8081]10.0.0.133 - - [2026-05-28 04:24:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.029165 [API:8081]10.0.0.133 - - [2026-05-28 04:24:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.026027 [API:8081]10.0.0.133 - - [2026-05-28 04:24:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.030404 [API:8081]10.0.0.133 - - [2026-05-28 04:24:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96489616:ctest-TestRbacBasic-96489616-40407172?flat HTTP/1.1" 200 6886 0.015267 [API:8081]10.0.0.133 - - [2026-05-28 04:24:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010882 [Introspect:8090]10.0.0.133 - - [2026-05-28 04:24:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001204 [API:8081]10.0.0.133 - - [2026-05-28 04:24:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.133 - - [2026-05-28 04:24:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2109 0.087953 [API:8081]10.0.0.41 - - [2026-05-28 04:25:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075076 [API:8081]10.0.0.41 - - [2026-05-28 04:27:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.104282 [API:8081]10.0.0.133 - - [2026-05-28 04:27:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:2e46f245-f24f-48c2-a755-6b4d96badc3f?flat HTTP/1.1" 200 5393 0.015480 [API:8081]10.0.0.133 - - [2026-05-28 04:27:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:2e46f245-f24f-48c2-a755-6b4d96badc3f?flat HTTP/1.1" 200 5393 0.083800 [API:8081]10.0.0.133 - - [2026-05-28 04:27:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:2e46f245-f24f-48c2-a755-6b4d96badc3f?flat HTTP/1.1" 200 5393 0.087290 [API:8081]10.0.0.133 - - [2026-05-28 04:27:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59396823:ctest-vn1-56495731?flat HTTP/1.1" 200 9560 0.021007 [API:8081]10.0.0.133 - - [2026-05-28 04:27:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25350 0.020249 [API:8081]10.0.0.133 - - [2026-05-28 04:27:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25350 0.023904 [API:8081]10.0.0.133 - - [2026-05-28 04:27:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.012853 [API:8081]10.0.0.133 - - [2026-05-28 04:27:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:ea77c402-0327-4955-b8c7-fabaaf86c3f1?flat HTTP/1.1" 200 5491 0.015705 [API:8081]10.0.0.133 - - [2026-05-28 04:27:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:ea77c402-0327-4955-b8c7-fabaaf86c3f1?flat HTTP/1.1" 200 5491 0.031065 [API:8081]10.0.0.133 - - [2026-05-28 04:27:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:ea77c402-0327-4955-b8c7-fabaaf86c3f1?flat HTTP/1.1" 200 5491 0.020008 [API:8081]10.0.0.133 - - [2026-05-28 04:27:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59396823:ctest-vn1-56495731?flat HTTP/1.1" 200 9560 0.026614 [API:8081]10.0.0.133 - - [2026-05-28 04:27:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.044915 [API:8081]10.0.0.133 - - [2026-05-28 04:27:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.026174 [API:8081]10.0.0.133 - - [2026-05-28 04:27:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011588 [API:8081]10.0.0.133 - - [2026-05-28 04:27:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.033701 [API:8081]10.0.0.133 - - [2026-05-28 04:27:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.036456 [API:8081]10.0.0.133 - - [2026-05-28 04:27:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.035201 [API:8081]10.0.0.133 - - [2026-05-28 04:27:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.031144 [API:8081]10.0.0.133 - - [2026-05-28 04:28:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.026791 [API:8081]10.0.0.133 - - [2026-05-28 04:28:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.026026 [API:8081]10.0.0.133 - - [2026-05-28 04:28:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.027585 [API:8081]10.0.0.133 - - [2026-05-28 04:28:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.027280 [API:8081]10.0.0.133 - - [2026-05-28 04:28:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33192 0.030054 [API:8081]10.0.0.133 - - [2026-05-28 04:28:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59396823:ctest-vn1-56495731?flat HTTP/1.1" 200 7764 0.017536 [API:8081]10.0.0.133 - - [2026-05-28 04:28:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010786 [API:8081]10.0.0.133 - - [2026-05-28 04:28:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.020815 [API:8081]10.0.0.41 - - [2026-05-28 04:28:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.081153 [API:8081]10.0.0.133 - - [2026-05-28 04:28:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.024601 [API:8081]10.0.0.133 - - [2026-05-28 04:28:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25352 0.029065 [API:8081]10.0.0.133 - - [2026-05-28 04:28:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25352 0.037912 [API:8081]10.0.0.133 - - [2026-05-28 04:28:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25352 0.035192 [API:8081]10.0.0.133 - - [2026-05-28 04:28:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25352 0.031554 [API:8081]10.0.0.133 - - [2026-05-28 04:28:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25352 0.053080 [API:8081]10.0.0.133 - - [2026-05-28 04:28:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59396823:ctest-vn1-56495731?flat HTTP/1.1" 200 6230 0.015634 [API:8081]10.0.0.133 - - [2026-05-28 04:28:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010942 [API:8081]10.0.0.133 - - [2026-05-28 04:28:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2109 0.012650 [API:8081]10.0.0.133 - - [2026-05-28 04:28:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.011584 [API:8081]10.0.0.41 - - [2026-05-28 04:29:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000704 [API:8081]10.0.0.41 - - [2026-05-28 04:29:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000468 [API:8081]10.0.0.41 - - [2026-05-28 04:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.131 - - [2026-05-28 04:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.41 - - [2026-05-28 04:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.131 - - [2026-05-28 04:29:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000604 [API:8081]10.0.0.131 - - [2026-05-28 04:29:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.131 - - [2026-05-28 04:29:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.133 - - [2026-05-28 04:29:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000430 [API:8081]10.0.0.133 - - [2026-05-28 04:29:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000633 [API:8081]10.0.0.133 - - [2026-05-28 04:29:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.133 - - [2026-05-28 04:29:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.41 - - [2026-05-28 04:30:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.097853 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:31:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005423 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003741 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004766 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:31:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.009659 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:31:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007313 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:31:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005939 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:31:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005133 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:31:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004555 [API:8081]10.0.0.41 - - [2026-05-28 04:31:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.529817 [Introspect:8090]10.0.0.133 - - [2026-05-28 04:31:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001244 [API:8081]10.0.0.133 - - [2026-05-28 04:31:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 13210 0.420640 [API:8081]10.0.0.133 - - [2026-05-28 04:31:41] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 6066 0.075037 [API:8081]10.0.0.133 - - [2026-05-28 04:31:41] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5841-2?flat HTTP/1.1" 200 6064 0.074950 [API:8081]10.0.0.133 - - [2026-05-28 04:31:41] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5841-3?flat HTTP/1.1" 200 3954 0.016115 [API:8081]10.0.0.133 - - [2026-05-28 04:31:41] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?flat HTTP/1.1" 200 6151 0.019785 [API:8081]10.0.0.133 - - [2026-05-28 04:31:41] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?flat HTTP/1.1" 200 7648 0.020248 [API:8081]10.0.0.133 - - [2026-05-28 04:31:41] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?flat HTTP/1.1" 200 6147 0.016764 [API:8081]10.0.0.133 - - [2026-05-28 04:31:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2531 0.021849 [API:8081]10.0.0.133 - - [2026-05-28 04:32:21] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.133 - - [2026-05-28 04:32:21] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:55939f2d-c1ad-441b-a426-27e9e04ae237?flat HTTP/1.1" 200 5245 0.019746 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:55939f2d-c1ad-441b-a426-27e9e04ae237?flat HTTP/1.1" 200 5245 0.028516 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:55939f2d-c1ad-441b-a426-27e9e04ae237?flat HTTP/1.1" 200 5245 0.017705 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59396823:ctest-vn1-53697220?flat HTTP/1.1" 200 7089 0.023716 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32906 0.034703 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 13498 0.026257 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32906 0.032386 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 13498 0.025956 [API:8081]10.0.0.133 - - [2026-05-28 04:32:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.010573 [API:8081]10.0.0.41 - - [2026-05-28 04:32:49] "GET /analytics HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.41 - - [2026-05-28 04:32:49] "GET /analytics HTTP/1.1" 401 206 0.000173 [API:8081]10.0.0.131 - - [2026-05-28 04:32:50] "GET /analytics HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.131 - - [2026-05-28 04:32:50] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.41 - - [2026-05-28 04:33:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086299 [API:8081]10.0.0.133 - - [2026-05-28 04:33:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:1c3d793b-a180-450a-aa64-541016b12339?flat HTTP/1.1" 200 5243 0.016273 [API:8081]10.0.0.133 - - [2026-05-28 04:33:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:1c3d793b-a180-450a-aa64-541016b12339?flat HTTP/1.1" 200 5243 0.013813 [API:8081]10.0.0.133 - - [2026-05-28 04:33:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59396823:1c3d793b-a180-450a-aa64-541016b12339?flat HTTP/1.1" 200 5243 0.015677 [API:8081]10.0.0.133 - - [2026-05-28 04:33:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59396823:ctest-vn2-85284701?flat HTTP/1.1" 200 6979 0.017096 [API:8081]10.0.0.133 - - [2026-05-28 04:33:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.027369 [API:8081]10.0.0.133 - - [2026-05-28 04:33:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.041565 [API:8081]10.0.0.133 - - [2026-05-28 04:33:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1366 0.012282 [API:8081]10.0.0.41 - - [2026-05-28 04:34:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.41 - - [2026-05-28 04:34:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000414 [API:8081]10.0.0.41 - - [2026-05-28 04:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.131 - - [2026-05-28 04:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.41 - - [2026-05-28 04:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.131 - - [2026-05-28 04:34:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.131 - - [2026-05-28 04:34:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.131 - - [2026-05-28 04:34:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.133 - - [2026-05-28 04:34:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.133 - - [2026-05-28 04:34:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.133 - - [2026-05-28 04:34:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.133 - - [2026-05-28 04:34:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.41 - - [2026-05-28 04:34:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.115987 [API:8081]10.0.0.133 - - [2026-05-28 04:35:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32576 0.031811 [API:8081]10.0.0.133 - - [2026-05-28 04:35:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59396823:ctest-vn2-85284701?flat HTTP/1.1" 200 7751 0.020590 [API:8081]10.0.0.133 - - [2026-05-28 04:35:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011189 [API:8081]10.0.0.133 - - [2026-05-28 04:35:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.052510 [API:8081]10.0.0.133 - - [2026-05-28 04:35:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14067 0.029290 [API:8081]10.0.0.133 - - [2026-05-28 04:35:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.035153 [API:8081]10.0.0.133 - - [2026-05-28 04:35:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14067 0.024363 [API:8081]10.0.0.133 - - [2026-05-28 04:35:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.027527 [API:8081]10.0.0.133 - - [2026-05-28 04:35:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14067 0.022498 [API:8081]10.0.0.133 - - [2026-05-28 04:35:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.028451 [API:8081]10.0.0.133 - - [2026-05-28 04:35:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14067 0.023248 [API:8081]10.0.0.133 - - [2026-05-28 04:35:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.027388 [API:8081]10.0.0.133 - - [2026-05-28 04:35:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14067 0.027431 [API:8081]10.0.0.133 - - [2026-05-28 04:35:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.030352 [API:8081]10.0.0.133 - - [2026-05-28 04:35:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14067 0.035295 [API:8081]10.0.0.133 - - [2026-05-28 04:35:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32925 0.039374 [API:8081]10.0.0.133 - - [2026-05-28 04:35:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14043 0.023765 [API:8081]10.0.0.133 - - [2026-05-28 04:35:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59396823:ctest-vn1-53697220?flat HTTP/1.1" 200 7792 0.019170 [API:8081]10.0.0.133 - - [2026-05-28 04:35:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011633 [API:8081]10.0.0.41 - - [2026-05-28 04:36:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107407 [API:8081]10.0.0.133 - - [2026-05-28 04:36:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-97164749:dbb7dfcf-5009-4f34-9b76-962a5b21c579?flat HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.133 - - [2026-05-28 04:36:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-97164749:dbb7dfcf-5009-4f34-9b76-962a5b21c579?flat HTTP/1.1" 200 5240 0.079659 [API:8081]10.0.0.133 - - [2026-05-28 04:36:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-97164749:dbb7dfcf-5009-4f34-9b76-962a5b21c579?flat HTTP/1.1" 200 5240 0.087090 [API:8081]10.0.0.133 - - [2026-05-28 04:36:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-97164749:dbb7dfcf-5009-4f34-9b76-962a5b21c579?flat HTTP/1.1" 200 5240 0.082420 [API:8081]10.0.0.133 - - [2026-05-28 04:36:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-97164749:ctest-vn-24933882?flat HTTP/1.1" 200 8050 0.024840 [API:8081]10.0.0.133 - - [2026-05-28 04:36:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32934 0.032506 [API:8081]10.0.0.133 - - [2026-05-28 04:36:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14061 0.029949 [API:8081]10.0.0.133 - - [2026-05-28 04:36:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32934 0.040463 [API:8081]10.0.0.133 - - [2026-05-28 04:36:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14061 0.025652 [API:8081]10.0.0.133 - - [2026-05-28 04:36:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011092 [API:8081]10.0.0.133 - - [2026-05-28 04:37:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-97164749:a40dc748-263d-48d7-b70f-9e8a2ea7e95d?flat HTTP/1.1" 200 5236 0.018726 [API:8081]10.0.0.133 - - [2026-05-28 04:37:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-97164749:a40dc748-263d-48d7-b70f-9e8a2ea7e95d?flat HTTP/1.1" 200 5236 0.017718 [API:8081]10.0.0.133 - - [2026-05-28 04:37:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-97164749:a40dc748-263d-48d7-b70f-9e8a2ea7e95d?flat HTTP/1.1" 200 5236 0.023136 [API:8081]10.0.0.133 - - [2026-05-28 04:37:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-97164749:ctest-vn-79426315?flat HTTP/1.1" 200 8038 0.020001 [API:8081]10.0.0.133 - - [2026-05-28 04:37:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.030676 [API:8081]10.0.0.133 - - [2026-05-28 04:37:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.029580 [API:8081]10.0.0.133 - - [2026-05-28 04:37:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.012272 [API:8081]10.0.0.133 - - [2026-05-28 04:37:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32590 0.028279 [API:8081]10.0.0.41 - - [2026-05-28 04:37:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.094784 [API:8081]10.0.0.133 - - [2026-05-28 04:37:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32590 0.029665 [API:8081]10.0.0.133 - - [2026-05-28 04:37:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32591 0.033333 [API:8081]10.0.0.133 - - [2026-05-28 04:37:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-97164749:ctest-vn-79426315?flat HTTP/1.1" 200 6180 0.015631 [API:8081]10.0.0.133 - - [2026-05-28 04:37:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009666 [API:8081]10.0.0.133 - - [2026-05-28 04:37:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32944 0.031406 [API:8081]10.0.0.133 - - [2026-05-28 04:37:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14032 0.024791 [API:8081]10.0.0.133 - - [2026-05-28 04:37:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32944 0.038480 [API:8081]10.0.0.133 - - [2026-05-28 04:37:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14032 0.034615 [API:8081]10.0.0.133 - - [2026-05-28 04:37:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32944 0.031714 [API:8081]10.0.0.133 - - [2026-05-28 04:37:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14032 0.038045 [API:8081]10.0.0.133 - - [2026-05-28 04:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32944 0.030214 [API:8081]10.0.0.133 - - [2026-05-28 04:37:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14032 0.022695 [API:8081]10.0.0.133 - - [2026-05-28 04:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32944 0.034715 [API:8081]10.0.0.133 - - [2026-05-28 04:37:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14032 0.024272 [API:8081]10.0.0.133 - - [2026-05-28 04:37:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32944 0.038401 [API:8081]10.0.0.133 - - [2026-05-28 04:37:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 14032 0.026002 [API:8081]10.0.0.133 - - [2026-05-28 04:37:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5841-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32944 0.027963 [API:8081]10.0.0.133 - - [2026-05-28 04:37:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5841-1?flat HTTP/1.1" 200 13670 0.024526 [API:8081]10.0.0.133 - - [2026-05-28 04:37:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-97164749:ctest-vn-24933882?flat HTTP/1.1" 200 6180 0.015071 [API:8081]10.0.0.133 - - [2026-05-28 04:37:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011430 [API:8081]10.0.0.133 - - [2026-05-28 04:38:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.133 - - [2026-05-28 04:38:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2344 0.084308 [API:8081]10.0.0.133 - - [2026-05-28 04:38:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2344 0.079921 [API:8081]10.0.0.41 - - [2026-05-28 04:39:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000511 [API:8081]10.0.0.41 - - [2026-05-28 04:39:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.41 - - [2026-05-28 04:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.131 - - [2026-05-28 04:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.41 - - [2026-05-28 04:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.131 - - [2026-05-28 04:39:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.131 - - [2026-05-28 04:39:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.131 - - [2026-05-28 04:39:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.133 - - [2026-05-28 04:39:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000733 [API:8081]10.0.0.133 - - [2026-05-28 04:39:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.133 - - [2026-05-28 04:39:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.133 - - [2026-05-28 04:39:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.41 - - [2026-05-28 04:39:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095487 [API:8081]10.0.0.41 - - [2026-05-28 04:40:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.111542 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:41:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003623 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:41:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004396 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:41:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003799 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:41:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004976 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:41:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007786 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:41:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005123 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:41:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004469 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:41:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003592 [API:8081]10.0.0.133 - - [2026-05-28 04:42:21] "GET /analytics HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.133 - - [2026-05-28 04:42:21] "GET /analytics HTTP/1.1" 401 206 0.000189 [API:8081]10.0.0.41 - - [2026-05-28 04:42:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107813 [API:8081]10.0.0.41 - - [2026-05-28 04:42:49] "GET /analytics HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.41 - - [2026-05-28 04:42:49] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.131 - - [2026-05-28 04:42:50] "GET /analytics HTTP/1.1" 401 206 0.000414 [API:8081]10.0.0.131 - - [2026-05-28 04:42:50] "GET /analytics HTTP/1.1" 401 206 0.000203 [API:8081]10.0.0.41 - - [2026-05-28 04:43:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.077754 [API:8081]10.0.0.41 - - [2026-05-28 04:44:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.41 - - [2026-05-28 04:44:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000699 [API:8081]10.0.0.41 - - [2026-05-28 04:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.131 - - [2026-05-28 04:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.41 - - [2026-05-28 04:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.131 - - [2026-05-28 04:44:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.131 - - [2026-05-28 04:44:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000421 [API:8081]10.0.0.131 - - [2026-05-28 04:44:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.133 - - [2026-05-28 04:44:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.133 - - [2026-05-28 04:44:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.133 - - [2026-05-28 04:44:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.133 - - [2026-05-28 04:44:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.133 - - [2026-05-28 04:44:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.133 - - [2026-05-28 04:44:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2113 0.087299 [API:8081]10.0.0.41 - - [2026-05-28 04:45:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080396 [API:8081]10.0.0.41 - - [2026-05-28 04:46:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.122006 [API:8081]10.0.0.41 - - [2026-05-28 04:48:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080643 [API:8081]10.0.0.41 - - [2026-05-28 04:49:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.41 - - [2026-05-28 04:49:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.41 - - [2026-05-28 04:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.131 - - [2026-05-28 04:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000410 [API:8081]10.0.0.41 - - [2026-05-28 04:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.131 - - [2026-05-28 04:49:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.131 - - [2026-05-28 04:49:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.131 - - [2026-05-28 04:49:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.133 - - [2026-05-28 04:49:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.133 - - [2026-05-28 04:49:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.133 - - [2026-05-28 04:49:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.133 - - [2026-05-28 04:49:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.41 - - [2026-05-28 04:49:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.137394 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:51:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004472 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:51:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005501 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:51:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003595 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:51:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004248 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:51:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004503 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:51:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006746 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:51:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004808 [LOCAL API:8181]127.0.0.1 - - [2026-05-28 04:51:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5841-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004088 [API:8081]10.0.0.41 - - [2026-05-28 04:51:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100073 [Introspect:8090]10.0.0.133 - - [2026-05-28 04:51:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001209