++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon May 11 02:18:27 AM UTC 2026 ===================' INFO: =================== Mon May 11 02:18:27 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 +++ ip addr show dev ens3 +++ grep 'inet ' +++ cut -d / -f 1 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ 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.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.141 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.141,10.0.0.249,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.141 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ sort ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ 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/11/2026 02:18:35.182 7f04182872c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/11/2026 02:18:35.372 7f04182872c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 05/11/2026 02:18:35.386 7f04182872c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/11/2026 02:18:35.386 7f04182872c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.27:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.27 - - [2026-05-11 02:18:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.482682 [API:8081]10.0.0.27 - - [2026-05-11 02:19:19] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.27 - - [2026-05-11 02:19:19] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.249 - - [2026-05-11 02:19:19] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.249 - - [2026-05-11 02:19:19] "GET /analytics HTTP/1.1" 401 206 0.000194 [API:8081]10.0.0.141 - - [2026-05-11 02:19:20] "GET /analytics HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.141 - - [2026-05-11 02:19:20] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.27 - - [2026-05-11 02:19:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.374226 [API:8081]10.0.0.27 - - [2026-05-11 02:19:50] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-05-11 02:19:50] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.249 - - [2026-05-11 02:19:50] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.249 - - [2026-05-11 02:19:50] "GET /analytics HTTP/1.1" 401 206 0.000133 [API:8081]10.0.0.141 - - [2026-05-11 02:19:51] "GET /analytics HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.141 - - [2026-05-11 02:19:51] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.27 - - [2026-05-11 02:20:20] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2026-05-11 02:20:20] "GET /analytics HTTP/1.1" 401 206 0.000190 [API:8081]10.0.0.249 - - [2026-05-11 02:20:20] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.249 - - [2026-05-11 02:20:20] "GET /analytics HTTP/1.1" 401 206 0.000198 [API:8081]10.0.0.27 - - [2026-05-11 02:21:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.375829 [API:8081]10.0.0.249 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.27 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.27 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.27 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2026-05-11 02:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2026-05-11 02:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2026-05-11 02:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.141 - - [2026-05-11 02:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000846 [API:8081]10.0.0.141 - - [2026-05-11 02:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.141 - - [2026-05-11 02:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [Introspect:8090]10.0.0.27 - - [2026-05-11 02:22:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001054 [Introspect:8090]10.0.0.27 - - [2026-05-11 02:22:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001049 [API:8081]10.0.0.27 - - [2026-05-11 02:22:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.069703 [Introspect:8090]10.0.0.141 - - [2026-05-11 02:23:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001308 [API:8081]10.0.0.141 - - [2026-05-11 02:23:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?flat HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.141 - - [2026-05-11 02:23:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?flat HTTP/1.1" 200 5188 0.072179 [API:8081]10.0.0.141 - - [2026-05-11 02:23:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?flat HTTP/1.1" 200 5186 0.090376 [API:8081]10.0.0.141 - - [2026-05-11 02:23:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?flat HTTP/1.1" 200 5183 0.078519 [Introspect:8090]10.0.0.141 - - [2026-05-11 02:23:57] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000519 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 8007 0.020326 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 8004 0.012366 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-3?flat HTTP/1.1" 200 7999 0.014066 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 8007 0.013579 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 8004 0.013880 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-3?flat HTTP/1.1" 200 7999 0.014138 [API:8081]10.0.0.141 - - [2026-05-11 02:24:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.141 - - [2026-05-11 02:24:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.065291 [API:8081]10.0.0.27 - - [2026-05-11 02:24:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087022 [API:8081]10.0.0.27 - - [2026-05-11 02:25:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.077204 [API:8081]10.0.0.249 - - [2026-05-11 02:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.27 - - [2026-05-11 02:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.27 - - [2026-05-11 02:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-05-11 02:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.27 - - [2026-05-11 02:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-05-11 02:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2026-05-11 02:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2026-05-11 02:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.141 - - [2026-05-11 02:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2026-05-11 02:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000730 [API:8081]10.0.0.141 - - [2026-05-11 02:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2026-05-11 02:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-05-11 02:27:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062854 [API:8081]10.0.0.141 - - [2026-05-11 02:28:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.141 - - [2026-05-11 02:28:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.074654 [API:8081]10.0.0.141 - - [2026-05-11 02:28:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.065077 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003349 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002669 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003012 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003190 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002905 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003227 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002650 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003516 [API:8081]10.0.0.27 - - [2026-05-11 02:28:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.115730 [API:8081]10.0.0.141 - - [2026-05-11 02:29:51] "GET /analytics HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2026-05-11 02:29:51] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.27 - - [2026-05-11 02:30:20] "GET /analytics HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.27 - - [2026-05-11 02:30:20] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2026-05-11 02:30:20] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.249 - - [2026-05-11 02:30:20] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.27 - - [2026-05-11 02:30:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068657 [API:8081]10.0.0.27 - - [2026-05-11 02:31:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.382999 [API:8081]10.0.0.27 - - [2026-05-11 02:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.249 - - [2026-05-11 02:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.27 - - [2026-05-11 02:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2026-05-11 02:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.27 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.27 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000474 [API:8081]10.0.0.249 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.249 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.141 - - [2026-05-11 02:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.141 - - [2026-05-11 02:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.141 - - [2026-05-11 02:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.141 - - [2026-05-11 02:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.27 - - [2026-05-11 02:33:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073781 [API:8081]10.0.0.141 - - [2026-05-11 02:34:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.141 - - [2026-05-11 02:34:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.073452 [API:8081]10.0.0.141 - - [2026-05-11 02:34:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.073920 [API:8081]10.0.0.27 - - [2026-05-11 02:34:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073270 [API:8081]10.0.0.141 - - [2026-05-11 02:35:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1364 0.011003 [API:8081]10.0.0.141 - - [2026-05-11 02:35:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1370 0.010985 [API:8081]10.0.0.141 - - [2026-05-11 02:35:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1598 0.118085 [API:8081]10.0.0.141 - - [2026-05-11 02:35:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.009299 [API:8081]10.0.0.249 - - [2026-05-11 02:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-05-11 02:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.27 - - [2026-05-11 02:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.27 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.27 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.27 - - [2026-05-11 02:36:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.339739 [API:8081]10.0.0.249 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2026-05-11 02:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2026-05-11 02:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2026-05-11 02:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 02:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.27 - - [2026-05-11 02:37:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.066924 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003764 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004577 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002734 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003298 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003488 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002489 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003343 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005009 [API:8081]10.0.0.141 - - [2026-05-11 02:39:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.061213 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.067560 [API:8081]10.0.0.27 - - [2026-05-11 02:39:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.109631 [API:8081]10.0.0.141 - - [2026-05-11 02:40:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.010195 [API:8081]10.0.0.27 - - [2026-05-11 02:40:20] "GET /analytics HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.27 - - [2026-05-11 02:40:20] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-05-11 02:40:20] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-05-11 02:40:20] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.27 - - [2026-05-11 02:40:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.070750 [API:8081]10.0.0.249 - - [2026-05-11 02:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.27 - - [2026-05-11 02:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.27 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.27 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.27 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.249 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2026-05-11 02:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.141 - - [2026-05-11 02:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000565 [API:8081]10.0.0.141 - - [2026-05-11 02:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.141 - - [2026-05-11 02:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2026-05-11 02:42:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2026-05-11 02:42:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.075529 [API:8081]10.0.0.27 - - [2026-05-11 02:42:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067065 [API:8081]10.0.0.141 - - [2026-05-11 02:43:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.057806 [API:8081]10.0.0.27 - - [2026-05-11 02:43:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.162510 [API:8081]10.0.0.141 - - [2026-05-11 02:44:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.141 - - [2026-05-11 02:44:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.062730 [API:8081]10.0.0.141 - - [2026-05-11 02:44:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2026-05-11 02:44:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.066652 [API:8081]10.0.0.141 - - [2026-05-11 02:44:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.067622 [API:8081]10.0.0.141 - - [2026-05-11 02:44:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.064602 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f?flat HTTP/1.1" 200 1711 0.013280 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f?flat HTTP/1.1" 200 1711 0.010805 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f?flat HTTP/1.1" 200 1711 0.011875 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012202 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e?flat HTTP/1.1" 200 1985 0.011405 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e?flat HTTP/1.1" 200 1985 0.011596 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e?flat HTTP/1.1" 200 1985 0.012073 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007970 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac?flat HTTP/1.1" 200 1712 0.011569 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac?flat HTTP/1.1" 200 1712 0.011342 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac?flat HTTP/1.1" 200 1712 0.009592 [API:8081]10.0.0.141 - - [2026-05-11 02:45:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010165 [API:8081]10.0.0.27 - - [2026-05-11 02:46:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088952 [API:8081]10.0.0.141 - - [2026-05-11 02:46:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009825 [API:8081]10.0.0.249 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.27 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000423 [API:8081]10.0.0.249 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.27 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.27 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.27 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.249 - - [2026-05-11 02:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-05-11 02:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2026-05-11 02:46:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.053496 [API:8081]10.0.0.141 - - [2026-05-11 02:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.141 - - [2026-05-11 02:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.141 - - [2026-05-11 02:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.141 - - [2026-05-11 02:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.27 - - [2026-05-11 02:47:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086660 [API:8081]10.0.0.141 - - [2026-05-11 02:47:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011936 [API:8081]10.0.0.141 - - [2026-05-11 02:47:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2026-05-11 02:47:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.082024 [API:8081]10.0.0.141 - - [2026-05-11 02:47:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.062637 [API:8081]10.0.0.141 - - [2026-05-11 02:47:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.063230 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950?flat HTTP/1.1" 200 1716 0.011073 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006367 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003263 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950?flat HTTP/1.1" 200 1716 0.018856 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006346 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004583 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002542 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003342 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003572 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004683 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950?flat HTTP/1.1" 200 1716 0.012624 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009328 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1?flat HTTP/1.1" 200 1719 0.012920 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1?flat HTTP/1.1" 200 1719 0.010752 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1?flat HTTP/1.1" 200 1719 0.012575 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010137 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a?flat HTTP/1.1" 200 1716 0.011000 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a?flat HTTP/1.1" 200 1716 0.011964 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a?flat HTTP/1.1" 200 1716 0.013235 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010920 [API:8081]10.0.0.27 - - [2026-05-11 02:49:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065072 [API:8081]10.0.0.141 - - [2026-05-11 02:49:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008844 [API:8081]10.0.0.141 - - [2026-05-11 02:49:51] "GET /analytics HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.141 - - [2026-05-11 02:49:51] "GET /analytics HTTP/1.1" 401 206 0.000188 [API:8081]10.0.0.141 - - [2026-05-11 02:49:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009484 [API:8081]10.0.0.27 - - [2026-05-11 02:50:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.069188 [API:8081]10.0.0.27 - - [2026-05-11 02:50:20] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-05-11 02:50:20] "GET /analytics HTTP/1.1" 401 206 0.000202 [API:8081]10.0.0.141 - - [2026-05-11 02:50:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010579 [API:8081]10.0.0.249 - - [2026-05-11 02:50:20] "GET /analytics HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-05-11 02:50:20] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.141 - - [2026-05-11 02:50:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.141 - - [2026-05-11 02:50:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.063605 [API:8081]10.0.0.141 - - [2026-05-11 02:50:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.059353 [API:8081]10.0.0.249 - - [2026-05-11 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.27 - - [2026-05-11 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.249 - - [2026-05-11 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.27 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.27 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.249 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.141 - - [2026-05-11 02:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000814 [API:8081]10.0.0.141 - - [2026-05-11 02:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.141 - - [2026-05-11 02:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2026-05-11 02:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-05-11 02:52:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080337 [API:8081]10.0.0.141 - - [2026-05-11 02:52:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.141 - - [2026-05-11 02:52:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.067564 [API:8081]10.0.0.27 - - [2026-05-11 02:53:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.078112 [API:8081]10.0.0.141 - - [2026-05-11 02:54:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.070627 [API:8081]10.0.0.27 - - [2026-05-11 02:55:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.389713 [API:8081]10.0.0.141 - - [2026-05-11 02:55:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2026-05-11 02:55:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.066504 [API:8081]10.0.0.141 - - [2026-05-11 02:55:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.072535 [API:8081]10.0.0.27 - - [2026-05-11 02:56:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.069714 [API:8081]10.0.0.27 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.27 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.27 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.249 - - [2026-05-11 02:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-05-11 02:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.141 - - [2026-05-11 02:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.141 - - [2026-05-11 02:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.141 - - [2026-05-11 02:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.141 - - [2026-05-11 02:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000979 [API:8081]10.0.0.27 - - [2026-05-11 02:58:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.250670 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003652 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003373 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003360 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003193 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003840 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002621 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002278 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003083 [API:8081]10.0.0.141 - - [2026-05-11 02:58:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010186 [API:8081]10.0.0.27 - - [2026-05-11 02:59:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.062901 [API:8081]10.0.0.141 - - [2026-05-11 02:59:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011343 [API:8081]10.0.0.141 - - [2026-05-11 02:59:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.141 - - [2026-05-11 02:59:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.065717 [API:8081]10.0.0.141 - - [2026-05-11 02:59:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.063941 [API:8081]10.0.0.141 - - [2026-05-11 02:59:51] "GET /analytics HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.141 - - [2026-05-11 02:59:51] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.27 - - [2026-05-11 03:00:20] "GET /analytics HTTP/1.1" 401 206 0.000500 [API:8081]10.0.0.27 - - [2026-05-11 03:00:20] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-05-11 03:00:20] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.249 - - [2026-05-11 03:00:20] "GET /analytics HTTP/1.1" 401 206 0.000132 [API:8081]10.0.0.27 - - [2026-05-11 03:01:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076033 [API:8081]10.0.0.27 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.249 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.27 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-05-11 03:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2026-05-11 03:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.141 - - [2026-05-11 03:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.141 - - [2026-05-11 03:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.141 - - [2026-05-11 03:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.141 - - [2026-05-11 03:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.27 - - [2026-05-11 03:02:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.080044 [API:8081]10.0.0.27 - - [2026-05-11 03:04:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077405 [API:8081]10.0.0.27 - - [2026-05-11 03:05:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.070408 [API:8081]10.0.0.141 - - [2026-05-11 03:05:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.057169 [API:8081]10.0.0.141 - - [2026-05-11 03:05:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.065229 [API:8081]10.0.0.27 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.249 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.27 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.27 - - [2026-05-11 03:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2026-05-11 03:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.249 - - [2026-05-11 03:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.141 - - [2026-05-11 03:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.141 - - [2026-05-11 03:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2026-05-11 03:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.141 - - [2026-05-11 03:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.27 - - [2026-05-11 03:07:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075427 [API:8081]10.0.0.27 - - [2026-05-11 03:08:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.119908 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003304 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002726 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002987 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002940 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003222 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002455 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002588 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003831 [API:8081]10.0.0.141 - - [2026-05-11 03:09:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.141 - - [2026-05-11 03:09:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.059918 [API:8081]10.0.0.141 - - [2026-05-11 03:09:51] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 03:09:51] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.27 - - [2026-05-11 03:10:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095350 [API:8081]10.0.0.27 - - [2026-05-11 03:10:20] "GET /analytics HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.27 - - [2026-05-11 03:10:20] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.249 - - [2026-05-11 03:10:20] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-05-11 03:10:20] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.141 - - [2026-05-11 03:11:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.075501 [API:8081]10.0.0.27 - - [2026-05-11 03:11:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079326 [API:8081]10.0.0.27 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.27 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.27 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.27 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2026-05-11 03:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2026-05-11 03:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.141 - - [2026-05-11 03:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2026-05-11 03:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.141 - - [2026-05-11 03:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.141 - - [2026-05-11 03:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.141 - - [2026-05-11 03:12:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.141 - - [2026-05-11 03:12:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1478 0.103920 [API:8081]10.0.0.27 - - [2026-05-11 03:13:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071463 [API:8081]10.0.0.141 - - [2026-05-11 03:13:29] "GET /analytics/uves/virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2?flat HTTP/1.1" 200 1780 0.057644 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2?flat HTTP/1.1" 200 1780 0.010906 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2?flat HTTP/1.1" 200 1780 0.058869 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008087 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-machine/a723d918-718a-4334-b669-63bf4444e824?flat HTTP/1.1" 200 2100 0.011798 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-machine/a723d918-718a-4334-b669-63bf4444e824?flat HTTP/1.1" 200 2100 0.013732 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-machine/a723d918-718a-4334-b669-63bf4444e824?flat HTTP/1.1" 200 2100 0.012201 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012160 [API:8081]10.0.0.27 - - [2026-05-11 03:14:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.068036 [API:8081]10.0.0.27 - - [2026-05-11 03:16:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066198 [API:8081]10.0.0.27 - - [2026-05-11 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.249 - - [2026-05-11 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.27 - - [2026-05-11 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.27 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.27 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.249 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.141 - - [2026-05-11 03:16:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.141 - - [2026-05-11 03:16:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.058200 [API:8081]10.0.0.27 - - [2026-05-11 03:17:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.081100 [API:8081]10.0.0.141 - - [2026-05-11 03:17:42] "GET /analytics/uves/virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473?flat HTTP/1.1" 200 1790 0.060725 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473?flat HTTP/1.1" 200 1790 0.010839 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473?flat HTTP/1.1" 200 1790 0.072602 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011308 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29?flat HTTP/1.1" 200 1975 0.013500 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29?flat HTTP/1.1" 200 1975 0.013234 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29?flat HTTP/1.1" 200 1975 0.013574 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011955 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003079 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002738 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002963 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003061 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002970 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003253 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003082 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003484 [API:8081]10.0.0.141 - - [2026-05-11 03:19:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009213 [API:8081]10.0.0.27 - - [2026-05-11 03:19:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063235 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011349 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.141 - - [2026-05-11 03:20:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.141 - - [2026-05-11 03:20:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1590 0.067386 [API:8081]10.0.0.27 - - [2026-05-11 03:20:20] "GET /analytics HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.27 - - [2026-05-11 03:20:20] "GET /analytics HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.249 - - [2026-05-11 03:20:20] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-05-11 03:20:20] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.27 - - [2026-05-11 03:20:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.092501 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc?flat HTTP/1.1" 200 1773 0.068264 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc?flat HTTP/1.1" 200 1773 0.011969 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc?flat HTTP/1.1" 200 1773 0.063758 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009722 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-machine/db53e7ae-f38a-4f80-8ba3-84f19f324b54?flat HTTP/1.1" 200 1826 0.013422 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-machine/db53e7ae-f38a-4f80-8ba3-84f19f324b54?flat HTTP/1.1" 200 1826 0.016861 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-machine/db53e7ae-f38a-4f80-8ba3-84f19f324b54?flat HTTP/1.1" 200 1826 0.010813 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009951 [API:8081]10.0.0.27 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.249 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.27 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.27 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2026-05-11 03:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-05-11 03:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.141 - - [2026-05-11 03:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.141 - - [2026-05-11 03:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.141 - - [2026-05-11 03:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2026-05-11 03:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.27 - - [2026-05-11 03:22:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079077 [API:8081]10.0.0.27 - - [2026-05-11 03:23:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.078233 [API:8081]10.0.0.141 - - [2026-05-11 03:24:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.141 - - [2026-05-11 03:24:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2016 0.065856 [API:8081]10.0.0.141 - - [2026-05-11 03:24:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.092995 [API:8081]10.0.0.141 - - [2026-05-11 03:24:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2442 0.062368 [API:8081]10.0.0.141 - - [2026-05-11 03:24:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2016 0.010170 [API:8081]10.0.0.141 - - [2026-05-11 03:24:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.011378 [API:8081]10.0.0.141 - - [2026-05-11 03:24:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2442 0.009835 [API:8081]10.0.0.141 - - [2026-05-11 03:24:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2666 0.010687 [API:8081]10.0.0.141 - - [2026-05-11 03:24:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2892 0.008839 [API:8081]10.0.0.141 - - [2026-05-11 03:25:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.141 - - [2026-05-11 03:25:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.080750 [API:8081]10.0.0.141 - - [2026-05-11 03:25:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2018 0.060472 [API:8081]10.0.0.141 - - [2026-05-11 03:25:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2236 0.074764 [API:8081]10.0.0.141 - - [2026-05-11 03:25:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.011218 [API:8081]10.0.0.141 - - [2026-05-11 03:25:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2014 0.014409 [API:8081]10.0.0.141 - - [2026-05-11 03:25:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.010106 [API:8081]10.0.0.27 - - [2026-05-11 03:25:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067803 [API:8081]10.0.0.141 - - [2026-05-11 03:25:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.141 - - [2026-05-11 03:25:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2010 0.079437 [API:8081]10.0.0.141 - - [2026-05-11 03:25:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2218 0.058009 [API:8081]10.0.0.141 - - [2026-05-11 03:25:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2428 0.060897 [API:8081]10.0.0.141 - - [2026-05-11 03:25:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2010 0.010005 [API:8081]10.0.0.141 - - [2026-05-11 03:25:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2218 0.012331 [API:8081]10.0.0.141 - - [2026-05-11 03:25:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2428 0.010563 [API:8081]10.0.0.141 - - [2026-05-11 03:25:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2648 0.010970 [API:8081]10.0.0.141 - - [2026-05-11 03:25:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2658 0.008565 [API:8081]10.0.0.141 - - [2026-05-11 03:26:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000445 [API:8081]10.0.0.141 - - [2026-05-11 03:26:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1804 0.068297 [API:8081]10.0.0.141 - - [2026-05-11 03:26:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.073352 [API:8081]10.0.0.141 - - [2026-05-11 03:26:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2240 0.100097 [API:8081]10.0.0.141 - - [2026-05-11 03:26:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2472 0.009768 [API:8081]10.0.0.141 - - [2026-05-11 03:26:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.009433 [API:8081]10.0.0.27 - - [2026-05-11 03:26:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.069355 [API:8081]10.0.0.27 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.27 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.27 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-05-11 03:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2026-05-11 03:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.249 - - [2026-05-11 03:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.141 - - [2026-05-11 03:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.141 - - [2026-05-11 03:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.141 - - [2026-05-11 03:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.141 - - [2026-05-11 03:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.27 - - [2026-05-11 03:28:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059838 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003602 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002942 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003133 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003121 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003048 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002457 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002340 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002687 [API:8081]10.0.0.27 - - [2026-05-11 03:29:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079426 [API:8081]10.0.0.141 - - [2026-05-11 03:29:51] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2026-05-11 03:29:51] "GET /analytics HTTP/1.1" 401 206 0.000131 [API:8081]10.0.0.27 - - [2026-05-11 03:30:20] "GET /analytics HTTP/1.1" 401 206 0.000453 [API:8081]10.0.0.27 - - [2026-05-11 03:30:20] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-05-11 03:30:20] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2026-05-11 03:30:20] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.27 - - [2026-05-11 03:31:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074100 [API:8081]10.0.0.27 - - [2026-05-11 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.249 - - [2026-05-11 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.249 - - [2026-05-11 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.27 - - [2026-05-11 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.27 - - [2026-05-11 03:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.27 - - [2026-05-11 03:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.249 - - [2026-05-11 03:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.249 - - [2026-05-11 03:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2026-05-11 03:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.141 - - [2026-05-11 03:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.141 - - [2026-05-11 03:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.141 - - [2026-05-11 03:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.27 - - [2026-05-11 03:32:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.067487 [API:8081]10.0.0.141 - - [2026-05-11 03:33:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2026-05-11 03:33:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.079225 [API:8081]10.0.0.141 - - [2026-05-11 03:33:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2230 0.072837 [API:8081]10.0.0.27 - - [2026-05-11 03:34:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067462 [API:8081]10.0.0.27 - - [2026-05-11 03:35:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.078733 [API:8081]10.0.0.27 - - [2026-05-11 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.249 - - [2026-05-11 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.27 - - [2026-05-11 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000409 [API:8081]10.0.0.249 - - [2026-05-11 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.27 - - [2026-05-11 03:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-05-11 03:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2026-05-11 03:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.249 - - [2026-05-11 03:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.141 - - [2026-05-11 03:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.141 - - [2026-05-11 03:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.141 - - [2026-05-11 03:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.141 - - [2026-05-11 03:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000474 [API:8081]10.0.0.141 - - [2026-05-11 03:37:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2026-05-11 03:37:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.052540 [API:8081]10.0.0.27 - - [2026-05-11 03:37:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061038 [API:8081]10.0.0.141 - - [2026-05-11 03:38:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.141 - - [2026-05-11 03:38:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2018 0.071245 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002842 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002738 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002463 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002593 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002647 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002737 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002353 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003150 [API:8081]10.0.0.27 - - [2026-05-11 03:38:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.067296 [API:8081]10.0.0.141 - - [2026-05-11 03:39:51] "GET /analytics HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2026-05-11 03:39:51] "GET /analytics HTTP/1.1" 401 206 0.000191 [API:8081]10.0.0.27 - - [2026-05-11 03:40:20] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.27 - - [2026-05-11 03:40:20] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.249 - - [2026-05-11 03:40:20] "GET /analytics HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.249 - - [2026-05-11 03:40:20] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.27 - - [2026-05-11 03:40:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062930 [API:8081]10.0.0.27 - - [2026-05-11 03:41:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.069057 [API:8081]10.0.0.27 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.249 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.27 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.27 - - [2026-05-11 03:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-05-11 03:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.249 - - [2026-05-11 03:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-05-11 03:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.141 - - [2026-05-11 03:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.141 - - [2026-05-11 03:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 03:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2026-05-11 03:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-05-11 03:43:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077847 [API:8081]10.0.0.141 - - [2026-05-11 03:44:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.141 - - [2026-05-11 03:44:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1792 0.065433 [API:8081]10.0.0.27 - - [2026-05-11 03:44:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.072572 [API:8081]10.0.0.27 - - [2026-05-11 03:46:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080846 [API:8081]10.0.0.27 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.27 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.27 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.27 - - [2026-05-11 03:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.249 - - [2026-05-11 03:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.249 - - [2026-05-11 03:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000429 [API:8081]10.0.0.141 - - [2026-05-11 03:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.141 - - [2026-05-11 03:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.141 - - [2026-05-11 03:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.141 - - [2026-05-11 03:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-05-11 03:47:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.064709 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003720 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003139 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002589 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002782 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003175 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002376 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002172 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002552 [API:8081]10.0.0.27 - - [2026-05-11 03:49:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098723 [API:8081]10.0.0.141 - - [2026-05-11 03:49:51] "GET /analytics HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.141 - - [2026-05-11 03:49:51] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.141 - - [2026-05-11 03:50:02] "GET /analytics/uves/virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a?flat HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.141 - - [2026-05-11 03:50:02] "GET /analytics/uves/virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a?flat HTTP/1.1" 200 1275 0.069731 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a?flat HTTP/1.1" 200 1275 0.060074 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a?flat HTTP/1.1" 200 1275 0.074533 [API:8081]10.0.0.141 - - [2026-05-11 03:50:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009419 [API:8081]10.0.0.141 - - [2026-05-11 03:50:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1798 0.008976 [API:8081]10.0.0.27 - - [2026-05-11 03:50:20] "GET /analytics HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.27 - - [2026-05-11 03:50:20] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.249 - - [2026-05-11 03:50:20] "GET /analytics HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2026-05-11 03:50:20] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.141 - - [2026-05-11 03:50:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.009947 [API:8081]10.0.0.27 - - [2026-05-11 03:50:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.068805 [API:8081]10.0.0.27 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.249 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.27 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.249 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.27 - - [2026-05-11 03:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2026-05-11 03:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-05-11 03:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-05-11 03:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2026-05-11 03:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2026-05-11 03:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.141 - - [2026-05-11 03:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.141 - - [2026-05-11 03:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-05-11 03:52:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073644 [API:8081]10.0.0.27 - - [2026-05-11 03:53:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.083902 [API:8081]10.0.0.27 - - [2026-05-11 03:55:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070527 [API:8081]10.0.0.27 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.27 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.249 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.27 - - [2026-05-11 03:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.27 - - [2026-05-11 03:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2026-05-11 03:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.249 - - [2026-05-11 03:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.141 - - [2026-05-11 03:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.141 - - [2026-05-11 03:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.141 - - [2026-05-11 03:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2026-05-11 03:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.27 - - [2026-05-11 03:56:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086839 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002897 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003381 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003528 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003369 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003371 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002432 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002387 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003483 [API:8081]10.0.0.27 - - [2026-05-11 03:58:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075852 [API:8081]10.0.0.141 - - [2026-05-11 03:59:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.141 - - [2026-05-11 03:59:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2436 0.060153 [API:8081]10.0.0.141 - - [2026-05-11 03:59:51] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.141 - - [2026-05-11 03:59:51] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.27 - - [2026-05-11 03:59:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073242 [API:8081]10.0.0.27 - - [2026-05-11 04:00:20] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.27 - - [2026-05-11 04:00:20] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.249 - - [2026-05-11 04:00:21] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2026-05-11 04:00:21] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.27 - - [2026-05-11 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.249 - - [2026-05-11 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-05-11 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-05-11 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.27 - - [2026-05-11 04:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.27 - - [2026-05-11 04:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.249 - - [2026-05-11 04:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.249 - - [2026-05-11 04:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.141 - - [2026-05-11 04:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000479 [API:8081]10.0.0.141 - - [2026-05-11 04:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.141 - - [2026-05-11 04:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2026-05-11 04:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.27 - - [2026-05-11 04:01:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092204 [API:8081]10.0.0.141 - - [2026-05-11 04:02:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000547 [API:8081]10.0.0.141 - - [2026-05-11 04:02:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1998 0.074221 [API:8081]10.0.0.27 - - [2026-05-11 04:03:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.088978 [API:8081]10.0.0.27 - - [2026-05-11 04:05:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.125080 [API:8081]10.0.0.141 - - [2026-05-11 04:05:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.141 - - [2026-05-11 04:05:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1824 0.072543 [API:8081]10.0.0.27 - - [2026-05-11 04:06:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.097884 [API:8081]10.0.0.27 - - [2026-05-11 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2026-05-11 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.249 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.27 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2026-05-11 04:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.141 - - [2026-05-11 04:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.141 - - [2026-05-11 04:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 04:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.141 - - [2026-05-11 04:07:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2026-05-11 04:07:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.377701 [API:8081]10.0.0.141 - - [2026-05-11 04:07:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.125625 [API:8081]10.0.0.141 - - [2026-05-11 04:07:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.077168 [API:8081]10.0.0.141 - - [2026-05-11 04:07:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.010222 [API:8081]10.0.0.27 - - [2026-05-11 04:08:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080813 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003356 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003226 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003179 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003660 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.014623 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003318 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006954 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004816 [API:8081]10.0.0.141 - - [2026-05-11 04:08:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.009268 [API:8081]10.0.0.141 - - [2026-05-11 04:08:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.012341 [API:8081]10.0.0.141 - - [2026-05-11 04:08:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.008664 [API:8081]10.0.0.141 - - [2026-05-11 04:08:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.016449 [API:8081]10.0.0.141 - - [2026-05-11 04:08:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.009761 [API:8081]10.0.0.27 - - [2026-05-11 04:09:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.087666 [API:8081]10.0.0.141 - - [2026-05-11 04:09:51] "GET /analytics HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.141 - - [2026-05-11 04:09:51] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.27 - - [2026-05-11 04:10:20] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.27 - - [2026-05-11 04:10:20] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.249 - - [2026-05-11 04:10:21] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.249 - - [2026-05-11 04:10:21] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.27 - - [2026-05-11 04:11:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066708 [API:8081]10.0.0.27 - - [2026-05-11 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.249 - - [2026-05-11 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.27 - - [2026-05-11 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.249 - - [2026-05-11 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.27 - - [2026-05-11 04:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.27 - - [2026-05-11 04:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-05-11 04:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2026-05-11 04:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2026-05-11 04:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.141 - - [2026-05-11 04:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2026-05-11 04:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2026-05-11 04:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.27 - - [2026-05-11 04:12:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.081340 [API:8081]10.0.0.27 - - [2026-05-11 04:14:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078287 [API:8081]10.0.0.27 - - [2026-05-11 04:15:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.072429 [API:8081]10.0.0.27 - - [2026-05-11 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.27 - - [2026-05-11 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2026-05-11 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000439 [API:8081]10.0.0.249 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.27 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.249 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.141 - - [2026-05-11 04:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.141 - - [2026-05-11 04:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.141 - - [2026-05-11 04:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.141 - - [2026-05-11 04:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.27 - - [2026-05-11 04:17:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089600 [API:8081]10.0.0.27 - - [2026-05-11 04:18:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.080287 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002779 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003054 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003131 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003192 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003088 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002622 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002587 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002934 [API:8081]10.0.0.141 - - [2026-05-11 04:19:51] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.141 - - [2026-05-11 04:19:51] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.27 - - [2026-05-11 04:20:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079145 [API:8081]10.0.0.27 - - [2026-05-11 04:20:20] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.27 - - [2026-05-11 04:20:20] "GET /analytics HTTP/1.1" 401 206 0.000184 [API:8081]10.0.0.249 - - [2026-05-11 04:20:21] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.249 - - [2026-05-11 04:20:21] "GET /analytics HTTP/1.1" 401 206 0.000128 [API:8081]10.0.0.27 - - [2026-05-11 04:21:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079565 [API:8081]10.0.0.27 - - [2026-05-11 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.27 - - [2026-05-11 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-05-11 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.27 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.27 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000423 [API:8081]10.0.0.249 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2026-05-11 04:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.141 - - [2026-05-11 04:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.141 - - [2026-05-11 04:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.141 - - [2026-05-11 04:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-05-11 04:23:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067085 [API:8081]10.0.0.27 - - [2026-05-11 04:24:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073200 [API:8081]10.0.0.141 - - [2026-05-11 04:25:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.141 - - [2026-05-11 04:25:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1792 0.079394 [API:8081]10.0.0.141 - - [2026-05-11 04:26:17] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1712 0.069950 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1712 0.065893 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1712 0.013636 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.013920 [API:8081]10.0.0.27 - - [2026-05-11 04:26:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091311 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7?flat HTTP/1.1" 200 1713 0.016202 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7?flat HTTP/1.1" 200 1713 0.012585 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7?flat HTTP/1.1" 200 1713 0.010580 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012240 [API:8081]10.0.0.27 - - [2026-05-11 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.27 - - [2026-05-11 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2026-05-11 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.27 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.27 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.249 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.141 - - [2026-05-11 04:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.141 - - [2026-05-11 04:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2026-05-11 04:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.141 - - [2026-05-11 04:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.27 - - [2026-05-11 04:27:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.090416 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002831 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002894 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002434 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003915 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003456 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002381 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003512 [API:8081]10.0.0.141 - - [2026-05-11 04:28:37] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1473 0.010550 [API:8081]10.0.0.141 - - [2026-05-11 04:28:39] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1473 0.011837 [API:8081]10.0.0.141 - - [2026-05-11 04:28:41] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1473 0.011157 [API:8081]10.0.0.141 - - [2026-05-11 04:28:43] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1473 0.011877 [API:8081]10.0.0.141 - - [2026-05-11 04:28:45] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1473 0.012930 [API:8081]10.0.0.141 - - [2026-05-11 04:28:47] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1473 0.011450 [API:8081]10.0.0.141 - - [2026-05-11 04:28:49] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 1473 0.013338 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 2016 0.012257 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 2016 0.010897 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443?flat HTTP/1.1" 200 2016 0.014256 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012599 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7?flat HTTP/1.1" 200 1896 0.012356 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7?flat HTTP/1.1" 200 1896 0.011348 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7?flat HTTP/1.1" 200 1896 0.012496 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010789 [API:8081]10.0.0.27 - - [2026-05-11 04:29:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071342 [API:8081]10.0.0.141 - - [2026-05-11 04:29:51] "GET /analytics HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.141 - - [2026-05-11 04:29:51] "GET /analytics HTTP/1.1" 401 206 0.000207 [API:8081]10.0.0.141 - - [2026-05-11 04:30:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.009890 [API:8081]10.0.0.27 - - [2026-05-11 04:30:20] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-05-11 04:30:20] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.249 - - [2026-05-11 04:30:21] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-05-11 04:30:21] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.27 - - [2026-05-11 04:30:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.075815 [API:8081]10.0.0.141 - - [2026-05-11 04:30:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.010391 [API:8081]10.0.0.27 - - [2026-05-11 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.249 - - [2026-05-11 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.27 - - [2026-05-11 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.27 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.249 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.141 - - [2026-05-11 04:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.141 - - [2026-05-11 04:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.141 - - [2026-05-11 04:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 04:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.27 - - [2026-05-11 04:32:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.128728 [API:8081]10.0.0.141 - - [2026-05-11 04:33:02] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.141 - - [2026-05-11 04:33:02] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.118635 [API:8081]10.0.0.141 - - [2026-05-11 04:33:04] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.108030 [API:8081]10.0.0.141 - - [2026-05-11 04:33:07] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.080502 [API:8081]10.0.0.141 - - [2026-05-11 04:33:09] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.048849 [API:8081]10.0.0.141 - - [2026-05-11 04:33:11] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.053811 [API:8081]10.0.0.141 - - [2026-05-11 04:33:13] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.050660 [API:8081]10.0.0.141 - - [2026-05-11 04:33:15] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.051003 [API:8081]10.0.0.141 - - [2026-05-11 04:33:17] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.047480 [API:8081]10.0.0.141 - - [2026-05-11 04:33:19] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 964 0.074448 [API:8081]10.0.0.141 - - [2026-05-11 04:33:21] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 1848 0.055275 [API:8081]10.0.0.141 - - [2026-05-11 04:33:21] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 1848 0.049872 [API:8081]10.0.0.141 - - [2026-05-11 04:33:21] "GET /analytics/uves/virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?flat HTTP/1.1" 200 1848 0.046564 [API:8081]10.0.0.141 - - [2026-05-11 04:33:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.067178 [API:8081]10.0.0.27 - - [2026-05-11 04:33:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.101127 [API:8081]10.0.0.141 - - [2026-05-11 04:33:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2026-05-11 04:33:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.091767 [API:8081]10.0.0.141 - - [2026-05-11 04:34:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 401 206 0.000354 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-56217597' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '38646e70f96e4465bd32b794b685db6d' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-95247979', 'ctest-TestRbacBasic-95247979-67637965'], 'virtual_network', '985db0c2-0398-4849-adcc-bf3d750eb788', "Permission Denied for ['ctest-TestRbacBasic-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-56217597' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '38646e70f96e4465bd32b794b685db6d'"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 403 199 0.401391 [API:8081]10.0.0.141 - - [2026-05-11 04:34:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 401 206 0.000260 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-95247979' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '2f636bcf622c4cc097caf0d213414e0b' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-95247979', 'ctest-TestRbacBasic-95247979-67637965'], 'virtual_network', '985db0c2-0398-4849-adcc-bf3d750eb788', "Permission Denied for ['ctest-TestRbacBasic-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-95247979' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '2f636bcf622c4cc097caf0d213414e0b'"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 403 199 0.095406 [API:8081]10.0.0.141 - - [2026-05-11 04:34:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2026-05-11 04:34:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1836 0.074113 [API:8081]10.0.0.141 - - [2026-05-11 04:34:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 401 206 0.000268 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-98195700', 'ctest-TestRbacBasic-98195700-14040646'], 'virtual_network', 'e161282b-2f68-4d5f-ae87-f5c238db7fe8', "Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 403 199 0.131755 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-98195700', 'ctest-TestRbacBasic-98195700-14040646'], 'virtual_network', 'e161282b-2f68-4d5f-ae87-f5c238db7fe8', "Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 403 199 0.043482 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-98195700', 'ctest-TestRbacBasic-98195700-14040646'], 'virtual_network', 'e161282b-2f68-4d5f-ae87-f5c238db7fe8', "Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 403 199 0.106797 [API:8081]10.0.0.141 - - [2026-05-11 04:34:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 401 206 0.000341 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-15145605 as ['ctest-TestRbacBasic-18931541'] to R virtual-network in ctest-TestRbacBasic-98195700 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-98195700', 'ctest-TestRbacBasic-98195700-14040646'], 'virtual_network', 'e161282b-2f68-4d5f-ae87-f5c238db7fe8', "Permission Denied for ctest-TestRbacBasic-15145605 as ['ctest-TestRbacBasic-18931541'] to R virtual-network in ctest-TestRbacBasic-98195700"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 403 199 0.091805 [API:8081]10.0.0.141 - - [2026-05-11 04:34:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1836 0.087231 [API:8081]10.0.0.141 - - [2026-05-11 04:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2082 0.068103 [API:8081]10.0.0.141 - - [2026-05-11 04:35:04] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 965 0.053141 [API:8081]10.0.0.141 - - [2026-05-11 04:35:06] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 965 0.089270 [API:8081]10.0.0.141 - - [2026-05-11 04:35:09] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 965 0.044567 [API:8081]10.0.0.141 - - [2026-05-11 04:35:11] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 965 0.044465 [API:8081]10.0.0.141 - - [2026-05-11 04:35:13] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 965 0.044589 [API:8081]10.0.0.141 - - [2026-05-11 04:35:15] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 965 0.044898 [API:8081]10.0.0.141 - - [2026-05-11 04:35:17] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 965 0.045748 [API:8081]10.0.0.141 - - [2026-05-11 04:35:19] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 965 0.054331 [API:8081]10.0.0.141 - - [2026-05-11 04:35:21] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 1410 0.043929 [API:8081]10.0.0.141 - - [2026-05-11 04:35:21] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 1410 0.045060 [API:8081]10.0.0.141 - - [2026-05-11 04:35:21] "GET /analytics/uves/virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?flat HTTP/1.1" 200 1410 0.048322 [API:8081]10.0.0.141 - - [2026-05-11 04:35:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.051419 [API:8081]10.0.0.27 - - [2026-05-11 04:35:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071073 [API:8081]10.0.0.141 - - [2026-05-11 04:35:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009352 [Introspect:8090]10.0.0.141 - - [2026-05-11 04:35:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001033 [API:8081]10.0.0.141 - - [2026-05-11 04:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.141 - - [2026-05-11 04:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.058482 [API:8081]10.0.0.27 - - [2026-05-11 04:36:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.072387 [API:8081]10.0.0.27 - - [2026-05-11 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2026-05-11 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2026-05-11 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.27 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.141 - - [2026-05-11 04:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2026-05-11 04:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2026-05-11 04:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.141 - - [2026-05-11 04:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.27 - - [2026-05-11 04:38:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069850 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002859 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002757 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002820 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002935 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003519 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002641 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002500 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003002 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9?flat HTTP/1.1" 200 2066 0.012369 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9?flat HTTP/1.1" 200 2066 0.068480 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9?flat HTTP/1.1" 200 2066 0.078692 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011495 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1?flat HTTP/1.1" 200 2051 0.013865 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1?flat HTTP/1.1" 200 2051 0.012520 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1?flat HTTP/1.1" 200 2051 0.013370 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010841 [API:8081]10.0.0.141 - - [2026-05-11 04:39:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.009028 [API:8081]10.0.0.141 - - [2026-05-11 04:39:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.008698 [API:8081]10.0.0.141 - - [2026-05-11 04:39:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.010491 [API:8081]10.0.0.141 - - [2026-05-11 04:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2010 0.012055 [API:8081]10.0.0.27 - - [2026-05-11 04:39:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.083896 [API:8081]10.0.0.141 - - [2026-05-11 04:39:51] "GET /analytics HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.141 - - [2026-05-11 04:39:51] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.27 - - [2026-05-11 04:40:20] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.27 - - [2026-05-11 04:40:20] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.249 - - [2026-05-11 04:40:21] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-05-11 04:40:21] "GET /analytics HTTP/1.1" 401 206 0.000128 [API:8081]10.0.0.27 - - [2026-05-11 04:41:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.062856 [API:8081]10.0.0.27 - - [2026-05-11 04:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.27 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.27 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.27 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000696 [API:8081]10.0.0.141 - - [2026-05-11 04:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.141 - - [2026-05-11 04:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000599 [API:8081]10.0.0.141 - - [2026-05-11 04:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.141 - - [2026-05-11 04:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [Introspect:8090]10.0.0.141 - - [2026-05-11 04:42:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001025 [API:8081]10.0.0.141 - - [2026-05-11 04:42:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2220 0.065892 [API:8081]10.0.0.27 - - [2026-05-11 04:42:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.101157 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016?flat HTTP/1.1" 200 1716 0.084358 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016?flat HTTP/1.1" 200 1716 0.010207 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016?flat HTTP/1.1" 200 1716 0.070004 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13533 0.018953 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13533 0.019140 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.015957 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850?flat HTTP/1.1" 200 1717 0.013402 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850?flat HTTP/1.1" 200 1717 0.015882 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850?flat HTTP/1.1" 200 1717 0.013031 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.010187 [API:8081]10.0.0.27 - - [2026-05-11 04:44:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078317 [API:8081]10.0.0.27 - - [2026-05-11 04:45:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.098344 [API:8081]10.0.0.141 - - [2026-05-11 04:45:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009715 [API:8081]10.0.0.141 - - [2026-05-11 04:45:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14087 0.018800 [API:8081]10.0.0.141 - - [2026-05-11 04:45:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14087 0.019079 [API:8081]10.0.0.141 - - [2026-05-11 04:45:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13968 0.024750 [API:8081]10.0.0.141 - - [2026-05-11 04:45:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012054 [API:8081]10.0.0.141 - - [2026-05-11 04:46:51] "GET /analytics/uves/virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9?flat HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.27 - - [2026-05-11 04:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.27 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.141 - - [2026-05-11 04:46:52] "GET /analytics/uves/virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9?flat HTTP/1.1" 200 1262 0.228877 [API:8081]10.0.0.249 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9?flat HTTP/1.1" 200 1262 0.080571 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9?flat HTTP/1.1" 200 1262 0.068831 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.008559 [API:8081]10.0.0.141 - - [2026-05-11 04:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 04:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.141 - - [2026-05-11 04:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.141 - - [2026-05-11 04:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241?flat HTTP/1.1" 200 1392 0.013308 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241?flat HTTP/1.1" 200 1392 0.009840 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241?flat HTTP/1.1" 200 1392 0.014869 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14047 0.021534 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14047 0.018942 [API:8081]10.0.0.141 - - [2026-05-11 04:46:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.008716 [API:8081]10.0.0.141 - - [2026-05-11 04:47:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14046 0.021119 [API:8081]10.0.0.141 - - [2026-05-11 04:47:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14046 0.018729 [API:8081]10.0.0.141 - - [2026-05-11 04:47:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13708 0.020939 [API:8081]10.0.0.141 - - [2026-05-11 04:47:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.011835 [API:8081]10.0.0.27 - - [2026-05-11 04:47:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063197 [API:8081]10.0.0.141 - - [2026-05-11 04:47:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010576 [API:8081]10.0.0.141 - - [2026-05-11 04:47:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.141 - - [2026-05-11 04:47:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2034 0.065421 [API:8081]10.0.0.141 - - [2026-05-11 04:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2034 0.134745 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002999 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002937 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002463 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002642 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002969 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002430 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002380 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002651 [API:8081]10.0.0.27 - - [2026-05-11 04:48:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.087362 [API:8081]10.0.0.141 - - [2026-05-11 04:49:51] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.141 - - [2026-05-11 04:49:51] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.27 - - [2026-05-11 04:50:20] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.27 - - [2026-05-11 04:50:20] "GET /analytics HTTP/1.1" 401 206 0.000171 [API:8081]10.0.0.249 - - [2026-05-11 04:50:21] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2026-05-11 04:50:21] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.27 - - [2026-05-11 04:50:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075715 [API:8081]10.0.0.27 - - [2026-05-11 04:51:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.074972 [API:8081]10.0.0.27 - - [2026-05-11 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.27 - - [2026-05-11 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2026-05-11 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.27 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.249 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.141 - - [2026-05-11 04:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.141 - - [2026-05-11 04:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.141 - - [2026-05-11 04:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.141 - - [2026-05-11 04:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-05-11 04:53:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071081 [API:8081]10.0.0.141 - - [2026-05-11 04:54:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.141 - - [2026-05-11 04:54:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2026 0.070794 [API:8081]10.0.0.27 - - [2026-05-11 04:54:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.074145 [API:8081]10.0.0.27 - - [2026-05-11 04:56:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082548 [API:8081]10.0.0.27 - - [2026-05-11 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.27 - - [2026-05-11 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-05-11 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.27 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.249 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2026-05-11 04:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.141 - - [2026-05-11 04:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.141 - - [2026-05-11 04:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2026-05-11 04:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.27 - - [2026-05-11 04:57:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.076883 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002880 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002818 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002616 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002812 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002842 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002981 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002270 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004137 [API:8081]10.0.0.27 - - [2026-05-11 04:59:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071168 [API:8081]10.0.0.141 - - [2026-05-11 04:59:51] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.141 - - [2026-05-11 04:59:51] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.27 - - [2026-05-11 05:00:20] "GET /analytics HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-05-11 05:00:20] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.249 - - [2026-05-11 05:00:21] "GET /analytics HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.249 - - [2026-05-11 05:00:21] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.27 - - [2026-05-11 05:00:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.095913 [API:8081]10.0.0.27 - - [2026-05-11 05:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-05-11 05:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.27 - - [2026-05-11 05:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2026-05-11 05:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.27 - - [2026-05-11 05:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-05-11 05:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.249 - - [2026-05-11 05:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2026-05-11 05:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.141 - - [2026-05-11 05:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.141 - - [2026-05-11 05:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.141 - - [2026-05-11 05:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.141 - - [2026-05-11 05:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [Introspect:8090]10.0.0.27 - - [2026-05-11 05:02:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001029