++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Aug 31 02:20:05 AM UTC 2026 ===================' INFO: =================== Mon Aug 31 02:20:05 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ cut -d / -f 1 +++ ip addr show dev enp1s0 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ 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.50,10.0.0.185,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50,10.0.0.185,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.50,10.0.0.185,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.50,10.0.0.185,10.0.0.38 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.50:8081 10.0.0.185:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.50:8081 10.0.0.185:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.50:8081 10.0.0.185:8081 10.0.0.38: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.50:9042 10.0.0.185:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.50:9042 10.0.0.185:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.50:9042 10.0.0.185:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50,10.0.0.185,10.0.0.38 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.50:8086 10.0.0.185:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.50:8086 10.0.0.185:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.50:8086 10.0.0.185:8086 10.0.0.38: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.50,10.0.0.185,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.50,10.0.0.185,10.0.0.38 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.50:8082 10.0.0.185:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.50:8082 10.0.0.185:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.50:8082 10.0.0.185:8082 10.0.0.38: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.50:9161 10.0.0.185:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.50:9161 10.0.0.185:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.50:9161 10.0.0.185:9161 10.0.0.38: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.50:9041 10.0.0.185:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.50:9041 10.0.0.185:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.50:9041 10.0.0.185:9041 10.0.0.38:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.254,10.20.0.14,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50,10.0.0.185,10.0.0.38 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+=10.0.0.185:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.50:2181,10.0.0.185:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.50:2181,10.0.0.185:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50:2181,10.0.0.185:2181,10.0.0.38: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.50:2181 10.0.0.185:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.50:2181 10.0.0.185:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.50:2181 10.0.0.185:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.50,10.0.0.185,10.0.0.38 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+=10.0.0.185:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.50:5673,10.0.0.185:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.50:5673,10.0.0.185:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.50:5673,10.0.0.185:5673,10.0.0.38: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.50:6379 10.0.0.185:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.50:6379 10.0.0.185:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.50:6379 10.0.0.185:6379 10.0.0.38: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.50,10.0.0.185,10.0.0.38 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.185 +++ local server_address=10.0.0.185 +++ extended_server_list+='10.0.0.185:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.50:9092 10.0.0.185:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.50:9092 10.0.0.185:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.50:9092 10.0.0.185:9092 10.0.0.38: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.50 ++ 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.50,10.0.0.185,10.0.0.38 ++ 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.50,10.0.0.185,10.0.0.38 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.50,10.0.0.185,10.0.0.38 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + 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.50,10.0.0.185,10.0.0.38 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.50,10.0.0.185,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ grep -vi host ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.38,10.20.0.25,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.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.185'\''))' +++ local server_ip=10.0.0.185 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.185 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.185, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 3 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + 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 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ 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: 08/31/2026 02:20:13.563 7f662ff5f880 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/31/2026 02:20:13.753 7f662ff5f880 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 08/31/2026 02:20:13.766 7f662ff5f880 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/31/2026 02:20:13.766 7f662ff5f880 [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.38: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.185 - - [2026-08-31 02:20:50] "GET /analytics HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.185 - - [2026-08-31 02:20:50] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.50 - - [2026-08-31 02:20:51] "GET /analytics HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.50 - - [2026-08-31 02:20:51] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.38 - - [2026-08-31 02:20:52] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.38 - - [2026-08-31 02:20:52] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2026-08-31 02:20:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.459940 [API:8081]10.0.0.185 - - [2026-08-31 02:21:21] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.185 - - [2026-08-31 02:21:21] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.50 - - [2026-08-31 02:21:22] "GET /analytics HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.50 - - [2026-08-31 02:21:22] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.38 - - [2026-08-31 02:21:23] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.38 - - [2026-08-31 02:21:23] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.185 - - [2026-08-31 02:21:51] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.185 - - [2026-08-31 02:21:51] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.50 - - [2026-08-31 02:21:52] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-08-31 02:21:52] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.50 - - [2026-08-31 02:21:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.403219 [API:8081]10.0.0.50 - - [2026-08-31 02:23:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.391423 [API:8081]10.0.0.185 - - [2026-08-31 02:23:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.185 - - [2026-08-31 02:23:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.38 - - [2026-08-31 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.38 - - [2026-08-31 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.185 - - [2026-08-31 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.185 - - [2026-08-31 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2026-08-31 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2026-08-31 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.50 - - [2026-08-31 02:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.50 - - [2026-08-31 02:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001473 [API:8081]10.0.0.50 - - [2026-08-31 02:24:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2026-08-31 02:24:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [Introspect:8090]10.0.0.38 - - [2026-08-31 02:24:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001263 [Introspect:8090]10.0.0.38 - - [2026-08-31 02:24:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001416 [API:8081]10.0.0.50 - - [2026-08-31 02:24:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.061179 [Introspect:8090]10.0.0.50 - - [2026-08-31 02:25:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001374 [Introspect:8090]10.0.0.50 - - [2026-08-31 02:25:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001436 [Introspect:8090]10.0.0.50 - - [2026-08-31 02:26:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001550 [Introspect:8090]10.0.0.50 - - [2026-08-31 02:26:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001606 [Introspect:8090]10.0.0.50 - - [2026-08-31 02:26:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001298 [API:8081]10.0.0.50 - - [2026-08-31 02:26:26] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?flat HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2026-08-31 02:26:26] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?flat HTTP/1.1" 200 5197 0.075805 [API:8081]10.0.0.50 - - [2026-08-31 02:26:26] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?flat HTTP/1.1" 200 5194 0.064092 [API:8081]10.0.0.50 - - [2026-08-31 02:26:26] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?flat HTTP/1.1" 200 5191 0.069479 [Introspect:8090]10.0.0.50 - - [2026-08-31 02:26:28] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000711 [API:8081]10.0.0.50 - - [2026-08-31 02:26:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12073 0.020942 [API:8081]10.0.0.50 - - [2026-08-31 02:26:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12073 0.020462 [API:8081]10.0.0.50 - - [2026-08-31 02:26:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 8012 0.017139 [API:8081]10.0.0.50 - - [2026-08-31 02:26:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6237-2?flat HTTP/1.1" 200 8007 0.017131 [API:8081]10.0.0.50 - - [2026-08-31 02:26:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6237-3?flat HTTP/1.1" 200 8008 0.017226 [API:8081]10.0.0.50 - - [2026-08-31 02:26:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 8012 0.021644 [API:8081]10.0.0.50 - - [2026-08-31 02:26:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6237-2?flat HTTP/1.1" 200 8007 0.018499 [API:8081]10.0.0.50 - - [2026-08-31 02:26:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6237-3?flat HTTP/1.1" 200 8008 0.016460 [API:8081]10.0.0.50 - - [2026-08-31 02:26:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2026-08-31 02:26:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.049338 [API:8081]10.0.0.50 - - [2026-08-31 02:26:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056321 [API:8081]10.0.0.50 - - [2026-08-31 02:28:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.085550 [API:8081]10.0.0.185 - - [2026-08-31 02:28:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.185 - - [2026-08-31 02:28:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.38 - - [2026-08-31 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.38 - - [2026-08-31 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.185 - - [2026-08-31 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.185 - - [2026-08-31 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.38 - - [2026-08-31 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.38 - - [2026-08-31 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.50 - - [2026-08-31 02:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2026-08-31 02:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2026-08-31 02:29:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.50 - - [2026-08-31 02:29:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.50 - - [2026-08-31 02:30:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061838 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:30:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003172 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002901 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003773 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003792 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:30:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003486 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002692 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003496 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003205 [API:8081]10.0.0.50 - - [2026-08-31 02:31:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.404208 [API:8081]10.0.0.38 - - [2026-08-31 02:31:23] "GET /analytics HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.38 - - [2026-08-31 02:31:23] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.185 - - [2026-08-31 02:31:51] "GET /analytics HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.185 - - [2026-08-31 02:31:51] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.50 - - [2026-08-31 02:31:52] "GET /analytics HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.50 - - [2026-08-31 02:31:52] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2026-08-31 02:32:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-08-31 02:32:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1736 0.054885 [API:8081]10.0.0.50 - - [2026-08-31 02:32:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1968 0.043143 [API:8081]10.0.0.50 - - [2026-08-31 02:33:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067175 [API:8081]10.0.0.185 - - [2026-08-31 02:33:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.185 - - [2026-08-31 02:33:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.38 - - [2026-08-31 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.38 - - [2026-08-31 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.185 - - [2026-08-31 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.185 - - [2026-08-31 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.38 - - [2026-08-31 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.38 - - [2026-08-31 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.50 - - [2026-08-31 02:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.50 - - [2026-08-31 02:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2026-08-31 02:34:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000974 [API:8081]10.0.0.50 - - [2026-08-31 02:34:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.50 - - [2026-08-31 02:34:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.065208 [API:8081]10.0.0.50 - - [2026-08-31 02:36:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072297 [API:8081]10.0.0.50 - - [2026-08-31 02:37:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.063031 [API:8081]10.0.0.185 - - [2026-08-31 02:38:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.185 - - [2026-08-31 02:38:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.38 - - [2026-08-31 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.38 - - [2026-08-31 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.185 - - [2026-08-31 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.185 - - [2026-08-31 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.38 - - [2026-08-31 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2026-08-31 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.50 - - [2026-08-31 02:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.50 - - [2026-08-31 02:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2026-08-31 02:39:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.50 - - [2026-08-31 02:39:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.50 - - [2026-08-31 02:39:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.398738 [API:8081]10.0.0.50 - - [2026-08-31 02:40:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2026-08-31 02:40:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2038 0.373815 [API:8081]10.0.0.50 - - [2026-08-31 02:40:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.070413 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:40:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003407 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.011010 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006771 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007238 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:40:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006045 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003857 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003276 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003480 [API:8081]10.0.0.50 - - [2026-08-31 02:40:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2038 0.058936 [API:8081]10.0.0.38 - - [2026-08-31 02:41:23] "GET /analytics HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.38 - - [2026-08-31 02:41:23] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.185 - - [2026-08-31 02:41:51] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.185 - - [2026-08-31 02:41:51] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.50 - - [2026-08-31 02:41:53] "GET /analytics HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.50 - - [2026-08-31 02:41:53] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.50 - - [2026-08-31 02:42:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055158 [API:8081]10.0.0.50 - - [2026-08-31 02:42:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2054 0.048823 [API:8081]10.0.0.50 - - [2026-08-31 02:42:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.010436 [API:8081]10.0.0.50 - - [2026-08-31 02:42:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2510 0.009996 [API:8081]10.0.0.50 - - [2026-08-31 02:43:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.011631 [API:8081]10.0.0.50 - - [2026-08-31 02:43:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053903 [API:8081]10.0.0.185 - - [2026-08-31 02:43:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.185 - - [2026-08-31 02:43:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.38 - - [2026-08-31 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.38 - - [2026-08-31 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.185 - - [2026-08-31 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.185 - - [2026-08-31 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2026-08-31 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.38 - - [2026-08-31 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2026-08-31 02:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-08-31 02:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2026-08-31 02:44:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-08-31 02:44:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.50 - - [2026-08-31 02:45:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051857 [API:8081]10.0.0.50 - - [2026-08-31 02:46:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.062155 [API:8081]10.0.0.50 - - [2026-08-31 02:46:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.051227 [API:8081]10.0.0.50 - - [2026-08-31 02:46:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12994 0.080848 [API:8081]10.0.0.50 - - [2026-08-31 02:46:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12994 0.019394 [API:8081]10.0.0.50 - - [2026-08-31 02:46:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12994 0.021271 [API:8081]10.0.0.50 - - [2026-08-31 02:46:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12994 0.019900 [API:8081]10.0.0.50 - - [2026-08-31 02:46:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12994 0.021073 [API:8081]10.0.0.50 - - [2026-08-31 02:46:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12994 0.022528 [API:8081]10.0.0.50 - - [2026-08-31 02:46:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12994 0.075622 [API:8081]10.0.0.50 - - [2026-08-31 02:46:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12994 0.021353 [API:8081]10.0.0.50 - - [2026-08-31 02:47:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12577 0.022655 [API:8081]10.0.0.50 - - [2026-08-31 02:47:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011817 [API:8081]10.0.0.50 - - [2026-08-31 02:47:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1606 0.009785 [API:8081]10.0.0.50 - - [2026-08-31 02:48:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064702 [API:8081]10.0.0.185 - - [2026-08-31 02:48:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.185 - - [2026-08-31 02:48:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.38 - - [2026-08-31 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.38 - - [2026-08-31 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.185 - - [2026-08-31 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.185 - - [2026-08-31 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.38 - - [2026-08-31 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.38 - - [2026-08-31 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.50 - - [2026-08-31 02:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.50 - - [2026-08-31 02:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-08-31 02:49:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.50 - - [2026-08-31 02:49:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2026-08-31 02:49:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.059248 [API:8081]10.0.0.50 - - [2026-08-31 02:49:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.50 - - [2026-08-31 02:49:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.050393 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:50:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003502 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003138 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003724 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003363 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:50:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003586 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003356 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003502 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002823 [API:8081]10.0.0.50 - - [2026-08-31 02:51:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059051 [API:8081]10.0.0.38 - - [2026-08-31 02:51:23] "GET /analytics HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.38 - - [2026-08-31 02:51:23] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.50 - - [2026-08-31 02:51:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13045 0.056281 [API:8081]10.0.0.50 - - [2026-08-31 02:51:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12597 0.020935 [API:8081]10.0.0.50 - - [2026-08-31 02:51:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.047121 [API:8081]10.0.0.50 - - [2026-08-31 02:51:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2026-08-31 02:51:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.060041 [API:8081]10.0.0.185 - - [2026-08-31 02:51:51] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.185 - - [2026-08-31 02:51:51] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.50 - - [2026-08-31 02:51:53] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.50 - - [2026-08-31 02:51:53] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.50 - - [2026-08-31 02:52:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.50 - - [2026-08-31 02:52:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2006 0.064777 [API:8081]10.0.0.50 - - [2026-08-31 02:52:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2006 0.056973 [API:8081]10.0.0.50 - - [2026-08-31 02:52:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2006 0.043447 [API:8081]10.0.0.50 - - [2026-08-31 02:52:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053061 [API:8081]10.0.0.50 - - [2026-08-31 02:53:32] "GET /analytics/uves/virtual-machine/cbe760e4-4dbd-452f-9b13-98046cb724df?flat HTTP/1.1" 200 1762 0.012044 [API:8081]10.0.0.50 - - [2026-08-31 02:53:32] "GET /analytics/uves/virtual-machine/cbe760e4-4dbd-452f-9b13-98046cb724df?flat HTTP/1.1" 200 1762 0.016904 [API:8081]10.0.0.50 - - [2026-08-31 02:53:32] "GET /analytics/uves/virtual-machine/cbe760e4-4dbd-452f-9b13-98046cb724df?flat HTTP/1.1" 200 1762 0.012980 [API:8081]10.0.0.50 - - [2026-08-31 02:53:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13364 0.019315 [API:8081]10.0.0.50 - - [2026-08-31 02:53:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13364 0.023261 [API:8081]10.0.0.50 - - [2026-08-31 02:53:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010041 [API:8081]10.0.0.50 - - [2026-08-31 02:53:36] "GET /analytics/uves/virtual-machine/31e589b5-cf0a-47e4-8470-96a541845489?flat HTTP/1.1" 200 2028 0.013503 [API:8081]10.0.0.50 - - [2026-08-31 02:53:36] "GET /analytics/uves/virtual-machine/31e589b5-cf0a-47e4-8470-96a541845489?flat HTTP/1.1" 200 2028 0.013109 [API:8081]10.0.0.50 - - [2026-08-31 02:53:36] "GET /analytics/uves/virtual-machine/31e589b5-cf0a-47e4-8470-96a541845489?flat HTTP/1.1" 200 2028 0.020543 [API:8081]10.0.0.50 - - [2026-08-31 02:53:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009580 [API:8081]10.0.0.50 - - [2026-08-31 02:53:40] "GET /analytics/uves/virtual-machine/1547162c-19ed-4df1-9bcf-30233cdee662?flat HTTP/1.1" 200 1712 0.011498 [API:8081]10.0.0.50 - - [2026-08-31 02:53:40] "GET /analytics/uves/virtual-machine/1547162c-19ed-4df1-9bcf-30233cdee662?flat HTTP/1.1" 200 1712 0.012423 [API:8081]10.0.0.50 - - [2026-08-31 02:53:40] "GET /analytics/uves/virtual-machine/1547162c-19ed-4df1-9bcf-30233cdee662?flat HTTP/1.1" 200 1712 0.011357 [API:8081]10.0.0.50 - - [2026-08-31 02:53:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13365 0.020490 [API:8081]10.0.0.50 - - [2026-08-31 02:53:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13365 0.018713 [API:8081]10.0.0.50 - - [2026-08-31 02:53:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010386 [API:8081]10.0.0.185 - - [2026-08-31 02:53:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.185 - - [2026-08-31 02:53:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.38 - - [2026-08-31 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.38 - - [2026-08-31 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.185 - - [2026-08-31 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.185 - - [2026-08-31 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.38 - - [2026-08-31 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.38 - - [2026-08-31 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2026-08-31 02:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-08-31 02:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-08-31 02:54:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2026-08-31 02:54:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.50 - - [2026-08-31 02:54:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13369 0.019565 [API:8081]10.0.0.50 - - [2026-08-31 02:54:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13369 0.021289 [API:8081]10.0.0.50 - - [2026-08-31 02:54:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13369 0.020408 [API:8081]10.0.0.50 - - [2026-08-31 02:54:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13369 0.020993 [API:8081]10.0.0.50 - - [2026-08-31 02:54:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13369 0.021563 [API:8081]10.0.0.50 - - [2026-08-31 02:54:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13369 0.025456 [API:8081]10.0.0.50 - - [2026-08-31 02:54:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049845 [API:8081]10.0.0.50 - - [2026-08-31 02:54:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13369 0.020615 [API:8081]10.0.0.50 - - [2026-08-31 02:54:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13179 0.020238 [API:8081]10.0.0.50 - - [2026-08-31 02:54:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011225 [API:8081]10.0.0.50 - - [2026-08-31 02:54:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011217 [API:8081]10.0.0.50 - - [2026-08-31 02:54:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13012 0.022125 [API:8081]10.0.0.50 - - [2026-08-31 02:54:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13012 0.025663 [API:8081]10.0.0.50 - - [2026-08-31 02:54:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13012 0.023841 [API:8081]10.0.0.50 - - [2026-08-31 02:54:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13012 0.023019 [API:8081]10.0.0.50 - - [2026-08-31 02:54:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13012 0.023635 [API:8081]10.0.0.50 - - [2026-08-31 02:54:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13012 0.026767 [API:8081]10.0.0.50 - - [2026-08-31 02:54:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13012 0.019777 [API:8081]10.0.0.50 - - [2026-08-31 02:55:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12619 0.020420 [API:8081]10.0.0.50 - - [2026-08-31 02:55:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010894 [API:8081]10.0.0.50 - - [2026-08-31 02:55:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.50 - - [2026-08-31 02:55:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.057709 [API:8081]10.0.0.50 - - [2026-08-31 02:55:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.047418 [API:8081]10.0.0.50 - - [2026-08-31 02:55:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.078012 [API:8081]10.0.0.50 - - [2026-08-31 02:55:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058602 [API:8081]10.0.0.50 - - [2026-08-31 02:56:45] "GET /analytics/uves/virtual-machine/2b5fbbc3-a746-48b9-a9df-84d2f72753ad?flat HTTP/1.1" 200 1767 0.013417 [API:8081]10.0.0.50 - - [2026-08-31 02:56:45] "GET /analytics/uves/virtual-machine/2b5fbbc3-a746-48b9-a9df-84d2f72753ad?flat HTTP/1.1" 200 1767 0.013306 [API:8081]10.0.0.50 - - [2026-08-31 02:56:45] "GET /analytics/uves/virtual-machine/2b5fbbc3-a746-48b9-a9df-84d2f72753ad?flat HTTP/1.1" 200 1767 0.014628 [API:8081]10.0.0.50 - - [2026-08-31 02:56:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13383 0.029980 [API:8081]10.0.0.50 - - [2026-08-31 02:56:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13383 0.019468 [API:8081]10.0.0.50 - - [2026-08-31 02:56:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011972 [API:8081]10.0.0.50 - - [2026-08-31 02:56:49] "GET /analytics/uves/virtual-machine/eaceed45-d18e-47ab-9e8c-a7d406a0fcd6?flat HTTP/1.1" 200 2040 0.013671 [API:8081]10.0.0.50 - - [2026-08-31 02:56:49] "GET /analytics/uves/virtual-machine/eaceed45-d18e-47ab-9e8c-a7d406a0fcd6?flat HTTP/1.1" 200 2040 0.013459 [API:8081]10.0.0.50 - - [2026-08-31 02:56:49] "GET /analytics/uves/virtual-machine/eaceed45-d18e-47ab-9e8c-a7d406a0fcd6?flat HTTP/1.1" 200 2040 0.015087 [API:8081]10.0.0.50 - - [2026-08-31 02:56:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011436 [API:8081]10.0.0.50 - - [2026-08-31 02:56:53] "GET /analytics/uves/virtual-machine/04beb654-f46a-4736-a40d-b7641ac4a37a?flat HTTP/1.1" 200 1766 0.012873 [API:8081]10.0.0.50 - - [2026-08-31 02:56:53] "GET /analytics/uves/virtual-machine/04beb654-f46a-4736-a40d-b7641ac4a37a?flat HTTP/1.1" 200 1766 0.012860 [API:8081]10.0.0.50 - - [2026-08-31 02:56:53] "GET /analytics/uves/virtual-machine/04beb654-f46a-4736-a40d-b7641ac4a37a?flat HTTP/1.1" 200 1766 0.012643 [API:8081]10.0.0.50 - - [2026-08-31 02:56:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13383 0.022426 [API:8081]10.0.0.50 - - [2026-08-31 02:56:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13383 0.020046 [API:8081]10.0.0.50 - - [2026-08-31 02:56:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010822 [API:8081]10.0.0.50 - - [2026-08-31 02:57:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13389 0.020764 [API:8081]10.0.0.50 - - [2026-08-31 02:57:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054771 [API:8081]10.0.0.50 - - [2026-08-31 02:57:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13389 0.020924 [API:8081]10.0.0.50 - - [2026-08-31 02:57:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13029 0.019958 [API:8081]10.0.0.50 - - [2026-08-31 02:57:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009905 [API:8081]10.0.0.50 - - [2026-08-31 02:57:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009835 [API:8081]10.0.0.50 - - [2026-08-31 02:57:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13029 0.020510 [API:8081]10.0.0.50 - - [2026-08-31 02:57:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13029 0.026661 [API:8081]10.0.0.50 - - [2026-08-31 02:57:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13029 0.021617 [API:8081]10.0.0.50 - - [2026-08-31 02:57:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13029 0.020308 [API:8081]10.0.0.50 - - [2026-08-31 02:57:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13029 0.026761 [API:8081]10.0.0.50 - - [2026-08-31 02:57:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13029 0.020467 [API:8081]10.0.0.50 - - [2026-08-31 02:57:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13029 0.020460 [API:8081]10.0.0.50 - - [2026-08-31 02:58:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12617 0.019587 [API:8081]10.0.0.50 - - [2026-08-31 02:58:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010957 [API:8081]10.0.0.50 - - [2026-08-31 02:58:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.50 - - [2026-08-31 02:58:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.044557 [API:8081]10.0.0.50 - - [2026-08-31 02:58:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.043303 [API:8081]10.0.0.50 - - [2026-08-31 02:58:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.054798 [API:8081]10.0.0.185 - - [2026-08-31 02:58:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.185 - - [2026-08-31 02:58:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.38 - - [2026-08-31 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.38 - - [2026-08-31 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.185 - - [2026-08-31 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.185 - - [2026-08-31 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.38 - - [2026-08-31 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.38 - - [2026-08-31 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.50 - - [2026-08-31 02:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.50 - - [2026-08-31 02:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.50 - - [2026-08-31 02:59:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.50 - - [2026-08-31 02:59:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:00:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004012 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003019 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003157 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005222 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:00:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004219 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002980 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003598 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003066 [API:8081]10.0.0.50 - - [2026-08-31 03:00:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070250 [API:8081]10.0.0.50 - - [2026-08-31 03:00:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-08-31 03:00:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1618 0.058248 [API:8081]10.0.0.38 - - [2026-08-31 03:01:23] "GET /analytics HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.38 - - [2026-08-31 03:01:23] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.50 - - [2026-08-31 03:01:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.084258 [API:8081]10.0.0.185 - - [2026-08-31 03:01:51] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.185 - - [2026-08-31 03:01:51] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.50 - - [2026-08-31 03:01:53] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-08-31 03:01:53] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.50 - - [2026-08-31 03:03:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13055 0.058441 [API:8081]10.0.0.50 - - [2026-08-31 03:03:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13055 0.023483 [API:8081]10.0.0.50 - - [2026-08-31 03:03:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13055 0.061890 [API:8081]10.0.0.50 - - [2026-08-31 03:03:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056907 [API:8081]10.0.0.50 - - [2026-08-31 03:03:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12594 0.022825 [API:8081]10.0.0.50 - - [2026-08-31 03:03:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009648 [API:8081]10.0.0.50 - - [2026-08-31 03:03:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.50 - - [2026-08-31 03:03:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1606 0.060821 [API:8081]10.0.0.50 - - [2026-08-31 03:03:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1830 0.048513 [API:8081]10.0.0.185 - - [2026-08-31 03:03:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.185 - - [2026-08-31 03:03:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.38 - - [2026-08-31 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.38 - - [2026-08-31 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.185 - - [2026-08-31 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.185 - - [2026-08-31 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.38 - - [2026-08-31 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.38 - - [2026-08-31 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000453 [API:8081]10.0.0.50 - - [2026-08-31 03:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2026-08-31 03:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.50 - - [2026-08-31 03:04:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2026-08-31 03:04:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.50 - - [2026-08-31 03:04:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.382459 [API:8081]10.0.0.50 - - [2026-08-31 03:06:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055139 [API:8081]10.0.0.50 - - [2026-08-31 03:07:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011035 [API:8081]10.0.0.50 - - [2026-08-31 03:07:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060431 [API:8081]10.0.0.50 - - [2026-08-31 03:07:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13032 0.022969 [API:8081]10.0.0.50 - - [2026-08-31 03:07:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13032 0.020413 [API:8081]10.0.0.50 - - [2026-08-31 03:07:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13032 0.060514 [API:8081]10.0.0.50 - - [2026-08-31 03:07:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13032 0.025653 [API:8081]10.0.0.50 - - [2026-08-31 03:07:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13032 0.023088 [API:8081]10.0.0.50 - - [2026-08-31 03:07:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13032 0.022978 [API:8081]10.0.0.50 - - [2026-08-31 03:07:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13032 0.023098 [API:8081]10.0.0.50 - - [2026-08-31 03:08:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12802 0.020983 [API:8081]10.0.0.50 - - [2026-08-31 03:08:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011462 [API:8081]10.0.0.50 - - [2026-08-31 03:08:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.50 - - [2026-08-31 03:08:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1618 0.066843 [API:8081]10.0.0.50 - - [2026-08-31 03:08:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.052808 [API:8081]10.0.0.185 - - [2026-08-31 03:08:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.185 - - [2026-08-31 03:08:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.38 - - [2026-08-31 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.38 - - [2026-08-31 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.185 - - [2026-08-31 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000485 [API:8081]10.0.0.185 - - [2026-08-31 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.38 - - [2026-08-31 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000535 [API:8081]10.0.0.38 - - [2026-08-31 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-08-31 03:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2026-08-31 03:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-08-31 03:09:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.50 - - [2026-08-31 03:09:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.50 - - [2026-08-31 03:09:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058404 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:10:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003694 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002865 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003083 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002945 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:10:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004152 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002695 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003012 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002753 [API:8081]10.0.0.50 - - [2026-08-31 03:10:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.052205 [API:8081]10.0.0.38 - - [2026-08-31 03:11:23] "GET /analytics HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.38 - - [2026-08-31 03:11:23] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2026-08-31 03:11:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011103 [API:8081]10.0.0.50 - - [2026-08-31 03:11:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13057 0.076687 [API:8081]10.0.0.50 - - [2026-08-31 03:11:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13057 0.020323 [API:8081]10.0.0.50 - - [2026-08-31 03:11:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13057 0.023608 [API:8081]10.0.0.50 - - [2026-08-31 03:11:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13057 0.022693 [API:8081]10.0.0.50 - - [2026-08-31 03:11:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13057 0.023755 [API:8081]10.0.0.185 - - [2026-08-31 03:11:51] "GET /analytics HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.185 - - [2026-08-31 03:11:51] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.50 - - [2026-08-31 03:11:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13057 0.021424 [API:8081]10.0.0.50 - - [2026-08-31 03:11:53] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2026-08-31 03:11:53] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.50 - - [2026-08-31 03:11:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13057 0.020671 [API:8081]10.0.0.50 - - [2026-08-31 03:11:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13057 0.027628 [API:8081]10.0.0.50 - - [2026-08-31 03:12:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12624 0.023693 [API:8081]10.0.0.50 - - [2026-08-31 03:12:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010874 [API:8081]10.0.0.50 - - [2026-08-31 03:12:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059740 [API:8081]10.0.0.50 - - [2026-08-31 03:13:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.062673 [API:8081]10.0.0.185 - - [2026-08-31 03:13:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.185 - - [2026-08-31 03:13:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.38 - - [2026-08-31 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.38 - - [2026-08-31 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.185 - - [2026-08-31 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.185 - - [2026-08-31 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.38 - - [2026-08-31 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.38 - - [2026-08-31 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.50 - - [2026-08-31 03:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.50 - - [2026-08-31 03:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2026-08-31 03:14:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2026-08-31 03:14:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.50 - - [2026-08-31 03:15:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062943 [API:8081]10.0.0.50 - - [2026-08-31 03:16:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.061553 [API:8081]10.0.0.50 - - [2026-08-31 03:18:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.50 - - [2026-08-31 03:18:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2012 0.041835 [API:8081]10.0.0.50 - - [2026-08-31 03:18:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060755 [API:8081]10.0.0.185 - - [2026-08-31 03:18:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.185 - - [2026-08-31 03:18:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.38 - - [2026-08-31 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.38 - - [2026-08-31 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.185 - - [2026-08-31 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001129 [API:8081]10.0.0.185 - - [2026-08-31 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.38 - - [2026-08-31 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000453 [API:8081]10.0.0.38 - - [2026-08-31 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-08-31 03:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.50 - - [2026-08-31 03:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.50 - - [2026-08-31 03:19:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.50 - - [2026-08-31 03:19:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.50 - - [2026-08-31 03:19:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055048 [API:8081]10.0.0.50 - - [2026-08-31 03:19:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1818 0.011134 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:20:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003980 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004121 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003453 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003770 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:20:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003898 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003351 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004396 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004047 [API:8081]10.0.0.38 - - [2026-08-31 03:21:23] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.38 - - [2026-08-31 03:21:23] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2026-08-31 03:21:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-08-31 03:21:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1728 0.062735 [API:8081]10.0.0.50 - - [2026-08-31 03:21:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057544 [API:8081]10.0.0.185 - - [2026-08-31 03:21:51] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.185 - - [2026-08-31 03:21:51] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.50 - - [2026-08-31 03:21:53] "GET /analytics HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.50 - - [2026-08-31 03:21:53] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2026-08-31 03:22:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064411 [API:8081]10.0.0.50 - - [2026-08-31 03:22:48] "GET /analytics/uves/virtual-machine/c78a527c-3b18-41f5-9956-d6cc83408141?flat HTTP/1.1" 200 1779 0.014568 [API:8081]10.0.0.50 - - [2026-08-31 03:22:48] "GET /analytics/uves/virtual-machine/c78a527c-3b18-41f5-9956-d6cc83408141?flat HTTP/1.1" 200 1779 0.051214 [API:8081]10.0.0.50 - - [2026-08-31 03:22:48] "GET /analytics/uves/virtual-machine/c78a527c-3b18-41f5-9956-d6cc83408141?flat HTTP/1.1" 200 1779 0.052420 [API:8081]10.0.0.50 - - [2026-08-31 03:22:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13208 0.020939 [API:8081]10.0.0.50 - - [2026-08-31 03:22:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13208 0.022810 [API:8081]10.0.0.50 - - [2026-08-31 03:22:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011060 [API:8081]10.0.0.50 - - [2026-08-31 03:23:14] "GET /analytics/uves/virtual-machine/e4171a72-9afa-49f0-ab25-1a521c49240e?flat HTTP/1.1" 200 1959 0.013534 [API:8081]10.0.0.50 - - [2026-08-31 03:23:14] "GET /analytics/uves/virtual-machine/e4171a72-9afa-49f0-ab25-1a521c49240e?flat HTTP/1.1" 200 1959 0.013449 [API:8081]10.0.0.50 - - [2026-08-31 03:23:14] "GET /analytics/uves/virtual-machine/e4171a72-9afa-49f0-ab25-1a521c49240e?flat HTTP/1.1" 200 1959 0.013080 [API:8081]10.0.0.50 - - [2026-08-31 03:23:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011722 [API:8081]10.0.0.185 - - [2026-08-31 03:23:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.185 - - [2026-08-31 03:23:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000459 [API:8081]10.0.0.38 - - [2026-08-31 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.38 - - [2026-08-31 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.185 - - [2026-08-31 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.185 - - [2026-08-31 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000455 [API:8081]10.0.0.38 - - [2026-08-31 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.38 - - [2026-08-31 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.50 - - [2026-08-31 03:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.50 - - [2026-08-31 03:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.50 - - [2026-08-31 03:24:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2026-08-31 03:24:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.50 - - [2026-08-31 03:24:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012471 [API:8081]10.0.0.50 - - [2026-08-31 03:24:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13237 0.024449 [API:8081]10.0.0.50 - - [2026-08-31 03:24:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13237 0.022173 [API:8081]10.0.0.50 - - [2026-08-31 03:24:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13237 0.019965 [API:8081]10.0.0.50 - - [2026-08-31 03:24:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13237 0.020637 [API:8081]10.0.0.50 - - [2026-08-31 03:24:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13237 0.021100 [API:8081]10.0.0.50 - - [2026-08-31 03:24:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13237 0.021455 [API:8081]10.0.0.50 - - [2026-08-31 03:24:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13237 0.020448 [API:8081]10.0.0.50 - - [2026-08-31 03:24:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12927 0.020418 [API:8081]10.0.0.50 - - [2026-08-31 03:24:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011708 [API:8081]10.0.0.50 - - [2026-08-31 03:24:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.50 - - [2026-08-31 03:24:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1748 0.048959 [API:8081]10.0.0.50 - - [2026-08-31 03:24:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056277 [API:8081]10.0.0.50 - - [2026-08-31 03:25:41] "GET /analytics/uves/virtual-machine/abf4dd33-d2ef-41f3-b691-70d98d52053e?flat HTTP/1.1" 200 1789 0.052602 [API:8081]10.0.0.50 - - [2026-08-31 03:25:41] "GET /analytics/uves/virtual-machine/abf4dd33-d2ef-41f3-b691-70d98d52053e?flat HTTP/1.1" 200 1789 0.011397 [API:8081]10.0.0.50 - - [2026-08-31 03:25:41] "GET /analytics/uves/virtual-machine/abf4dd33-d2ef-41f3-b691-70d98d52053e?flat HTTP/1.1" 200 1789 0.052932 [API:8081]10.0.0.50 - - [2026-08-31 03:25:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13273 0.021739 [API:8081]10.0.0.50 - - [2026-08-31 03:25:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13273 0.021417 [API:8081]10.0.0.50 - - [2026-08-31 03:25:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010238 [API:8081]10.0.0.50 - - [2026-08-31 03:25:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053595 [API:8081]10.0.0.50 - - [2026-08-31 03:25:57] "GET /analytics/uves/virtual-machine/e3593aa6-2739-4779-94eb-780848c3d32b?flat HTTP/1.1" 200 1840 0.013006 [API:8081]10.0.0.50 - - [2026-08-31 03:25:57] "GET /analytics/uves/virtual-machine/e3593aa6-2739-4779-94eb-780848c3d32b?flat HTTP/1.1" 200 1840 0.012736 [API:8081]10.0.0.50 - - [2026-08-31 03:25:57] "GET /analytics/uves/virtual-machine/e3593aa6-2739-4779-94eb-780848c3d32b?flat HTTP/1.1" 200 1840 0.015011 [API:8081]10.0.0.50 - - [2026-08-31 03:25:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010724 [API:8081]10.0.0.50 - - [2026-08-31 03:27:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056346 [API:8081]10.0.0.50 - - [2026-08-31 03:28:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012246 [API:8081]10.0.0.50 - - [2026-08-31 03:28:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13275 0.022753 [API:8081]10.0.0.50 - - [2026-08-31 03:28:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13275 0.023225 [API:8081]10.0.0.50 - - [2026-08-31 03:28:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13275 0.021378 [API:8081]10.0.0.50 - - [2026-08-31 03:28:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13275 0.021319 [API:8081]10.0.0.50 - - [2026-08-31 03:28:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13275 0.022598 [API:8081]10.0.0.50 - - [2026-08-31 03:28:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13275 0.021329 [API:8081]10.0.0.50 - - [2026-08-31 03:28:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13275 0.021605 [API:8081]10.0.0.50 - - [2026-08-31 03:28:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12645 0.019657 [API:8081]10.0.0.50 - - [2026-08-31 03:28:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011513 [API:8081]10.0.0.50 - - [2026-08-31 03:28:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.50 - - [2026-08-31 03:28:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1712 0.068503 [API:8081]10.0.0.50 - - [2026-08-31 03:28:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.068322 [API:8081]10.0.0.185 - - [2026-08-31 03:28:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.185 - - [2026-08-31 03:28:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.38 - - [2026-08-31 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.38 - - [2026-08-31 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.185 - - [2026-08-31 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.185 - - [2026-08-31 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.38 - - [2026-08-31 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.38 - - [2026-08-31 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.50 - - [2026-08-31 03:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.50 - - [2026-08-31 03:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2026-08-31 03:29:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.50 - - [2026-08-31 03:29:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.50 - - [2026-08-31 03:29:45] "GET /analytics/uves/virtual-machine/38b37bd5-3021-4723-9863-1725e726785b?flat HTTP/1.1" 200 1770 0.074765 [API:8081]10.0.0.50 - - [2026-08-31 03:29:45] "GET /analytics/uves/virtual-machine/38b37bd5-3021-4723-9863-1725e726785b?flat HTTP/1.1" 200 1770 0.013065 [API:8081]10.0.0.50 - - [2026-08-31 03:29:45] "GET /analytics/uves/virtual-machine/38b37bd5-3021-4723-9863-1725e726785b?flat HTTP/1.1" 200 1770 0.061610 [API:8081]10.0.0.50 - - [2026-08-31 03:29:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13219 0.025074 [API:8081]10.0.0.50 - - [2026-08-31 03:29:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13219 0.028006 [API:8081]10.0.0.50 - - [2026-08-31 03:29:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011540 [API:8081]10.0.0.50 - - [2026-08-31 03:30:01] "GET /analytics/uves/virtual-machine/deaa1b2a-d5e7-4282-aa04-5913ed427fe3?flat HTTP/1.1" 200 1818 0.014645 [API:8081]10.0.0.50 - - [2026-08-31 03:30:01] "GET /analytics/uves/virtual-machine/deaa1b2a-d5e7-4282-aa04-5913ed427fe3?flat HTTP/1.1" 200 1818 0.016365 [API:8081]10.0.0.50 - - [2026-08-31 03:30:01] "GET /analytics/uves/virtual-machine/deaa1b2a-d5e7-4282-aa04-5913ed427fe3?flat HTTP/1.1" 200 1818 0.013349 [API:8081]10.0.0.50 - - [2026-08-31 03:30:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011920 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:30:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003221 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003421 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003217 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002735 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:30:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003078 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003163 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003645 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003450 [API:8081]10.0.0.50 - - [2026-08-31 03:30:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055073 [API:8081]10.0.0.38 - - [2026-08-31 03:31:23] "GET /analytics HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.38 - - [2026-08-31 03:31:23] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.185 - - [2026-08-31 03:31:51] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.185 - - [2026-08-31 03:31:51] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.50 - - [2026-08-31 03:31:53] "GET /analytics HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.50 - - [2026-08-31 03:31:53] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.50 - - [2026-08-31 03:31:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055523 [API:8081]10.0.0.50 - - [2026-08-31 03:32:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011312 [API:8081]10.0.0.50 - - [2026-08-31 03:32:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13218 0.029054 [API:8081]10.0.0.50 - - [2026-08-31 03:32:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13218 0.023166 [API:8081]10.0.0.50 - - [2026-08-31 03:32:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13218 0.023000 [API:8081]10.0.0.50 - - [2026-08-31 03:32:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13218 0.022991 [API:8081]10.0.0.50 - - [2026-08-31 03:32:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13218 0.021865 [API:8081]10.0.0.50 - - [2026-08-31 03:32:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13218 0.020884 [API:8081]10.0.0.50 - - [2026-08-31 03:32:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13218 0.022912 [API:8081]10.0.0.50 - - [2026-08-31 03:32:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12647 0.022025 [API:8081]10.0.0.50 - - [2026-08-31 03:32:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010817 [API:8081]10.0.0.50 - - [2026-08-31 03:33:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.50 - - [2026-08-31 03:33:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1808 0.050131 [API:8081]10.0.0.50 - - [2026-08-31 03:33:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.050347 [API:8081]10.0.0.50 - - [2026-08-31 03:33:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2234 0.047703 [API:8081]10.0.0.50 - - [2026-08-31 03:33:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1808 0.011741 [API:8081]10.0.0.50 - - [2026-08-31 03:33:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.010129 [API:8081]10.0.0.50 - - [2026-08-31 03:33:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.010600 [API:8081]10.0.0.50 - - [2026-08-31 03:33:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2244 0.011274 [API:8081]10.0.0.50 - - [2026-08-31 03:33:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2470 0.011100 [API:8081]10.0.0.50 - - [2026-08-31 03:33:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.50 - - [2026-08-31 03:33:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1594 0.069775 [API:8081]10.0.0.50 - - [2026-08-31 03:33:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1810 0.067153 [API:8081]10.0.0.50 - - [2026-08-31 03:33:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2028 0.050662 [API:8081]10.0.0.50 - - [2026-08-31 03:33:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053118 [API:8081]10.0.0.185 - - [2026-08-31 03:33:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.50 - - [2026-08-31 03:33:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1594 0.022449 [API:8081]10.0.0.185 - - [2026-08-31 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.38 - - [2026-08-31 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2026-08-31 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000564 [API:8081]10.0.0.185 - - [2026-08-31 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.185 - - [2026-08-31 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2026-08-31 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.38 - - [2026-08-31 03:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.50 - - [2026-08-31 03:33:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1806 0.010533 [API:8081]10.0.0.50 - - [2026-08-31 03:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.50 - - [2026-08-31 03:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.50 - - [2026-08-31 03:34:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-08-31 03:34:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.50 - - [2026-08-31 03:34:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.010360 [API:8081]10.0.0.50 - - [2026-08-31 03:34:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.50 - - [2026-08-31 03:34:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1590 0.054525 [API:8081]10.0.0.50 - - [2026-08-31 03:34:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1798 0.048393 [API:8081]10.0.0.50 - - [2026-08-31 03:34:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2008 0.050625 [API:8081]10.0.0.50 - - [2026-08-31 03:34:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1590 0.010423 [API:8081]10.0.0.50 - - [2026-08-31 03:34:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1798 0.011404 [API:8081]10.0.0.50 - - [2026-08-31 03:34:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2008 0.011816 [API:8081]10.0.0.50 - - [2026-08-31 03:34:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.010323 [API:8081]10.0.0.50 - - [2026-08-31 03:34:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.010793 [API:8081]10.0.0.50 - - [2026-08-31 03:34:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2026-08-31 03:34:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1596 0.050787 [API:8081]10.0.0.50 - - [2026-08-31 03:34:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1812 0.056708 [API:8081]10.0.0.50 - - [2026-08-31 03:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2032 0.046600 [API:8081]10.0.0.50 - - [2026-08-31 03:34:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2264 0.011767 [API:8081]10.0.0.50 - - [2026-08-31 03:34:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2498 0.012185 [API:8081]10.0.0.50 - - [2026-08-31 03:34:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.068934 [API:8081]10.0.0.50 - - [2026-08-31 03:36:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058615 [API:8081]10.0.0.50 - - [2026-08-31 03:37:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.050017 [API:8081]10.0.0.185 - - [2026-08-31 03:38:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.185 - - [2026-08-31 03:38:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.38 - - [2026-08-31 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.38 - - [2026-08-31 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.185 - - [2026-08-31 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.185 - - [2026-08-31 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.38 - - [2026-08-31 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.38 - - [2026-08-31 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2026-08-31 03:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.50 - - [2026-08-31 03:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.50 - - [2026-08-31 03:39:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.50 - - [2026-08-31 03:39:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.50 - - [2026-08-31 03:40:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072551 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:40:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003788 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003703 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003747 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003566 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:40:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004424 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003387 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003713 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004321 [API:8081]10.0.0.50 - - [2026-08-31 03:41:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.070506 [API:8081]10.0.0.38 - - [2026-08-31 03:41:23] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.38 - - [2026-08-31 03:41:23] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.50 - - [2026-08-31 03:41:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.50 - - [2026-08-31 03:41:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1812 0.064723 [API:8081]10.0.0.50 - - [2026-08-31 03:41:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2022 0.054314 [API:8081]10.0.0.185 - - [2026-08-31 03:41:51] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.185 - - [2026-08-31 03:41:51] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.50 - - [2026-08-31 03:41:53] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.50 - - [2026-08-31 03:41:53] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.50 - - [2026-08-31 03:43:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060453 [API:8081]10.0.0.185 - - [2026-08-31 03:43:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000449 [API:8081]10.0.0.185 - - [2026-08-31 03:43:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.38 - - [2026-08-31 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.38 - - [2026-08-31 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.185 - - [2026-08-31 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.185 - - [2026-08-31 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.38 - - [2026-08-31 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.38 - - [2026-08-31 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.50 - - [2026-08-31 03:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.50 - - [2026-08-31 03:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.50 - - [2026-08-31 03:44:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.50 - - [2026-08-31 03:44:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.50 - - [2026-08-31 03:44:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058421 [API:8081]10.0.0.50 - - [2026-08-31 03:46:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062301 [API:8081]10.0.0.50 - - [2026-08-31 03:47:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.50 - - [2026-08-31 03:47:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1794 0.058799 [API:8081]10.0.0.50 - - [2026-08-31 03:47:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060020 [API:8081]10.0.0.50 - - [2026-08-31 03:48:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.50 - - [2026-08-31 03:48:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1810 0.062638 [API:8081]10.0.0.185 - - [2026-08-31 03:48:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.185 - - [2026-08-31 03:48:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.38 - - [2026-08-31 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.38 - - [2026-08-31 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.185 - - [2026-08-31 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.185 - - [2026-08-31 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.38 - - [2026-08-31 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.38 - - [2026-08-31 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.50 - - [2026-08-31 03:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.50 - - [2026-08-31 03:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.50 - - [2026-08-31 03:49:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.50 - - [2026-08-31 03:49:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.50 - - [2026-08-31 03:49:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070791 [API:8081]10.0.0.50 - - [2026-08-31 03:50:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.084655 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:50:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004055 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004220 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004757 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003743 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:50:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004665 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003639 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003919 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004177 [API:8081]10.0.0.38 - - [2026-08-31 03:51:23] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.38 - - [2026-08-31 03:51:23] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.185 - - [2026-08-31 03:51:51] "GET /analytics HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.185 - - [2026-08-31 03:51:51] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.50 - - [2026-08-31 03:51:53] "GET /analytics HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.50 - - [2026-08-31 03:51:53] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2026-08-31 03:52:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055337 [API:8081]10.0.0.50 - - [2026-08-31 03:53:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.084565 [API:8081]10.0.0.50 - - [2026-08-31 03:53:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.50 - - [2026-08-31 03:53:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1584 0.059621 [API:8081]10.0.0.185 - - [2026-08-31 03:53:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.185 - - [2026-08-31 03:53:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.38 - - [2026-08-31 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.38 - - [2026-08-31 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.185 - - [2026-08-31 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.185 - - [2026-08-31 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.38 - - [2026-08-31 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.38 - - [2026-08-31 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.50 - - [2026-08-31 03:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.50 - - [2026-08-31 03:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.50 - - [2026-08-31 03:54:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.50 - - [2026-08-31 03:54:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.50 - - [2026-08-31 03:55:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071343 [API:8081]10.0.0.50 - - [2026-08-31 03:56:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057436 [API:8081]10.0.0.50 - - [2026-08-31 03:58:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057132 [API:8081]10.0.0.185 - - [2026-08-31 03:58:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.185 - - [2026-08-31 03:58:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.38 - - [2026-08-31 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000467 [API:8081]10.0.0.38 - - [2026-08-31 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.185 - - [2026-08-31 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.185 - - [2026-08-31 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.38 - - [2026-08-31 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.38 - - [2026-08-31 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.50 - - [2026-08-31 03:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.50 - - [2026-08-31 03:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2026-08-31 03:59:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.50 - - [2026-08-31 03:59:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2026-08-31 03:59:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.049714 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:00:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003509 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004023 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003926 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004146 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:00:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004160 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003286 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003110 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003012 [API:8081]10.0.0.50 - - [2026-08-31 04:00:17] "GET /analytics/uves/virtual-machine/c4cd552b-2163-4f3b-8e0c-fc56bc6f230a?flat HTTP/1.1" 401 205 0.000460 [API:8081]10.0.0.50 - - [2026-08-31 04:00:17] "GET /analytics/uves/virtual-machine/c4cd552b-2163-4f3b-8e0c-fc56bc6f230a?flat HTTP/1.1" 200 1276 0.395410 [API:8081]10.0.0.50 - - [2026-08-31 04:00:18] "GET /analytics/uves/virtual-machine/c4cd552b-2163-4f3b-8e0c-fc56bc6f230a?flat HTTP/1.1" 200 1276 0.065548 [API:8081]10.0.0.50 - - [2026-08-31 04:00:18] "GET /analytics/uves/virtual-machine/c4cd552b-2163-4f3b-8e0c-fc56bc6f230a?flat HTTP/1.1" 200 1276 0.056005 [API:8081]10.0.0.50 - - [2026-08-31 04:00:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13970 0.024125 [API:8081]10.0.0.50 - - [2026-08-31 04:00:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13970 0.023709 [API:8081]10.0.0.50 - - [2026-08-31 04:00:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011182 [API:8081]10.0.0.50 - - [2026-08-31 04:00:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1590 0.011786 [API:8081]10.0.0.50 - - [2026-08-31 04:00:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13970 0.022777 [API:8081]10.0.0.50 - - [2026-08-31 04:00:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13970 0.020820 [API:8081]10.0.0.50 - - [2026-08-31 04:00:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12666 0.022228 [API:8081]10.0.0.50 - - [2026-08-31 04:00:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011243 [API:8081]10.0.0.50 - - [2026-08-31 04:01:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067561 [API:8081]10.0.0.38 - - [2026-08-31 04:01:23] "GET /analytics HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.38 - - [2026-08-31 04:01:23] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.185 - - [2026-08-31 04:01:51] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.185 - - [2026-08-31 04:01:51] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.50 - - [2026-08-31 04:01:53] "GET /analytics HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.50 - - [2026-08-31 04:01:53] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.50 - - [2026-08-31 04:02:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060684 [API:8081]10.0.0.185 - - [2026-08-31 04:03:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.185 - - [2026-08-31 04:03:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.38 - - [2026-08-31 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.38 - - [2026-08-31 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.185 - - [2026-08-31 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.185 - - [2026-08-31 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.38 - - [2026-08-31 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.38 - - [2026-08-31 04:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.50 - - [2026-08-31 04:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2026-08-31 04:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.50 - - [2026-08-31 04:04:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2026-08-31 04:04:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.50 - - [2026-08-31 04:04:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.50 - - [2026-08-31 04:04:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.061217 [API:8081]10.0.0.50 - - [2026-08-31 04:04:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.103582 [API:8081]10.0.0.50 - - [2026-08-31 04:05:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060338 [API:8081]10.0.0.50 - - [2026-08-31 04:07:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058870 [API:8081]10.0.0.50 - - [2026-08-31 04:07:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.50 - - [2026-08-31 04:07:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1790 0.058945 [API:8081]10.0.0.50 - - [2026-08-31 04:08:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.061069 [API:8081]10.0.0.185 - - [2026-08-31 04:08:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.185 - - [2026-08-31 04:08:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.38 - - [2026-08-31 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.38 - - [2026-08-31 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.185 - - [2026-08-31 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.185 - - [2026-08-31 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.38 - - [2026-08-31 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.38 - - [2026-08-31 04:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2026-08-31 04:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.50 - - [2026-08-31 04:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.50 - - [2026-08-31 04:09:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.50 - - [2026-08-31 04:09:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:10:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005999 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004050 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003899 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003559 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:10:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004249 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004206 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003947 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003789 [API:8081]10.0.0.50 - - [2026-08-31 04:10:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.50 - - [2026-08-31 04:10:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1616 0.076855 [API:8081]10.0.0.50 - - [2026-08-31 04:10:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055005 [API:8081]10.0.0.38 - - [2026-08-31 04:11:23] "GET /analytics HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.38 - - [2026-08-31 04:11:23] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.50 - - [2026-08-31 04:11:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.062641 [API:8081]10.0.0.185 - - [2026-08-31 04:11:51] "GET /analytics HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.185 - - [2026-08-31 04:11:51] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.50 - - [2026-08-31 04:11:53] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2026-08-31 04:11:53] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.50 - - [2026-08-31 04:12:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.50 - - [2026-08-31 04:12:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.064651 [API:8081]10.0.0.50 - - [2026-08-31 04:13:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071208 [API:8081]10.0.0.185 - - [2026-08-31 04:13:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.185 - - [2026-08-31 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.38 - - [2026-08-31 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.38 - - [2026-08-31 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.185 - - [2026-08-31 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.185 - - [2026-08-31 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.38 - - [2026-08-31 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.38 - - [2026-08-31 04:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.50 - - [2026-08-31 04:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.50 - - [2026-08-31 04:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.50 - - [2026-08-31 04:14:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.50 - - [2026-08-31 04:14:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.50 - - [2026-08-31 04:14:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.051662 [API:8081]10.0.0.50 - - [2026-08-31 04:14:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.012807 [API:8081]10.0.0.50 - - [2026-08-31 04:14:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.052167 [API:8081]10.0.0.50 - - [2026-08-31 04:14:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060377 [API:8081]10.0.0.50 - - [2026-08-31 04:15:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.011997 [API:8081]10.0.0.50 - - [2026-08-31 04:15:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.013652 [API:8081]10.0.0.50 - - [2026-08-31 04:15:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.016395 [API:8081]10.0.0.50 - - [2026-08-31 04:15:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.010655 [API:8081]10.0.0.50 - - [2026-08-31 04:15:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.011154 [API:8081]10.0.0.50 - - [2026-08-31 04:16:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060731 [API:8081]10.0.0.50 - - [2026-08-31 04:17:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.056561 [API:8081]10.0.0.185 - - [2026-08-31 04:18:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.185 - - [2026-08-31 04:18:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.38 - - [2026-08-31 04:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.38 - - [2026-08-31 04:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.185 - - [2026-08-31 04:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.185 - - [2026-08-31 04:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.38 - - [2026-08-31 04:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.38 - - [2026-08-31 04:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.50 - - [2026-08-31 04:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.50 - - [2026-08-31 04:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000477 [API:8081]10.0.0.50 - - [2026-08-31 04:19:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.50 - - [2026-08-31 04:19:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.50 - - [2026-08-31 04:19:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13755 0.027323 [API:8081]10.0.0.50 - - [2026-08-31 04:19:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.493663 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:20:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003280 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002970 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003747 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003400 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:20:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003969 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003691 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003542 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003890 [API:8081]10.0.0.50 - - [2026-08-31 04:20:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.071530 [API:8081]10.0.0.38 - - [2026-08-31 04:21:23] "GET /analytics HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.38 - - [2026-08-31 04:21:23] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.185 - - [2026-08-31 04:21:51] "GET /analytics HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.185 - - [2026-08-31 04:21:51] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.50 - - [2026-08-31 04:21:53] "GET /analytics HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.50 - - [2026-08-31 04:21:53] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.50 - - [2026-08-31 04:22:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095701 [API:8081]10.0.0.50 - - [2026-08-31 04:23:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.071297 [API:8081]10.0.0.185 - - [2026-08-31 04:23:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.185 - - [2026-08-31 04:23:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.38 - - [2026-08-31 04:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.38 - - [2026-08-31 04:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.185 - - [2026-08-31 04:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.185 - - [2026-08-31 04:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.38 - - [2026-08-31 04:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.38 - - [2026-08-31 04:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.50 - - [2026-08-31 04:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.50 - - [2026-08-31 04:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2026-08-31 04:24:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.50 - - [2026-08-31 04:24:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.50 - - [2026-08-31 04:25:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074160 [API:8081]10.0.0.50 - - [2026-08-31 04:26:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058242 [API:8081]10.0.0.50 - - [2026-08-31 04:28:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063895 [API:8081]10.0.0.185 - - [2026-08-31 04:28:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.185 - - [2026-08-31 04:28:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.38 - - [2026-08-31 04:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000467 [API:8081]10.0.0.38 - - [2026-08-31 04:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.185 - - [2026-08-31 04:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.185 - - [2026-08-31 04:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.38 - - [2026-08-31 04:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.38 - - [2026-08-31 04:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.50 - - [2026-08-31 04:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.50 - - [2026-08-31 04:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2026-08-31 04:29:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2026-08-31 04:29:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.50 - - [2026-08-31 04:29:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.120520 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:30:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003710 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003148 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005150 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002954 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:30:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004351 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003442 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004040 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003784 [API:8081]10.0.0.38 - - [2026-08-31 04:31:23] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.38 - - [2026-08-31 04:31:23] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2026-08-31 04:31:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076078 [API:8081]10.0.0.185 - - [2026-08-31 04:31:51] "GET /analytics HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.185 - - [2026-08-31 04:31:51] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.50 - - [2026-08-31 04:31:53] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2026-08-31 04:31:53] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.50 - - [2026-08-31 04:31:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.50 - - [2026-08-31 04:31:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.067418 [API:8081]10.0.0.50 - - [2026-08-31 04:32:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.103389 [API:8081]10.0.0.50 - - [2026-08-31 04:32:56] "GET /analytics/uves/virtual-machine/67041759-a4a3-4d6b-8f97-f91c43a796eb?flat HTTP/1.1" 200 1710 0.051780 [API:8081]10.0.0.50 - - [2026-08-31 04:32:56] "GET /analytics/uves/virtual-machine/67041759-a4a3-4d6b-8f97-f91c43a796eb?flat HTTP/1.1" 200 1710 0.017504 [API:8081]10.0.0.50 - - [2026-08-31 04:32:56] "GET /analytics/uves/virtual-machine/67041759-a4a3-4d6b-8f97-f91c43a796eb?flat HTTP/1.1" 200 1710 0.048588 [API:8081]10.0.0.50 - - [2026-08-31 04:32:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13044 0.022498 [API:8081]10.0.0.50 - - [2026-08-31 04:32:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13044 0.024203 [API:8081]10.0.0.50 - - [2026-08-31 04:32:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011904 [API:8081]10.0.0.50 - - [2026-08-31 04:33:01] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1709 0.014750 [API:8081]10.0.0.50 - - [2026-08-31 04:33:01] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1709 0.016062 [API:8081]10.0.0.50 - - [2026-08-31 04:33:01] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1709 0.014369 [API:8081]10.0.0.50 - - [2026-08-31 04:33:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011194 [API:8081]10.0.0.185 - - [2026-08-31 04:33:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.185 - - [2026-08-31 04:33:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.38 - - [2026-08-31 04:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.38 - - [2026-08-31 04:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000456 [API:8081]10.0.0.185 - - [2026-08-31 04:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.185 - - [2026-08-31 04:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.38 - - [2026-08-31 04:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.38 - - [2026-08-31 04:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.50 - - [2026-08-31 04:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.50 - - [2026-08-31 04:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.50 - - [2026-08-31 04:34:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.50 - - [2026-08-31 04:34:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.50 - - [2026-08-31 04:34:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.058823 [API:8081]10.0.0.50 - - [2026-08-31 04:35:19] "GET /analytics/uves/virtual-machine/67041759-a4a3-4d6b-8f97-f91c43a796eb?flat HTTP/1.1" 200 1471 0.014826 [API:8081]10.0.0.50 - - [2026-08-31 04:35:21] "GET /analytics/uves/virtual-machine/67041759-a4a3-4d6b-8f97-f91c43a796eb?flat HTTP/1.1" 200 1471 0.012637 [API:8081]10.0.0.50 - - [2026-08-31 04:35:23] "GET /analytics/uves/virtual-machine/67041759-a4a3-4d6b-8f97-f91c43a796eb?flat HTTP/1.1" 200 1890 0.015580 [API:8081]10.0.0.50 - - [2026-08-31 04:35:23] "GET /analytics/uves/virtual-machine/67041759-a4a3-4d6b-8f97-f91c43a796eb?flat HTTP/1.1" 200 1890 0.014676 [API:8081]10.0.0.50 - - [2026-08-31 04:35:23] "GET /analytics/uves/virtual-machine/67041759-a4a3-4d6b-8f97-f91c43a796eb?flat HTTP/1.1" 200 1890 0.014770 [API:8081]10.0.0.50 - - [2026-08-31 04:35:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011633 [API:8081]10.0.0.50 - - [2026-08-31 04:35:27] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1470 0.015671 [API:8081]10.0.0.50 - - [2026-08-31 04:35:29] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1470 0.014988 [API:8081]10.0.0.50 - - [2026-08-31 04:35:31] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1470 0.015765 [API:8081]10.0.0.50 - - [2026-08-31 04:35:33] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1896 0.016874 [API:8081]10.0.0.50 - - [2026-08-31 04:35:33] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1896 0.014729 [API:8081]10.0.0.50 - - [2026-08-31 04:35:33] "GET /analytics/uves/virtual-machine/0c463529-fe4e-429f-9cb3-60b46b52adc0?flat HTTP/1.1" 200 1896 0.017924 [API:8081]10.0.0.50 - - [2026-08-31 04:35:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012418 [API:8081]10.0.0.50 - - [2026-08-31 04:35:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.066570 [API:8081]10.0.0.50 - - [2026-08-31 04:36:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011702 [API:8081]10.0.0.50 - - [2026-08-31 04:36:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010994 [API:8081]10.0.0.50 - - [2026-08-31 04:37:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061349 [API:8081]10.0.0.50 - - [2026-08-31 04:38:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.081183 [API:8081]10.0.0.185 - - [2026-08-31 04:38:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.185 - - [2026-08-31 04:38:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.38 - - [2026-08-31 04:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.38 - - [2026-08-31 04:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.185 - - [2026-08-31 04:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.185 - - [2026-08-31 04:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.38 - - [2026-08-31 04:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000488 [API:8081]10.0.0.38 - - [2026-08-31 04:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.50 - - [2026-08-31 04:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.50 - - [2026-08-31 04:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.50 - - [2026-08-31 04:39:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2026-08-31 04:39:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:40:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004071 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002851 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003070 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003025 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:40:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003510 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003201 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003093 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003304 [API:8081]10.0.0.50 - - [2026-08-31 04:40:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067168 [API:8081]10.0.0.50 - - [2026-08-31 04:41:05] "GET /analytics/uves/virtual-machine/a205d13b-eb03-488c-b4d2-2a0aa7252c45?flat HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.50 - - [2026-08-31 04:41:06] "GET /analytics/uves/virtual-machine/a205d13b-eb03-488c-b4d2-2a0aa7252c45?flat HTTP/1.1" 200 1853 0.139621 [API:8081]10.0.0.50 - - [2026-08-31 04:41:06] "GET /analytics/uves/virtual-machine/a205d13b-eb03-488c-b4d2-2a0aa7252c45?flat HTTP/1.1" 200 1853 0.092697 [API:8081]10.0.0.50 - - [2026-08-31 04:41:06] "GET /analytics/uves/virtual-machine/a205d13b-eb03-488c-b4d2-2a0aa7252c45?flat HTTP/1.1" 200 1853 0.073701 [API:8081]10.0.0.50 - - [2026-08-31 04:41:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.056048 [API:8081]10.0.0.38 - - [2026-08-31 04:41:23] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.38 - - [2026-08-31 04:41:23] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.50 - - [2026-08-31 04:41:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.50 - - [2026-08-31 04:41:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.051348 [API:8081]10.0.0.185 - - [2026-08-31 04:41:51] "GET /analytics HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.185 - - [2026-08-31 04:41:51] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.50 - - [2026-08-31 04:41:53] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2026-08-31 04:41:53] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.50 - - [2026-08-31 04:41:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.392191 [API:8081]10.0.0.50 - - [2026-08-31 04:41:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-14507999:ctest-TestRbacBasic-14507999-13654433?flat HTTP/1.1" 401 205 0.000414 --- 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-57222110'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-15611745' RBAC: ctest-TestRbacBasic-11266918 doesn't have read permission in project 'd2f9b7f63958430f8e86b4205039de27' 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-14507999', 'ctest-TestRbacBasic-14507999-13654433'], 'virtual_network', 'cebf31e7-ea67-479c-ab33-90ae4dad757b', "Permission Denied for ['ctest-TestRbacBasic-57222110'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-15611745' RBAC: ctest-TestRbacBasic-11266918 doesn't have read permission in project 'd2f9b7f63958430f8e86b4205039de27'"),) [API:8081]10.0.0.50 - - [2026-08-31 04:41:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-14507999:ctest-TestRbacBasic-14507999-13654433?flat HTTP/1.1" 403 198 0.459148 [API:8081]10.0.0.50 - - [2026-08-31 04:41:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-14507999:ctest-TestRbacBasic-14507999-13654433?flat HTTP/1.1" 401 205 0.000397 --- 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-57222110'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14507999' RBAC: ctest-TestRbacBasic-11266918 doesn't have read permission in project '52b72fe9d2c94c798c1ad943b1585638' 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-14507999', 'ctest-TestRbacBasic-14507999-13654433'], 'virtual_network', 'cebf31e7-ea67-479c-ab33-90ae4dad757b', "Permission Denied for ['ctest-TestRbacBasic-57222110'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14507999' RBAC: ctest-TestRbacBasic-11266918 doesn't have read permission in project '52b72fe9d2c94c798c1ad943b1585638'"),) [API:8081]10.0.0.50 - - [2026-08-31 04:41:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-14507999:ctest-TestRbacBasic-14507999-13654433?flat HTTP/1.1" 403 198 0.100866 [API:8081]10.0.0.50 - - [2026-08-31 04:42:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.50 - - [2026-08-31 04:42:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1628 0.065066 [API:8081]10.0.0.50 - - [2026-08-31 04:42:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-11174527:ctest-TestRbacBasic-11174527-90683362?flat HTTP/1.1" 401 205 0.000493 --- 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-23493205 as ['ctest-TestRbacBasic-41586386'] to R virtual-network in ctest-TestRbacBasic-11174527 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-11174527', 'ctest-TestRbacBasic-11174527-90683362'], 'virtual_network', '366bcc2c-153a-4503-968b-e89ef424f1c3', "Permission Denied for ctest-TestRbacBasic-23493205 as ['ctest-TestRbacBasic-41586386'] to R virtual-network in ctest-TestRbacBasic-11174527"),) [API:8081]10.0.0.50 - - [2026-08-31 04:42:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-11174527:ctest-TestRbacBasic-11174527-90683362?flat HTTP/1.1" 403 198 0.728452 --- 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-23493205 as ['ctest-TestRbacBasic-41586386'] to R virtual-network in ctest-TestRbacBasic-11174527 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-11174527', 'ctest-TestRbacBasic-11174527-90683362'], 'virtual_network', '366bcc2c-153a-4503-968b-e89ef424f1c3', "Permission Denied for ctest-TestRbacBasic-23493205 as ['ctest-TestRbacBasic-41586386'] to R virtual-network in ctest-TestRbacBasic-11174527"),) [API:8081]10.0.0.50 - - [2026-08-31 04:42:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-11174527:ctest-TestRbacBasic-11174527-90683362?flat HTTP/1.1" 403 198 0.050041 --- 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-23493205 as ['ctest-TestRbacBasic-41586386'] to R virtual-network in ctest-TestRbacBasic-11174527 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-11174527', 'ctest-TestRbacBasic-11174527-90683362'], 'virtual_network', '366bcc2c-153a-4503-968b-e89ef424f1c3', "Permission Denied for ctest-TestRbacBasic-23493205 as ['ctest-TestRbacBasic-41586386'] to R virtual-network in ctest-TestRbacBasic-11174527"),) [API:8081]10.0.0.50 - - [2026-08-31 04:42:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-11174527:ctest-TestRbacBasic-11174527-90683362?flat HTTP/1.1" 403 198 0.128528 [API:8081]10.0.0.50 - - [2026-08-31 04:42:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-11174527:ctest-TestRbacBasic-11174527-90683362?flat HTTP/1.1" 401 205 0.000312 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-11266918 as ['ctest-TestRbacBasic-57222110'] to R virtual-network in ctest-TestRbacBasic-11174527 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-11174527', 'ctest-TestRbacBasic-11174527-90683362'], 'virtual_network', '366bcc2c-153a-4503-968b-e89ef424f1c3', "Permission Denied for ctest-TestRbacBasic-11266918 as ['ctest-TestRbacBasic-57222110'] to R virtual-network in ctest-TestRbacBasic-11174527"),) [API:8081]10.0.0.50 - - [2026-08-31 04:42:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-11174527:ctest-TestRbacBasic-11174527-90683362?flat HTTP/1.1" 403 198 0.084476 [API:8081]10.0.0.50 - - [2026-08-31 04:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1628 0.059649 [API:8081]10.0.0.50 - - [2026-08-31 04:42:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.048456 [API:8081]10.0.0.50 - - [2026-08-31 04:43:09] "GET /analytics/uves/virtual-machine/0358872f-f376-4faf-9124-6242675f883a?flat HTTP/1.1" 200 1280 0.054370 [API:8081]10.0.0.50 - - [2026-08-31 04:43:09] "GET /analytics/uves/virtual-machine/0358872f-f376-4faf-9124-6242675f883a?flat HTTP/1.1" 200 1280 0.084666 [API:8081]10.0.0.50 - - [2026-08-31 04:43:09] "GET /analytics/uves/virtual-machine/0358872f-f376-4faf-9124-6242675f883a?flat HTTP/1.1" 200 1280 0.060249 [API:8081]10.0.0.50 - - [2026-08-31 04:43:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.048691 [API:8081]10.0.0.50 - - [2026-08-31 04:43:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012168 [Introspect:8090]10.0.0.50 - - [2026-08-31 04:43:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001369 [API:8081]10.0.0.50 - - [2026-08-31 04:43:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2026-08-31 04:43:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1592 0.048654 [API:8081]10.0.0.50 - - [2026-08-31 04:43:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055390 [API:8081]10.0.0.185 - - [2026-08-31 04:43:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.185 - - [2026-08-31 04:43:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.38 - - [2026-08-31 04:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.38 - - [2026-08-31 04:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.185 - - [2026-08-31 04:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.185 - - [2026-08-31 04:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.38 - - [2026-08-31 04:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.38 - - [2026-08-31 04:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.50 - - [2026-08-31 04:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.50 - - [2026-08-31 04:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.50 - - [2026-08-31 04:44:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.50 - - [2026-08-31 04:44:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.50 - - [2026-08-31 04:44:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.059535 [API:8081]10.0.0.50 - - [2026-08-31 04:45:40] "GET /analytics/uves/virtual-machine/652851b7-12e3-458d-ad52-c5eb7cf55091?flat HTTP/1.1" 200 2048 0.014335 [API:8081]10.0.0.50 - - [2026-08-31 04:45:40] "GET /analytics/uves/virtual-machine/652851b7-12e3-458d-ad52-c5eb7cf55091?flat HTTP/1.1" 200 2048 0.057998 [API:8081]10.0.0.50 - - [2026-08-31 04:45:41] "GET /analytics/uves/virtual-machine/652851b7-12e3-458d-ad52-c5eb7cf55091?flat HTTP/1.1" 200 2048 0.057849 [API:8081]10.0.0.50 - - [2026-08-31 04:45:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011302 [API:8081]10.0.0.50 - - [2026-08-31 04:45:43] "GET /analytics/uves/virtual-machine/fa28de58-2b40-4fe7-a757-1790d3e21445?flat HTTP/1.1" 200 2054 0.013972 [API:8081]10.0.0.50 - - [2026-08-31 04:45:43] "GET /analytics/uves/virtual-machine/fa28de58-2b40-4fe7-a757-1790d3e21445?flat HTTP/1.1" 200 2054 0.014307 [API:8081]10.0.0.50 - - [2026-08-31 04:45:43] "GET /analytics/uves/virtual-machine/fa28de58-2b40-4fe7-a757-1790d3e21445?flat HTTP/1.1" 200 2054 0.019229 [API:8081]10.0.0.50 - - [2026-08-31 04:45:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011134 [API:8081]10.0.0.50 - - [2026-08-31 04:46:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012464 [API:8081]10.0.0.50 - - [2026-08-31 04:46:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.018321 [API:8081]10.0.0.50 - - [2026-08-31 04:46:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1592 0.011746 [API:8081]10.0.0.50 - - [2026-08-31 04:46:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.012348 [API:8081]10.0.0.50 - - [2026-08-31 04:46:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064728 [API:8081]10.0.0.50 - - [2026-08-31 04:48:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.075498 [API:8081]10.0.0.185 - - [2026-08-31 04:48:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000453 [API:8081]10.0.0.185 - - [2026-08-31 04:48:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.38 - - [2026-08-31 04:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000466 [API:8081]10.0.0.38 - - [2026-08-31 04:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.185 - - [2026-08-31 04:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.185 - - [2026-08-31 04:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.38 - - [2026-08-31 04:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000508 [API:8081]10.0.0.38 - - [2026-08-31 04:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.50 - - [2026-08-31 04:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2026-08-31 04:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.50 - - [2026-08-31 04:49:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.50 - - [2026-08-31 04:49:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [Introspect:8090]10.0.0.50 - - [2026-08-31 04:49:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001305 [API:8081]10.0.0.50 - - [2026-08-31 04:49:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2012 0.052388 [API:8081]10.0.0.50 - - [2026-08-31 04:50:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066645 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:50:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003877 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003667 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004094 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003566 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:50:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004144 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003641 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003472 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 04:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003359 [API:8081]10.0.0.50 - - [2026-08-31 04:50:42] "GET /analytics/uves/virtual-machine/010a231f-1f01-44a1-975a-e12270d876d8?flat HTTP/1.1" 200 1761 0.055235 [API:8081]10.0.0.50 - - [2026-08-31 04:50:43] "GET /analytics/uves/virtual-machine/010a231f-1f01-44a1-975a-e12270d876d8?flat HTTP/1.1" 200 1761 0.016570 [API:8081]10.0.0.50 - - [2026-08-31 04:50:43] "GET /analytics/uves/virtual-machine/010a231f-1f01-44a1-975a-e12270d876d8?flat HTTP/1.1" 200 1761 0.050900 [API:8081]10.0.0.50 - - [2026-08-31 04:50:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12449 0.025259 [API:8081]10.0.0.50 - - [2026-08-31 04:50:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12449 0.027508 [API:8081]10.0.0.50 - - [2026-08-31 04:50:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011825 [API:8081]10.0.0.50 - - [2026-08-31 04:51:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063780 [API:8081]10.0.0.38 - - [2026-08-31 04:51:23] "GET /analytics HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.38 - - [2026-08-31 04:51:23] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.50 - - [2026-08-31 04:51:46] "GET /analytics/uves/virtual-machine/d5d39b91-2142-4ed4-b570-64bab89b0991?flat HTTP/1.1" 200 1715 0.018489 [API:8081]10.0.0.50 - - [2026-08-31 04:51:46] "GET /analytics/uves/virtual-machine/d5d39b91-2142-4ed4-b570-64bab89b0991?flat HTTP/1.1" 200 1715 0.012720 [API:8081]10.0.0.50 - - [2026-08-31 04:51:46] "GET /analytics/uves/virtual-machine/d5d39b91-2142-4ed4-b570-64bab89b0991?flat HTTP/1.1" 200 1715 0.014285 [API:8081]10.0.0.50 - - [2026-08-31 04:51:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011905 [API:8081]10.0.0.185 - - [2026-08-31 04:51:51] "GET /analytics HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.185 - - [2026-08-31 04:51:51] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.50 - - [2026-08-31 04:51:53] "GET /analytics HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.50 - - [2026-08-31 04:51:53] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2026-08-31 04:53:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065313 [API:8081]10.0.0.50 - - [2026-08-31 04:53:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010338 [API:8081]10.0.0.50 - - [2026-08-31 04:53:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12935 0.023275 [API:8081]10.0.0.50 - - [2026-08-31 04:53:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12935 0.020427 [API:8081]10.0.0.50 - - [2026-08-31 04:53:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12935 0.026331 [API:8081]10.0.0.50 - - [2026-08-31 04:53:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12935 0.023816 [API:8081]10.0.0.50 - - [2026-08-31 04:53:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12934 0.019514 [API:8081]10.0.0.50 - - [2026-08-31 04:53:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12913 0.022246 [API:8081]10.0.0.50 - - [2026-08-31 04:53:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010104 [API:8081]10.0.0.185 - - [2026-08-31 04:53:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.185 - - [2026-08-31 04:53:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.38 - - [2026-08-31 04:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.38 - - [2026-08-31 04:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.185 - - [2026-08-31 04:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.185 - - [2026-08-31 04:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.38 - - [2026-08-31 04:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.38 - - [2026-08-31 04:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.50 - - [2026-08-31 04:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.50 - - [2026-08-31 04:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2026-08-31 04:54:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.50 - - [2026-08-31 04:54:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.50 - - [2026-08-31 04:54:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058254 [API:8081]10.0.0.50 - - [2026-08-31 04:55:01] "GET /analytics/uves/virtual-machine/cdfee143-635d-4192-8583-2eb223e1cc49?flat HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.50 - - [2026-08-31 04:55:02] "GET /analytics/uves/virtual-machine/cdfee143-635d-4192-8583-2eb223e1cc49?flat HTTP/1.1" 200 1711 0.075678 [API:8081]10.0.0.50 - - [2026-08-31 04:55:02] "GET /analytics/uves/virtual-machine/cdfee143-635d-4192-8583-2eb223e1cc49?flat HTTP/1.1" 200 1711 0.068652 [API:8081]10.0.0.50 - - [2026-08-31 04:55:02] "GET /analytics/uves/virtual-machine/cdfee143-635d-4192-8583-2eb223e1cc49?flat HTTP/1.1" 200 1711 0.056419 [API:8081]10.0.0.50 - - [2026-08-31 04:55:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13852 0.026254 [API:8081]10.0.0.50 - - [2026-08-31 04:55:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 13852 0.028566 [API:8081]10.0.0.50 - - [2026-08-31 04:55:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.015972 [API:8081]10.0.0.50 - - [2026-08-31 04:55:05] "GET /analytics/uves/virtual-machine/079ba7e2-51d5-4637-90de-0ed6432034a2?flat HTTP/1.1" 200 1710 0.014552 [API:8081]10.0.0.50 - - [2026-08-31 04:55:05] "GET /analytics/uves/virtual-machine/079ba7e2-51d5-4637-90de-0ed6432034a2?flat HTTP/1.1" 200 1710 0.015078 [API:8081]10.0.0.50 - - [2026-08-31 04:55:05] "GET /analytics/uves/virtual-machine/079ba7e2-51d5-4637-90de-0ed6432034a2?flat HTTP/1.1" 200 1710 0.012823 [API:8081]10.0.0.50 - - [2026-08-31 04:55:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013321 [API:8081]10.0.0.50 - - [2026-08-31 04:55:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012722 [API:8081]10.0.0.50 - - [2026-08-31 04:55:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12958 0.022143 [API:8081]10.0.0.50 - - [2026-08-31 04:55:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12958 0.025514 [API:8081]10.0.0.50 - - [2026-08-31 04:55:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12958 0.023136 [API:8081]10.0.0.50 - - [2026-08-31 04:55:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12958 0.020811 [API:8081]10.0.0.50 - - [2026-08-31 04:55:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12959 0.026617 [API:8081]10.0.0.50 - - [2026-08-31 04:55:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6237-1?flat HTTP/1.1" 200 12567 0.022973 [API:8081]10.0.0.50 - - [2026-08-31 04:55:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011287 [API:8081]10.0.0.50 - - [2026-08-31 04:55:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.50 - - [2026-08-31 04:55:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.061112 [API:8081]10.0.0.50 - - [2026-08-31 04:55:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.057992 [API:8081]10.0.0.50 - - [2026-08-31 04:56:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059002 [API:8081]10.0.0.50 - - [2026-08-31 04:57:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.055803 [API:8081]10.0.0.185 - - [2026-08-31 04:58:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.185 - - [2026-08-31 04:58:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.38 - - [2026-08-31 04:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000491 [API:8081]10.0.0.38 - - [2026-08-31 04:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.185 - - [2026-08-31 04:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.185 - - [2026-08-31 04:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.38 - - [2026-08-31 04:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.38 - - [2026-08-31 04:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.50 - - [2026-08-31 04:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.50 - - [2026-08-31 04:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.50 - - [2026-08-31 04:59:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-08-31 04:59:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-08-31 04:59:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059391 [API:8081]10.0.0.50 - - [2026-08-31 05:00:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066173 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:00:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004100 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003354 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003535 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004500 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:00:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004392 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003587 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003597 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003629 [API:8081]10.0.0.38 - - [2026-08-31 05:01:23] "GET /analytics HTTP/1.1" 401 205 0.000479 [API:8081]10.0.0.38 - - [2026-08-31 05:01:23] "GET /analytics HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.185 - - [2026-08-31 05:01:51] "GET /analytics HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.185 - - [2026-08-31 05:01:51] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2026-08-31 05:01:53] "GET /analytics HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.50 - - [2026-08-31 05:01:53] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2026-08-31 05:02:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062901 [API:8081]10.0.0.50 - - [2026-08-31 05:02:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2026-08-31 05:02:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1818 0.050911 [API:8081]10.0.0.50 - - [2026-08-31 05:03:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.080770 [API:8081]10.0.0.185 - - [2026-08-31 05:03:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.185 - - [2026-08-31 05:03:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.38 - - [2026-08-31 05:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.38 - - [2026-08-31 05:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.185 - - [2026-08-31 05:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.185 - - [2026-08-31 05:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.38 - - [2026-08-31 05:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.38 - - [2026-08-31 05:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.50 - - [2026-08-31 05:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000442 [API:8081]10.0.0.50 - - [2026-08-31 05:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000456 [API:8081]10.0.0.50 - - [2026-08-31 05:04:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2026-08-31 05:04:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2026-08-31 05:05:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058009 [API:8081]10.0.0.50 - - [2026-08-31 05:06:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059995 [API:8081]10.0.0.50 - - [2026-08-31 05:08:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068286 [API:8081]10.0.0.185 - - [2026-08-31 05:08:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.185 - - [2026-08-31 05:08:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.38 - - [2026-08-31 05:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.38 - - [2026-08-31 05:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.185 - - [2026-08-31 05:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.185 - - [2026-08-31 05:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.38 - - [2026-08-31 05:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.38 - - [2026-08-31 05:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.50 - - [2026-08-31 05:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-08-31 05:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.50 - - [2026-08-31 05:09:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.50 - - [2026-08-31 05:09:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-08-31 05:09:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060234 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:10:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004101 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004200 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004366 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003358 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:10:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005135 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003906 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003622 [LOCAL API:8181]127.0.0.1 - - [2026-08-31 05:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6237-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003840 [API:8081]10.0.0.50 - - [2026-08-31 05:11:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062096 [API:8081]10.0.0.38 - - [2026-08-31 05:11:23] "GET /analytics HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.38 - - [2026-08-31 05:11:23] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.185 - - [2026-08-31 05:11:51] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.185 - - [2026-08-31 05:11:51] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.50 - - [2026-08-31 05:11:53] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2026-08-31 05:11:53] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2026-08-31 05:12:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059912 [API:8081]10.0.0.185 - - [2026-08-31 05:13:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.185 - - [2026-08-31 05:13:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.38 - - [2026-08-31 05:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000461 [API:8081]10.0.0.38 - - [2026-08-31 05:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.185 - - [2026-08-31 05:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.185 - - [2026-08-31 05:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.38 - - [2026-08-31 05:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.38 - - [2026-08-31 05:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.50 - - [2026-08-31 05:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-08-31 05:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2026-08-31 05:14:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.50 - - [2026-08-31 05:14:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [Introspect:8090]10.0.0.38 - - [2026-08-31 05:14:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001618 [API:8081]10.0.0.50 - - [2026-08-31 05:14:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073664