++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon May 25 02:09:29 AM UTC 2026 ===================' INFO: =================== Mon May 25 02:09:29 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ 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.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.252,10.20.0.249,10.20.0.241 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.241 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.73 ++ 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.73,10.0.0.19,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.73,10.0.0.19,10.0.0.131 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.73 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.73,10.0.0.19,10.0.0.131 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.73,10.0.0.19,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.19,10.20.0.249,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.19,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 2 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 05/25/2026 02:09:37.569 7f3ce6b87280 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/25/2026 02:09:37.726 7f3ce6b87280 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 05/25/2026 02:09:37.736 7f3ce6b87280 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/25/2026 02:09:37.736 7f3ce6b87280 [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.19: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.19 - - [2026-05-25 02:10:21] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.19 - - [2026-05-25 02:10:21] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.131 - - [2026-05-25 02:10:22] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.131 - - [2026-05-25 02:10:22] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.73 - - [2026-05-25 02:10:23] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.73 - - [2026-05-25 02:10:23] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.19 - - [2026-05-25 02:10:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.087073 [API:8081]10.0.0.19 - - [2026-05-25 02:10:52] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.19 - - [2026-05-25 02:10:52] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.131 - - [2026-05-25 02:10:53] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.131 - - [2026-05-25 02:10:53] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.73 - - [2026-05-25 02:10:54] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.73 - - [2026-05-25 02:10:54] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.19 - - [2026-05-25 02:11:22] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2026-05-25 02:11:22] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.131 - - [2026-05-25 02:11:23] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2026-05-25 02:11:23] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.19 - - [2026-05-25 02:12:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.074001 [API:8081]10.0.0.19 - - [2026-05-25 02:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.19 - - [2026-05-25 02:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2026-05-25 02:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.131 - - [2026-05-25 02:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2026-05-25 02:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.19 - - [2026-05-25 02:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.131 - - [2026-05-25 02:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2026-05-25 02:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.73 - - [2026-05-25 02:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000785 [API:8081]10.0.0.73 - - [2026-05-25 02:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.73 - - [2026-05-25 02:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.73 - - [2026-05-25 02:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [Introspect:8090]10.0.0.19 - - [2026-05-25 02:13:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001089 [Introspect:8090]10.0.0.19 - - [2026-05-25 02:13:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001500 [API:8081]10.0.0.19 - - [2026-05-25 02:13:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.080018 [Introspect:8090]10.0.0.73 - - [2026-05-25 02:15:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001125 [Introspect:8090]10.0.0.73 - - [2026-05-25 02:15:14] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000696 [API:8081]10.0.0.73 - - [2026-05-25 02:15:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.73 - - [2026-05-25 02:15:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12025 0.079851 [API:8081]10.0.0.73 - - [2026-05-25 02:15:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12025 0.113715 [API:8081]10.0.0.73 - - [2026-05-25 02:15:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.73 - - [2026-05-25 02:15:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.079150 [API:8081]10.0.0.19 - - [2026-05-25 02:15:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070162 [API:8081]10.0.0.19 - - [2026-05-25 02:16:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.108099 [API:8081]10.0.0.19 - - [2026-05-25 02:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-05-25 02:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2026-05-25 02:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.131 - - [2026-05-25 02:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.19 - - [2026-05-25 02:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.19 - - [2026-05-25 02:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.131 - - [2026-05-25 02:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2026-05-25 02:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2026-05-25 02:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.73 - - [2026-05-25 02:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.73 - - [2026-05-25 02:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-05-25 02:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2026-05-25 02:18:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098218 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002738 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002964 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002824 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002772 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003131 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002246 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002869 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003059 [API:8081]10.0.0.19 - - [2026-05-25 02:19:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.096865 [API:8081]10.0.0.73 - - [2026-05-25 02:20:54] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.73 - - [2026-05-25 02:20:54] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.73 - - [2026-05-25 02:21:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.73 - - [2026-05-25 02:21:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.079337 [API:8081]10.0.0.73 - - [2026-05-25 02:21:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.085184 [API:8081]10.0.0.19 - - [2026-05-25 02:21:22] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.19 - - [2026-05-25 02:21:22] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.131 - - [2026-05-25 02:21:23] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.131 - - [2026-05-25 02:21:23] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.19 - - [2026-05-25 02:21:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.131666 [API:8081]10.0.0.19 - - [2026-05-25 02:22:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.150882 [API:8081]10.0.0.19 - - [2026-05-25 02:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.19 - - [2026-05-25 02:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.131 - - [2026-05-25 02:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-05-25 02:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.19 - - [2026-05-25 02:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-05-25 02:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2026-05-25 02:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.131 - - [2026-05-25 02:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.73 - - [2026-05-25 02:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.73 - - [2026-05-25 02:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.73 - - [2026-05-25 02:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000684 [API:8081]10.0.0.73 - - [2026-05-25 02:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2026-05-25 02:24:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.138746 [API:8081]10.0.0.19 - - [2026-05-25 02:25:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.192283 [API:8081]10.0.0.19 - - [2026-05-25 02:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2026-05-25 02:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2026-05-25 02:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2026-05-25 02:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.19 - - [2026-05-25 02:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.19 - - [2026-05-25 02:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.131 - - [2026-05-25 02:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.131 - - [2026-05-25 02:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.73 - - [2026-05-25 02:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.73 - - [2026-05-25 02:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.086473 [API:8081]10.0.0.73 - - [2026-05-25 02:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.19 - - [2026-05-25 02:27:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.198934 [API:8081]10.0.0.73 - - [2026-05-25 02:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.73 - - [2026-05-25 02:27:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.450270 [API:8081]10.0.0.73 - - [2026-05-25 02:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.73 - - [2026-05-25 02:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.19 - - [2026-05-25 02:28:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.077198 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003076 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003119 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002856 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002517 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004711 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003911 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005197 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006132 [API:8081]10.0.0.73 - - [2026-05-25 02:29:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.064680 [API:8081]10.0.0.73 - - [2026-05-25 02:29:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.007526 [API:8081]10.0.0.73 - - [2026-05-25 02:29:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.012702 [API:8081]10.0.0.73 - - [2026-05-25 02:29:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.009547 [API:8081]10.0.0.73 - - [2026-05-25 02:30:54] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.73 - - [2026-05-25 02:30:54] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.19 - - [2026-05-25 02:30:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.138650 [API:8081]10.0.0.19 - - [2026-05-25 02:31:22] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-05-25 02:31:22] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.131 - - [2026-05-25 02:31:23] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.131 - - [2026-05-25 02:31:23] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-05-25 02:31:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.093114 [API:8081]10.0.0.19 - - [2026-05-25 02:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.19 - - [2026-05-25 02:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.131 - - [2026-05-25 02:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-05-25 02:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.19 - - [2026-05-25 02:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-05-25 02:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.131 - - [2026-05-25 02:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.131 - - [2026-05-25 02:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.73 - - [2026-05-25 02:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.73 - - [2026-05-25 02:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.73 - - [2026-05-25 02:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.73 - - [2026-05-25 02:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-05-25 02:33:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010284 [API:8081]10.0.0.73 - - [2026-05-25 02:33:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.072373 [API:8081]10.0.0.73 - - [2026-05-25 02:33:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.102843 [API:8081]10.0.0.73 - - [2026-05-25 02:33:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.020759 [API:8081]10.0.0.73 - - [2026-05-25 02:33:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.018580 [API:8081]10.0.0.73 - - [2026-05-25 02:33:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.021634 [API:8081]10.0.0.73 - - [2026-05-25 02:33:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.020803 [API:8081]10.0.0.73 - - [2026-05-25 02:33:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.020237 [API:8081]10.0.0.73 - - [2026-05-25 02:33:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.029677 [API:8081]10.0.0.73 - - [2026-05-25 02:33:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13005 0.019452 [API:8081]10.0.0.19 - - [2026-05-25 02:33:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069761 [API:8081]10.0.0.73 - - [2026-05-25 02:33:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12587 0.021370 [API:8081]10.0.0.73 - - [2026-05-25 02:33:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010334 [API:8081]10.0.0.73 - - [2026-05-25 02:34:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008364 [API:8081]10.0.0.19 - - [2026-05-25 02:34:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079473 [API:8081]10.0.0.73 - - [2026-05-25 02:36:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.73 - - [2026-05-25 02:36:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.071465 [API:8081]10.0.0.19 - - [2026-05-25 02:37:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091471 [API:8081]10.0.0.73 - - [2026-05-25 02:37:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12605 0.082164 [API:8081]10.0.0.73 - - [2026-05-25 02:37:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009381 [API:8081]10.0.0.73 - - [2026-05-25 02:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.73 - - [2026-05-25 02:37:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.071463 [API:8081]10.0.0.19 - - [2026-05-25 02:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-05-25 02:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.131 - - [2026-05-25 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-05-25 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.19 - - [2026-05-25 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-05-25 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2026-05-25 02:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.131 - - [2026-05-25 02:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.73 - - [2026-05-25 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.73 - - [2026-05-25 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.73 - - [2026-05-25 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.73 - - [2026-05-25 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.73 - - [2026-05-25 02:37:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.73 - - [2026-05-25 02:37:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.076025 [API:8081]10.0.0.73 - - [2026-05-25 02:37:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.091706 [API:8081]10.0.0.73 - - [2026-05-25 02:37:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.077258 [API:8081]10.0.0.19 - - [2026-05-25 02:38:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.141985 [API:8081]10.0.0.73 - - [2026-05-25 02:38:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13354 0.020062 [API:8081]10.0.0.73 - - [2026-05-25 02:38:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13354 0.019052 [API:8081]10.0.0.73 - - [2026-05-25 02:38:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011387 [API:8081]10.0.0.73 - - [2026-05-25 02:38:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010991 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13354 0.024164 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13354 0.029988 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010612 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002551 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002606 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003098 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002759 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003433 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003009 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002550 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002410 [API:8081]10.0.0.73 - - [2026-05-25 02:39:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13358 0.019878 [API:8081]10.0.0.73 - - [2026-05-25 02:39:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13358 0.022810 [API:8081]10.0.0.73 - - [2026-05-25 02:39:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13358 0.020256 [API:8081]10.0.0.73 - - [2026-05-25 02:39:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13358 0.030052 [API:8081]10.0.0.73 - - [2026-05-25 02:39:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13358 0.023381 [API:8081]10.0.0.73 - - [2026-05-25 02:39:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12990 0.023135 [API:8081]10.0.0.73 - - [2026-05-25 02:39:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009410 [API:8081]10.0.0.19 - - [2026-05-25 02:40:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096943 [API:8081]10.0.0.73 - - [2026-05-25 02:40:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009455 [API:8081]10.0.0.73 - - [2026-05-25 02:40:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12986 0.018682 [API:8081]10.0.0.73 - - [2026-05-25 02:40:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12986 0.021971 [API:8081]10.0.0.73 - - [2026-05-25 02:40:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12986 0.021099 [API:8081]10.0.0.73 - - [2026-05-25 02:40:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12986 0.019907 [API:8081]10.0.0.73 - - [2026-05-25 02:40:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12986 0.023087 [API:8081]10.0.0.73 - - [2026-05-25 02:40:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12986 0.023035 [API:8081]10.0.0.73 - - [2026-05-25 02:40:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12986 0.021161 [API:8081]10.0.0.73 - - [2026-05-25 02:40:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12986 0.022033 [API:8081]10.0.0.73 - - [2026-05-25 02:40:54] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.73 - - [2026-05-25 02:40:54] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.73 - - [2026-05-25 02:40:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12770 0.029574 [API:8081]10.0.0.73 - - [2026-05-25 02:40:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009079 [API:8081]10.0.0.19 - - [2026-05-25 02:41:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.087457 [API:8081]10.0.0.73 - - [2026-05-25 02:41:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.73 - - [2026-05-25 02:41:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.077556 [API:8081]10.0.0.73 - - [2026-05-25 02:41:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.064553 [API:8081]10.0.0.73 - - [2026-05-25 02:41:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.089475 [API:8081]10.0.0.19 - - [2026-05-25 02:41:22] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.19 - - [2026-05-25 02:41:22] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.131 - - [2026-05-25 02:41:23] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.131 - - [2026-05-25 02:41:23] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13365 0.023369 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13365 0.019776 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009540 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009562 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13365 0.022830 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13365 0.025461 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011607 [API:8081]10.0.0.19 - - [2026-05-25 02:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.19 - - [2026-05-25 02:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2026-05-25 02:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.131 - - [2026-05-25 02:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.19 - - [2026-05-25 02:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-05-25 02:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2026-05-25 02:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-05-25 02:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.73 - - [2026-05-25 02:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.73 - - [2026-05-25 02:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-05-25 02:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.73 - - [2026-05-25 02:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.73 - - [2026-05-25 02:43:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13376 0.022451 [API:8081]10.0.0.73 - - [2026-05-25 02:43:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13376 0.023614 [API:8081]10.0.0.19 - - [2026-05-25 02:43:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081391 [API:8081]10.0.0.73 - - [2026-05-25 02:43:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13376 0.017465 [API:8081]10.0.0.73 - - [2026-05-25 02:43:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13376 0.024211 [API:8081]10.0.0.73 - - [2026-05-25 02:43:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13376 0.023931 [API:8081]10.0.0.73 - - [2026-05-25 02:43:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13376 0.024399 [API:8081]10.0.0.73 - - [2026-05-25 02:43:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13376 0.024527 [API:8081]10.0.0.73 - - [2026-05-25 02:43:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13376 0.023694 [API:8081]10.0.0.73 - - [2026-05-25 02:43:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12988 0.024562 [API:8081]10.0.0.73 - - [2026-05-25 02:43:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010899 [API:8081]10.0.0.73 - - [2026-05-25 02:43:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010216 [API:8081]10.0.0.73 - - [2026-05-25 02:44:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13001 0.019181 [API:8081]10.0.0.73 - - [2026-05-25 02:44:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13000 0.022739 [API:8081]10.0.0.73 - - [2026-05-25 02:44:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13000 0.024611 [API:8081]10.0.0.19 - - [2026-05-25 02:44:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.085107 [API:8081]10.0.0.73 - - [2026-05-25 02:44:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13000 0.024118 [API:8081]10.0.0.73 - - [2026-05-25 02:44:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13000 0.019721 [API:8081]10.0.0.73 - - [2026-05-25 02:44:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13000 0.020149 [API:8081]10.0.0.73 - - [2026-05-25 02:44:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13000 0.027199 [API:8081]10.0.0.73 - - [2026-05-25 02:44:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13000 0.020650 [API:8081]10.0.0.73 - - [2026-05-25 02:44:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13000 0.024518 [API:8081]10.0.0.73 - - [2026-05-25 02:44:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12594 0.020528 [API:8081]10.0.0.73 - - [2026-05-25 02:44:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011809 [API:8081]10.0.0.73 - - [2026-05-25 02:44:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.73 - - [2026-05-25 02:44:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.077259 [API:8081]10.0.0.73 - - [2026-05-25 02:44:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.077943 [API:8081]10.0.0.19 - - [2026-05-25 02:46:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070801 [API:8081]10.0.0.73 - - [2026-05-25 02:47:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.73 - - [2026-05-25 02:47:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.118058 [API:8081]10.0.0.19 - - [2026-05-25 02:47:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.408503 [API:8081]10.0.0.19 - - [2026-05-25 02:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.19 - - [2026-05-25 02:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.131 - - [2026-05-25 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-05-25 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.19 - - [2026-05-25 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-05-25 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.131 - - [2026-05-25 02:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.131 - - [2026-05-25 02:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.73 - - [2026-05-25 02:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.73 - - [2026-05-25 02:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-05-25 02:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.73 - - [2026-05-25 02:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.19 - - [2026-05-25 02:49:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078141 [API:8081]10.0.0.73 - - [2026-05-25 02:49:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13041 0.019149 [API:8081]10.0.0.73 - - [2026-05-25 02:49:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13041 0.082803 [API:8081]10.0.0.73 - - [2026-05-25 02:49:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13041 0.076093 [API:8081]10.0.0.73 - - [2026-05-25 02:49:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12610 0.022246 [API:8081]10.0.0.73 - - [2026-05-25 02:49:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009324 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002737 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002765 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002490 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002738 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003447 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002876 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002747 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002524 [API:8081]10.0.0.73 - - [2026-05-25 02:49:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.73 - - [2026-05-25 02:49:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.065632 [API:8081]10.0.0.73 - - [2026-05-25 02:49:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.062936 [API:8081]10.0.0.19 - - [2026-05-25 02:50:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.081619 [API:8081]10.0.0.73 - - [2026-05-25 02:50:54] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2026-05-25 02:50:54] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.19 - - [2026-05-25 02:51:22] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2026-05-25 02:51:22] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.131 - - [2026-05-25 02:51:23] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.131 - - [2026-05-25 02:51:23] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.19 - - [2026-05-25 02:52:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.138811 [API:8081]10.0.0.19 - - [2026-05-25 02:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.19 - - [2026-05-25 02:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2026-05-25 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.131 - - [2026-05-25 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-05-25 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000593 [API:8081]10.0.0.19 - - [2026-05-25 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.131 - - [2026-05-25 02:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.131 - - [2026-05-25 02:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.73 - - [2026-05-25 02:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2026-05-25 02:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.73 - - [2026-05-25 02:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.73 - - [2026-05-25 02:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-05-25 02:53:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.075613 [API:8081]10.0.0.73 - - [2026-05-25 02:53:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.071790 [API:8081]10.0.0.73 - - [2026-05-25 02:53:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.022135 [API:8081]10.0.0.73 - - [2026-05-25 02:53:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.020669 [API:8081]10.0.0.73 - - [2026-05-25 02:53:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.032068 [API:8081]10.0.0.73 - - [2026-05-25 02:53:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.024373 [API:8081]10.0.0.73 - - [2026-05-25 02:53:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.019572 [API:8081]10.0.0.73 - - [2026-05-25 02:53:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.023175 [API:8081]10.0.0.73 - - [2026-05-25 02:53:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.020027 [API:8081]10.0.0.73 - - [2026-05-25 02:53:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.019618 [API:8081]10.0.0.73 - - [2026-05-25 02:53:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13025 0.022259 [API:8081]10.0.0.73 - - [2026-05-25 02:53:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12608 0.027014 [API:8081]10.0.0.73 - - [2026-05-25 02:53:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008962 [API:8081]10.0.0.73 - - [2026-05-25 02:54:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.73 - - [2026-05-25 02:54:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.070300 [API:8081]10.0.0.73 - - [2026-05-25 02:54:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.076996 [API:8081]10.0.0.19 - - [2026-05-25 02:55:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065556 [API:8081]10.0.0.19 - - [2026-05-25 02:56:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.090910 [API:8081]10.0.0.73 - - [2026-05-25 02:57:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008740 [API:8081]10.0.0.73 - - [2026-05-25 02:57:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13022 0.078252 [API:8081]10.0.0.73 - - [2026-05-25 02:57:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13022 0.020000 [API:8081]10.0.0.73 - - [2026-05-25 02:57:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13022 0.020012 [API:8081]10.0.0.73 - - [2026-05-25 02:57:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13022 0.023891 [API:8081]10.0.0.73 - - [2026-05-25 02:57:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13022 0.025078 [API:8081]10.0.0.73 - - [2026-05-25 02:57:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13022 0.020170 [API:8081]10.0.0.19 - - [2026-05-25 02:57:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.19 - - [2026-05-25 02:57:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-05-25 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.131 - - [2026-05-25 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.19 - - [2026-05-25 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.19 - - [2026-05-25 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.131 - - [2026-05-25 02:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.131 - - [2026-05-25 02:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.73 - - [2026-05-25 02:57:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13022 0.018037 [API:8081]10.0.0.73 - - [2026-05-25 02:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.73 - - [2026-05-25 02:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.73 - - [2026-05-25 02:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.73 - - [2026-05-25 02:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.73 - - [2026-05-25 02:57:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13022 0.020615 [API:8081]10.0.0.73 - - [2026-05-25 02:57:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 12608 0.023920 [API:8081]10.0.0.73 - - [2026-05-25 02:57:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008188 [API:8081]10.0.0.19 - - [2026-05-25 02:58:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072983 [API:8081]10.0.0.19 - - [2026-05-25 02:59:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.087564 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002877 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002843 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002684 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002743 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003546 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002417 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002670 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002409 [API:8081]10.0.0.73 - - [2026-05-25 03:00:54] "GET /analytics HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.73 - - [2026-05-25 03:00:54] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.19 - - [2026-05-25 03:01:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077032 [API:8081]10.0.0.19 - - [2026-05-25 03:01:22] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.19 - - [2026-05-25 03:01:22] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.131 - - [2026-05-25 03:01:23] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2026-05-25 03:01:23] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.73 - - [2026-05-25 03:01:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.73 - - [2026-05-25 03:01:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.073575 [API:8081]10.0.0.19 - - [2026-05-25 03:02:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073897 [API:8081]10.0.0.19 - - [2026-05-25 03:02:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2026-05-25 03:02:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.131 - - [2026-05-25 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.131 - - [2026-05-25 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-05-25 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-05-25 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.131 - - [2026-05-25 03:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-05-25 03:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.73 - - [2026-05-25 03:02:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.73 - - [2026-05-25 03:02:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.73 - - [2026-05-25 03:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.73 - - [2026-05-25 03:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.73 - - [2026-05-25 03:03:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.068509 [API:8081]10.0.0.19 - - [2026-05-25 03:04:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078228 [API:8081]10.0.0.73 - - [2026-05-25 03:04:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.73 - - [2026-05-25 03:04:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.073562 [API:8081]10.0.0.19 - - [2026-05-25 03:05:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.084039 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13231 0.081862 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13231 0.022623 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.079074 [API:8081]10.0.0.73 - - [2026-05-25 03:05:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009665 [API:8081]10.0.0.19 - - [2026-05-25 03:07:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075541 [API:8081]10.0.0.19 - - [2026-05-25 03:07:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-05-25 03:07:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2026-05-25 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.131 - - [2026-05-25 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.19 - - [2026-05-25 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.19 - - [2026-05-25 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.131 - - [2026-05-25 03:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.131 - - [2026-05-25 03:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.73 - - [2026-05-25 03:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.73 - - [2026-05-25 03:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.73 - - [2026-05-25 03:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.73 - - [2026-05-25 03:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2026-05-25 03:08:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.083846 [API:8081]10.0.0.73 - - [2026-05-25 03:09:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.73 - - [2026-05-25 03:09:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1926 0.074482 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003442 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002802 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002624 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002455 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003349 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002829 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002568 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002923 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.080496 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.083610 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011045 [API:8081]10.0.0.73 - - [2026-05-25 03:10:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010450 [API:8081]10.0.0.19 - - [2026-05-25 03:10:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062335 [API:8081]10.0.0.73 - - [2026-05-25 03:10:54] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.73 - - [2026-05-25 03:10:54] "GET /analytics HTTP/1.1" 401 205 0.000116 [API:8081]10.0.0.19 - - [2026-05-25 03:11:22] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.19 - - [2026-05-25 03:11:22] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.131 - - [2026-05-25 03:11:23] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.131 - - [2026-05-25 03:11:23] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.19 - - [2026-05-25 03:11:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079613 [API:8081]10.0.0.73 - - [2026-05-25 03:12:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009253 [API:8081]10.0.0.73 - - [2026-05-25 03:12:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.019374 [API:8081]10.0.0.73 - - [2026-05-25 03:12:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.020199 [API:8081]10.0.0.73 - - [2026-05-25 03:12:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.021898 [API:8081]10.0.0.73 - - [2026-05-25 03:12:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.019666 [API:8081]10.0.0.73 - - [2026-05-25 03:12:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.025361 [API:8081]10.0.0.73 - - [2026-05-25 03:12:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.025134 [API:8081]10.0.0.19 - - [2026-05-25 03:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-05-25 03:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.73 - - [2026-05-25 03:12:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.018122 [API:8081]10.0.0.131 - - [2026-05-25 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.131 - - [2026-05-25 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000502 [API:8081]10.0.0.19 - - [2026-05-25 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-05-25 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2026-05-25 03:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.131 - - [2026-05-25 03:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.73 - - [2026-05-25 03:12:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.021282 [API:8081]10.0.0.73 - - [2026-05-25 03:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.73 - - [2026-05-25 03:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.73 - - [2026-05-25 03:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2026-05-25 03:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.73 - - [2026-05-25 03:12:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13830 0.020045 [API:8081]10.0.0.73 - - [2026-05-25 03:12:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13209 0.019282 [API:8081]10.0.0.73 - - [2026-05-25 03:12:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009972 [API:8081]10.0.0.73 - - [2026-05-25 03:13:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.73 - - [2026-05-25 03:13:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1890 0.072618 [API:8081]10.0.0.19 - - [2026-05-25 03:13:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078842 [API:8081]10.0.0.73 - - [2026-05-25 03:13:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13786 0.093010 [API:8081]10.0.0.73 - - [2026-05-25 03:13:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13786 0.023263 [API:8081]10.0.0.73 - - [2026-05-25 03:13:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.065635 [API:8081]10.0.0.73 - - [2026-05-25 03:14:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010395 [API:8081]10.0.0.19 - - [2026-05-25 03:14:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.080376 [API:8081]10.0.0.19 - - [2026-05-25 03:16:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075505 [API:8081]10.0.0.73 - - [2026-05-25 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.73 - - [2026-05-25 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.073285 [API:8081]10.0.0.73 - - [2026-05-25 03:17:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.070220 [API:8081]10.0.0.73 - - [2026-05-25 03:17:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.070641 [API:8081]10.0.0.19 - - [2026-05-25 03:17:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.108938 [API:8081]10.0.0.73 - - [2026-05-25 03:17:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.009621 [API:8081]10.0.0.19 - - [2026-05-25 03:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.19 - - [2026-05-25 03:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.131 - - [2026-05-25 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-05-25 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.19 - - [2026-05-25 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.73 - - [2026-05-25 03:17:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.008647 [API:8081]10.0.0.19 - - [2026-05-25 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.131 - - [2026-05-25 03:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.131 - - [2026-05-25 03:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.73 - - [2026-05-25 03:17:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.010058 [API:8081]10.0.0.73 - - [2026-05-25 03:17:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2966 0.010693 [API:8081]10.0.0.73 - - [2026-05-25 03:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.73 - - [2026-05-25 03:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.73 - - [2026-05-25 03:17:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3192 0.008003 [API:8081]10.0.0.73 - - [2026-05-25 03:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.73 - - [2026-05-25 03:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-05-25 03:18:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.001463 [API:8081]10.0.0.73 - - [2026-05-25 03:18:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.065103 [API:8081]10.0.0.73 - - [2026-05-25 03:18:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.079565 [API:8081]10.0.0.73 - - [2026-05-25 03:18:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2748 0.094049 [API:8081]10.0.0.73 - - [2026-05-25 03:18:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.010537 [API:8081]10.0.0.73 - - [2026-05-25 03:18:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.010387 [API:8081]10.0.0.73 - - [2026-05-25 03:18:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.012122 [API:8081]10.0.0.73 - - [2026-05-25 03:18:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.73 - - [2026-05-25 03:18:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.081287 [API:8081]10.0.0.73 - - [2026-05-25 03:18:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.079335 [API:8081]10.0.0.73 - - [2026-05-25 03:18:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.100766 [API:8081]10.0.0.73 - - [2026-05-25 03:18:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.010681 [API:8081]10.0.0.73 - - [2026-05-25 03:19:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.016097 [API:8081]10.0.0.73 - - [2026-05-25 03:19:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.010652 [API:8081]10.0.0.73 - - [2026-05-25 03:19:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.010674 [API:8081]10.0.0.73 - - [2026-05-25 03:19:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2958 0.009823 [API:8081]10.0.0.19 - - [2026-05-25 03:19:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.428763 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002499 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003447 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003783 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002798 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003795 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002737 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002776 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002363 [API:8081]10.0.0.73 - - [2026-05-25 03:19:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-05-25 03:19:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.078867 [API:8081]10.0.0.73 - - [2026-05-25 03:19:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.066721 [API:8081]10.0.0.73 - - [2026-05-25 03:19:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2540 0.071803 [API:8081]10.0.0.73 - - [2026-05-25 03:19:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2772 0.009971 [API:8081]10.0.0.73 - - [2026-05-25 03:19:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3006 0.009756 [API:8081]10.0.0.19 - - [2026-05-25 03:20:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.092766 [API:8081]10.0.0.73 - - [2026-05-25 03:20:54] "GET /analytics HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.73 - - [2026-05-25 03:20:54] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.19 - - [2026-05-25 03:21:22] "GET /analytics HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.19 - - [2026-05-25 03:21:22] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.131 - - [2026-05-25 03:21:23] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-05-25 03:21:23] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.19 - - [2026-05-25 03:22:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073718 [API:8081]10.0.0.19 - - [2026-05-25 03:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-05-25 03:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-05-25 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.131 - - [2026-05-25 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.19 - - [2026-05-25 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-05-25 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2026-05-25 03:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2026-05-25 03:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.73 - - [2026-05-25 03:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.73 - - [2026-05-25 03:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.73 - - [2026-05-25 03:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000767 [API:8081]10.0.0.73 - - [2026-05-25 03:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.19 - - [2026-05-25 03:23:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079424 [API:8081]10.0.0.19 - - [2026-05-25 03:25:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068283 [API:8081]10.0.0.19 - - [2026-05-25 03:26:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.190185 [API:8081]10.0.0.73 - - [2026-05-25 03:26:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.73 - - [2026-05-25 03:26:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.076869 [API:8081]10.0.0.73 - - [2026-05-25 03:26:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.087558 [API:8081]10.0.0.19 - - [2026-05-25 03:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-05-25 03:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-05-25 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.131 - - [2026-05-25 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-05-25 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-05-25 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.131 - - [2026-05-25 03:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-05-25 03:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-05-25 03:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000573 [API:8081]10.0.0.73 - - [2026-05-25 03:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.73 - - [2026-05-25 03:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.73 - - [2026-05-25 03:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.19 - - [2026-05-25 03:28:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083506 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003913 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003202 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003012 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004046 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003328 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002722 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002650 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002483 [API:8081]10.0.0.19 - - [2026-05-25 03:29:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.076462 [API:8081]10.0.0.73 - - [2026-05-25 03:30:54] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.73 - - [2026-05-25 03:30:54] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.19 - - [2026-05-25 03:31:22] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-05-25 03:31:22] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.131 - - [2026-05-25 03:31:23] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.131 - - [2026-05-25 03:31:23] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.73 - - [2026-05-25 03:31:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.73 - - [2026-05-25 03:31:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.083779 [API:8081]10.0.0.19 - - [2026-05-25 03:31:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077099 [API:8081]10.0.0.73 - - [2026-05-25 03:32:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-05-25 03:32:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.063142 [API:8081]10.0.0.19 - - [2026-05-25 03:32:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.067751 [API:8081]10.0.0.19 - - [2026-05-25 03:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-05-25 03:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.131 - - [2026-05-25 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.131 - - [2026-05-25 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.19 - - [2026-05-25 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-05-25 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.131 - - [2026-05-25 03:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.131 - - [2026-05-25 03:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.73 - - [2026-05-25 03:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-05-25 03:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-05-25 03:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.73 - - [2026-05-25 03:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.19 - - [2026-05-25 03:34:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077544 [API:8081]10.0.0.19 - - [2026-05-25 03:35:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079107 [API:8081]10.0.0.19 - - [2026-05-25 03:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-05-25 03:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.131 - - [2026-05-25 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.131 - - [2026-05-25 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.19 - - [2026-05-25 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-05-25 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.131 - - [2026-05-25 03:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.131 - - [2026-05-25 03:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.19 - - [2026-05-25 03:37:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.154796 [API:8081]10.0.0.73 - - [2026-05-25 03:37:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.73 - - [2026-05-25 03:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.73 - - [2026-05-25 03:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2026-05-25 03:37:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.73 - - [2026-05-25 03:38:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.73 - - [2026-05-25 03:38:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.075512 [API:8081]10.0.0.19 - - [2026-05-25 03:38:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.085332 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002755 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002653 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002832 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002705 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003431 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002563 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002679 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002466 [API:8081]10.0.0.19 - - [2026-05-25 03:40:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.117921 [API:8081]10.0.0.73 - - [2026-05-25 03:40:54] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2026-05-25 03:40:54] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.19 - - [2026-05-25 03:41:22] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.19 - - [2026-05-25 03:41:22] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.131 - - [2026-05-25 03:41:23] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2026-05-25 03:41:23] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.19 - - [2026-05-25 03:41:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.117056 [API:8081]10.0.0.19 - - [2026-05-25 03:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.19 - - [2026-05-25 03:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.131 - - [2026-05-25 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-05-25 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2026-05-25 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-05-25 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.131 - - [2026-05-25 03:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.131 - - [2026-05-25 03:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.73 - - [2026-05-25 03:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.73 - - [2026-05-25 03:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.73 - - [2026-05-25 03:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.73 - - [2026-05-25 03:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-05-25 03:43:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095446 [API:8081]10.0.0.73 - - [2026-05-25 03:44:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.73 - - [2026-05-25 03:44:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14164 0.088588 [API:8081]10.0.0.73 - - [2026-05-25 03:44:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14164 0.098244 [API:8081]10.0.0.73 - - [2026-05-25 03:44:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.079077 [API:8081]10.0.0.73 - - [2026-05-25 03:44:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.014481 [API:8081]10.0.0.73 - - [2026-05-25 03:44:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14164 0.024483 [API:8081]10.0.0.73 - - [2026-05-25 03:44:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14164 0.029325 [API:8081]10.0.0.73 - - [2026-05-25 03:44:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14164 0.023265 [API:8081]10.0.0.73 - - [2026-05-25 03:44:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14164 0.020976 [API:8081]10.0.0.73 - - [2026-05-25 03:44:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 13977 0.031345 [API:8081]10.0.0.73 - - [2026-05-25 03:44:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012582 [API:8081]10.0.0.19 - - [2026-05-25 03:44:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086047 [API:8081]10.0.0.19 - - [2026-05-25 03:46:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.154251 [API:8081]10.0.0.19 - - [2026-05-25 03:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.19 - - [2026-05-25 03:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.131 - - [2026-05-25 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.131 - - [2026-05-25 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.19 - - [2026-05-25 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-05-25 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.131 - - [2026-05-25 03:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.131 - - [2026-05-25 03:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.73 - - [2026-05-25 03:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.73 - - [2026-05-25 03:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000423 [API:8081]10.0.0.73 - - [2026-05-25 03:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-05-25 03:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.19 - - [2026-05-25 03:48:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086275 [API:8081]10.0.0.73 - - [2026-05-25 03:48:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.73 - - [2026-05-25 03:48:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2094 0.105916 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003636 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002836 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003180 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002899 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004441 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004035 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003625 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003978 [API:8081]10.0.0.19 - - [2026-05-25 03:50:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074957 [API:8081]10.0.0.73 - - [2026-05-25 03:50:54] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.73 - - [2026-05-25 03:50:54] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.19 - - [2026-05-25 03:51:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086920 [API:8081]10.0.0.19 - - [2026-05-25 03:51:22] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-05-25 03:51:22] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.131 - - [2026-05-25 03:51:23] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.131 - - [2026-05-25 03:51:23] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.73 - - [2026-05-25 03:52:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-05-25 03:52:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2298 0.073801 [API:8081]10.0.0.19 - - [2026-05-25 03:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.19 - - [2026-05-25 03:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-05-25 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.131 - - [2026-05-25 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-05-25 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.19 - - [2026-05-25 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.131 - - [2026-05-25 03:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000477 [API:8081]10.0.0.131 - - [2026-05-25 03:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2026-05-25 03:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.73 - - [2026-05-25 03:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.73 - - [2026-05-25 03:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2026-05-25 03:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.19 - - [2026-05-25 03:53:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073646 [API:8081]10.0.0.19 - - [2026-05-25 03:54:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.080095 [API:8081]10.0.0.73 - - [2026-05-25 03:54:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.73 - - [2026-05-25 03:54:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.106341 [API:8081]10.0.0.19 - - [2026-05-25 03:56:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073635 [API:8081]10.0.0.73 - - [2026-05-25 03:56:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.73 - - [2026-05-25 03:56:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2368 0.085771 [API:8081]10.0.0.73 - - [2026-05-25 03:57:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.096818 [API:8081]10.0.0.73 - - [2026-05-25 03:57:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.146165 [API:8081]10.0.0.73 - - [2026-05-25 03:57:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.011322 [API:8081]10.0.0.19 - - [2026-05-25 03:57:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.068689 [API:8081]10.0.0.73 - - [2026-05-25 03:57:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.009824 [API:8081]10.0.0.73 - - [2026-05-25 03:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.009444 [API:8081]10.0.0.73 - - [2026-05-25 03:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.011724 [API:8081]10.0.0.19 - - [2026-05-25 03:57:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.19 - - [2026-05-25 03:57:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000506 [API:8081]10.0.0.73 - - [2026-05-25 03:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.013311 [API:8081]10.0.0.131 - - [2026-05-25 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.131 - - [2026-05-25 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-05-25 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.19 - - [2026-05-25 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.73 - - [2026-05-25 03:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.008833 [API:8081]10.0.0.131 - - [2026-05-25 03:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.131 - - [2026-05-25 03:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.73 - - [2026-05-25 03:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.73 - - [2026-05-25 03:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-05-25 03:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.73 - - [2026-05-25 03:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.19 - - [2026-05-25 03:59:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076376 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002788 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002898 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002575 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002743 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004065 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003779 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003704 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003393 [API:8081]10.0.0.19 - - [2026-05-25 04:00:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073381 [API:8081]10.0.0.73 - - [2026-05-25 04:00:54] "GET /analytics HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.73 - - [2026-05-25 04:00:54] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.19 - - [2026-05-25 04:01:22] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-05-25 04:01:22] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.131 - - [2026-05-25 04:01:23] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.131 - - [2026-05-25 04:01:23] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.73 - - [2026-05-25 04:01:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14886 0.102445 [API:8081]10.0.0.19 - - [2026-05-25 04:02:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097977 [API:8081]10.0.0.19 - - [2026-05-25 04:02:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-05-25 04:02:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-05-25 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.131 - - [2026-05-25 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-05-25 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2026-05-25 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-05-25 04:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.131 - - [2026-05-25 04:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-05-25 04:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-05-25 04:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-05-25 04:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.73 - - [2026-05-25 04:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-05-25 04:03:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.081116 [API:8081]10.0.0.19 - - [2026-05-25 04:05:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075388 [API:8081]10.0.0.19 - - [2026-05-25 04:06:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086074 [API:8081]10.0.0.19 - - [2026-05-25 04:07:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.19 - - [2026-05-25 04:07:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.131 - - [2026-05-25 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.131 - - [2026-05-25 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-05-25 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.19 - - [2026-05-25 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.131 - - [2026-05-25 04:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2026-05-25 04:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.73 - - [2026-05-25 04:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000797 [API:8081]10.0.0.73 - - [2026-05-25 04:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.73 - - [2026-05-25 04:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-05-25 04:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.19 - - [2026-05-25 04:08:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075809 [API:8081]10.0.0.19 - - [2026-05-25 04:09:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.080945 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004014 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004214 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006481 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003340 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004334 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004284 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003401 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004261 [API:8081]10.0.0.73 - - [2026-05-25 04:10:54] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.73 - - [2026-05-25 04:10:54] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.19 - - [2026-05-25 04:11:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088475 [API:8081]10.0.0.19 - - [2026-05-25 04:11:22] "GET /analytics HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.19 - - [2026-05-25 04:11:22] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.131 - - [2026-05-25 04:11:23] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2026-05-25 04:11:23] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.19 - - [2026-05-25 04:12:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086863 [API:8081]10.0.0.19 - - [2026-05-25 04:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000536 [API:8081]10.0.0.19 - - [2026-05-25 04:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.131 - - [2026-05-25 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.131 - - [2026-05-25 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-05-25 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.19 - - [2026-05-25 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-05-25 04:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000513 [API:8081]10.0.0.131 - - [2026-05-25 04:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.73 - - [2026-05-25 04:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.73 - - [2026-05-25 04:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-05-25 04:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.73 - - [2026-05-25 04:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.19 - - [2026-05-25 04:14:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.165707 [API:8081]10.0.0.73 - - [2026-05-25 04:14:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.73 - - [2026-05-25 04:14:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.101058 [API:8081]10.0.0.19 - - [2026-05-25 04:15:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.092328 [API:8081]10.0.0.73 - - [2026-05-25 04:15:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14152 0.087805 [API:8081]10.0.0.73 - - [2026-05-25 04:15:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 14152 0.020292 [API:8081]10.0.0.73 - - [2026-05-25 04:15:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.069648 [API:8081]10.0.0.73 - - [2026-05-25 04:15:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009334 [API:8081]10.0.0.19 - - [2026-05-25 04:17:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.074979 [API:8081]10.0.0.19 - - [2026-05-25 04:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.19 - - [2026-05-25 04:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2026-05-25 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.131 - - [2026-05-25 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.19 - - [2026-05-25 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-05-25 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.131 - - [2026-05-25 04:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2026-05-25 04:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.73 - - [2026-05-25 04:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.73 - - [2026-05-25 04:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.73 - - [2026-05-25 04:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.73 - - [2026-05-25 04:17:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2026-05-25 04:18:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.019401 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13071 0.024497 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13071 0.020962 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009641 [API:8081]10.0.0.19 - - [2026-05-25 04:18:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.085406 [API:8081]10.0.0.73 - - [2026-05-25 04:19:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13739 0.021303 [API:8081]10.0.0.73 - - [2026-05-25 04:19:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13739 0.020774 [API:8081]10.0.0.73 - - [2026-05-25 04:19:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13378 0.020833 [API:8081]10.0.0.73 - - [2026-05-25 04:19:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010859 [API:8081]10.0.0.73 - - [2026-05-25 04:19:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.013192 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005563 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004336 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004595 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004117 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004618 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004568 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003746 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005115 [API:8081]10.0.0.19 - - [2026-05-25 04:20:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.146278 [API:8081]10.0.0.73 - - [2026-05-25 04:20:54] "GET /analytics HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.73 - - [2026-05-25 04:20:54] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.19 - - [2026-05-25 04:21:22] "GET /analytics HTTP/1.1" 401 205 0.000544 [API:8081]10.0.0.19 - - [2026-05-25 04:21:22] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.131 - - [2026-05-25 04:21:23] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2026-05-25 04:21:23] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.19 - - [2026-05-25 04:21:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.090382 [API:8081]10.0.0.73 - - [2026-05-25 04:22:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.73 - - [2026-05-25 04:22:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.100492 [API:8081]10.0.0.73 - - [2026-05-25 04:22:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.089763 [API:8081]10.0.0.73 - - [2026-05-25 04:22:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000448 [API:8081]10.0.0.73 - - [2026-05-25 04:22:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.190485 [API:8081]10.0.0.73 - - [2026-05-25 04:22:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.026929 [API:8081]10.0.0.73 - - [2026-05-25 04:22:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.105753 [API:8081]10.0.0.73 - - [2026-05-25 04:22:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.027928 [API:8081]10.0.0.73 - - [2026-05-25 04:22:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.021427 [API:8081]10.0.0.73 - - [2026-05-25 04:22:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.021671 [API:8081]10.0.0.73 - - [2026-05-25 04:22:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.025660 [API:8081]10.0.0.19 - - [2026-05-25 04:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.19 - - [2026-05-25 04:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.131 - - [2026-05-25 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000673 [API:8081]10.0.0.131 - - [2026-05-25 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-05-25 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-05-25 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.73 - - [2026-05-25 04:22:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13959 0.022012 [API:8081]10.0.0.131 - - [2026-05-25 04:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000515 [API:8081]10.0.0.131 - - [2026-05-25 04:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13666 0.020995 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.010290 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.73 - - [2026-05-25 04:22:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.73 - - [2026-05-25 04:23:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 401 205 0.000329 --- 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-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14525834' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project '6ea7c606e3be499082c432c4aeae02fe' 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-27594681', 'ctest-TestRbacBasic-27594681-52214999'], 'virtual_network', 'da3a1aea-9e87-411d-a04d-f5950adf9d2d', "Permission Denied for ['ctest-TestRbacBasic-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14525834' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project '6ea7c606e3be499082c432c4aeae02fe'"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 403 198 0.433394 [API:8081]10.0.0.73 - - [2026-05-25 04:23:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 401 205 0.000263 --- 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-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-27594681' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project 'f152281b610a41f9b7ecef5bbba85ad9' 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-27594681', 'ctest-TestRbacBasic-27594681-52214999'], 'virtual_network', 'da3a1aea-9e87-411d-a04d-f5950adf9d2d', "Permission Denied for ['ctest-TestRbacBasic-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-27594681' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project 'f152281b610a41f9b7ecef5bbba85ad9'"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 403 198 0.114547 [API:8081]10.0.0.73 - - [2026-05-25 04:23:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.19 - - [2026-05-25 04:23:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.411367 [API:8081]10.0.0.73 - - [2026-05-25 04:23:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.399645 [API:8081]10.0.0.73 - - [2026-05-25 04:23:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 401 205 0.000260 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113 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-25973113', 'ctest-TestRbacBasic-25973113-78648068'], 'virtual_network', '2259e978-2c31-4f2a-98d6-09d544c0d82b', "Permission Denied for ctest-TestRbacBasic-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 403 198 0.157101 --- 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-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113 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-25973113', 'ctest-TestRbacBasic-25973113-78648068'], 'virtual_network', '2259e978-2c31-4f2a-98d6-09d544c0d82b', "Permission Denied for ctest-TestRbacBasic-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 403 198 0.045125 --- 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-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113 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-25973113', 'ctest-TestRbacBasic-25973113-78648068'], 'virtual_network', '2259e978-2c31-4f2a-98d6-09d544c0d82b', "Permission Denied for ctest-TestRbacBasic-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 403 198 0.121686 [API:8081]10.0.0.73 - - [2026-05-25 04:23:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 401 205 0.000328 --- 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-59020920 as ['ctest-TestRbacBasic-01170782'] to R virtual-network in ctest-TestRbacBasic-25973113 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-25973113', 'ctest-TestRbacBasic-25973113-78648068'], 'virtual_network', '2259e978-2c31-4f2a-98d6-09d544c0d82b', "Permission Denied for ctest-TestRbacBasic-59020920 as ['ctest-TestRbacBasic-01170782'] to R virtual-network in ctest-TestRbacBasic-25973113"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 403 198 0.117974 [API:8081]10.0.0.73 - - [2026-05-25 04:23:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.083506 [API:8081]10.0.0.73 - - [2026-05-25 04:23:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.174453 [API:8081]10.0.0.73 - - [2026-05-25 04:24:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.028691 [API:8081]10.0.0.73 - - [2026-05-25 04:24:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.024903 [API:8081]10.0.0.73 - - [2026-05-25 04:24:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.100705 [API:8081]10.0.0.73 - - [2026-05-25 04:24:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.029016 [API:8081]10.0.0.19 - - [2026-05-25 04:24:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.095971 [API:8081]10.0.0.73 - - [2026-05-25 04:24:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.027200 [API:8081]10.0.0.73 - - [2026-05-25 04:24:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.022154 [API:8081]10.0.0.73 - - [2026-05-25 04:24:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.022707 [API:8081]10.0.0.73 - - [2026-05-25 04:24:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.024236 [API:8081]10.0.0.73 - - [2026-05-25 04:24:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.019831 [API:8081]10.0.0.73 - - [2026-05-25 04:24:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14111 0.020034 [API:8081]10.0.0.73 - - [2026-05-25 04:24:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13690 0.020324 [API:8081]10.0.0.73 - - [2026-05-25 04:24:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.008696 [Introspect:8090]10.0.0.73 - - [2026-05-25 04:25:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001721 [API:8081]10.0.0.73 - - [2026-05-25 04:25:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.73 - - [2026-05-25 04:25:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.075558 [API:8081]10.0.0.19 - - [2026-05-25 04:26:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083454 [API:8081]10.0.0.19 - - [2026-05-25 04:27:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.076170 [API:8081]10.0.0.19 - - [2026-05-25 04:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2026-05-25 04:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2026-05-25 04:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2026-05-25 04:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-05-25 04:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.19 - - [2026-05-25 04:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.131 - - [2026-05-25 04:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-05-25 04:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.73 - - [2026-05-25 04:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.73 - - [2026-05-25 04:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-05-25 04:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.73 - - [2026-05-25 04:27:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.73 - - [2026-05-25 04:29:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011318 [API:8081]10.0.0.19 - - [2026-05-25 04:29:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098505 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14079 0.087511 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14079 0.026881 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.073922 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003120 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003238 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002693 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002661 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003743 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002647 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002957 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002687 [API:8081]10.0.0.73 - - [2026-05-25 04:29:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14079 0.019309 [API:8081]10.0.0.73 - - [2026-05-25 04:29:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 14079 0.022588 [API:8081]10.0.0.73 - - [2026-05-25 04:29:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13719 0.020277 [API:8081]10.0.0.73 - - [2026-05-25 04:29:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.013361 [API:8081]10.0.0.73 - - [2026-05-25 04:30:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.010267 [API:8081]10.0.0.73 - - [2026-05-25 04:30:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.010345 [API:8081]10.0.0.73 - - [2026-05-25 04:30:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.009542 [API:8081]10.0.0.19 - - [2026-05-25 04:30:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086531 [API:8081]10.0.0.73 - - [2026-05-25 04:30:54] "GET /analytics HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.73 - - [2026-05-25 04:30:54] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.19 - - [2026-05-25 04:31:22] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.19 - - [2026-05-25 04:31:22] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.131 - - [2026-05-25 04:31:23] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.131 - - [2026-05-25 04:31:23] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.19 - - [2026-05-25 04:32:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.419951 [API:8081]10.0.0.19 - - [2026-05-25 04:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-05-25 04:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2026-05-25 04:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.131 - - [2026-05-25 04:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000553 [API:8081]10.0.0.19 - - [2026-05-25 04:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.19 - - [2026-05-25 04:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.131 - - [2026-05-25 04:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.131 - - [2026-05-25 04:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.73 - - [2026-05-25 04:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.73 - - [2026-05-25 04:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.73 - - [2026-05-25 04:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000454 [API:8081]10.0.0.73 - - [2026-05-25 04:32:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [Introspect:8090]10.0.0.73 - - [2026-05-25 04:33:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001105 [API:8081]10.0.0.73 - - [2026-05-25 04:33:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2520 0.088124 [API:8081]10.0.0.19 - - [2026-05-25 04:33:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.080800 [API:8081]10.0.0.73 - - [2026-05-25 04:34:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.081120 [API:8081]10.0.0.73 - - [2026-05-25 04:34:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.008726 [API:8081]10.0.0.19 - - [2026-05-25 04:35:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082663 [API:8081]10.0.0.73 - - [2026-05-25 04:36:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010993 [API:8081]10.0.0.73 - - [2026-05-25 04:36:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011426 [API:8081]10.0.0.19 - - [2026-05-25 04:36:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.085389 [API:8081]10.0.0.73 - - [2026-05-25 04:37:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2026-05-25 04:37:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.131535 [API:8081]10.0.0.73 - - [2026-05-25 04:37:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.107625 [API:8081]10.0.0.19 - - [2026-05-25 04:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-05-25 04:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2026-05-25 04:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.131 - - [2026-05-25 04:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.19 - - [2026-05-25 04:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-05-25 04:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.131 - - [2026-05-25 04:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-05-25 04:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000486 [API:8081]10.0.0.73 - - [2026-05-25 04:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.73 - - [2026-05-25 04:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.73 - - [2026-05-25 04:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.73 - - [2026-05-25 04:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-05-25 04:38:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.078281 [API:8081]10.0.0.73 - - [2026-05-25 04:38:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009598 [API:8081]10.0.0.73 - - [2026-05-25 04:38:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.73 - - [2026-05-25 04:38:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.084945 [API:8081]10.0.0.73 - - [2026-05-25 04:38:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.087713 [API:8081]10.0.0.19 - - [2026-05-25 04:38:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080026 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003185 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002994 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002769 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002966 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003397 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003132 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003313 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002562 [API:8081]10.0.0.19 - - [2026-05-25 04:39:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2581 0.084370 [API:8081]10.0.0.73 - - [2026-05-25 04:40:54] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-05-25 04:40:54] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.19 - - [2026-05-25 04:41:22] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2026-05-25 04:41:22] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.131 - - [2026-05-25 04:41:23] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2026-05-25 04:41:23] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.19 - - [2026-05-25 04:41:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087238 [API:8081]10.0.0.19 - - [2026-05-25 04:42:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2581 0.109774 [API:8081]10.0.0.19 - - [2026-05-25 04:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001319 [API:8081]10.0.0.19 - - [2026-05-25 04:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2026-05-25 04:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.131 - - [2026-05-25 04:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.19 - - [2026-05-25 04:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.19 - - [2026-05-25 04:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2026-05-25 04:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.131 - - [2026-05-25 04:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.73 - - [2026-05-25 04:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.73 - - [2026-05-25 04:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.73 - - [2026-05-25 04:42:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.73 - - [2026-05-25 04:42:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.19 - - [2026-05-25 04:44:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077340 [API:8081]10.0.0.73 - - [2026-05-25 04:45:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.73 - - [2026-05-25 04:45:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.086856 [API:8081]10.0.0.19 - - [2026-05-25 04:45:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.111792 [API:8081]10.0.0.19 - - [2026-05-25 04:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.19 - - [2026-05-25 04:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.131 - - [2026-05-25 04:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.131 - - [2026-05-25 04:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2026-05-25 04:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-05-25 04:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2026-05-25 04:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.131 - - [2026-05-25 04:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000526 [API:8081]10.0.0.19 - - [2026-05-25 04:47:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074895 [API:8081]10.0.0.73 - - [2026-05-25 04:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.73 - - [2026-05-25 04:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.73 - - [2026-05-25 04:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.73 - - [2026-05-25 04:47:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.19 - - [2026-05-25 04:48:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.081416 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003275 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003015 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002850 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003003 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003332 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002640 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003298 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002496 [API:8081]10.0.0.19 - - [2026-05-25 04:50:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100901 [API:8081]10.0.0.73 - - [2026-05-25 04:50:54] "GET /analytics HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.73 - - [2026-05-25 04:50:54] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.19 - - [2026-05-25 04:51:22] "GET /analytics HTTP/1.1" 401 205 0.000764 [API:8081]10.0.0.19 - - [2026-05-25 04:51:22] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.131 - - [2026-05-25 04:51:23] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2026-05-25 04:51:23] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.19 - - [2026-05-25 04:51:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.122581 [Introspect:8090]10.0.0.19 - - [2026-05-25 04:52:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001024