++ 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 Aug 24 02:28:19 AM UTC 2026 ===================' INFO: =================== Mon Aug 24 02:28:19 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ awk '{print $2}' +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ ANALYTICSDB_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ ANALYTICS_SNMP_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:8081 ' +++ '[' -n '10.0.0.190:8081 10.0.0.50:8081 10.0.0.191:8081 ' ']' +++ echo '10.0.0.190:8081 10.0.0.50:8081 10.0.0.191:8081' ++ ANALYTICS_SERVERS='10.0.0.190:8081 10.0.0.50:8081 10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:9042 ' +++ '[' -n '10.0.0.190:9042 10.0.0.50:9042 10.0.0.191:9042 ' ']' +++ echo '10.0.0.190:9042 10.0.0.50:9042 10.0.0.191:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.190:9042 10.0.0.50:9042 10.0.0.191:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:8086 ' +++ '[' -n '10.0.0.190:8086 10.0.0.50:8086 10.0.0.191:8086 ' ']' +++ echo '10.0.0.190:8086 10.0.0.50:8086 10.0.0.191:8086' ++ COLLECTOR_SERVERS='10.0.0.190:8086 10.0.0.50:8086 10.0.0.191: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.190,10.0.0.50,10.0.0.191 ++ CONFIGDB_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:8082 ' +++ '[' -n '10.0.0.190:8082 10.0.0.50:8082 10.0.0.191:8082 ' ']' +++ echo '10.0.0.190:8082 10.0.0.50:8082 10.0.0.191:8082' ++ CONFIG_SERVERS='10.0.0.190:8082 10.0.0.50:8082 10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:9161 ' +++ '[' -n '10.0.0.190:9161 10.0.0.50:9161 10.0.0.191:9161 ' ']' +++ echo '10.0.0.190:9161 10.0.0.50:9161 10.0.0.191:9161' ++ CONFIGDB_SERVERS='10.0.0.190:9161 10.0.0.50:9161 10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:9041 ' +++ '[' -n '10.0.0.190:9041 10.0.0.50:9041 10.0.0.191:9041 ' ']' +++ echo '10.0.0.190:9041 10.0.0.50:9041 10.0.0.191:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.190:9041 10.0.0.50:9041 10.0.0.191: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.254,10.20.0.14,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+=10.0.0.191:2181, +++ '[' -n 10.0.0.190:2181,10.0.0.50:2181,10.0.0.191:2181, ']' +++ echo 10.0.0.190:2181,10.0.0.50:2181,10.0.0.191:2181 ++ ZOOKEEPER_SERVERS=10.0.0.190:2181,10.0.0.50:2181,10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:2181 ' +++ '[' -n '10.0.0.190:2181 10.0.0.50:2181 10.0.0.191:2181 ' ']' +++ echo '10.0.0.190:2181 10.0.0.50:2181 10.0.0.191:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.190:2181 10.0.0.50:2181 10.0.0.191:2181' ++ RABBITMQ_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+=10.0.0.191:5673, +++ '[' -n 10.0.0.190:5673,10.0.0.50:5673,10.0.0.191:5673, ']' +++ echo 10.0.0.190:5673,10.0.0.50:5673,10.0.0.191:5673 ++ RABBITMQ_SERVERS=10.0.0.190:5673,10.0.0.50:5673,10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:6379 ' +++ '[' -n '10.0.0.190:6379 10.0.0.50:6379 10.0.0.191:6379 ' ']' +++ echo '10.0.0.190:6379 10.0.0.50:6379 10.0.0.191:6379' ++ REDIS_SERVERS='10.0.0.190:6379 10.0.0.50:6379 10.0.0.191: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.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:9092 ' +++ '[' -n '10.0.0.190:9092 10.0.0.50:9092 10.0.0.191:9092 ' ']' +++ echo '10.0.0.190:9092 10.0.0.50:9092 10.0.0.191:9092' ++ KAFKA_SERVERS='10.0.0.190:9092 10.0.0.50:9092 10.0.0.191: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.190 ++ 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.190,10.0.0.50,10.0.0.191 ++ 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.190,10.0.0.50,10.0.0.191 ++ 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.190,10.0.0.50,10.0.0.191 ++ cut -d , -f 1 + local cassandra=10.0.0.190 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.190 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.190,10.0.0.50,10.0.0.191 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.190,10.0.0.50,10.0.0.191 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.50,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.190'\''))' +++ local server_ip=10.0.0.190 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.190 ]] +++ [[ ,10.0.0.50,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.190, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 2 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + 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=__ ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set -o posix ++ set + 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: 08/24/2026 02:28:27.293 7fb880411d00 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/24/2026 02:28:27.477 7fb880411d00 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 08/24/2026 02:28:27.489 7fb880411d00 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/24/2026 02:28:27.489 7fb880411d00 [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.50: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.191 - - [2026-08-24 02:29:03] "GET /analytics HTTP/1.1" 401 206 0.000510 [API:8081]10.0.0.191 - - [2026-08-24 02:29:03] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.50 - - [2026-08-24 02:29:04] "GET /analytics HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.50 - - [2026-08-24 02:29:04] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.190 - - [2026-08-24 02:29:05] "GET /analytics HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.190 - - [2026-08-24 02:29:05] "GET /analytics HTTP/1.1" 401 206 0.000191 [API:8081]10.0.0.191 - - [2026-08-24 02:29:34] "GET /analytics HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.191 - - [2026-08-24 02:29:34] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.50 - - [2026-08-24 02:29:35] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.50 - - [2026-08-24 02:29:35] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.190 - - [2026-08-24 02:29:36] "GET /analytics HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.190 - - [2026-08-24 02:29:36] "GET /analytics HTTP/1.1" 401 206 0.000189 [API:8081]10.0.0.191 - - [2026-08-24 02:30:04] "GET /analytics HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.191 - - [2026-08-24 02:30:04] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.50 - - [2026-08-24 02:30:05] "GET /analytics HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-08-24 02:30:05] "GET /analytics HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-24 02:30:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.054295 [API:8081]10.0.0.190 - - [2026-08-24 02:31:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1344 0.054992 [API:8081]10.0.0.191 - - [2026-08-24 02:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.191 - - [2026-08-24 02:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 02:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.190 - - [2026-08-24 02:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.191 - - [2026-08-24 02:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.191 - - [2026-08-24 02:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.50 - - [2026-08-24 02:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000458 [API:8081]10.0.0.50 - - [2026-08-24 02:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 02:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.190 - - [2026-08-24 02:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.50 - - [2026-08-24 02:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.50 - - [2026-08-24 02:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [Introspect:8090]10.0.0.50 - - [2026-08-24 02:32:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001238 [Introspect:8090]10.0.0.50 - - [2026-08-24 02:32:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.002435 [API:8081]10.0.0.190 - - [2026-08-24 02:33:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053791 [Introspect:8090]10.0.0.190 - - [2026-08-24 02:33:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001258 [Introspect:8090]10.0.0.190 - - [2026-08-24 02:33:57] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000691 [API:8081]10.0.0.190 - - [2026-08-24 02:34:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.190 - - [2026-08-24 02:34:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.066892 [API:8081]10.0.0.190 - - [2026-08-24 02:34:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057107 [API:8081]10.0.0.190 - - [2026-08-24 02:36:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080257 [API:8081]10.0.0.191 - - [2026-08-24 02:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.191 - - [2026-08-24 02:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-24 02:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.190 - - [2026-08-24 02:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.191 - - [2026-08-24 02:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.191 - - [2026-08-24 02:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.50 - - [2026-08-24 02:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.50 - - [2026-08-24 02:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000451 [API:8081]10.0.0.190 - - [2026-08-24 02:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.190 - - [2026-08-24 02:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-08-24 02:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.50 - - [2026-08-24 02:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000475 [API:8081]10.0.0.190 - - [2026-08-24 02:37:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.111685 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003122 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004347 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003404 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002867 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003156 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002634 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002785 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002562 [API:8081]10.0.0.190 - - [2026-08-24 02:39:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057798 [API:8081]10.0.0.190 - - [2026-08-24 02:39:36] "GET /analytics HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 02:39:36] "GET /analytics HTTP/1.1" 401 206 0.000198 [API:8081]10.0.0.190 - - [2026-08-24 02:39:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.190 - - [2026-08-24 02:39:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.063430 [API:8081]10.0.0.190 - - [2026-08-24 02:39:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.045892 [API:8081]10.0.0.191 - - [2026-08-24 02:40:04] "GET /analytics HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.191 - - [2026-08-24 02:40:04] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.50 - - [2026-08-24 02:40:05] "GET /analytics HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.50 - - [2026-08-24 02:40:05] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.190 - - [2026-08-24 02:40:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.096806 [API:8081]10.0.0.191 - - [2026-08-24 02:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.191 - - [2026-08-24 02:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.190 - - [2026-08-24 02:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.190 - - [2026-08-24 02:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000494 [API:8081]10.0.0.191 - - [2026-08-24 02:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.191 - - [2026-08-24 02:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.50 - - [2026-08-24 02:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.50 - - [2026-08-24 02:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.190 - - [2026-08-24 02:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.190 - - [2026-08-24 02:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.50 - - [2026-08-24 02:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001168 [API:8081]10.0.0.50 - - [2026-08-24 02:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.190 - - [2026-08-24 02:42:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063730 [API:8081]10.0.0.190 - - [2026-08-24 02:43:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.088542 [API:8081]10.0.0.190 - - [2026-08-24 02:45:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067806 [API:8081]10.0.0.190 - - [2026-08-24 02:46:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.067068 [API:8081]10.0.0.191 - - [2026-08-24 02:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.191 - - [2026-08-24 02:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.190 - - [2026-08-24 02:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.190 - - [2026-08-24 02:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.191 - - [2026-08-24 02:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.191 - - [2026-08-24 02:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.50 - - [2026-08-24 02:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.50 - - [2026-08-24 02:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.190 - - [2026-08-24 02:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.190 - - [2026-08-24 02:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.50 - - [2026-08-24 02:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.50 - - [2026-08-24 02:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.190 - - [2026-08-24 02:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.190 - - [2026-08-24 02:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.061568 [API:8081]10.0.0.190 - - [2026-08-24 02:47:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.057679 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003799 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002994 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002877 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002824 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003213 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002573 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002756 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002851 [API:8081]10.0.0.190 - - [2026-08-24 02:48:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057199 [API:8081]10.0.0.190 - - [2026-08-24 02:49:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.086615 [API:8081]10.0.0.190 - - [2026-08-24 02:49:36] "GET /analytics HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.190 - - [2026-08-24 02:49:36] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.190 - - [2026-08-24 02:49:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.010465 [API:8081]10.0.0.190 - - [2026-08-24 02:49:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1894 0.086043 [API:8081]10.0.0.190 - - [2026-08-24 02:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2122 0.010444 [API:8081]10.0.0.190 - - [2026-08-24 02:49:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2350 0.010029 [API:8081]10.0.0.191 - - [2026-08-24 02:50:04] "GET /analytics HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.191 - - [2026-08-24 02:50:04] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.50 - - [2026-08-24 02:50:05] "GET /analytics HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.50 - - [2026-08-24 02:50:05] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.190 - - [2026-08-24 02:51:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066500 [API:8081]10.0.0.191 - - [2026-08-24 02:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.191 - - [2026-08-24 02:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.190 - - [2026-08-24 02:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.190 - - [2026-08-24 02:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.191 - - [2026-08-24 02:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.191 - - [2026-08-24 02:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.50 - - [2026-08-24 02:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.50 - - [2026-08-24 02:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.190 - - [2026-08-24 02:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.190 - - [2026-08-24 02:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.50 - - [2026-08-24 02:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.50 - - [2026-08-24 02:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.190 - - [2026-08-24 02:52:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058923 [API:8081]10.0.0.190 - - [2026-08-24 02:53:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.052677 [API:8081]10.0.0.190 - - [2026-08-24 02:53:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009532 [API:8081]10.0.0.190 - - [2026-08-24 02:53:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1440 0.045127 [API:8081]10.0.0.190 - - [2026-08-24 02:54:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063526 [API:8081]10.0.0.190 - - [2026-08-24 02:55:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.190 - - [2026-08-24 02:55:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.059627 [API:8081]10.0.0.190 - - [2026-08-24 02:55:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057516 [API:8081]10.0.0.191 - - [2026-08-24 02:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.191 - - [2026-08-24 02:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.190 - - [2026-08-24 02:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.190 - - [2026-08-24 02:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.191 - - [2026-08-24 02:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.191 - - [2026-08-24 02:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.50 - - [2026-08-24 02:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.50 - - [2026-08-24 02:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.190 - - [2026-08-24 02:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.190 - - [2026-08-24 02:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.50 - - [2026-08-24 02:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.50 - - [2026-08-24 02:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 02:57:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.060621 [API:8081]10.0.0.190 - - [2026-08-24 02:57:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.190 - - [2026-08-24 02:57:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1456 0.113972 [API:8081]10.0.0.190 - - [2026-08-24 02:57:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.392315 [API:8081]10.0.0.190 - - [2026-08-24 02:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.190 - - [2026-08-24 02:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.063364 [API:8081]10.0.0.190 - - [2026-08-24 02:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.045505 [API:8081]10.0.0.190 - - [2026-08-24 02:57:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.056548 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002995 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002999 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002902 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002749 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003223 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002624 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003375 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002872 [API:8081]10.0.0.190 - - [2026-08-24 02:58:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059849 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010401 [API:8081]10.0.0.190 - - [2026-08-24 02:59:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009898 [API:8081]10.0.0.190 - - [2026-08-24 02:59:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009927 [API:8081]10.0.0.190 - - [2026-08-24 02:59:36] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 02:59:36] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.190 - - [2026-08-24 02:59:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010288 [API:8081]10.0.0.191 - - [2026-08-24 03:00:04] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.191 - - [2026-08-24 03:00:04] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.50 - - [2026-08-24 03:00:05] "GET /analytics HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.50 - - [2026-08-24 03:00:05] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.190 - - [2026-08-24 03:00:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010128 [API:8081]10.0.0.190 - - [2026-08-24 03:00:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010463 [API:8081]10.0.0.190 - - [2026-08-24 03:00:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.190 - - [2026-08-24 03:00:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.093841 [API:8081]10.0.0.190 - - [2026-08-24 03:00:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.044204 [API:8081]10.0.0.190 - - [2026-08-24 03:00:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.052943 [API:8081]10.0.0.190 - - [2026-08-24 03:00:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.114927 [API:8081]10.0.0.190 - - [2026-08-24 03:01:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056409 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.014844 [API:8081]10.0.0.190 - - [2026-08-24 03:02:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.016012 [API:8081]10.0.0.190 - - [2026-08-24 03:02:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010472 [API:8081]10.0.0.191 - - [2026-08-24 03:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.191 - - [2026-08-24 03:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.190 - - [2026-08-24 03:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 03:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.191 - - [2026-08-24 03:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.191 - - [2026-08-24 03:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.50 - - [2026-08-24 03:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.50 - - [2026-08-24 03:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.190 - - [2026-08-24 03:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.190 - - [2026-08-24 03:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.50 - - [2026-08-24 03:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.50 - - [2026-08-24 03:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.190 - - [2026-08-24 03:03:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058865 [API:8081]10.0.0.190 - - [2026-08-24 03:03:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010616 [API:8081]10.0.0.190 - - [2026-08-24 03:04:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011571 [API:8081]10.0.0.190 - - [2026-08-24 03:04:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009777 [API:8081]10.0.0.190 - - [2026-08-24 03:04:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.190 - - [2026-08-24 03:04:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.055670 [API:8081]10.0.0.190 - - [2026-08-24 03:04:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.047395 [API:8081]10.0.0.190 - - [2026-08-24 03:04:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.052800 [API:8081]10.0.0.190 - - [2026-08-24 03:06:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070664 [API:8081]10.0.0.190 - - [2026-08-24 03:06:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.190 - - [2026-08-24 03:06:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.054005 [API:8081]10.0.0.191 - - [2026-08-24 03:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.191 - - [2026-08-24 03:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 03:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.190 - - [2026-08-24 03:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.191 - - [2026-08-24 03:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.191 - - [2026-08-24 03:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.50 - - [2026-08-24 03:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.50 - - [2026-08-24 03:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.190 - - [2026-08-24 03:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.190 - - [2026-08-24 03:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.50 - - [2026-08-24 03:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.50 - - [2026-08-24 03:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.190 - - [2026-08-24 03:07:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057700 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003971 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003156 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003093 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003531 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003838 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003733 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005073 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006221 [API:8081]10.0.0.190 - - [2026-08-24 03:09:36] "GET /analytics HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.190 - - [2026-08-24 03:09:36] "GET /analytics HTTP/1.1" 401 206 0.000171 [API:8081]10.0.0.190 - - [2026-08-24 03:09:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.054247 [API:8081]10.0.0.190 - - [2026-08-24 03:09:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054663 [API:8081]10.0.0.191 - - [2026-08-24 03:10:04] "GET /analytics HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.191 - - [2026-08-24 03:10:04] "GET /analytics HTTP/1.1" 401 206 0.000166 [API:8081]10.0.0.50 - - [2026-08-24 03:10:05] "GET /analytics HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.50 - - [2026-08-24 03:10:05] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.190 - - [2026-08-24 03:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.190 - - [2026-08-24 03:10:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1440 0.060299 [API:8081]10.0.0.190 - - [2026-08-24 03:10:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1664 0.051476 [API:8081]10.0.0.190 - - [2026-08-24 03:10:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.070726 [API:8081]10.0.0.191 - - [2026-08-24 03:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.191 - - [2026-08-24 03:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.190 - - [2026-08-24 03:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.190 - - [2026-08-24 03:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.191 - - [2026-08-24 03:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.191 - - [2026-08-24 03:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.50 - - [2026-08-24 03:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.50 - - [2026-08-24 03:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.190 - - [2026-08-24 03:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.190 - - [2026-08-24 03:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.50 - - [2026-08-24 03:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.50 - - [2026-08-24 03:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.190 - - [2026-08-24 03:12:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054874 [API:8081]10.0.0.190 - - [2026-08-24 03:13:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010221 [API:8081]10.0.0.190 - - [2026-08-24 03:13:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.060842 [API:8081]10.0.0.190 - - [2026-08-24 03:13:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.146059 [API:8081]10.0.0.190 - - [2026-08-24 03:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.190 - - [2026-08-24 03:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.060056 [API:8081]10.0.0.190 - - [2026-08-24 03:14:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1688 0.065670 [API:8081]10.0.0.190 - - [2026-08-24 03:15:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068536 [API:8081]10.0.0.190 - - [2026-08-24 03:16:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.074272 [API:8081]10.0.0.191 - - [2026-08-24 03:17:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.191 - - [2026-08-24 03:17:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.190 - - [2026-08-24 03:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.190 - - [2026-08-24 03:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.191 - - [2026-08-24 03:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.191 - - [2026-08-24 03:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.190 - - [2026-08-24 03:17:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011050 [API:8081]10.0.0.50 - - [2026-08-24 03:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.50 - - [2026-08-24 03:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.190 - - [2026-08-24 03:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.190 - - [2026-08-24 03:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-08-24 03:17:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.50 - - [2026-08-24 03:17:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.190 - - [2026-08-24 03:17:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.054508 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002841 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003656 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003914 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003130 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003494 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003390 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003207 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002885 [API:8081]10.0.0.190 - - [2026-08-24 03:19:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092647 [API:8081]10.0.0.190 - - [2026-08-24 03:19:36] "GET /analytics HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.190 - - [2026-08-24 03:19:36] "GET /analytics HTTP/1.1" 401 206 0.000195 [API:8081]10.0.0.190 - - [2026-08-24 03:20:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.068462 [API:8081]10.0.0.191 - - [2026-08-24 03:20:04] "GET /analytics HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.191 - - [2026-08-24 03:20:04] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.50 - - [2026-08-24 03:20:05] "GET /analytics HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.50 - - [2026-08-24 03:20:05] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.190 - - [2026-08-24 03:22:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065014 [API:8081]10.0.0.191 - - [2026-08-24 03:22:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.191 - - [2026-08-24 03:22:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-24 03:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-24 03:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.191 - - [2026-08-24 03:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.191 - - [2026-08-24 03:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.50 - - [2026-08-24 03:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.50 - - [2026-08-24 03:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.190 - - [2026-08-24 03:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.190 - - [2026-08-24 03:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.50 - - [2026-08-24 03:22:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.50 - - [2026-08-24 03:22:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000429 [API:8081]10.0.0.190 - - [2026-08-24 03:23:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.190 - - [2026-08-24 03:23:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.064387 [API:8081]10.0.0.190 - - [2026-08-24 03:23:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064696 [API:8081]10.0.0.190 - - [2026-08-24 03:24:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.045069 [API:8081]10.0.0.190 - - [2026-08-24 03:25:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054657 [API:8081]10.0.0.190 - - [2026-08-24 03:26:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.083404 [API:8081]10.0.0.190 - - [2026-08-24 03:26:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.190 - - [2026-08-24 03:26:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1562 0.067464 [API:8081]10.0.0.191 - - [2026-08-24 03:27:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.191 - - [2026-08-24 03:27:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.190 - - [2026-08-24 03:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.190 - - [2026-08-24 03:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.191 - - [2026-08-24 03:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.191 - - [2026-08-24 03:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.50 - - [2026-08-24 03:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.50 - - [2026-08-24 03:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000456 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.50 - - [2026-08-24 03:27:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.190 - - [2026-08-24 03:27:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.101886 [API:8081]10.0.0.50 - - [2026-08-24 03:27:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 03:27:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.047994 [API:8081]10.0.0.190 - - [2026-08-24 03:28:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011686 [API:8081]10.0.0.190 - - [2026-08-24 03:28:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068488 [API:8081]10.0.0.190 - - [2026-08-24 03:28:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012417 [API:8081]10.0.0.190 - - [2026-08-24 03:28:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.190 - - [2026-08-24 03:28:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.067466 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002863 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003038 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002968 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003752 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004587 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003288 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003249 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003221 [API:8081]10.0.0.190 - - [2026-08-24 03:29:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055548 [API:8081]10.0.0.190 - - [2026-08-24 03:29:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.052273 [API:8081]10.0.0.190 - - [2026-08-24 03:29:36] "GET /analytics HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.190 - - [2026-08-24 03:29:36] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.190 - - [2026-08-24 03:29:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009822 [API:8081]10.0.0.191 - - [2026-08-24 03:30:04] "GET /analytics HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.191 - - [2026-08-24 03:30:04] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.50 - - [2026-08-24 03:30:05] "GET /analytics HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.50 - - [2026-08-24 03:30:05] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.190 - - [2026-08-24 03:31:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060523 [API:8081]10.0.0.190 - - [2026-08-24 03:31:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009759 [API:8081]10.0.0.190 - - [2026-08-24 03:31:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008926 [API:8081]10.0.0.190 - - [2026-08-24 03:31:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.190 - - [2026-08-24 03:31:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.062439 [API:8081]10.0.0.191 - - [2026-08-24 03:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.191 - - [2026-08-24 03:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.190 - - [2026-08-24 03:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-24 03:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.191 - - [2026-08-24 03:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.191 - - [2026-08-24 03:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.50 - - [2026-08-24 03:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.50 - - [2026-08-24 03:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.190 - - [2026-08-24 03:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.190 - - [2026-08-24 03:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.50 - - [2026-08-24 03:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.50 - - [2026-08-24 03:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.190 - - [2026-08-24 03:32:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.114185 [API:8081]10.0.0.190 - - [2026-08-24 03:33:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.053643 [API:8081]10.0.0.190 - - [2026-08-24 03:33:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009874 [API:8081]10.0.0.190 - - [2026-08-24 03:34:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065859 [API:8081]10.0.0.190 - - [2026-08-24 03:35:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009810 [API:8081]10.0.0.190 - - [2026-08-24 03:35:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.054446 [API:8081]10.0.0.190 - - [2026-08-24 03:35:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.049355 [API:8081]10.0.0.190 - - [2026-08-24 03:35:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.190 - - [2026-08-24 03:35:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.062008 [API:8081]10.0.0.190 - - [2026-08-24 03:35:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.061535 [API:8081]10.0.0.190 - - [2026-08-24 03:35:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.050004 [API:8081]10.0.0.190 - - [2026-08-24 03:36:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.014516 [API:8081]10.0.0.190 - - [2026-08-24 03:36:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.013446 [API:8081]10.0.0.190 - - [2026-08-24 03:36:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.014580 [API:8081]10.0.0.190 - - [2026-08-24 03:36:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2292 0.010535 [API:8081]10.0.0.190 - - [2026-08-24 03:36:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2518 0.010430 [API:8081]10.0.0.190 - - [2026-08-24 03:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.190 - - [2026-08-24 03:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.057134 [API:8081]10.0.0.190 - - [2026-08-24 03:36:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.054987 [API:8081]10.0.0.190 - - [2026-08-24 03:36:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1862 0.046284 [API:8081]10.0.0.190 - - [2026-08-24 03:36:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.012768 [API:8081]10.0.0.190 - - [2026-08-24 03:36:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.009660 [API:8081]10.0.0.190 - - [2026-08-24 03:36:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.012127 [API:8081]10.0.0.190 - - [2026-08-24 03:36:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.190 - - [2026-08-24 03:36:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.063039 [API:8081]10.0.0.190 - - [2026-08-24 03:36:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1632 0.046209 [API:8081]10.0.0.190 - - [2026-08-24 03:36:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1842 0.086946 [API:8081]10.0.0.190 - - [2026-08-24 03:37:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.012527 [API:8081]10.0.0.190 - - [2026-08-24 03:37:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1632 0.011662 [API:8081]10.0.0.190 - - [2026-08-24 03:37:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1842 0.017633 [API:8081]10.0.0.190 - - [2026-08-24 03:37:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2062 0.010479 [API:8081]10.0.0.191 - - [2026-08-24 03:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.191 - - [2026-08-24 03:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.190 - - [2026-08-24 03:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.190 - - [2026-08-24 03:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.191 - - [2026-08-24 03:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.191 - - [2026-08-24 03:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.190 - - [2026-08-24 03:37:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2284 0.010378 [API:8081]10.0.0.50 - - [2026-08-24 03:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.50 - - [2026-08-24 03:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.190 - - [2026-08-24 03:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.190 - - [2026-08-24 03:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.50 - - [2026-08-24 03:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.50 - - [2026-08-24 03:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.190 - - [2026-08-24 03:37:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084917 [API:8081]10.0.0.190 - - [2026-08-24 03:37:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.190 - - [2026-08-24 03:37:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1430 0.057415 [API:8081]10.0.0.190 - - [2026-08-24 03:37:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.084000 [API:8081]10.0.0.190 - - [2026-08-24 03:37:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1866 0.054121 [API:8081]10.0.0.190 - - [2026-08-24 03:37:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.009758 [API:8081]10.0.0.190 - - [2026-08-24 03:37:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2332 0.011420 [API:8081]10.0.0.190 - - [2026-08-24 03:38:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.063078 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002930 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003173 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004169 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002924 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003238 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003114 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002954 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002726 [API:8081]10.0.0.190 - - [2026-08-24 03:39:36] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.190 - - [2026-08-24 03:39:36] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.191 - - [2026-08-24 03:40:04] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.191 - - [2026-08-24 03:40:04] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.50 - - [2026-08-24 03:40:05] "GET /analytics HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.50 - - [2026-08-24 03:40:05] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.190 - - [2026-08-24 03:40:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055489 [API:8081]10.0.0.190 - - [2026-08-24 03:41:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.063645 [API:8081]10.0.0.191 - - [2026-08-24 03:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.191 - - [2026-08-24 03:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-24 03:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000428 [API:8081]10.0.0.190 - - [2026-08-24 03:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000569 [API:8081]10.0.0.191 - - [2026-08-24 03:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.191 - - [2026-08-24 03:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.50 - - [2026-08-24 03:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.50 - - [2026-08-24 03:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.190 - - [2026-08-24 03:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.190 - - [2026-08-24 03:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.50 - - [2026-08-24 03:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.50 - - [2026-08-24 03:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 03:43:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063127 [API:8081]10.0.0.190 - - [2026-08-24 03:43:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-24 03:43:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.080859 [API:8081]10.0.0.190 - - [2026-08-24 03:43:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1856 0.084100 [API:8081]10.0.0.190 - - [2026-08-24 03:44:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061152 [API:8081]10.0.0.190 - - [2026-08-24 03:46:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055788 [API:8081]10.0.0.191 - - [2026-08-24 03:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.191 - - [2026-08-24 03:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.190 - - [2026-08-24 03:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.190 - - [2026-08-24 03:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.191 - - [2026-08-24 03:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.191 - - [2026-08-24 03:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.50 - - [2026-08-24 03:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.50 - - [2026-08-24 03:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000405 [API:8081]10.0.0.190 - - [2026-08-24 03:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.190 - - [2026-08-24 03:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.50 - - [2026-08-24 03:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.50 - - [2026-08-24 03:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.190 - - [2026-08-24 03:47:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.067962 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003191 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003224 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002864 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002834 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003362 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002761 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003522 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003269 [API:8081]10.0.0.190 - - [2026-08-24 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.190 - - [2026-08-24 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.092076 [API:8081]10.0.0.190 - - [2026-08-24 03:49:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055031 [API:8081]10.0.0.190 - - [2026-08-24 03:49:36] "GET /analytics HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.190 - - [2026-08-24 03:49:36] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.190 - - [2026-08-24 03:50:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.190 - - [2026-08-24 03:50:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.063763 [API:8081]10.0.0.191 - - [2026-08-24 03:50:05] "GET /analytics HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.191 - - [2026-08-24 03:50:05] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.50 - - [2026-08-24 03:50:05] "GET /analytics HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.50 - - [2026-08-24 03:50:05] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.190 - - [2026-08-24 03:50:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.072453 [API:8081]10.0.0.191 - - [2026-08-24 03:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000410 [API:8081]10.0.0.191 - - [2026-08-24 03:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.190 - - [2026-08-24 03:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.190 - - [2026-08-24 03:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.191 - - [2026-08-24 03:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.191 - - [2026-08-24 03:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.50 - - [2026-08-24 03:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.50 - - [2026-08-24 03:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.190 - - [2026-08-24 03:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.190 - - [2026-08-24 03:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.50 - - [2026-08-24 03:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.50 - - [2026-08-24 03:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.190 - - [2026-08-24 03:52:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067550 [API:8081]10.0.0.190 - - [2026-08-24 03:53:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.065027 [API:8081]10.0.0.190 - - [2026-08-24 03:55:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059815 [API:8081]10.0.0.190 - - [2026-08-24 03:56:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.190 - - [2026-08-24 03:56:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1418 0.061837 [API:8081]10.0.0.190 - - [2026-08-24 03:56:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.067987 [API:8081]10.0.0.191 - - [2026-08-24 03:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.191 - - [2026-08-24 03:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000471 [API:8081]10.0.0.190 - - [2026-08-24 03:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.190 - - [2026-08-24 03:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.191 - - [2026-08-24 03:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.191 - - [2026-08-24 03:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.50 - - [2026-08-24 03:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.50 - - [2026-08-24 03:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.190 - - [2026-08-24 03:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 03:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.50 - - [2026-08-24 03:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.50 - - [2026-08-24 03:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000402 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003712 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005324 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004228 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003030 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004440 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003290 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003731 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003533 [API:8081]10.0.0.190 - - [2026-08-24 03:58:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072327 [API:8081]10.0.0.190 - - [2026-08-24 03:59:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069643 [API:8081]10.0.0.190 - - [2026-08-24 03:59:36] "GET /analytics HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.190 - - [2026-08-24 03:59:36] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.191 - - [2026-08-24 04:00:05] "GET /analytics HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.191 - - [2026-08-24 04:00:05] "GET /analytics HTTP/1.1" 401 206 0.000194 [API:8081]10.0.0.50 - - [2026-08-24 04:00:05] "GET /analytics HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.50 - - [2026-08-24 04:00:05] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.190 - - [2026-08-24 04:01:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.381197 [API:8081]10.0.0.191 - - [2026-08-24 04:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.191 - - [2026-08-24 04:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 04:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.190 - - [2026-08-24 04:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.191 - - [2026-08-24 04:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.191 - - [2026-08-24 04:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.50 - - [2026-08-24 04:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.50 - - [2026-08-24 04:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.190 - - [2026-08-24 04:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.190 - - [2026-08-24 04:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.50 - - [2026-08-24 04:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.50 - - [2026-08-24 04:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.059290 [API:8081]10.0.0.190 - - [2026-08-24 04:02:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.056670 [API:8081]10.0.0.190 - - [2026-08-24 04:02:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.063228 [API:8081]10.0.0.190 - - [2026-08-24 04:02:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009476 [API:8081]10.0.0.190 - - [2026-08-24 04:04:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073478 [API:8081]10.0.0.190 - - [2026-08-24 04:05:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061316 [API:8081]10.0.0.190 - - [2026-08-24 04:06:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-24 04:06:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2062 0.074233 [API:8081]10.0.0.191 - - [2026-08-24 04:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.191 - - [2026-08-24 04:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.190 - - [2026-08-24 04:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.190 - - [2026-08-24 04:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.191 - - [2026-08-24 04:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.191 - - [2026-08-24 04:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.50 - - [2026-08-24 04:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.50 - - [2026-08-24 04:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.190 - - [2026-08-24 04:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.190 - - [2026-08-24 04:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.50 - - [2026-08-24 04:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.50 - - [2026-08-24 04:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.190 - - [2026-08-24 04:07:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066216 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004228 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003110 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003679 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003483 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003919 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003181 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003525 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003116 [API:8081]10.0.0.190 - - [2026-08-24 04:08:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058022 [API:8081]10.0.0.190 - - [2026-08-24 04:09:36] "GET /analytics HTTP/1.1" 401 206 0.000412 [API:8081]10.0.0.190 - - [2026-08-24 04:09:36] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.191 - - [2026-08-24 04:10:05] "GET /analytics HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.191 - - [2026-08-24 04:10:05] "GET /analytics HTTP/1.1" 401 206 0.000203 [API:8081]10.0.0.50 - - [2026-08-24 04:10:05] "GET /analytics HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.50 - - [2026-08-24 04:10:05] "GET /analytics HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.190 - - [2026-08-24 04:10:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098742 [API:8081]10.0.0.190 - - [2026-08-24 04:10:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.190 - - [2026-08-24 04:10:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1420 0.060374 [API:8081]10.0.0.190 - - [2026-08-24 04:11:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059672 [API:8081]10.0.0.191 - - [2026-08-24 04:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.191 - - [2026-08-24 04:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.190 - - [2026-08-24 04:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.190 - - [2026-08-24 04:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.191 - - [2026-08-24 04:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.191 - - [2026-08-24 04:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.50 - - [2026-08-24 04:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.50 - - [2026-08-24 04:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.190 - - [2026-08-24 04:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.190 - - [2026-08-24 04:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.50 - - [2026-08-24 04:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.50 - - [2026-08-24 04:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.190 - - [2026-08-24 04:13:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.190 - - [2026-08-24 04:13:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.054712 [API:8081]10.0.0.190 - - [2026-08-24 04:13:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076339 [API:8081]10.0.0.190 - - [2026-08-24 04:14:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055116 [API:8081]10.0.0.190 - - [2026-08-24 04:15:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.190 - - [2026-08-24 04:15:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.052397 [API:8081]10.0.0.190 - - [2026-08-24 04:16:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060812 [API:8081]10.0.0.190 - - [2026-08-24 04:17:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.051134 [API:8081]10.0.0.190 - - [2026-08-24 04:17:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.010775 [API:8081]10.0.0.190 - - [2026-08-24 04:17:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.065790 [API:8081]10.0.0.191 - - [2026-08-24 04:17:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.191 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.190 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.190 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.191 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.191 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.50 - - [2026-08-24 04:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.50 - - [2026-08-24 04:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.190 - - [2026-08-24 04:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.190 - - [2026-08-24 04:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.50 - - [2026-08-24 04:17:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.50 - - [2026-08-24 04:17:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.190 - - [2026-08-24 04:17:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059577 [API:8081]10.0.0.190 - - [2026-08-24 04:18:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.010406 [API:8081]10.0.0.190 - - [2026-08-24 04:18:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.011819 [API:8081]10.0.0.190 - - [2026-08-24 04:18:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.011926 [API:8081]10.0.0.190 - - [2026-08-24 04:18:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.010614 [API:8081]10.0.0.190 - - [2026-08-24 04:18:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.011545 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003015 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003871 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003711 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003529 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004074 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003992 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003148 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002959 [API:8081]10.0.0.190 - - [2026-08-24 04:19:36] "GET /analytics HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.190 - - [2026-08-24 04:19:36] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.190 - - [2026-08-24 04:19:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055708 [API:8081]10.0.0.191 - - [2026-08-24 04:20:05] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.191 - - [2026-08-24 04:20:05] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.50 - - [2026-08-24 04:20:05] "GET /analytics HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.50 - - [2026-08-24 04:20:05] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.190 - - [2026-08-24 04:20:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.060883 [API:8081]10.0.0.191 - - [2026-08-24 04:22:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.191 - - [2026-08-24 04:22:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.190 - - [2026-08-24 04:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.190 - - [2026-08-24 04:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.191 - - [2026-08-24 04:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000426 [API:8081]10.0.0.191 - - [2026-08-24 04:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.50 - - [2026-08-24 04:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000454 [API:8081]10.0.0.50 - - [2026-08-24 04:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.190 - - [2026-08-24 04:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.190 - - [2026-08-24 04:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.50 - - [2026-08-24 04:22:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.50 - - [2026-08-24 04:22:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.190 - - [2026-08-24 04:22:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083419 [API:8081]10.0.0.190 - - [2026-08-24 04:23:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064614 [API:8081]10.0.0.190 - - [2026-08-24 04:25:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069875 [API:8081]10.0.0.190 - - [2026-08-24 04:26:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.080743 [API:8081]10.0.0.191 - - [2026-08-24 04:27:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.191 - - [2026-08-24 04:27:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.190 - - [2026-08-24 04:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.190 - - [2026-08-24 04:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.191 - - [2026-08-24 04:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.191 - - [2026-08-24 04:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.50 - - [2026-08-24 04:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.50 - - [2026-08-24 04:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.190 - - [2026-08-24 04:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.190 - - [2026-08-24 04:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000402 [API:8081]10.0.0.50 - - [2026-08-24 04:27:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.50 - - [2026-08-24 04:27:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003196 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003214 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002828 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002552 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003765 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002680 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003130 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002763 [API:8081]10.0.0.190 - - [2026-08-24 04:28:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067463 [API:8081]10.0.0.190 - - [2026-08-24 04:29:36] "GET /analytics HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.190 - - [2026-08-24 04:29:36] "GET /analytics HTTP/1.1" 401 206 0.000173 [API:8081]10.0.0.190 - - [2026-08-24 04:30:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058874 [API:8081]10.0.0.191 - - [2026-08-24 04:30:05] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.191 - - [2026-08-24 04:30:05] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.50 - - [2026-08-24 04:30:05] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.50 - - [2026-08-24 04:30:05] "GET /analytics HTTP/1.1" 401 206 0.000187 [API:8081]10.0.0.190 - - [2026-08-24 04:32:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068799 [API:8081]10.0.0.191 - - [2026-08-24 04:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.191 - - [2026-08-24 04:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.190 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.190 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.191 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.191 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.50 - - [2026-08-24 04:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.50 - - [2026-08-24 04:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 04:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 04:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.50 - - [2026-08-24 04:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.50 - - [2026-08-24 04:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.190 - - [2026-08-24 04:33:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.201316 [API:8081]10.0.0.190 - - [2026-08-24 04:33:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000443 [API:8081]10.0.0.190 - - [2026-08-24 04:33:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1418 0.060721 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.050180 [API:8081]10.0.0.190 - - [2026-08-24 04:34:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.049446 [API:8081]10.0.0.190 - - [2026-08-24 04:35:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061645 [API:8081]10.0.0.190 - - [2026-08-24 04:36:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066981 [API:8081]10.0.0.190 - - [2026-08-24 04:36:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010012 [API:8081]10.0.0.190 - - [2026-08-24 04:36:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 11940 0.023051 [API:8081]10.0.0.190 - - [2026-08-24 04:36:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 11940 0.021816 [API:8081]10.0.0.190 - - [2026-08-24 04:36:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010459 [API:8081]10.0.0.191 - - [2026-08-24 04:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.191 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.191 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.191 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.50 - - [2026-08-24 04:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.50 - - [2026-08-24 04:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.190 - - [2026-08-24 04:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 04:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.50 - - [2026-08-24 04:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.50 - - [2026-08-24 04:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.190 - - [2026-08-24 04:37:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12255 0.023746 [API:8081]10.0.0.190 - - [2026-08-24 04:37:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013139 [API:8081]10.0.0.190 - - [2026-08-24 04:37:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010272 [API:8081]10.0.0.190 - - [2026-08-24 04:38:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068900 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003111 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003159 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003000 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002966 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003103 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003003 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003843 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004324 [API:8081]10.0.0.190 - - [2026-08-24 04:39:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059163 [API:8081]10.0.0.190 - - [2026-08-24 04:39:36] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.190 - - [2026-08-24 04:39:36] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.191 - - [2026-08-24 04:40:05] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.191 - - [2026-08-24 04:40:05] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.50 - - [2026-08-24 04:40:05] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.50 - - [2026-08-24 04:40:05] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.190 - - [2026-08-24 04:41:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090522 [API:8081]10.0.0.190 - - [2026-08-24 04:41:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.190 - - [2026-08-24 04:41:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13831 0.075193 [API:8081]10.0.0.190 - - [2026-08-24 04:41:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13831 0.055067 [API:8081]10.0.0.190 - - [2026-08-24 04:41:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.190 - - [2026-08-24 04:41:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.109828 [API:8081]10.0.0.190 - - [2026-08-24 04:41:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13831 0.026238 [API:8081]10.0.0.190 - - [2026-08-24 04:41:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13831 0.057913 [API:8081]10.0.0.190 - - [2026-08-24 04:41:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13831 0.027496 [API:8081]10.0.0.190 - - [2026-08-24 04:42:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12529 0.025906 [API:8081]10.0.0.190 - - [2026-08-24 04:42:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009982 [API:8081]10.0.0.191 - - [2026-08-24 04:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.191 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.190 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000435 [API:8081]10.0.0.191 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.190 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.191 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.50 - - [2026-08-24 04:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.50 - - [2026-08-24 04:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.190 - - [2026-08-24 04:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000433 [API:8081]10.0.0.190 - - [2026-08-24 04:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.50 - - [2026-08-24 04:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.50 - - [2026-08-24 04:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.190 - - [2026-08-24 04:42:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.172574 [API:8081]10.0.0.190 - - [2026-08-24 04:42:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 401 206 0.000339 --- 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-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-62268530' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project 'ea8c7fe115b140abb96e4c8c595473a1' 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-87111638', 'ctest-TestRbacBasic-87111638-78510227'], 'virtual_network', 'db0485cc-15a2-45d6-a365-2294443aee06', "Permission Denied for ['ctest-TestRbacBasic-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-62268530' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project 'ea8c7fe115b140abb96e4c8c595473a1'"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 403 199 0.418456 [API:8081]10.0.0.190 - - [2026-08-24 04:42:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 401 206 0.000305 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-87111638' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project '49d4328d02224ba6b62e800486bb49ce' 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-87111638', 'ctest-TestRbacBasic-87111638-78510227'], 'virtual_network', 'db0485cc-15a2-45d6-a365-2294443aee06', "Permission Denied for ['ctest-TestRbacBasic-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-87111638' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project '49d4328d02224ba6b62e800486bb49ce'"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 403 199 0.093462 [API:8081]10.0.0.190 - - [2026-08-24 04:42:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.190 - - [2026-08-24 04:42:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1462 0.081660 [API:8081]10.0.0.190 - - [2026-08-24 04:42:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 401 206 0.000312 --- 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-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356 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-52400356', 'ctest-TestRbacBasic-52400356-10858221'], 'virtual_network', '617c1151-8d66-4fc1-84fe-b165c30c6566', "Permission Denied for ctest-TestRbacBasic-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 403 199 0.118944 --- 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-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356 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-52400356', 'ctest-TestRbacBasic-52400356-10858221'], 'virtual_network', '617c1151-8d66-4fc1-84fe-b165c30c6566', "Permission Denied for ctest-TestRbacBasic-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 403 199 0.049440 --- 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-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356 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-52400356', 'ctest-TestRbacBasic-52400356-10858221'], 'virtual_network', '617c1151-8d66-4fc1-84fe-b165c30c6566', "Permission Denied for ctest-TestRbacBasic-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 403 199 0.083131 [API:8081]10.0.0.190 - - [2026-08-24 04:42:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 401 206 0.000303 --- 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-84688264 as ['ctest-TestRbacBasic-44799961'] to R virtual-network in ctest-TestRbacBasic-52400356 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-52400356', 'ctest-TestRbacBasic-52400356-10858221'], 'virtual_network', '617c1151-8d66-4fc1-84fe-b165c30c6566', "Permission Denied for ctest-TestRbacBasic-84688264 as ['ctest-TestRbacBasic-44799961'] to R virtual-network in ctest-TestRbacBasic-52400356"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 403 199 0.084536 [API:8081]10.0.0.190 - - [2026-08-24 04:42:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1462 0.074407 [API:8081]10.0.0.190 - - [2026-08-24 04:42:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1708 0.124810 [API:8081]10.0.0.190 - - [2026-08-24 04:43:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12972 0.022232 [API:8081]10.0.0.190 - - [2026-08-24 04:43:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12972 0.024424 [API:8081]10.0.0.190 - - [2026-08-24 04:43:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.080433 [API:8081]10.0.0.190 - - [2026-08-24 04:43:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12973 0.022216 [API:8081]10.0.0.190 - - [2026-08-24 04:43:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12973 0.023180 [API:8081]10.0.0.190 - - [2026-08-24 04:43:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12973 0.021662 [API:8081]10.0.0.190 - - [2026-08-24 04:43:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12973 0.021937 [API:8081]10.0.0.190 - - [2026-08-24 04:43:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12973 0.023435 [API:8081]10.0.0.190 - - [2026-08-24 04:44:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12514 0.028613 [API:8081]10.0.0.190 - - [2026-08-24 04:44:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010980 [Introspect:8090]10.0.0.190 - - [2026-08-24 04:44:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001184 [API:8081]10.0.0.190 - - [2026-08-24 04:44:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.106528 [API:8081]10.0.0.190 - - [2026-08-24 04:44:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 04:44:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.077093 [API:8081]10.0.0.190 - - [2026-08-24 04:45:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063883 [API:8081]10.0.0.190 - - [2026-08-24 04:46:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.049864 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12965 0.024979 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12965 0.061733 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010570 [API:8081]10.0.0.190 - - [2026-08-24 04:46:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12965 0.020581 [API:8081]10.0.0.190 - - [2026-08-24 04:46:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12965 0.029892 [API:8081]10.0.0.190 - - [2026-08-24 04:47:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12747 0.022724 [API:8081]10.0.0.190 - - [2026-08-24 04:47:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013031 [API:8081]10.0.0.191 - - [2026-08-24 04:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.191 - - [2026-08-24 04:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.190 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.190 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.191 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.191 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.50 - - [2026-08-24 04:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.50 - - [2026-08-24 04:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000421 [API:8081]10.0.0.190 - - [2026-08-24 04:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000421 [API:8081]10.0.0.190 - - [2026-08-24 04:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.50 - - [2026-08-24 04:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.50 - - [2026-08-24 04:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.190 - - [2026-08-24 04:47:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053772 [API:8081]10.0.0.190 - - [2026-08-24 04:47:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009300 [API:8081]10.0.0.190 - - [2026-08-24 04:47:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009663 [API:8081]10.0.0.190 - - [2026-08-24 04:47:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.011288 [API:8081]10.0.0.190 - - [2026-08-24 04:48:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059553 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003764 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002839 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003179 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003522 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003755 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003053 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002834 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003197 [API:8081]10.0.0.190 - - [2026-08-24 04:49:36] "GET /analytics HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.190 - - [2026-08-24 04:49:36] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.191 - - [2026-08-24 04:50:05] "GET /analytics HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.191 - - [2026-08-24 04:50:05] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.50 - - [2026-08-24 04:50:05] "GET /analytics HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.50 - - [2026-08-24 04:50:05] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.190 - - [2026-08-24 04:50:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.409935 [Introspect:8090]10.0.0.190 - - [2026-08-24 04:50:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001718 [API:8081]10.0.0.190 - - [2026-08-24 04:50:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.055912 [API:8081]10.0.0.190 - - [2026-08-24 04:51:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.057817 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.047712 [API:8081]10.0.0.191 - - [2026-08-24 04:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.191 - - [2026-08-24 04:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 04:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.190 - - [2026-08-24 04:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000427 [API:8081]10.0.0.191 - - [2026-08-24 04:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.191 - - [2026-08-24 04:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.50 - - [2026-08-24 04:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.50 - - [2026-08-24 04:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.190 - - [2026-08-24 04:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 04:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.50 - - [2026-08-24 04:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.50 - - [2026-08-24 04:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010849 [API:8081]10.0.0.190 - - [2026-08-24 04:53:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071133 [API:8081]10.0.0.190 - - [2026-08-24 04:53:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011809 [API:8081]10.0.0.190 - - [2026-08-24 04:54:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009440 [API:8081]10.0.0.190 - - [2026-08-24 04:54:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.059957 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.051067 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.045730 [API:8081]10.0.0.190 - - [2026-08-24 04:55:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.070014 [API:8081]10.0.0.190 - - [2026-08-24 04:56:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010317 [API:8081]10.0.0.190 - - [2026-08-24 04:56:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000405 [API:8081]10.0.0.190 - - [2026-08-24 04:56:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.067132 [API:8081]10.0.0.190 - - [2026-08-24 04:56:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.053391 [API:8081]10.0.0.190 - - [2026-08-24 04:56:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070326 [API:8081]10.0.0.191 - - [2026-08-24 04:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.191 - - [2026-08-24 04:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.190 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.190 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000492 [API:8081]10.0.0.191 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.191 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.50 - - [2026-08-24 04:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.50 - - [2026-08-24 04:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.190 - - [2026-08-24 04:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.190 - - [2026-08-24 04:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.50 - - [2026-08-24 04:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.50 - - [2026-08-24 04:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.190 - - [2026-08-24 04:57:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.059463 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002786 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002830 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002779 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002967 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003911 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002880 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002976 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002995 [API:8081]10.0.0.190 - - [2026-08-24 04:59:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058789 [API:8081]10.0.0.190 - - [2026-08-24 04:59:36] "GET /analytics HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.190 - - [2026-08-24 04:59:36] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.191 - - [2026-08-24 05:00:05] "GET /analytics HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.191 - - [2026-08-24 05:00:05] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.50 - - [2026-08-24 05:00:05] "GET /analytics HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.50 - - [2026-08-24 05:00:05] "GET /analytics HTTP/1.1" 401 206 0.000199 [API:8081]10.0.0.190 - - [2026-08-24 05:00:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.063162 [API:8081]10.0.0.191 - - [2026-08-24 05:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.191 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.190 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.190 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.191 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.191 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.50 - - [2026-08-24 05:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.50 - - [2026-08-24 05:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.190 - - [2026-08-24 05:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.190 - - [2026-08-24 05:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000473 [API:8081]10.0.0.50 - - [2026-08-24 05:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.50 - - [2026-08-24 05:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.190 - - [2026-08-24 05:02:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.190 - - [2026-08-24 05:02:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.065382 [API:8081]10.0.0.190 - - [2026-08-24 05:02:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070655 [API:8081]10.0.0.190 - - [2026-08-24 05:03:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.070678 [API:8081]10.0.0.190 - - [2026-08-24 05:05:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075751 [API:8081]10.0.0.190 - - [2026-08-24 05:06:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.056707 [API:8081]10.0.0.191 - - [2026-08-24 05:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.191 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.190 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.191 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.191 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.50 - - [2026-08-24 05:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.50 - - [2026-08-24 05:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.190 - - [2026-08-24 05:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.190 - - [2026-08-24 05:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.50 - - [2026-08-24 05:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.50 - - [2026-08-24 05:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002819 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003101 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002697 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002946 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003730 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002742 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002564 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002660 [API:8081]10.0.0.190 - - [2026-08-24 05:08:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072575 [API:8081]10.0.0.190 - - [2026-08-24 05:09:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.077434 [API:8081]10.0.0.190 - - [2026-08-24 05:09:36] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-24 05:09:36] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.191 - - [2026-08-24 05:10:05] "GET /analytics HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.191 - - [2026-08-24 05:10:05] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.50 - - [2026-08-24 05:10:05] "GET /analytics HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.50 - - [2026-08-24 05:10:05] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.190 - - [2026-08-24 05:11:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056770 [API:8081]10.0.0.191 - - [2026-08-24 05:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.191 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.190 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.190 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.191 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.191 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.50 - - [2026-08-24 05:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.50 - - [2026-08-24 05:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.190 - - [2026-08-24 05:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 05:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.50 - - [2026-08-24 05:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.50 - - [2026-08-24 05:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.190 - - [2026-08-24 05:12:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.065125 [Introspect:8090]10.0.0.50 - - [2026-08-24 05:14:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.002091