++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu May 7 02:26:06 AM UTC 2026 ===================' INFO: =================== Thu May 7 02:26:06 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ grep 'inet ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.141 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.141,10.0.0.249,10.0.0.27 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 05/07/2026 02:26:14.876 7fdf512d7600 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/07/2026 02:26:15.098 7fdf512d7600 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 05/07/2026 02:26:15.111 7fdf512d7600 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/07/2026 02:26:15.111 7fdf512d7600 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.27:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.249 - - [2026-05-07 02:26:57] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.249 - - [2026-05-07 02:26:57] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.27 - - [2026-05-07 02:26:58] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.27 - - [2026-05-07 02:26:58] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.141 - - [2026-05-07 02:26:59] "GET /analytics HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.141 - - [2026-05-07 02:26:59] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.249 - - [2026-05-07 02:27:28] "GET /analytics HTTP/1.1" 401 206 0.000432 [API:8081]10.0.0.249 - - [2026-05-07 02:27:28] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.27 - - [2026-05-07 02:27:29] "GET /analytics HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.27 - - [2026-05-07 02:27:29] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.141 - - [2026-05-07 02:27:30] "GET /analytics HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2026-05-07 02:27:30] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.249 - - [2026-05-07 02:27:58] "GET /analytics HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.249 - - [2026-05-07 02:27:58] "GET /analytics HTTP/1.1" 401 206 0.000201 [API:8081]10.0.0.27 - - [2026-05-07 02:27:59] "GET /analytics HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.27 - - [2026-05-07 02:27:59] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.249 - - [2026-05-07 02:28:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.064348 [API:8081]10.0.0.249 - - [2026-05-07 02:29:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.072892 [API:8081]10.0.0.249 - - [2026-05-07 02:29:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2026-05-07 02:29:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.27 - - [2026-05-07 02:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000605 [API:8081]10.0.0.27 - - [2026-05-07 02:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.249 - - [2026-05-07 02:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.249 - - [2026-05-07 02:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.141 - - [2026-05-07 02:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.141 - - [2026-05-07 02:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.27 - - [2026-05-07 02:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.27 - - [2026-05-07 02:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2026-05-07 02:29:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2026-05-07 02:29:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001085 [Introspect:8090]10.0.0.27 - - [2026-05-07 02:30:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001217 [Introspect:8090]10.0.0.27 - - [2026-05-07 02:30:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001646 [API:8081]10.0.0.249 - - [2026-05-07 02:31:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074010 [Introspect:8090]10.0.0.141 - - [2026-05-07 02:31:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001655 [API:8081]10.0.0.141 - - [2026-05-07 02:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?flat HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.141 - - [2026-05-07 02:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?flat HTTP/1.1" 200 5194 0.092207 [API:8081]10.0.0.141 - - [2026-05-07 02:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?flat HTTP/1.1" 200 5193 0.094664 [API:8081]10.0.0.141 - - [2026-05-07 02:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?flat HTTP/1.1" 200 5193 0.088440 [Introspect:8090]10.0.0.141 - - [2026-05-07 02:31:52] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000648 [API:8081]10.0.0.141 - - [2026-05-07 02:31:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 8017 0.017897 [API:8081]10.0.0.141 - - [2026-05-07 02:31:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 8012 0.016077 [API:8081]10.0.0.141 - - [2026-05-07 02:31:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5754-3?flat HTTP/1.1" 200 8008 0.019981 [API:8081]10.0.0.141 - - [2026-05-07 02:31:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 8017 0.016846 [API:8081]10.0.0.141 - - [2026-05-07 02:31:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 8012 0.016589 [API:8081]10.0.0.141 - - [2026-05-07 02:31:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5754-3?flat HTTP/1.1" 200 8008 0.018992 [API:8081]10.0.0.141 - - [2026-05-07 02:32:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2026-05-07 02:32:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.089680 [API:8081]10.0.0.249 - - [2026-05-07 02:32:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.079608 [API:8081]10.0.0.249 - - [2026-05-07 02:34:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.121140 [API:8081]10.0.0.249 - - [2026-05-07 02:34:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.249 - - [2026-05-07 02:34:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.27 - - [2026-05-07 02:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.27 - - [2026-05-07 02:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.249 - - [2026-05-07 02:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.249 - - [2026-05-07 02:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.141 - - [2026-05-07 02:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2026-05-07 02:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.27 - - [2026-05-07 02:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.27 - - [2026-05-07 02:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.141 - - [2026-05-07 02:34:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000907 [API:8081]10.0.0.141 - - [2026-05-07 02:34:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.249 - - [2026-05-07 02:35:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.089082 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:36:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003618 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003463 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004016 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002957 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:36:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003447 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002746 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002949 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003082 [API:8081]10.0.0.249 - - [2026-05-07 02:37:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.162508 [API:8081]10.0.0.141 - - [2026-05-07 02:37:30] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.141 - - [2026-05-07 02:37:30] "GET /analytics HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.141 - - [2026-05-07 02:37:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.141 - - [2026-05-07 02:37:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.072258 [API:8081]10.0.0.141 - - [2026-05-07 02:37:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.074594 [API:8081]10.0.0.249 - - [2026-05-07 02:37:58] "GET /analytics HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.249 - - [2026-05-07 02:37:58] "GET /analytics HTTP/1.1" 401 206 0.000173 [API:8081]10.0.0.27 - - [2026-05-07 02:37:59] "GET /analytics HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.27 - - [2026-05-07 02:37:59] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.249 - - [2026-05-07 02:38:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.106278 [API:8081]10.0.0.249 - - [2026-05-07 02:39:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.249 - - [2026-05-07 02:39:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.27 - - [2026-05-07 02:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.27 - - [2026-05-07 02:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2026-05-07 02:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2026-05-07 02:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2026-05-07 02:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.141 - - [2026-05-07 02:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.27 - - [2026-05-07 02:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.27 - - [2026-05-07 02:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.141 - - [2026-05-07 02:39:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.141 - - [2026-05-07 02:39:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000430 [API:8081]10.0.0.249 - - [2026-05-07 02:40:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082689 [API:8081]10.0.0.249 - - [2026-05-07 02:41:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.144293 [API:8081]10.0.0.249 - - [2026-05-07 02:43:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081755 [API:8081]10.0.0.249 - - [2026-05-07 02:44:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.076440 [API:8081]10.0.0.249 - - [2026-05-07 02:44:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.249 - - [2026-05-07 02:44:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.27 - - [2026-05-07 02:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.27 - - [2026-05-07 02:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.249 - - [2026-05-07 02:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.249 - - [2026-05-07 02:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000483 [API:8081]10.0.0.141 - - [2026-05-07 02:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.141 - - [2026-05-07 02:44:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000454 [API:8081]10.0.0.27 - - [2026-05-07 02:44:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.27 - - [2026-05-07 02:44:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.141 - - [2026-05-07 02:44:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.141 - - [2026-05-07 02:44:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000445 [API:8081]10.0.0.141 - - [2026-05-07 02:44:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.141 - - [2026-05-07 02:44:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.066771 [API:8081]10.0.0.141 - - [2026-05-07 02:45:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.071697 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:46:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004941 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003739 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003258 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003216 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:46:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003461 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003685 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003006 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004222 [API:8081]10.0.0.249 - - [2026-05-07 02:46:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101649 [API:8081]10.0.0.141 - - [2026-05-07 02:47:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.010704 [API:8081]10.0.0.141 - - [2026-05-07 02:47:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.009408 [API:8081]10.0.0.141 - - [2026-05-07 02:47:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.064053 [API:8081]10.0.0.141 - - [2026-05-07 02:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.012093 [API:8081]10.0.0.249 - - [2026-05-07 02:47:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.080030 [API:8081]10.0.0.141 - - [2026-05-07 02:47:30] "GET /analytics HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2026-05-07 02:47:30] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.249 - - [2026-05-07 02:47:59] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.249 - - [2026-05-07 02:47:59] "GET /analytics HTTP/1.1" 401 206 0.000201 [API:8081]10.0.0.27 - - [2026-05-07 02:47:59] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.27 - - [2026-05-07 02:47:59] "GET /analytics HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.249 - - [2026-05-07 02:49:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-05-07 02:49:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.27 - - [2026-05-07 02:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.27 - - [2026-05-07 02:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2026-05-07 02:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.249 - - [2026-05-07 02:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2026-05-07 02:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.141 - - [2026-05-07 02:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.27 - - [2026-05-07 02:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000453 [API:8081]10.0.0.27 - - [2026-05-07 02:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.141 - - [2026-05-07 02:49:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.141 - - [2026-05-07 02:49:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2026-05-07 02:49:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087762 [API:8081]10.0.0.249 - - [2026-05-07 02:50:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.079923 [API:8081]10.0.0.141 - - [2026-05-07 02:51:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.102252 [API:8081]10.0.0.141 - - [2026-05-07 02:51:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.021179 [API:8081]10.0.0.141 - - [2026-05-07 02:51:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.066068 [API:8081]10.0.0.249 - - [2026-05-07 02:52:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089226 [API:8081]10.0.0.249 - - [2026-05-07 02:53:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.071491 [API:8081]10.0.0.141 - - [2026-05-07 02:53:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.141 - - [2026-05-07 02:53:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.093570 [API:8081]10.0.0.249 - - [2026-05-07 02:54:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2026-05-07 02:54:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.27 - - [2026-05-07 02:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.27 - - [2026-05-07 02:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2026-05-07 02:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2026-05-07 02:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.141 - - [2026-05-07 02:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.141 - - [2026-05-07 02:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.27 - - [2026-05-07 02:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.27 - - [2026-05-07 02:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2026-05-07 02:54:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.141 - - [2026-05-07 02:54:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.249 - - [2026-05-07 02:55:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077730 [API:8081]10.0.0.141 - - [2026-05-07 02:55:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.075122 [API:8081]10.0.0.141 - - [2026-05-07 02:55:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.141 - - [2026-05-07 02:55:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.121764 [API:8081]10.0.0.141 - - [2026-05-07 02:56:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.141 - - [2026-05-07 02:56:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.069661 [API:8081]10.0.0.141 - - [2026-05-07 02:56:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.067762 [API:8081]10.0.0.141 - - [2026-05-07 02:56:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.081825 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:56:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003724 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003673 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.009147 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005448 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:56:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004581 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005956 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003134 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 02:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004292 [API:8081]10.0.0.249 - - [2026-05-07 02:56:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.081492 [API:8081]10.0.0.141 - - [2026-05-07 02:57:09] "GET /analytics/uves/virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47?flat HTTP/1.1" 200 1710 0.013081 [API:8081]10.0.0.141 - - [2026-05-07 02:57:09] "GET /analytics/uves/virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47?flat HTTP/1.1" 200 1710 0.013765 [API:8081]10.0.0.141 - - [2026-05-07 02:57:09] "GET /analytics/uves/virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47?flat HTTP/1.1" 200 1710 0.013511 [API:8081]10.0.0.141 - - [2026-05-07 02:57:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012216 [API:8081]10.0.0.141 - - [2026-05-07 02:57:13] "GET /analytics/uves/virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9?flat HTTP/1.1" 200 1894 0.013839 [API:8081]10.0.0.141 - - [2026-05-07 02:57:13] "GET /analytics/uves/virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9?flat HTTP/1.1" 200 1894 0.012287 [API:8081]10.0.0.141 - - [2026-05-07 02:57:13] "GET /analytics/uves/virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9?flat HTTP/1.1" 200 1894 0.016425 [API:8081]10.0.0.141 - - [2026-05-07 02:57:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010295 [API:8081]10.0.0.141 - - [2026-05-07 02:57:17] "GET /analytics/uves/virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70?flat HTTP/1.1" 200 1764 0.012266 [API:8081]10.0.0.141 - - [2026-05-07 02:57:17] "GET /analytics/uves/virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70?flat HTTP/1.1" 200 1764 0.012452 [API:8081]10.0.0.141 - - [2026-05-07 02:57:17] "GET /analytics/uves/virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70?flat HTTP/1.1" 200 1764 0.013259 [API:8081]10.0.0.141 - - [2026-05-07 02:57:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010808 [API:8081]10.0.0.141 - - [2026-05-07 02:57:30] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.141 - - [2026-05-07 02:57:30] "GET /analytics HTTP/1.1" 401 206 0.000178 [API:8081]10.0.0.249 - - [2026-05-07 02:57:59] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2026-05-07 02:57:59] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.27 - - [2026-05-07 02:57:59] "GET /analytics HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.27 - - [2026-05-07 02:57:59] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.141 - - [2026-05-07 02:58:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010823 [API:8081]10.0.0.249 - - [2026-05-07 02:58:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080724 [API:8081]10.0.0.141 - - [2026-05-07 02:59:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012452 [API:8081]10.0.0.249 - - [2026-05-07 02:59:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.249 - - [2026-05-07 02:59:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000518 [API:8081]10.0.0.27 - - [2026-05-07 02:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.27 - - [2026-05-07 02:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.249 - - [2026-05-07 02:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.249 - - [2026-05-07 02:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.141 - - [2026-05-07 02:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000589 [API:8081]10.0.0.141 - - [2026-05-07 02:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000458 [API:8081]10.0.0.27 - - [2026-05-07 02:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001270 [API:8081]10.0.0.27 - - [2026-05-07 02:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.141 - - [2026-05-07 02:59:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2026-05-07 02:59:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2026-05-07 02:59:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011812 [API:8081]10.0.0.249 - - [2026-05-07 02:59:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.187219 [API:8081]10.0.0.141 - - [2026-05-07 02:59:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.141 - - [2026-05-07 02:59:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.068139 [API:8081]10.0.0.141 - - [2026-05-07 02:59:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.068560 [API:8081]10.0.0.141 - - [2026-05-07 02:59:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.064468 [API:8081]10.0.0.141 - - [2026-05-07 03:00:54] "GET /analytics/uves/virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8?flat HTTP/1.1" 200 1715 0.014201 [API:8081]10.0.0.141 - - [2026-05-07 03:00:55] "GET /analytics/uves/virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8?flat HTTP/1.1" 200 1715 0.012767 [API:8081]10.0.0.141 - - [2026-05-07 03:00:55] "GET /analytics/uves/virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8?flat HTTP/1.1" 200 1715 0.011922 [API:8081]10.0.0.141 - - [2026-05-07 03:00:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010993 [API:8081]10.0.0.141 - - [2026-05-07 03:00:58] "GET /analytics/uves/virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e?flat HTTP/1.1" 200 1718 0.013448 [API:8081]10.0.0.141 - - [2026-05-07 03:00:58] "GET /analytics/uves/virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e?flat HTTP/1.1" 200 1718 0.011648 [API:8081]10.0.0.141 - - [2026-05-07 03:00:59] "GET /analytics/uves/virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e?flat HTTP/1.1" 200 1718 0.012863 [API:8081]10.0.0.141 - - [2026-05-07 03:00:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012466 [API:8081]10.0.0.141 - - [2026-05-07 03:01:02] "GET /analytics/uves/virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502?flat HTTP/1.1" 200 1716 0.013045 [API:8081]10.0.0.141 - - [2026-05-07 03:01:02] "GET /analytics/uves/virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502?flat HTTP/1.1" 200 1716 0.013237 [API:8081]10.0.0.141 - - [2026-05-07 03:01:03] "GET /analytics/uves/virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502?flat HTTP/1.1" 200 1716 0.012795 [API:8081]10.0.0.141 - - [2026-05-07 03:01:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012432 [API:8081]10.0.0.249 - - [2026-05-07 03:01:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077031 [API:8081]10.0.0.141 - - [2026-05-07 03:02:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011866 [API:8081]10.0.0.141 - - [2026-05-07 03:02:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011433 [API:8081]10.0.0.249 - - [2026-05-07 03:02:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.087132 [API:8081]10.0.0.141 - - [2026-05-07 03:03:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012344 [API:8081]10.0.0.141 - - [2026-05-07 03:03:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.141 - - [2026-05-07 03:03:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.073466 [API:8081]10.0.0.141 - - [2026-05-07 03:03:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.087975 [API:8081]10.0.0.249 - - [2026-05-07 03:04:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.249 - - [2026-05-07 03:04:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.27 - - [2026-05-07 03:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.27 - - [2026-05-07 03:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2026-05-07 03:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000589 [API:8081]10.0.0.249 - - [2026-05-07 03:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000437 [API:8081]10.0.0.141 - - [2026-05-07 03:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.141 - - [2026-05-07 03:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.27 - - [2026-05-07 03:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.27 - - [2026-05-07 03:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.141 - - [2026-05-07 03:04:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.141 - - [2026-05-07 03:04:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2026-05-07 03:04:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081172 [API:8081]10.0.0.141 - - [2026-05-07 03:05:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.141 - - [2026-05-07 03:05:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1870 0.097036 [API:8081]10.0.0.249 - - [2026-05-07 03:05:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.110566 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:06:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003289 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002926 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002975 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003233 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:06:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003442 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003076 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003068 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002601 [API:8081]10.0.0.141 - - [2026-05-07 03:07:30] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2026-05-07 03:07:30] "GET /analytics HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.249 - - [2026-05-07 03:07:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084408 [API:8081]10.0.0.249 - - [2026-05-07 03:07:59] "GET /analytics HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2026-05-07 03:07:59] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.27 - - [2026-05-07 03:07:59] "GET /analytics HTTP/1.1" 401 206 0.000416 [API:8081]10.0.0.27 - - [2026-05-07 03:07:59] "GET /analytics HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2026-05-07 03:08:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013142 [API:8081]10.0.0.141 - - [2026-05-07 03:08:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.141 - - [2026-05-07 03:08:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.094793 [API:8081]10.0.0.141 - - [2026-05-07 03:08:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.093170 [API:8081]10.0.0.249 - - [2026-05-07 03:08:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.081579 [API:8081]10.0.0.249 - - [2026-05-07 03:09:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2026-05-07 03:09:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.27 - - [2026-05-07 03:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000429 [API:8081]10.0.0.27 - - [2026-05-07 03:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000424 [API:8081]10.0.0.249 - - [2026-05-07 03:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.249 - - [2026-05-07 03:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.141 - - [2026-05-07 03:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.141 - - [2026-05-07 03:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.27 - - [2026-05-07 03:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.27 - - [2026-05-07 03:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.141 - - [2026-05-07 03:09:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2026-05-07 03:09:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.249 - - [2026-05-07 03:10:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073505 [API:8081]10.0.0.141 - - [2026-05-07 03:11:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011386 [API:8081]10.0.0.249 - - [2026-05-07 03:11:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.073609 [API:8081]10.0.0.141 - - [2026-05-07 03:12:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012335 [API:8081]10.0.0.141 - - [2026-05-07 03:12:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2026-05-07 03:12:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.064125 [API:8081]10.0.0.141 - - [2026-05-07 03:12:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.073160 [API:8081]10.0.0.249 - - [2026-05-07 03:13:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077829 [API:8081]10.0.0.249 - - [2026-05-07 03:14:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.249 - - [2026-05-07 03:14:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.27 - - [2026-05-07 03:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000434 [API:8081]10.0.0.27 - - [2026-05-07 03:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.249 - - [2026-05-07 03:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2026-05-07 03:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.141 - - [2026-05-07 03:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2026-05-07 03:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.27 - - [2026-05-07 03:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000408 [API:8081]10.0.0.27 - - [2026-05-07 03:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.141 - - [2026-05-07 03:14:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.141 - - [2026-05-07 03:14:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-05-07 03:14:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.079853 [API:8081]10.0.0.141 - - [2026-05-07 03:16:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011803 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:16:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004381 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004989 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004143 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003816 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:16:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004002 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003571 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003972 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003816 [API:8081]10.0.0.141 - - [2026-05-07 03:16:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.071372 [API:8081]10.0.0.249 - - [2026-05-07 03:16:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.206877 [API:8081]10.0.0.141 - - [2026-05-07 03:17:30] "GET /analytics HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.141 - - [2026-05-07 03:17:30] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.249 - - [2026-05-07 03:17:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.086931 [API:8081]10.0.0.249 - - [2026-05-07 03:17:59] "GET /analytics HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.249 - - [2026-05-07 03:17:59] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.27 - - [2026-05-07 03:17:59] "GET /analytics HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.27 - - [2026-05-07 03:17:59] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.249 - - [2026-05-07 03:19:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.249 - - [2026-05-07 03:19:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.27 - - [2026-05-07 03:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.27 - - [2026-05-07 03:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2026-05-07 03:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.249 - - [2026-05-07 03:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.141 - - [2026-05-07 03:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2026-05-07 03:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.27 - - [2026-05-07 03:19:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.27 - - [2026-05-07 03:19:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2026-05-07 03:19:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2026-05-07 03:19:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2026-05-07 03:19:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095247 [API:8081]10.0.0.141 - - [2026-05-07 03:20:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2026-05-07 03:20:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.086686 [API:8081]10.0.0.249 - - [2026-05-07 03:20:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.080580 [API:8081]10.0.0.141 - - [2026-05-07 03:22:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.081828 [API:8081]10.0.0.249 - - [2026-05-07 03:22:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077735 [API:8081]10.0.0.141 - - [2026-05-07 03:23:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2026-05-07 03:23:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.081751 [API:8081]10.0.0.249 - - [2026-05-07 03:23:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.101278 [API:8081]10.0.0.249 - - [2026-05-07 03:24:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2026-05-07 03:24:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.27 - - [2026-05-07 03:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.27 - - [2026-05-07 03:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.249 - - [2026-05-07 03:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2026-05-07 03:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.141 - - [2026-05-07 03:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2026-05-07 03:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.27 - - [2026-05-07 03:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.27 - - [2026-05-07 03:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.141 - - [2026-05-07 03:24:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000441 [API:8081]10.0.0.141 - - [2026-05-07 03:24:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2026-05-07 03:24:47] "GET /analytics/uves/virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f?flat HTTP/1.1" 200 1780 0.085633 [API:8081]10.0.0.141 - - [2026-05-07 03:24:48] "GET /analytics/uves/virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f?flat HTTP/1.1" 200 1780 0.016293 [API:8081]10.0.0.141 - - [2026-05-07 03:24:48] "GET /analytics/uves/virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f?flat HTTP/1.1" 200 1780 0.090264 [API:8081]10.0.0.141 - - [2026-05-07 03:24:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011975 [API:8081]10.0.0.141 - - [2026-05-07 03:25:14] "GET /analytics/uves/virtual-machine/d6a11b31-4b3a-4e3c-92e4-5fed91492f4e?flat HTTP/1.1" 200 2106 0.014801 [API:8081]10.0.0.141 - - [2026-05-07 03:25:14] "GET /analytics/uves/virtual-machine/d6a11b31-4b3a-4e3c-92e4-5fed91492f4e?flat HTTP/1.1" 200 2106 0.013508 [API:8081]10.0.0.141 - - [2026-05-07 03:25:14] "GET /analytics/uves/virtual-machine/d6a11b31-4b3a-4e3c-92e4-5fed91492f4e?flat HTTP/1.1" 200 2106 0.019316 [API:8081]10.0.0.141 - - [2026-05-07 03:25:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013278 [API:8081]10.0.0.249 - - [2026-05-07 03:25:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.121401 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:26:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004374 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003541 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003540 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002976 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:26:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004197 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003326 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003507 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002918 [API:8081]10.0.0.249 - - [2026-05-07 03:26:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.075331 [API:8081]10.0.0.141 - - [2026-05-07 03:27:30] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2026-05-07 03:27:30] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.249 - - [2026-05-07 03:27:59] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2026-05-07 03:27:59] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.27 - - [2026-05-07 03:27:59] "GET /analytics HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.27 - - [2026-05-07 03:27:59] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2026-05-07 03:28:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.141 - - [2026-05-07 03:28:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1926 0.073847 [API:8081]10.0.0.249 - - [2026-05-07 03:29:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094708 [API:8081]10.0.0.141 - - [2026-05-07 03:29:09] "GET /analytics/uves/virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9?flat HTTP/1.1" 200 1790 0.085164 [API:8081]10.0.0.141 - - [2026-05-07 03:29:09] "GET /analytics/uves/virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9?flat HTTP/1.1" 200 1790 0.012211 [API:8081]10.0.0.141 - - [2026-05-07 03:29:09] "GET /analytics/uves/virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9?flat HTTP/1.1" 200 1790 0.067150 [API:8081]10.0.0.141 - - [2026-05-07 03:29:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012142 [API:8081]10.0.0.249 - - [2026-05-07 03:29:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2026-05-07 03:29:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.27 - - [2026-05-07 03:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.27 - - [2026-05-07 03:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.249 - - [2026-05-07 03:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000517 [API:8081]10.0.0.249 - - [2026-05-07 03:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2026-05-07 03:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.141 - - [2026-05-07 03:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.27 - - [2026-05-07 03:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.27 - - [2026-05-07 03:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.141 - - [2026-05-07 03:29:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.141 - - [2026-05-07 03:29:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.141 - - [2026-05-07 03:29:35] "GET /analytics/uves/virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545?flat HTTP/1.1" 200 2115 0.017884 [API:8081]10.0.0.141 - - [2026-05-07 03:29:35] "GET /analytics/uves/virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545?flat HTTP/1.1" 200 2115 0.014916 [API:8081]10.0.0.141 - - [2026-05-07 03:29:35] "GET /analytics/uves/virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545?flat HTTP/1.1" 200 2115 0.013544 [API:8081]10.0.0.141 - - [2026-05-07 03:29:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009908 [API:8081]10.0.0.249 - - [2026-05-07 03:30:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.106283 [API:8081]10.0.0.141 - - [2026-05-07 03:31:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011269 [API:8081]10.0.0.249 - - [2026-05-07 03:32:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084508 [API:8081]10.0.0.141 - - [2026-05-07 03:32:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010499 [API:8081]10.0.0.141 - - [2026-05-07 03:32:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000427 [API:8081]10.0.0.141 - - [2026-05-07 03:32:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1890 0.093334 [API:8081]10.0.0.249 - - [2026-05-07 03:33:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.093734 [API:8081]10.0.0.141 - - [2026-05-07 03:33:06] "GET /analytics/uves/virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22?flat HTTP/1.1" 200 1773 0.070749 [API:8081]10.0.0.141 - - [2026-05-07 03:33:06] "GET /analytics/uves/virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22?flat HTTP/1.1" 200 1773 0.013821 [API:8081]10.0.0.141 - - [2026-05-07 03:33:06] "GET /analytics/uves/virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22?flat HTTP/1.1" 200 1773 0.105536 [API:8081]10.0.0.141 - - [2026-05-07 03:33:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010422 [API:8081]10.0.0.141 - - [2026-05-07 03:33:33] "GET /analytics/uves/virtual-machine/bfc399b9-ac6c-4382-9442-1a54cf642e6f?flat HTTP/1.1" 200 2089 0.014288 [API:8081]10.0.0.141 - - [2026-05-07 03:33:33] "GET /analytics/uves/virtual-machine/bfc399b9-ac6c-4382-9442-1a54cf642e6f?flat HTTP/1.1" 200 2089 0.014250 [API:8081]10.0.0.141 - - [2026-05-07 03:33:33] "GET /analytics/uves/virtual-machine/bfc399b9-ac6c-4382-9442-1a54cf642e6f?flat HTTP/1.1" 200 2089 0.014248 [API:8081]10.0.0.141 - - [2026-05-07 03:33:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011063 [API:8081]10.0.0.249 - - [2026-05-07 03:34:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2026-05-07 03:34:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.27 - - [2026-05-07 03:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.27 - - [2026-05-07 03:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.249 - - [2026-05-07 03:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.249 - - [2026-05-07 03:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2026-05-07 03:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.141 - - [2026-05-07 03:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.27 - - [2026-05-07 03:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.27 - - [2026-05-07 03:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.141 - - [2026-05-07 03:34:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.141 - - [2026-05-07 03:34:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000517 [API:8081]10.0.0.249 - - [2026-05-07 03:35:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087413 [API:8081]10.0.0.249 - - [2026-05-07 03:36:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.082485 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:36:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003901 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002991 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002786 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002931 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:36:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003634 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003260 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003149 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003254 [API:8081]10.0.0.141 - - [2026-05-07 03:36:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.141 - - [2026-05-07 03:36:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.069524 [API:8081]10.0.0.141 - - [2026-05-07 03:36:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.068528 [API:8081]10.0.0.141 - - [2026-05-07 03:36:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.074091 [API:8081]10.0.0.141 - - [2026-05-07 03:36:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.015236 [API:8081]10.0.0.141 - - [2026-05-07 03:37:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.012418 [API:8081]10.0.0.141 - - [2026-05-07 03:37:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.010348 [API:8081]10.0.0.141 - - [2026-05-07 03:37:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2752 0.014242 [API:8081]10.0.0.141 - - [2026-05-07 03:37:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2978 0.012172 [API:8081]10.0.0.141 - - [2026-05-07 03:37:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2026-05-07 03:37:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.074458 [API:8081]10.0.0.141 - - [2026-05-07 03:37:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.076632 [API:8081]10.0.0.141 - - [2026-05-07 03:37:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2536 0.089807 [API:8081]10.0.0.141 - - [2026-05-07 03:37:30] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2026-05-07 03:37:30] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.141 - - [2026-05-07 03:37:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2536 0.011420 [API:8081]10.0.0.141 - - [2026-05-07 03:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2748 0.011284 [API:8081]10.0.0.141 - - [2026-05-07 03:37:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2962 0.012791 [API:8081]10.0.0.141 - - [2026-05-07 03:37:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2026-05-07 03:37:59] "GET /analytics HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2026-05-07 03:37:59] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.141 - - [2026-05-07 03:37:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2532 0.077822 [API:8081]10.0.0.27 - - [2026-05-07 03:37:59] "GET /analytics HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.27 - - [2026-05-07 03:37:59] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.141 - - [2026-05-07 03:38:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2740 0.082193 [API:8081]10.0.0.141 - - [2026-05-07 03:38:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.122231 [API:8081]10.0.0.249 - - [2026-05-07 03:38:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.148934 [API:8081]10.0.0.141 - - [2026-05-07 03:38:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.013290 [API:8081]10.0.0.141 - - [2026-05-07 03:38:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.011753 [API:8081]10.0.0.141 - - [2026-05-07 03:38:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.011127 [API:8081]10.0.0.141 - - [2026-05-07 03:38:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.013158 [API:8081]10.0.0.141 - - [2026-05-07 03:38:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2958 0.013291 [API:8081]10.0.0.141 - - [2026-05-07 03:38:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.141 - - [2026-05-07 03:38:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.078786 [API:8081]10.0.0.141 - - [2026-05-07 03:38:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.083583 [API:8081]10.0.0.141 - - [2026-05-07 03:38:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2540 0.077168 [API:8081]10.0.0.141 - - [2026-05-07 03:38:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2772 0.013823 [API:8081]10.0.0.141 - - [2026-05-07 03:38:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3006 0.016625 [API:8081]10.0.0.249 - - [2026-05-07 03:39:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.098230 [API:8081]10.0.0.249 - - [2026-05-07 03:39:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000476 [API:8081]10.0.0.249 - - [2026-05-07 03:39:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.27 - - [2026-05-07 03:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.27 - - [2026-05-07 03:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000409 [API:8081]10.0.0.249 - - [2026-05-07 03:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2026-05-07 03:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.141 - - [2026-05-07 03:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.141 - - [2026-05-07 03:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.27 - - [2026-05-07 03:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.27 - - [2026-05-07 03:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000408 [API:8081]10.0.0.141 - - [2026-05-07 03:39:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.141 - - [2026-05-07 03:39:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2026-05-07 03:41:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.115620 [API:8081]10.0.0.249 - - [2026-05-07 03:42:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.087709 [API:8081]10.0.0.249 - - [2026-05-07 03:44:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098680 [API:8081]10.0.0.249 - - [2026-05-07 03:44:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.249 - - [2026-05-07 03:44:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.27 - - [2026-05-07 03:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.27 - - [2026-05-07 03:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.249 - - [2026-05-07 03:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.249 - - [2026-05-07 03:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2026-05-07 03:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.141 - - [2026-05-07 03:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000459 [API:8081]10.0.0.27 - - [2026-05-07 03:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.27 - - [2026-05-07 03:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.141 - - [2026-05-07 03:44:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000414 [API:8081]10.0.0.141 - - [2026-05-07 03:44:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000481 [API:8081]10.0.0.249 - - [2026-05-07 03:45:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.129079 [API:8081]10.0.0.141 - - [2026-05-07 03:45:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.141 - - [2026-05-07 03:45:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.077493 [API:8081]10.0.0.141 - - [2026-05-07 03:45:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.080932 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:46:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.016541 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007241 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.008412 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009799 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:46:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.016323 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008441 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.010019 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.009804 [API:8081]10.0.0.249 - - [2026-05-07 03:47:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084595 [API:8081]10.0.0.141 - - [2026-05-07 03:47:30] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.141 - - [2026-05-07 03:47:30] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.249 - - [2026-05-07 03:47:59] "GET /analytics HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.249 - - [2026-05-07 03:47:59] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.27 - - [2026-05-07 03:47:59] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-05-07 03:47:59] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.249 - - [2026-05-07 03:48:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.087720 [API:8081]10.0.0.249 - - [2026-05-07 03:49:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2026-05-07 03:49:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.27 - - [2026-05-07 03:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.27 - - [2026-05-07 03:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.249 - - [2026-05-07 03:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.249 - - [2026-05-07 03:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.141 - - [2026-05-07 03:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2026-05-07 03:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.27 - - [2026-05-07 03:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000412 [API:8081]10.0.0.27 - - [2026-05-07 03:49:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.141 - - [2026-05-07 03:49:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2026-05-07 03:49:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.249 - - [2026-05-07 03:50:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080983 [API:8081]10.0.0.141 - - [2026-05-07 03:51:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000408 [API:8081]10.0.0.141 - - [2026-05-07 03:51:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.087005 [API:8081]10.0.0.249 - - [2026-05-07 03:51:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.082303 [API:8081]10.0.0.141 - - [2026-05-07 03:51:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2026-05-07 03:51:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.089012 [API:8081]10.0.0.249 - - [2026-05-07 03:53:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.102478 [API:8081]10.0.0.249 - - [2026-05-07 03:54:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.114631 [API:8081]10.0.0.249 - - [2026-05-07 03:54:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.249 - - [2026-05-07 03:54:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.27 - - [2026-05-07 03:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.27 - - [2026-05-07 03:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.249 - - [2026-05-07 03:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.249 - - [2026-05-07 03:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.141 - - [2026-05-07 03:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.141 - - [2026-05-07 03:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.27 - - [2026-05-07 03:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000916 [API:8081]10.0.0.27 - - [2026-05-07 03:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000427 [API:8081]10.0.0.141 - - [2026-05-07 03:54:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.141 - - [2026-05-07 03:54:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:56:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004061 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003220 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003442 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003327 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:56:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003489 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003401 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002718 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 03:56:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002707 [API:8081]10.0.0.249 - - [2026-05-07 03:56:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071341 [API:8081]10.0.0.249 - - [2026-05-07 03:57:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.090258 [API:8081]10.0.0.141 - - [2026-05-07 03:57:30] "GET /analytics HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.141 - - [2026-05-07 03:57:30] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2026-05-07 03:57:59] "GET /analytics HTTP/1.1" 401 206 0.000446 [API:8081]10.0.0.249 - - [2026-05-07 03:57:59] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.27 - - [2026-05-07 03:57:59] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.27 - - [2026-05-07 03:57:59] "GET /analytics HTTP/1.1" 401 206 0.000194 [API:8081]10.0.0.141 - - [2026-05-07 03:58:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.141 - - [2026-05-07 03:58:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.070632 [API:8081]10.0.0.249 - - [2026-05-07 03:59:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.249 - - [2026-05-07 03:59:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.27 - - [2026-05-07 03:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.27 - - [2026-05-07 03:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2026-05-07 03:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.249 - - [2026-05-07 03:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.141 - - [2026-05-07 03:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2026-05-07 03:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.27 - - [2026-05-07 03:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000421 [API:8081]10.0.0.27 - - [2026-05-07 03:59:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.249 - - [2026-05-07 03:59:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.156650 [API:8081]10.0.0.141 - - [2026-05-07 03:59:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.141 - - [2026-05-07 03:59:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.249 - - [2026-05-07 04:00:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.090141 [API:8081]10.0.0.249 - - [2026-05-07 04:02:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083821 [API:8081]10.0.0.249 - - [2026-05-07 04:03:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.086370 [API:8081]10.0.0.249 - - [2026-05-07 04:04:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-05-07 04:04:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.27 - - [2026-05-07 04:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.27 - - [2026-05-07 04:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.249 - - [2026-05-07 04:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.249 - - [2026-05-07 04:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.141 - - [2026-05-07 04:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000402 [API:8081]10.0.0.141 - - [2026-05-07 04:04:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.27 - - [2026-05-07 04:04:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.27 - - [2026-05-07 04:04:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000441 [API:8081]10.0.0.141 - - [2026-05-07 04:04:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.141 - - [2026-05-07 04:04:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000426 [API:8081]10.0.0.141 - - [2026-05-07 04:04:32] "GET /analytics/uves/virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e?flat HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.141 - - [2026-05-07 04:04:33] "GET /analytics/uves/virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e?flat HTTP/1.1" 200 1403 0.077102 [API:8081]10.0.0.141 - - [2026-05-07 04:04:33] "GET /analytics/uves/virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e?flat HTTP/1.1" 200 1403 0.078467 [API:8081]10.0.0.141 - - [2026-05-07 04:04:34] "GET /analytics/uves/virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e?flat HTTP/1.1" 200 1403 0.087011 [API:8081]10.0.0.141 - - [2026-05-07 04:04:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.013448 [API:8081]10.0.0.141 - - [2026-05-07 04:04:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.015210 [API:8081]10.0.0.141 - - [2026-05-07 04:05:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.014939 [API:8081]10.0.0.249 - - [2026-05-07 04:05:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.116938 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:06:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004040 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003717 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005040 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003563 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:06:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003900 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004400 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003404 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:06:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005107 [API:8081]10.0.0.249 - - [2026-05-07 04:06:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.094109 [API:8081]10.0.0.141 - - [2026-05-07 04:07:30] "GET /analytics HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.141 - - [2026-05-07 04:07:30] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.249 - - [2026-05-07 04:07:59] "GET /analytics HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2026-05-07 04:07:59] "GET /analytics HTTP/1.1" 401 206 0.000197 [API:8081]10.0.0.27 - - [2026-05-07 04:07:59] "GET /analytics HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.27 - - [2026-05-07 04:07:59] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.249 - - [2026-05-07 04:08:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.109320 [API:8081]10.0.0.141 - - [2026-05-07 04:08:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.141 - - [2026-05-07 04:08:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.101933 [API:8081]10.0.0.249 - - [2026-05-07 04:09:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2026-05-07 04:09:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.27 - - [2026-05-07 04:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.27 - - [2026-05-07 04:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000509 [API:8081]10.0.0.249 - - [2026-05-07 04:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.249 - - [2026-05-07 04:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.141 - - [2026-05-07 04:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.141 - - [2026-05-07 04:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.27 - - [2026-05-07 04:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.27 - - [2026-05-07 04:09:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000433 [API:8081]10.0.0.141 - - [2026-05-07 04:09:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.141 - - [2026-05-07 04:09:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.249 - - [2026-05-07 04:09:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.115730 [API:8081]10.0.0.249 - - [2026-05-07 04:11:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096729 [API:8081]10.0.0.249 - - [2026-05-07 04:12:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.113867 [API:8081]10.0.0.249 - - [2026-05-07 04:14:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.249 - - [2026-05-07 04:14:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.27 - - [2026-05-07 04:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000431 [API:8081]10.0.0.27 - - [2026-05-07 04:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2026-05-07 04:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.249 - - [2026-05-07 04:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000410 [API:8081]10.0.0.141 - - [2026-05-07 04:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.141 - - [2026-05-07 04:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.27 - - [2026-05-07 04:14:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.27 - - [2026-05-07 04:14:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.141 - - [2026-05-07 04:14:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2026-05-07 04:14:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.249 - - [2026-05-07 04:14:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084133 [API:8081]10.0.0.249 - - [2026-05-07 04:15:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.097384 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:16:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003661 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004871 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003313 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003479 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:16:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003931 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003539 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003998 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003847 [API:8081]10.0.0.141 - - [2026-05-07 04:17:30] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2026-05-07 04:17:30] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.249 - - [2026-05-07 04:17:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.120499 [API:8081]10.0.0.141 - - [2026-05-07 04:17:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000453 [API:8081]10.0.0.141 - - [2026-05-07 04:17:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2298 0.072940 [API:8081]10.0.0.249 - - [2026-05-07 04:17:59] "GET /analytics HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.249 - - [2026-05-07 04:17:59] "GET /analytics HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.27 - - [2026-05-07 04:17:59] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.27 - - [2026-05-07 04:17:59] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.249 - - [2026-05-07 04:18:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.083741 [API:8081]10.0.0.249 - - [2026-05-07 04:19:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000701 [API:8081]10.0.0.249 - - [2026-05-07 04:19:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.27 - - [2026-05-07 04:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.27 - - [2026-05-07 04:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.249 - - [2026-05-07 04:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.249 - - [2026-05-07 04:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.141 - - [2026-05-07 04:19:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.141 - - [2026-05-07 04:19:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-05-07 04:19:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.27 - - [2026-05-07 04:19:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.141 - - [2026-05-07 04:19:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.141 - - [2026-05-07 04:19:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.249 - - [2026-05-07 04:20:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.173536 [API:8081]10.0.0.141 - - [2026-05-07 04:20:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.141 - - [2026-05-07 04:20:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.108508 [API:8081]10.0.0.249 - - [2026-05-07 04:21:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.090927 [API:8081]10.0.0.141 - - [2026-05-07 04:22:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000510 [API:8081]10.0.0.141 - - [2026-05-07 04:22:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2368 0.126916 [API:8081]10.0.0.141 - - [2026-05-07 04:23:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.132995 [API:8081]10.0.0.141 - - [2026-05-07 04:23:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.097967 [API:8081]10.0.0.141 - - [2026-05-07 04:23:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.011197 [API:8081]10.0.0.249 - - [2026-05-07 04:23:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099218 [API:8081]10.0.0.141 - - [2026-05-07 04:24:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.014030 [API:8081]10.0.0.141 - - [2026-05-07 04:24:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.012405 [API:8081]10.0.0.249 - - [2026-05-07 04:24:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.141 - - [2026-05-07 04:24:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.013134 [API:8081]10.0.0.249 - - [2026-05-07 04:24:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.141 - - [2026-05-07 04:24:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.017140 [API:8081]10.0.0.27 - - [2026-05-07 04:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000638 [API:8081]10.0.0.27 - - [2026-05-07 04:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.249 - - [2026-05-07 04:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.249 - - [2026-05-07 04:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.141 - - [2026-05-07 04:24:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.013428 [API:8081]10.0.0.141 - - [2026-05-07 04:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.141 - - [2026-05-07 04:24:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.27 - - [2026-05-07 04:24:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.27 - - [2026-05-07 04:24:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.141 - - [2026-05-07 04:24:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.141 - - [2026-05-07 04:24:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000477 [API:8081]10.0.0.249 - - [2026-05-07 04:24:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.090921 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:26:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004391 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003675 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003479 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003452 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:26:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004253 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004835 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003278 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003386 [API:8081]10.0.0.249 - - [2026-05-07 04:26:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088989 [API:8081]10.0.0.141 - - [2026-05-07 04:27:30] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2026-05-07 04:27:30] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.249 - - [2026-05-07 04:27:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.115059 [API:8081]10.0.0.249 - - [2026-05-07 04:27:59] "GET /analytics HTTP/1.1" 401 206 0.000418 [API:8081]10.0.0.249 - - [2026-05-07 04:27:59] "GET /analytics HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.27 - - [2026-05-07 04:27:59] "GET /analytics HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.27 - - [2026-05-07 04:27:59] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.249 - - [2026-05-07 04:29:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.249 - - [2026-05-07 04:29:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.27 - - [2026-05-07 04:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.27 - - [2026-05-07 04:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.249 - - [2026-05-07 04:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.249 - - [2026-05-07 04:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.141 - - [2026-05-07 04:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.141 - - [2026-05-07 04:29:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.27 - - [2026-05-07 04:29:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.27 - - [2026-05-07 04:29:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.141 - - [2026-05-07 04:29:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.141 - - [2026-05-07 04:29:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000538 [API:8081]10.0.0.249 - - [2026-05-07 04:29:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.124946 [API:8081]10.0.0.249 - - [2026-05-07 04:30:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.103782 [API:8081]10.0.0.249 - - [2026-05-07 04:32:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.129310 [API:8081]10.0.0.249 - - [2026-05-07 04:33:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.137092 [API:8081]10.0.0.249 - - [2026-05-07 04:34:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2026-05-07 04:34:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.27 - - [2026-05-07 04:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.27 - - [2026-05-07 04:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-05-07 04:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.249 - - [2026-05-07 04:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.141 - - [2026-05-07 04:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.141 - - [2026-05-07 04:34:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.27 - - [2026-05-07 04:34:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.27 - - [2026-05-07 04:34:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.141 - - [2026-05-07 04:34:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.141 - - [2026-05-07 04:34:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.249 - - [2026-05-07 04:35:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097107 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:36:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004300 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003705 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003412 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003371 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:36:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003958 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003396 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003985 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003462 [API:8081]10.0.0.249 - - [2026-05-07 04:36:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.100762 [API:8081]10.0.0.141 - - [2026-05-07 04:37:30] "GET /analytics HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2026-05-07 04:37:30] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2026-05-07 04:37:59] "GET /analytics HTTP/1.1" 401 206 0.000413 [API:8081]10.0.0.249 - - [2026-05-07 04:37:59] "GET /analytics HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.27 - - [2026-05-07 04:37:59] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.27 - - [2026-05-07 04:37:59] "GET /analytics HTTP/1.1" 401 206 0.000166 [API:8081]10.0.0.249 - - [2026-05-07 04:39:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.119076 [API:8081]10.0.0.249 - - [2026-05-07 04:39:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2026-05-07 04:39:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.27 - - [2026-05-07 04:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.27 - - [2026-05-07 04:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.249 - - [2026-05-07 04:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.249 - - [2026-05-07 04:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000499 [API:8081]10.0.0.141 - - [2026-05-07 04:39:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.141 - - [2026-05-07 04:39:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000427 [API:8081]10.0.0.27 - - [2026-05-07 04:39:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.27 - - [2026-05-07 04:39:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.141 - - [2026-05-07 04:39:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.141 - - [2026-05-07 04:39:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.249 - - [2026-05-07 04:40:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.120524 [API:8081]10.0.0.249 - - [2026-05-07 04:42:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.120008 [API:8081]10.0.0.141 - - [2026-05-07 04:42:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.141 - - [2026-05-07 04:42:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.084454 [API:8081]10.0.0.141 - - [2026-05-07 04:42:55] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1712 0.091836 [API:8081]10.0.0.141 - - [2026-05-07 04:42:56] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1712 0.077348 [API:8081]10.0.0.141 - - [2026-05-07 04:42:56] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1712 0.018686 [API:8081]10.0.0.141 - - [2026-05-07 04:42:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.013391 [API:8081]10.0.0.141 - - [2026-05-07 04:43:00] "GET /analytics/uves/virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009?flat HTTP/1.1" 200 1712 0.018295 [API:8081]10.0.0.141 - - [2026-05-07 04:43:00] "GET /analytics/uves/virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009?flat HTTP/1.1" 200 1712 0.018789 [API:8081]10.0.0.141 - - [2026-05-07 04:43:00] "GET /analytics/uves/virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009?flat HTTP/1.1" 200 1712 0.013693 [API:8081]10.0.0.141 - - [2026-05-07 04:43:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014524 [API:8081]10.0.0.249 - - [2026-05-07 04:43:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2555 0.096349 [API:8081]10.0.0.249 - - [2026-05-07 04:44:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.249 - - [2026-05-07 04:44:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.27 - - [2026-05-07 04:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.27 - - [2026-05-07 04:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.249 - - [2026-05-07 04:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2026-05-07 04:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.141 - - [2026-05-07 04:44:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.141 - - [2026-05-07 04:44:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.27 - - [2026-05-07 04:44:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.27 - - [2026-05-07 04:44:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.141 - - [2026-05-07 04:44:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.141 - - [2026-05-07 04:44:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.249 - - [2026-05-07 04:45:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.091946 [API:8081]10.0.0.141 - - [2026-05-07 04:45:23] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1473 0.019383 [API:8081]10.0.0.141 - - [2026-05-07 04:45:25] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1473 0.017717 [API:8081]10.0.0.141 - - [2026-05-07 04:45:27] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1473 0.014887 [API:8081]10.0.0.141 - - [2026-05-07 04:45:29] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1473 0.012964 [API:8081]10.0.0.141 - - [2026-05-07 04:45:31] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1473 0.014617 [API:8081]10.0.0.141 - - [2026-05-07 04:45:33] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1473 0.013655 [API:8081]10.0.0.141 - - [2026-05-07 04:45:35] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1718 0.017540 [API:8081]10.0.0.141 - - [2026-05-07 04:45:35] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1718 0.025406 [API:8081]10.0.0.141 - - [2026-05-07 04:45:35] "GET /analytics/uves/virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d?flat HTTP/1.1" 200 1718 0.015578 [API:8081]10.0.0.141 - - [2026-05-07 04:45:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 11822 0.024452 [API:8081]10.0.0.141 - - [2026-05-07 04:45:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 13205 0.024462 [API:8081]10.0.0.141 - - [2026-05-07 04:45:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012040 [API:8081]10.0.0.141 - - [2026-05-07 04:45:39] "GET /analytics/uves/virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009?flat HTTP/1.1" 200 1905 0.013362 [API:8081]10.0.0.141 - - [2026-05-07 04:45:39] "GET /analytics/uves/virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009?flat HTTP/1.1" 200 1905 0.014303 [API:8081]10.0.0.141 - - [2026-05-07 04:45:39] "GET /analytics/uves/virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009?flat HTTP/1.1" 200 1905 0.013644 [API:8081]10.0.0.141 - - [2026-05-07 04:45:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011217 [API:8081]10.0.0.249 - - [2026-05-07 04:46:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.097733 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:46:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004191 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003782 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003654 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003290 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:46:16] "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-05-07 04:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003350 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003393 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003331 [API:8081]10.0.0.141 - - [2026-05-07 04:46:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012840 [API:8081]10.0.0.141 - - [2026-05-07 04:47:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 13525 0.026205 [API:8081]10.0.0.141 - - [2026-05-07 04:47:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.075139 [API:8081]10.0.0.141 - - [2026-05-07 04:47:30] "GET /analytics HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.141 - - [2026-05-07 04:47:30] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.249 - - [2026-05-07 04:47:59] "GET /analytics HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.249 - - [2026-05-07 04:47:59] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.27 - - [2026-05-07 04:47:59] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.27 - - [2026-05-07 04:47:59] "GET /analytics HTTP/1.1" 401 206 0.000189 [API:8081]10.0.0.249 - - [2026-05-07 04:48:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078366 [API:8081]10.0.0.249 - - [2026-05-07 04:49:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.086848 [API:8081]10.0.0.249 - - [2026-05-07 04:49:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-05-07 04:49:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.27 - - [2026-05-07 04:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.27 - - [2026-05-07 04:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2026-05-07 04:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.249 - - [2026-05-07 04:49:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.141 - - [2026-05-07 04:49:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.27 - - [2026-05-07 04:49:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.141 - - [2026-05-07 04:49:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.27 - - [2026-05-07 04:49:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.141 - - [2026-05-07 04:49:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.141 - - [2026-05-07 04:49:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.141 - - [2026-05-07 04:49:56] "GET /analytics/uves/virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc?flat HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.141 - - [2026-05-07 04:49:57] "GET /analytics/uves/virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc?flat HTTP/1.1" 200 1404 0.183581 [API:8081]10.0.0.141 - - [2026-05-07 04:49:57] "GET /analytics/uves/virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc?flat HTTP/1.1" 200 1404 0.130154 [API:8081]10.0.0.141 - - [2026-05-07 04:49:57] "GET /analytics/uves/virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc?flat HTTP/1.1" 200 1404 0.116851 [API:8081]10.0.0.141 - - [2026-05-07 04:50:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.121627 [API:8081]10.0.0.141 - - [2026-05-07 04:50:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2026-05-07 04:50:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.080865 [API:8081]10.0.0.141 - - [2026-05-07 04:50:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66213914:ctest-TestRbacBasic-66213914-81474744?flat HTTP/1.1" 401 206 0.000293 --- 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-85486730'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-73702911' RBAC: ctest-TestRbacBasic-70305435 doesn't have read permission in project '416ad7eb76c346498ca0538e29ae51ff' 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-66213914', 'ctest-TestRbacBasic-66213914-81474744'], 'virtual_network', 'b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55', "Permission Denied for ['ctest-TestRbacBasic-85486730'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-73702911' RBAC: ctest-TestRbacBasic-70305435 doesn't have read permission in project '416ad7eb76c346498ca0538e29ae51ff'"),) [API:8081]10.0.0.141 - - [2026-05-07 04:50:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66213914:ctest-TestRbacBasic-66213914-81474744?flat HTTP/1.1" 403 199 0.412149 [API:8081]10.0.0.141 - - [2026-05-07 04:50:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66213914:ctest-TestRbacBasic-66213914-81474744?flat HTTP/1.1" 401 206 0.000363 --- 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-85486730'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-66213914' RBAC: ctest-TestRbacBasic-70305435 doesn't have read permission in project 'd712d9cf41324fe08bdf9363a8e6bffd' 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-66213914', 'ctest-TestRbacBasic-66213914-81474744'], 'virtual_network', 'b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55', "Permission Denied for ['ctest-TestRbacBasic-85486730'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-66213914' RBAC: ctest-TestRbacBasic-70305435 doesn't have read permission in project 'd712d9cf41324fe08bdf9363a8e6bffd'"),) [API:8081]10.0.0.141 - - [2026-05-07 04:50:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66213914:ctest-TestRbacBasic-66213914-81474744?flat HTTP/1.1" 403 199 0.134420 [API:8081]10.0.0.141 - - [2026-05-07 04:51:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.141 - - [2026-05-07 04:51:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.086422 [API:8081]10.0.0.249 - - [2026-05-07 04:51:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.396366 [API:8081]10.0.0.141 - - [2026-05-07 04:51:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-56954484:ctest-TestRbacBasic-56954484-04843812?flat HTTP/1.1" 401 206 0.000534 --- 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-02323561 as ['ctest-TestRbacBasic-44408811'] to R virtual-network in ctest-TestRbacBasic-56954484 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-56954484', 'ctest-TestRbacBasic-56954484-04843812'], 'virtual_network', '6d5f22d5-b470-4259-a656-cc87b61410ed', "Permission Denied for ctest-TestRbacBasic-02323561 as ['ctest-TestRbacBasic-44408811'] to R virtual-network in ctest-TestRbacBasic-56954484"),) [API:8081]10.0.0.141 - - [2026-05-07 04:51:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-56954484:ctest-TestRbacBasic-56954484-04843812?flat HTTP/1.1" 403 199 0.137707 --- 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-02323561 as ['ctest-TestRbacBasic-44408811'] to R virtual-network in ctest-TestRbacBasic-56954484 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-56954484', 'ctest-TestRbacBasic-56954484-04843812'], 'virtual_network', '6d5f22d5-b470-4259-a656-cc87b61410ed', "Permission Denied for ctest-TestRbacBasic-02323561 as ['ctest-TestRbacBasic-44408811'] to R virtual-network in ctest-TestRbacBasic-56954484"),) [API:8081]10.0.0.141 - - [2026-05-07 04:51:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-56954484:ctest-TestRbacBasic-56954484-04843812?flat HTTP/1.1" 403 199 0.072613 --- 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-02323561 as ['ctest-TestRbacBasic-44408811'] to R virtual-network in ctest-TestRbacBasic-56954484 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-56954484', 'ctest-TestRbacBasic-56954484-04843812'], 'virtual_network', '6d5f22d5-b470-4259-a656-cc87b61410ed', "Permission Denied for ctest-TestRbacBasic-02323561 as ['ctest-TestRbacBasic-44408811'] to R virtual-network in ctest-TestRbacBasic-56954484"),) [API:8081]10.0.0.141 - - [2026-05-07 04:51:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-56954484:ctest-TestRbacBasic-56954484-04843812?flat HTTP/1.1" 403 199 0.131739 [API:8081]10.0.0.141 - - [2026-05-07 04:51:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-56954484:ctest-TestRbacBasic-56954484-04843812?flat HTTP/1.1" 401 206 0.000282 --- 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-70305435 as ['ctest-TestRbacBasic-85486730'] to R virtual-network in ctest-TestRbacBasic-56954484 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-56954484', 'ctest-TestRbacBasic-56954484-04843812'], 'virtual_network', '6d5f22d5-b470-4259-a656-cc87b61410ed', "Permission Denied for ctest-TestRbacBasic-70305435 as ['ctest-TestRbacBasic-85486730'] to R virtual-network in ctest-TestRbacBasic-56954484"),) [API:8081]10.0.0.141 - - [2026-05-07 04:51:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-56954484:ctest-TestRbacBasic-56954484-04843812?flat HTTP/1.1" 403 199 0.135012 [API:8081]10.0.0.141 - - [2026-05-07 04:51:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.074899 [API:8081]10.0.0.141 - - [2026-05-07 04:51:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.012062 [API:8081]10.0.0.141 - - [2026-05-07 04:51:47] "GET /analytics/uves/virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60?flat HTTP/1.1" 200 1282 0.065299 [API:8081]10.0.0.141 - - [2026-05-07 04:51:47] "GET /analytics/uves/virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60?flat HTTP/1.1" 200 1282 0.084954 [API:8081]10.0.0.141 - - [2026-05-07 04:51:47] "GET /analytics/uves/virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60?flat HTTP/1.1" 200 1282 0.067235 [API:8081]10.0.0.141 - - [2026-05-07 04:51:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14104 0.098076 [API:8081]10.0.0.141 - - [2026-05-07 04:51:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14104 0.034472 [API:8081]10.0.0.141 - - [2026-05-07 04:51:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.082043 [API:8081]10.0.0.141 - - [2026-05-07 04:51:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14104 0.024419 [API:8081]10.0.0.141 - - [2026-05-07 04:51:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14104 0.035261 [API:8081]10.0.0.141 - - [2026-05-07 04:52:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14104 0.025146 [API:8081]10.0.0.141 - - [2026-05-07 04:52:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 13682 0.027487 [API:8081]10.0.0.141 - - [2026-05-07 04:52:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.014974 [API:8081]10.0.0.249 - - [2026-05-07 04:52:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.128567 [Introspect:8090]10.0.0.141 - - [2026-05-07 04:52:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001274 [API:8081]10.0.0.141 - - [2026-05-07 04:52:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.141 - - [2026-05-07 04:52:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.076633 [API:8081]10.0.0.249 - - [2026-05-07 04:54:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.144212 [API:8081]10.0.0.249 - - [2026-05-07 04:54:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.249 - - [2026-05-07 04:54:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.27 - - [2026-05-07 04:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.27 - - [2026-05-07 04:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2026-05-07 04:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.249 - - [2026-05-07 04:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.141 - - [2026-05-07 04:54:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.141 - - [2026-05-07 04:54:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.27 - - [2026-05-07 04:54:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.27 - - [2026-05-07 04:54:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.141 - - [2026-05-07 04:54:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.141 - - [2026-05-07 04:54:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.141 - - [2026-05-07 04:55:09] "GET /analytics/uves/virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f?flat HTTP/1.1" 200 2054 0.090244 [API:8081]10.0.0.141 - - [2026-05-07 04:55:09] "GET /analytics/uves/virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f?flat HTTP/1.1" 200 2054 0.015951 [API:8081]10.0.0.141 - - [2026-05-07 04:55:09] "GET /analytics/uves/virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f?flat HTTP/1.1" 200 2054 0.122469 [API:8081]10.0.0.141 - - [2026-05-07 04:55:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14076 0.021884 [API:8081]10.0.0.141 - - [2026-05-07 04:55:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14076 0.024859 [API:8081]10.0.0.141 - - [2026-05-07 04:55:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.015206 [API:8081]10.0.0.141 - - [2026-05-07 04:55:12] "GET /analytics/uves/virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e?flat HTTP/1.1" 200 2057 0.014833 [API:8081]10.0.0.141 - - [2026-05-07 04:55:12] "GET /analytics/uves/virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e?flat HTTP/1.1" 200 2057 0.016318 [API:8081]10.0.0.141 - - [2026-05-07 04:55:13] "GET /analytics/uves/virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e?flat HTTP/1.1" 200 2057 0.013999 [API:8081]10.0.0.141 - - [2026-05-07 04:55:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011521 [API:8081]10.0.0.249 - - [2026-05-07 04:55:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.090745 [API:8081]10.0.0.141 - - [2026-05-07 04:55:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.014631 [API:8081]10.0.0.141 - - [2026-05-07 04:55:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14076 0.024329 [API:8081]10.0.0.141 - - [2026-05-07 04:55:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 14076 0.024421 [API:8081]10.0.0.141 - - [2026-05-07 04:55:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-2?flat HTTP/1.1" 200 13715 0.026927 [API:8081]10.0.0.141 - - [2026-05-07 04:55:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.015459 [API:8081]10.0.0.141 - - [2026-05-07 04:55:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.013370 [API:8081]10.0.0.141 - - [2026-05-07 04:55:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.013419 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:56:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005474 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004140 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003173 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003966 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:56:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004070 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003798 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003450 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 04:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003943 [API:8081]10.0.0.249 - - [2026-05-07 04:57:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.147234 [API:8081]10.0.0.141 - - [2026-05-07 04:57:30] "GET /analytics HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.141 - - [2026-05-07 04:57:30] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2026-05-07 04:57:59] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2026-05-07 04:57:59] "GET /analytics HTTP/1.1" 401 206 0.000182 [API:8081]10.0.0.27 - - [2026-05-07 04:57:59] "GET /analytics HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.27 - - [2026-05-07 04:57:59] "GET /analytics HTTP/1.1" 401 206 0.000208 [API:8081]10.0.0.249 - - [2026-05-07 04:58:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.093808 [Introspect:8090]10.0.0.141 - - [2026-05-07 04:58:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001249 [API:8081]10.0.0.141 - - [2026-05-07 04:58:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2520 0.094874 [API:8081]10.0.0.249 - - [2026-05-07 04:59:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.249 - - [2026-05-07 04:59:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.27 - - [2026-05-07 04:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.27 - - [2026-05-07 04:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000426 [API:8081]10.0.0.249 - - [2026-05-07 04:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000419 [API:8081]10.0.0.249 - - [2026-05-07 04:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.141 - - [2026-05-07 04:59:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.141 - - [2026-05-07 04:59:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.27 - - [2026-05-07 04:59:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.27 - - [2026-05-07 04:59:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.141 - - [2026-05-07 04:59:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.141 - - [2026-05-07 04:59:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.141 - - [2026-05-07 04:59:42] "GET /analytics/uves/virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207?flat HTTP/1.1" 200 1717 0.097687 [API:8081]10.0.0.141 - - [2026-05-07 04:59:43] "GET /analytics/uves/virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207?flat HTTP/1.1" 200 1717 0.104520 [API:8081]10.0.0.141 - - [2026-05-07 04:59:43] "GET /analytics/uves/virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207?flat HTTP/1.1" 200 1717 0.013418 [API:8081]10.0.0.141 - - [2026-05-07 04:59:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014317 [API:8081]10.0.0.249 - - [2026-05-07 05:00:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092912 [API:8081]10.0.0.141 - - [2026-05-07 05:00:30] "GET /analytics/uves/virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262?flat HTTP/1.1" 200 1717 0.015239 [API:8081]10.0.0.141 - - [2026-05-07 05:00:30] "GET /analytics/uves/virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262?flat HTTP/1.1" 200 1717 0.014255 [API:8081]10.0.0.141 - - [2026-05-07 05:00:30] "GET /analytics/uves/virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262?flat HTTP/1.1" 200 1717 0.014018 [API:8081]10.0.0.141 - - [2026-05-07 05:00:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 13570 0.022108 [API:8081]10.0.0.141 - - [2026-05-07 05:00:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 13570 0.020816 [API:8081]10.0.0.141 - - [2026-05-07 05:00:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.012558 [API:8081]10.0.0.249 - - [2026-05-07 05:01:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.089728 [API:8081]10.0.0.141 - - [2026-05-07 05:01:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14059 0.022149 [API:8081]10.0.0.141 - - [2026-05-07 05:01:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14059 0.024113 [API:8081]10.0.0.141 - - [2026-05-07 05:01:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14059 0.022755 [API:8081]10.0.0.141 - - [2026-05-07 05:01:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14059 0.027317 [API:8081]10.0.0.141 - - [2026-05-07 05:01:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 13935 0.027552 [API:8081]10.0.0.141 - - [2026-05-07 05:01:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011015 [API:8081]10.0.0.141 - - [2026-05-07 05:02:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.016405 [API:8081]10.0.0.141 - - [2026-05-07 05:03:14] "GET /analytics/uves/virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba?flat HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.141 - - [2026-05-07 05:03:14] "GET /analytics/uves/virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba?flat HTTP/1.1" 200 1262 0.084928 [API:8081]10.0.0.141 - - [2026-05-07 05:03:15] "GET /analytics/uves/virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba?flat HTTP/1.1" 200 1262 0.103492 [API:8081]10.0.0.141 - - [2026-05-07 05:03:15] "GET /analytics/uves/virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba?flat HTTP/1.1" 200 1262 0.089475 [API:8081]10.0.0.141 - - [2026-05-07 05:03:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14050 0.024597 [API:8081]10.0.0.141 - - [2026-05-07 05:03:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14050 0.025219 [API:8081]10.0.0.141 - - [2026-05-07 05:03:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012625 [API:8081]10.0.0.141 - - [2026-05-07 05:03:18] "GET /analytics/uves/virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a?flat HTTP/1.1" 200 1389 0.042339 [API:8081]10.0.0.141 - - [2026-05-07 05:03:18] "GET /analytics/uves/virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a?flat HTTP/1.1" 200 1389 0.013969 [API:8081]10.0.0.141 - - [2026-05-07 05:03:18] "GET /analytics/uves/virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a?flat HTTP/1.1" 200 1389 0.015776 [API:8081]10.0.0.141 - - [2026-05-07 05:03:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012469 [API:8081]10.0.0.249 - - [2026-05-07 05:03:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101566 [API:8081]10.0.0.141 - - [2026-05-07 05:03:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.011982 [API:8081]10.0.0.141 - - [2026-05-07 05:03:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14065 0.025962 [API:8081]10.0.0.141 - - [2026-05-07 05:03:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14065 0.022889 [API:8081]10.0.0.141 - - [2026-05-07 05:03:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14065 0.023301 [API:8081]10.0.0.141 - - [2026-05-07 05:03:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14065 0.022888 [API:8081]10.0.0.141 - - [2026-05-07 05:03:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14065 0.022684 [API:8081]10.0.0.141 - - [2026-05-07 05:03:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 14065 0.021337 [API:8081]10.0.0.141 - - [2026-05-07 05:03:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5754-1?flat HTTP/1.1" 200 13700 0.026474 [API:8081]10.0.0.141 - - [2026-05-07 05:03:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010396 [API:8081]10.0.0.141 - - [2026-05-07 05:04:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.141 - - [2026-05-07 05:04:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.176183 [API:8081]10.0.0.141 - - [2026-05-07 05:04:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.089942 [API:8081]10.0.0.249 - - [2026-05-07 05:04:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.125658 [API:8081]10.0.0.249 - - [2026-05-07 05:04:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.249 - - [2026-05-07 05:04:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.27 - - [2026-05-07 05:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.27 - - [2026-05-07 05:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000474 [API:8081]10.0.0.249 - - [2026-05-07 05:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000525 [API:8081]10.0.0.249 - - [2026-05-07 05:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.141 - - [2026-05-07 05:04:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.141 - - [2026-05-07 05:04:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.27 - - [2026-05-07 05:04:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.27 - - [2026-05-07 05:04:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.141 - - [2026-05-07 05:04:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.141 - - [2026-05-07 05:04:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:06:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004503 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003762 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003237 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004146 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:06:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003887 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003386 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004297 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003434 [API:8081]10.0.0.249 - - [2026-05-07 05:06:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085182 [API:8081]10.0.0.249 - - [2026-05-07 05:07:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.101593 [API:8081]10.0.0.141 - - [2026-05-07 05:07:30] "GET /analytics HTTP/1.1" 401 206 0.000513 [API:8081]10.0.0.141 - - [2026-05-07 05:07:30] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-05-07 05:07:59] "GET /analytics HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.249 - - [2026-05-07 05:07:59] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.27 - - [2026-05-07 05:07:59] "GET /analytics HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.27 - - [2026-05-07 05:07:59] "GET /analytics HTTP/1.1" 401 206 0.000188 [API:8081]10.0.0.249 - - [2026-05-07 05:09:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.249 - - [2026-05-07 05:09:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000571 [API:8081]10.0.0.27 - - [2026-05-07 05:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.27 - - [2026-05-07 05:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.249 - - [2026-05-07 05:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.249 - - [2026-05-07 05:09:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.141 - - [2026-05-07 05:09:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.141 - - [2026-05-07 05:09:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.27 - - [2026-05-07 05:09:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000478 [API:8081]10.0.0.27 - - [2026-05-07 05:09:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000433 [API:8081]10.0.0.249 - - [2026-05-07 05:09:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096984 [API:8081]10.0.0.141 - - [2026-05-07 05:09:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000422 [API:8081]10.0.0.141 - - [2026-05-07 05:09:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000436 [API:8081]10.0.0.249 - - [2026-05-07 05:10:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.094642 [API:8081]10.0.0.141 - - [2026-05-07 05:10:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.141 - - [2026-05-07 05:10:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.080523 [API:8081]10.0.0.249 - - [2026-05-07 05:12:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079433 [API:8081]10.0.0.249 - - [2026-05-07 05:13:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.092265 [API:8081]10.0.0.249 - - [2026-05-07 05:14:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.249 - - [2026-05-07 05:14:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.27 - - [2026-05-07 05:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000441 [API:8081]10.0.0.27 - - [2026-05-07 05:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.249 - - [2026-05-07 05:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.249 - - [2026-05-07 05:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.141 - - [2026-05-07 05:14:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.141 - - [2026-05-07 05:14:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.27 - - [2026-05-07 05:14:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.27 - - [2026-05-07 05:14:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000437 [API:8081]10.0.0.141 - - [2026-05-07 05:14:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.141 - - [2026-05-07 05:14:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.249 - - [2026-05-07 05:15:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080149 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:16:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.011244 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.005813 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005661 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004150 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:16:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006635 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005198 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007932 [LOCAL API:8181]127.0.0.1 - - [2026-05-07 05:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5754-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008397 [API:8081]10.0.0.249 - - [2026-05-07 05:16:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.095864 [API:8081]10.0.0.141 - - [2026-05-07 05:17:30] "GET /analytics HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2026-05-07 05:17:30] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.249 - - [2026-05-07 05:17:59] "GET /analytics HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2026-05-07 05:17:59] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-05-07 05:17:59] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.27 - - [2026-05-07 05:17:59] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-05-07 05:18:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087841 [Introspect:8090]10.0.0.27 - - [2026-05-07 05:19:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.002182