++ 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 Apr 23 02:03:24 AM UTC 2026 ===================' INFO: =================== Thu Apr 23 02:03:24 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ 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 '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ 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.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.130:8081 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.130:8086 10.0.0.249: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.23,10.0.0.130,10.0.0.249 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.130:8082 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.130:9161 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.130:9041 10.0.0.249: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.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130: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, +++ '[' -n 10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.130:2181,10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130: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, +++ '[' -n 10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.130:5673,10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.130:6379 10.0.0.249: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.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.130:9092 10.0.0.249: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.23 ++ 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.23,10.0.0.130,10.0.0.249 ++ 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.23,10.0.0.130,10.0.0.249 ++ 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.23,10.0.0.130,10.0.0.249 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.130,10.0.0.249 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.130,10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.249,10.20.0.129,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ (( 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.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 3 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 + 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: 04/23/2026 02:03:32.292 7fc1e41aaa80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/23/2026 02:03:32.458 7fc1e41aaa80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 04/23/2026 02:03:32.469 7fc1e41aaa80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/23/2026 02:03:32.469 7fc1e41aaa80 [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.249: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.130 - - [2026-04-23 02:03:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 1.173256 [API:8081]10.0.0.130 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.130 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.249 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.130 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.130 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.249 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.249 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.130 - - [2026-04-23 02:04:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.401619 [API:8081]10.0.0.130 - - [2026-04-23 02:05:13] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.130 - - [2026-04-23 02:05:13] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.249 - - [2026-04-23 02:05:13] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.249 - - [2026-04-23 02:05:13] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.130 - - [2026-04-23 02:06:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.364863 [API:8081]10.0.0.249 - - [2026-04-23 02:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.249 - - [2026-04-23 02:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.130 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.130 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.130 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.130 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.249 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.249 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000667 [API:8081]10.0.0.23 - - [2026-04-23 02:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.23 - - [2026-04-23 02:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [Introspect:8090]10.0.0.249 - - [2026-04-23 02:07:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001806 [Introspect:8090]10.0.0.249 - - [2026-04-23 02:07:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001190 [API:8081]10.0.0.130 - - [2026-04-23 02:07:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.082806 [Introspect:8090]10.0.0.23 - - [2026-04-23 02:08:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001175 [API:8081]10.0.0.23 - - [2026-04-23 02:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?flat HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-04-23 02:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?flat HTTP/1.1" 200 5197 0.118829 [API:8081]10.0.0.23 - - [2026-04-23 02:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?flat HTTP/1.1" 200 5194 0.062740 [API:8081]10.0.0.23 - - [2026-04-23 02:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?flat HTTP/1.1" 200 5196 0.067189 [Introspect:8090]10.0.0.23 - - [2026-04-23 02:08:52] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000695 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-1?flat HTTP/1.1" 200 8012 0.015427 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 8011 0.016299 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-3?flat HTTP/1.1" 200 8015 0.017504 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-1?flat HTTP/1.1" 200 8012 0.018521 [API:8081]10.0.0.23 - - [2026-04-23 02:08:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 8011 0.016521 [API:8081]10.0.0.23 - - [2026-04-23 02:08:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-3?flat HTTP/1.1" 200 8015 0.016584 [API:8081]10.0.0.23 - - [2026-04-23 02:09:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2026-04-23 02:09:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.057480 [API:8081]10.0.0.130 - - [2026-04-23 02:09:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070029 [API:8081]10.0.0.130 - - [2026-04-23 02:10:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.071308 [API:8081]10.0.0.249 - - [2026-04-23 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.249 - - [2026-04-23 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.130 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.130 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.130 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000672 [API:8081]10.0.0.23 - - [2026-04-23 02:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.23 - - [2026-04-23 02:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 02:12:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065436 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003602 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003218 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003077 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003279 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003753 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002543 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002964 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002836 [API:8081]10.0.0.130 - - [2026-04-23 02:13:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.073055 [API:8081]10.0.0.23 - - [2026-04-23 02:14:43] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-04-23 02:14:43] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.130 - - [2026-04-23 02:15:13] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.130 - - [2026-04-23 02:15:13] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.249 - - [2026-04-23 02:15:13] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.249 - - [2026-04-23 02:15:13] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-23 02:15:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2026-04-23 02:15:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1453 0.054951 [API:8081]10.0.0.23 - - [2026-04-23 02:15:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.056755 [API:8081]10.0.0.130 - - [2026-04-23 02:15:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072903 [API:8081]10.0.0.249 - - [2026-04-23 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.249 - - [2026-04-23 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.130 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.130 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.130 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.130 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.249 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.249 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.23 - - [2026-04-23 02:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-04-23 02:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 02:16:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.065475 [API:8081]10.0.0.130 - - [2026-04-23 02:19:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077474 [API:8081]10.0.0.130 - - [2026-04-23 02:20:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.132779 [API:8081]10.0.0.249 - - [2026-04-23 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-04-23 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.130 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.130 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.130 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.249 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.249 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 02:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-04-23 02:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.130 - - [2026-04-23 02:22:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068087 [API:8081]10.0.0.23 - - [2026-04-23 02:22:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-04-23 02:22:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.073604 [API:8081]10.0.0.23 - - [2026-04-23 02:22:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.057716 [API:8081]10.0.0.130 - - [2026-04-23 02:23:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.065091 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003060 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003222 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003745 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003319 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003885 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003740 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003848 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002891 [API:8081]10.0.0.23 - - [2026-04-23 02:24:43] "GET /analytics HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.23 - - [2026-04-23 02:24:43] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2026-04-23 02:25:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1895 0.010732 [API:8081]10.0.0.23 - - [2026-04-23 02:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.009901 [API:8081]10.0.0.23 - - [2026-04-23 02:25:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2353 0.063008 [API:8081]10.0.0.130 - - [2026-04-23 02:25:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108907 [API:8081]10.0.0.23 - - [2026-04-23 02:25:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2582 0.013270 [API:8081]10.0.0.130 - - [2026-04-23 02:25:13] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 02:25:13] "GET /analytics HTTP/1.1" 401 205 0.000539 [API:8081]10.0.0.249 - - [2026-04-23 02:25:13] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.249 - - [2026-04-23 02:25:13] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.130 - - [2026-04-23 02:26:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.116632 [API:8081]10.0.0.249 - - [2026-04-23 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.249 - - [2026-04-23 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.23 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000464 [API:8081]10.0.0.130 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.130 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.130 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.130 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-04-23 02:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-04-23 02:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.130 - - [2026-04-23 02:28:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064611 [API:8081]10.0.0.23 - - [2026-04-23 02:28:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.062593 [API:8081]10.0.0.130 - - [2026-04-23 02:29:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.063555 [API:8081]10.0.0.23 - - [2026-04-23 02:29:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.051971 [API:8081]10.0.0.23 - - [2026-04-23 02:29:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.009320 [API:8081]10.0.0.130 - - [2026-04-23 02:31:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061797 [API:8081]10.0.0.23 - - [2026-04-23 02:31:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-04-23 02:31:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.083414 [API:8081]10.0.0.249 - - [2026-04-23 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.249 - - [2026-04-23 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.130 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.130 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000508 [API:8081]10.0.0.249 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.249 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.23 - - [2026-04-23 02:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-04-23 02:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.130 - - [2026-04-23 02:32:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.108983 [API:8081]10.0.0.23 - - [2026-04-23 02:33:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.057908 [API:8081]10.0.0.23 - - [2026-04-23 02:33:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-04-23 02:33:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.063245 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003501 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003252 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003181 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002784 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003816 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002884 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002804 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003098 [API:8081]10.0.0.23 - - [2026-04-23 02:33:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-04-23 02:33:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.066327 [API:8081]10.0.0.23 - - [2026-04-23 02:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.054769 [API:8081]10.0.0.23 - - [2026-04-23 02:33:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.054401 [API:8081]10.0.0.130 - - [2026-04-23 02:34:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070456 [API:8081]10.0.0.23 - - [2026-04-23 02:34:43] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-04-23 02:34:43] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62?flat HTTP/1.1" 200 1711 0.012025 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62?flat HTTP/1.1" 200 1711 0.013519 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62?flat HTTP/1.1" 200 1711 0.011270 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009323 [API:8081]10.0.0.23 - - [2026-04-23 02:34:55] "GET /analytics/uves/virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05?flat HTTP/1.1" 200 1763 0.013701 [API:8081]10.0.0.23 - - [2026-04-23 02:34:55] "GET /analytics/uves/virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05?flat HTTP/1.1" 200 1763 0.010214 [API:8081]10.0.0.23 - - [2026-04-23 02:34:56] "GET /analytics/uves/virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05?flat HTTP/1.1" 200 1763 0.010552 [API:8081]10.0.0.23 - - [2026-04-23 02:34:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010762 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49?flat HTTP/1.1" 200 1758 0.012204 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49?flat HTTP/1.1" 200 1758 0.013537 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49?flat HTTP/1.1" 200 1758 0.011741 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009531 [API:8081]10.0.0.130 - - [2026-04-23 02:35:13] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.130 - - [2026-04-23 02:35:13] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.249 - - [2026-04-23 02:35:13] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-23 02:35:13] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.130 - - [2026-04-23 02:35:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.061750 [API:8081]10.0.0.23 - - [2026-04-23 02:35:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008921 [API:8081]10.0.0.23 - - [2026-04-23 02:36:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010648 [API:8081]10.0.0.23 - - [2026-04-23 02:36:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009822 [API:8081]10.0.0.249 - - [2026-04-23 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.249 - - [2026-04-23 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.130 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.130 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000806 [API:8081]10.0.0.130 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.130 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.249 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-04-23 02:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-04-23 02:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-04-23 02:37:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-04-23 02:37:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.063293 [API:8081]10.0.0.23 - - [2026-04-23 02:37:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.061163 [API:8081]10.0.0.23 - - [2026-04-23 02:37:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.060528 [API:8081]10.0.0.130 - - [2026-04-23 02:37:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054604 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6?flat HTTP/1.1" 200 1716 0.018347 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6?flat HTTP/1.1" 200 1716 0.011755 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6?flat HTTP/1.1" 200 1716 0.011892 [API:8081]10.0.0.23 - - [2026-04-23 02:38:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012457 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68?flat HTTP/1.1" 200 1766 0.012998 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68?flat HTTP/1.1" 200 1766 0.010948 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68?flat HTTP/1.1" 200 1766 0.012662 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009426 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e?flat HTTP/1.1" 200 1766 0.013284 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e?flat HTTP/1.1" 200 1766 0.012440 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e?flat HTTP/1.1" 200 1766 0.013024 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010473 [API:8081]10.0.0.130 - - [2026-04-23 02:38:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.064546 [API:8081]10.0.0.23 - - [2026-04-23 02:39:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010473 [API:8081]10.0.0.23 - - [2026-04-23 02:39:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008561 [API:8081]10.0.0.23 - - [2026-04-23 02:40:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008934 [API:8081]10.0.0.130 - - [2026-04-23 02:40:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076727 [API:8081]10.0.0.23 - - [2026-04-23 02:40:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 02:40:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.063558 [API:8081]10.0.0.23 - - [2026-04-23 02:40:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.060299 [API:8081]10.0.0.130 - - [2026-04-23 02:41:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.060472 [API:8081]10.0.0.249 - - [2026-04-23 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.249 - - [2026-04-23 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.130 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.130 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.130 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.249 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.249 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-23 02:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-04-23 02:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-04-23 02:43:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-04-23 02:43:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1879 0.056930 [API:8081]10.0.0.130 - - [2026-04-23 02:43:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.378201 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002840 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003476 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002856 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003087 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003276 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003383 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002750 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002558 [API:8081]10.0.0.130 - - [2026-04-23 02:44:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.063522 [API:8081]10.0.0.23 - - [2026-04-23 02:44:43] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-04-23 02:44:43] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.130 - - [2026-04-23 02:45:13] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.130 - - [2026-04-23 02:45:13] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.249 - - [2026-04-23 02:45:13] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.249 - - [2026-04-23 02:45:13] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.23 - - [2026-04-23 02:45:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009044 [API:8081]10.0.0.23 - - [2026-04-23 02:46:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.23 - - [2026-04-23 02:46:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.056392 [API:8081]10.0.0.23 - - [2026-04-23 02:46:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.064097 [API:8081]10.0.0.130 - - [2026-04-23 02:46:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062737 [API:8081]10.0.0.249 - - [2026-04-23 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.249 - - [2026-04-23 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.130 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.130 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.130 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.249 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-23 02:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-23 02:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.130 - - [2026-04-23 02:47:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.063644 [API:8081]10.0.0.130 - - [2026-04-23 02:49:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064829 [API:8081]10.0.0.23 - - [2026-04-23 02:49:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.061626 [API:8081]10.0.0.23 - - [2026-04-23 02:50:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009232 [API:8081]10.0.0.130 - - [2026-04-23 02:50:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.066777 [API:8081]10.0.0.23 - - [2026-04-23 02:50:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-23 02:50:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.058321 [API:8081]10.0.0.23 - - [2026-04-23 02:50:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.059650 [API:8081]10.0.0.249 - - [2026-04-23 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.249 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.130 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.130 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.130 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.249 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.249 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-04-23 02:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-04-23 02:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.130 - - [2026-04-23 02:52:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069865 [API:8081]10.0.0.130 - - [2026-04-23 02:53:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.075829 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002895 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003366 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004080 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002900 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004172 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002606 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005095 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002755 [API:8081]10.0.0.23 - - [2026-04-23 02:54:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008688 [API:8081]10.0.0.23 - - [2026-04-23 02:54:43] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 02:54:43] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.23 - - [2026-04-23 02:54:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.062974 [API:8081]10.0.0.130 - - [2026-04-23 02:55:13] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.130 - - [2026-04-23 02:55:13] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.249 - - [2026-04-23 02:55:13] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.249 - - [2026-04-23 02:55:13] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.130 - - [2026-04-23 02:55:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088678 [API:8081]10.0.0.130 - - [2026-04-23 02:56:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.078568 [API:8081]10.0.0.249 - - [2026-04-23 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.249 - - [2026-04-23 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.130 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.130 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.130 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.130 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.249 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.249 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-04-23 02:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-23 02:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.130 - - [2026-04-23 02:58:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113933 [API:8081]10.0.0.23 - - [2026-04-23 02:59:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-04-23 02:59:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1439 0.058821 [API:8081]10.0.0.130 - - [2026-04-23 02:59:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.069254 [API:8081]10.0.0.23 - - [2026-04-23 03:00:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1439 0.061256 [API:8081]10.0.0.130 - - [2026-04-23 03:01:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064496 [API:8081]10.0.0.249 - - [2026-04-23 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.130 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.130 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.130 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.249 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.249 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-04-23 03:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 03:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 03:02:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-23 03:02:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1786 0.362679 [API:8081]10.0.0.130 - - [2026-04-23 03:02:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.061430 [API:8081]10.0.0.23 - - [2026-04-23 03:03:22] "GET /analytics/uves/virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f?flat HTTP/1.1" 200 1779 0.061648 [API:8081]10.0.0.23 - - [2026-04-23 03:03:22] "GET /analytics/uves/virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f?flat HTTP/1.1" 200 1779 0.011842 [API:8081]10.0.0.23 - - [2026-04-23 03:03:23] "GET /analytics/uves/virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f?flat HTTP/1.1" 200 1779 0.057383 [API:8081]10.0.0.23 - - [2026-04-23 03:03:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008544 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003020 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003159 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003148 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003320 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003959 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003107 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003107 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003116 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-machine/a9b145a1-a1f2-4ab7-b51c-666989365233?flat HTTP/1.1" 200 1832 0.012890 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-machine/a9b145a1-a1f2-4ab7-b51c-666989365233?flat HTTP/1.1" 200 1832 0.012525 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-machine/a9b145a1-a1f2-4ab7-b51c-666989365233?flat HTTP/1.1" 200 1832 0.013104 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011400 [API:8081]10.0.0.130 - - [2026-04-23 03:04:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076483 [API:8081]10.0.0.23 - - [2026-04-23 03:04:43] "GET /analytics HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-04-23 03:04:43] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.130 - - [2026-04-23 03:05:13] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.130 - - [2026-04-23 03:05:13] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.249 - - [2026-04-23 03:05:13] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.249 - - [2026-04-23 03:05:13] "GET /analytics HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.130 - - [2026-04-23 03:05:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.065777 [API:8081]10.0.0.249 - - [2026-04-23 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.249 - - [2026-04-23 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.130 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.130 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.130 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.130 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.249 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.249 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-04-23 03:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-04-23 03:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-04-23 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.23 - - [2026-04-23 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1934 0.075933 [API:8081]10.0.0.130 - - [2026-04-23 03:07:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062833 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/virtual-machine/37089628-8b15-4e09-b275-dc918faa533f?flat HTTP/1.1" 200 1790 0.065200 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/virtual-machine/37089628-8b15-4e09-b275-dc918faa533f?flat HTTP/1.1" 200 1790 0.012825 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/virtual-machine/37089628-8b15-4e09-b275-dc918faa533f?flat HTTP/1.1" 200 1790 0.059791 [API:8081]10.0.0.23 - - [2026-04-23 03:07:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010111 [API:8081]10.0.0.23 - - [2026-04-23 03:08:17] "GET /analytics/uves/virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed?flat HTTP/1.1" 200 1836 0.011983 [API:8081]10.0.0.23 - - [2026-04-23 03:08:17] "GET /analytics/uves/virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed?flat HTTP/1.1" 200 1836 0.011369 [API:8081]10.0.0.23 - - [2026-04-23 03:08:17] "GET /analytics/uves/virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed?flat HTTP/1.1" 200 1836 0.011239 [API:8081]10.0.0.23 - - [2026-04-23 03:08:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009121 [API:8081]10.0.0.130 - - [2026-04-23 03:08:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.072577 [API:8081]10.0.0.130 - - [2026-04-23 03:10:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067569 [API:8081]10.0.0.23 - - [2026-04-23 03:11:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009562 [API:8081]10.0.0.130 - - [2026-04-23 03:11:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.066288 [API:8081]10.0.0.23 - - [2026-04-23 03:11:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008999 [API:8081]10.0.0.249 - - [2026-04-23 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.249 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.130 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.130 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.130 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.249 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.130 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.249 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-04-23 03:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-23 03:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-04-23 03:11:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 03:11:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.068652 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e?flat HTTP/1.1" 200 1772 0.067921 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e?flat HTTP/1.1" 200 1772 0.057244 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e?flat HTTP/1.1" 200 1772 0.013159 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009926 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-machine/1cf99e88-f1d9-4956-a1f8-d1d5976fb664?flat HTTP/1.1" 200 1823 0.012239 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-machine/1cf99e88-f1d9-4956-a1f8-d1d5976fb664?flat HTTP/1.1" 200 1823 0.011916 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-machine/1cf99e88-f1d9-4956-a1f8-d1d5976fb664?flat HTTP/1.1" 200 1823 0.011644 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.008631 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004453 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003561 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003587 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003356 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004602 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003261 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003148 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004550 [API:8081]10.0.0.130 - - [2026-04-23 03:13:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061679 [API:8081]10.0.0.23 - - [2026-04-23 03:14:43] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 03:14:43] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.130 - - [2026-04-23 03:14:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.077299 [API:8081]10.0.0.130 - - [2026-04-23 03:15:13] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.130 - - [2026-04-23 03:15:13] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.249 - - [2026-04-23 03:15:13] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.249 - - [2026-04-23 03:15:13] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.23 - - [2026-04-23 03:16:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-04-23 03:16:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.058439 [API:8081]10.0.0.23 - - [2026-04-23 03:16:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.055100 [API:8081]10.0.0.23 - - [2026-04-23 03:16:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2754 0.080180 [API:8081]10.0.0.130 - - [2026-04-23 03:16:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062264 [API:8081]10.0.0.249 - - [2026-04-23 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.249 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.130 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.130 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.130 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.249 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.130 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.249 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-04-23 03:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.23 - - [2026-04-23 03:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-23 03:16:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.009911 [API:8081]10.0.0.23 - - [2026-04-23 03:16:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2752 0.010968 [API:8081]10.0.0.23 - - [2026-04-23 03:17:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2967 0.012160 [API:8081]10.0.0.23 - - [2026-04-23 03:17:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3192 0.011413 [API:8081]10.0.0.23 - - [2026-04-23 03:17:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3419 0.010113 [API:8081]10.0.0.23 - - [2026-04-23 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-04-23 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.064922 [API:8081]10.0.0.23 - - [2026-04-23 03:17:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2543 0.065036 [API:8081]10.0.0.23 - - [2026-04-23 03:17:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2762 0.069434 [API:8081]10.0.0.130 - - [2026-04-23 03:17:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.088888 [API:8081]10.0.0.23 - - [2026-04-23 03:17:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.010030 [API:8081]10.0.0.23 - - [2026-04-23 03:17:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2543 0.011580 [API:8081]10.0.0.23 - - [2026-04-23 03:17:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2758 0.013909 [API:8081]10.0.0.23 - - [2026-04-23 03:18:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-04-23 03:18:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2107 0.057084 [API:8081]10.0.0.23 - - [2026-04-23 03:18:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.055965 [API:8081]10.0.0.23 - - [2026-04-23 03:18:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2527 0.059207 [API:8081]10.0.0.23 - - [2026-04-23 03:18:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2107 0.009699 [API:8081]10.0.0.23 - - [2026-04-23 03:18:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.009750 [API:8081]10.0.0.23 - - [2026-04-23 03:18:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2527 0.009341 [API:8081]10.0.0.23 - - [2026-04-23 03:18:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2748 0.009450 [API:8081]10.0.0.23 - - [2026-04-23 03:18:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2971 0.010033 [API:8081]10.0.0.23 - - [2026-04-23 03:19:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-04-23 03:19:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2113 0.058074 [API:8081]10.0.0.23 - - [2026-04-23 03:19:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.050524 [API:8081]10.0.0.23 - - [2026-04-23 03:19:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2551 0.072565 [API:8081]10.0.0.23 - - [2026-04-23 03:19:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2784 0.009230 [API:8081]10.0.0.23 - - [2026-04-23 03:19:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3019 0.009469 [API:8081]10.0.0.130 - - [2026-04-23 03:19:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069942 [API:8081]10.0.0.130 - - [2026-04-23 03:20:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.084989 [API:8081]10.0.0.249 - - [2026-04-23 03:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.249 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.130 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.130 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.130 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.249 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.249 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-04-23 03:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-04-23 03:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.130 - - [2026-04-23 03:22:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066936 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003287 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003357 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003454 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003307 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003466 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003359 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003320 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003189 [API:8081]10.0.0.130 - - [2026-04-23 03:23:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.074640 [API:8081]10.0.0.23 - - [2026-04-23 03:24:43] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-04-23 03:24:43] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.130 - - [2026-04-23 03:25:13] "GET /analytics HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.130 - - [2026-04-23 03:25:13] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.249 - - [2026-04-23 03:25:13] "GET /analytics HTTP/1.1" 401 205 0.000477 [API:8081]10.0.0.249 - - [2026-04-23 03:25:13] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 03:25:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060676 [API:8081]10.0.0.23 - - [2026-04-23 03:26:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-04-23 03:26:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.067691 [API:8081]10.0.0.23 - - [2026-04-23 03:26:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2541 0.087902 [API:8081]10.0.0.130 - - [2026-04-23 03:26:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.110496 [API:8081]10.0.0.249 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.249 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.130 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.130 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.130 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.249 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.249 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-04-23 03:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.23 - - [2026-04-23 03:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 03:28:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058823 [API:8081]10.0.0.130 - - [2026-04-23 03:29:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.061771 [API:8081]10.0.0.23 - - [2026-04-23 03:31:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-04-23 03:31:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2312 0.062955 [API:8081]10.0.0.130 - - [2026-04-23 03:31:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063886 [API:8081]10.0.0.249 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000440 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.249 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000882 [API:8081]10.0.0.249 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-04-23 03:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 03:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000448 [API:8081]10.0.0.23 - - [2026-04-23 03:32:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-04-23 03:32:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2121 0.066265 [API:8081]10.0.0.130 - - [2026-04-23 03:32:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.067355 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002720 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002999 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003421 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003831 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004203 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003303 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003000 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002668 [API:8081]10.0.0.23 - - [2026-04-23 03:34:43] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-04-23 03:34:43] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.130 - - [2026-04-23 03:34:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073172 [API:8081]10.0.0.130 - - [2026-04-23 03:35:13] "GET /analytics HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.130 - - [2026-04-23 03:35:13] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.249 - - [2026-04-23 03:35:13] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.249 - - [2026-04-23 03:35:13] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.130 - - [2026-04-23 03:36:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.059021 [API:8081]10.0.0.249 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.249 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.130 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.130 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.130 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000728 [API:8081]10.0.0.130 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.249 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.23 - - [2026-04-23 03:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 03:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.130 - - [2026-04-23 03:38:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066206 [API:8081]10.0.0.130 - - [2026-04-23 03:39:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.088072 [API:8081]10.0.0.23 - - [2026-04-23 03:39:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-04-23 03:39:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2101 0.059470 [API:8081]10.0.0.130 - - [2026-04-23 03:41:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070788 [API:8081]10.0.0.249 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.249 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.130 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.130 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.130 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.130 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.249 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-04-23 03:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2026-04-23 03:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.130 - - [2026-04-23 03:42:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.077380 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003653 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003746 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003864 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003162 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003544 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002904 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003407 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003216 [API:8081]10.0.0.130 - - [2026-04-23 03:44:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064670 [API:8081]10.0.0.23 - - [2026-04-23 03:44:43] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-04-23 03:44:43] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.130 - - [2026-04-23 03:45:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.112734 [API:8081]10.0.0.130 - - [2026-04-23 03:45:13] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.130 - - [2026-04-23 03:45:13] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.249 - - [2026-04-23 03:45:13] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.249 - - [2026-04-23 03:45:13] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.23 - - [2026-04-23 03:45:25] "GET /analytics/uves/virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f?flat HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.23 - - [2026-04-23 03:45:25] "GET /analytics/uves/virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f?flat HTTP/1.1" 200 1275 0.074045 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f?flat HTTP/1.1" 200 1275 0.056143 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f?flat HTTP/1.1" 200 1275 0.071148 [API:8081]10.0.0.23 - - [2026-04-23 03:45:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.077678 [API:8081]10.0.0.23 - - [2026-04-23 03:45:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2107 0.011392 [API:8081]10.0.0.23 - - [2026-04-23 03:45:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009201 [API:8081]10.0.0.249 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.249 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.130 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.130 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.130 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.130 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.249 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.249 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2026-04-23 03:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2026-04-23 03:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.130 - - [2026-04-23 03:47:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065420 [API:8081]10.0.0.130 - - [2026-04-23 03:48:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.065234 [API:8081]10.0.0.23 - - [2026-04-23 03:49:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-04-23 03:49:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2748 0.056311 [API:8081]10.0.0.130 - - [2026-04-23 03:50:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.249169 [API:8081]10.0.0.130 - - [2026-04-23 03:51:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.063361 [API:8081]10.0.0.249 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.249 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.130 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.130 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.130 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.130 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.249 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.249 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2026-04-23 03:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-04-23 03:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.130 - - [2026-04-23 03:53:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062466 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003693 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003016 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003075 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003216 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004879 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003606 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002926 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003744 [API:8081]10.0.0.23 - - [2026-04-23 03:54:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-23 03:54:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2308 0.065769 [API:8081]10.0.0.130 - - [2026-04-23 03:54:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.064312 [API:8081]10.0.0.23 - - [2026-04-23 03:54:43] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-04-23 03:54:43] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.130 - - [2026-04-23 03:55:13] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 03:55:13] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.249 - - [2026-04-23 03:55:13] "GET /analytics HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.249 - - [2026-04-23 03:55:13] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.130 - - [2026-04-23 03:56:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065532 [API:8081]10.0.0.23 - - [2026-04-23 03:56:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-23 03:56:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2133 0.067033 [API:8081]10.0.0.249 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.249 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.23 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.130 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.130 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.130 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.130 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.249 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.249 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000441 [API:8081]10.0.0.23 - - [2026-04-23 03:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-04-23 03:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.130 - - [2026-04-23 03:57:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.069849 [API:8081]10.0.0.23 - - [2026-04-23 03:58:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.23 - - [2026-04-23 03:58:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2143 0.095438 [API:8081]10.0.0.23 - - [2026-04-23 03:59:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.078471 [API:8081]10.0.0.23 - - [2026-04-23 03:59:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.074443 [API:8081]10.0.0.23 - - [2026-04-23 03:59:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.010829 [API:8081]10.0.0.130 - - [2026-04-23 03:59:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069083 [API:8081]10.0.0.130 - - [2026-04-23 04:00:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.097515 [API:8081]10.0.0.23 - - [2026-04-23 04:00:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.014044 [API:8081]10.0.0.23 - - [2026-04-23 04:00:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.010027 [API:8081]10.0.0.23 - - [2026-04-23 04:00:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.012331 [API:8081]10.0.0.23 - - [2026-04-23 04:00:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.011766 [API:8081]10.0.0.23 - - [2026-04-23 04:00:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.009676 [API:8081]10.0.0.249 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.249 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.130 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.130 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.130 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.130 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.249 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-04-23 04:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001181 [API:8081]10.0.0.23 - - [2026-04-23 04:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.130 - - [2026-04-23 04:02:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065643 [API:8081]10.0.0.130 - - [2026-04-23 04:03:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.096000 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003668 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003053 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003621 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003677 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.010751 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003352 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003126 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002936 [API:8081]10.0.0.23 - - [2026-04-23 04:04:43] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-23 04:04:43] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.130 - - [2026-04-23 04:05:13] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.130 - - [2026-04-23 04:05:13] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.249 - - [2026-04-23 04:05:13] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.249 - - [2026-04-23 04:05:13] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.130 - - [2026-04-23 04:05:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068822 [API:8081]10.0.0.130 - - [2026-04-23 04:06:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.080352 [API:8081]10.0.0.249 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.249 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.130 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.130 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.130 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.130 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.249 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.249 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-04-23 04:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-04-23 04:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.130 - - [2026-04-23 04:08:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087252 [API:8081]10.0.0.130 - - [2026-04-23 04:09:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.080938 [API:8081]10.0.0.130 - - [2026-04-23 04:11:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078966 [API:8081]10.0.0.249 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.249 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.23 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.130 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.130 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.130 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.130 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.249 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.249 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-23 04:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2026-04-23 04:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.130 - - [2026-04-23 04:12:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.080290 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003370 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003007 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003277 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003233 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004212 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003059 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002998 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003182 [API:8081]10.0.0.130 - - [2026-04-23 04:14:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066276 [API:8081]10.0.0.23 - - [2026-04-23 04:14:43] "GET /analytics HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2026-04-23 04:14:43] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.130 - - [2026-04-23 04:15:13] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.130 - - [2026-04-23 04:15:13] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.249 - - [2026-04-23 04:15:13] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-04-23 04:15:13] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.130 - - [2026-04-23 04:15:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.081175 [API:8081]10.0.0.249 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.249 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.130 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.130 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.130 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.130 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.249 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.249 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-04-23 04:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-04-23 04:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.130 - - [2026-04-23 04:17:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072891 [API:8081]10.0.0.130 - - [2026-04-23 04:18:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.072297 [API:8081]10.0.0.23 - - [2026-04-23 04:19:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-04-23 04:19:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2101 0.065657 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1713 0.098669 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1713 0.058453 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1713 0.012351 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.014601 [API:8081]10.0.0.130 - - [2026-04-23 04:20:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071123 [API:8081]10.0.0.23 - - [2026-04-23 04:20:54] "GET /analytics/uves/virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce?flat HTTP/1.1" 200 1758 0.016840 [API:8081]10.0.0.23 - - [2026-04-23 04:20:54] "GET /analytics/uves/virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce?flat HTTP/1.1" 200 1758 0.011893 [API:8081]10.0.0.23 - - [2026-04-23 04:20:55] "GET /analytics/uves/virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce?flat HTTP/1.1" 200 1758 0.011130 [API:8081]10.0.0.23 - - [2026-04-23 04:20:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011353 [API:8081]10.0.0.130 - - [2026-04-23 04:21:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.073529 [API:8081]10.0.0.249 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.249 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.130 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.130 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.130 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.130 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.249 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-04-23 04:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-04-23 04:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-04-23 04:23:15] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1474 0.017629 [API:8081]10.0.0.23 - - [2026-04-23 04:23:17] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1474 0.014923 [API:8081]10.0.0.23 - - [2026-04-23 04:23:19] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1474 0.013181 [API:8081]10.0.0.23 - - [2026-04-23 04:23:21] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1474 0.015759 [API:8081]10.0.0.23 - - [2026-04-23 04:23:23] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1474 0.016237 [API:8081]10.0.0.23 - - [2026-04-23 04:23:25] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1474 0.012351 [API:8081]10.0.0.23 - - [2026-04-23 04:23:27] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1474 0.016837 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1906 0.014657 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1906 0.014113 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66?flat HTTP/1.1" 200 1906 0.014668 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.010116 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce?flat HTTP/1.1" 200 1898 0.012190 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003708 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003360 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003486 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003497 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003802 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002749 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003349 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004343 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce?flat HTTP/1.1" 200 1898 0.013525 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce?flat HTTP/1.1" 200 1898 0.012012 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011321 [API:8081]10.0.0.130 - - [2026-04-23 04:23:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061699 [API:8081]10.0.0.130 - - [2026-04-23 04:24:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.084194 [API:8081]10.0.0.23 - - [2026-04-23 04:24:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010782 [API:8081]10.0.0.23 - - [2026-04-23 04:24:43] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-04-23 04:24:43] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.23 - - [2026-04-23 04:25:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010558 [API:8081]10.0.0.130 - - [2026-04-23 04:25:13] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 04:25:13] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.249 - - [2026-04-23 04:25:13] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.249 - - [2026-04-23 04:25:13] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.130 - - [2026-04-23 04:26:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066297 [API:8081]10.0.0.249 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.249 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.130 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000459 [API:8081]10.0.0.23 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.130 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000547 [API:8081]10.0.0.130 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.249 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.130 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.249 - - [2026-04-23 04:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 04:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-04-23 04:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.130 - - [2026-04-23 04:27:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.076949 [API:8081]10.0.0.23 - - [2026-04-23 04:27:52] "GET /analytics/uves/virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?flat HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2026-04-23 04:27:53] "GET /analytics/uves/virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?flat HTTP/1.1" 200 966 0.130093 [API:8081]10.0.0.23 - - [2026-04-23 04:27:55] "GET /analytics/uves/virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?flat HTTP/1.1" 200 966 0.099286 [API:8081]10.0.0.23 - - [2026-04-23 04:27:57] "GET /analytics/uves/virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?flat HTTP/1.1" 200 966 0.078092 [API:8081]10.0.0.23 - - [2026-04-23 04:27:59] "GET /analytics/uves/virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?flat HTTP/1.1" 200 1400 0.043212 [API:8081]10.0.0.23 - - [2026-04-23 04:27:59] "GET /analytics/uves/virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?flat HTTP/1.1" 200 1400 0.045247 [API:8081]10.0.0.23 - - [2026-04-23 04:28:00] "GET /analytics/uves/virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?flat HTTP/1.1" 200 1400 0.047571 [API:8081]10.0.0.23 - - [2026-04-23 04:28:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.066308 [API:8081]10.0.0.23 - - [2026-04-23 04:28:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.23 - - [2026-04-23 04:28:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.060400 [API:8081]10.0.0.23 - - [2026-04-23 04:28:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 401 205 0.000339 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12557995' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '4cfbff74f3eb4f57a924bcc898c90e48' 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-40536601', 'ctest-TestRbacBasic-40536601-12699803'], 'virtual_network', '581a2747-33c4-473d-a025-d81a1417415b', "Permission Denied for ['ctest-TestRbacBasic-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12557995' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '4cfbff74f3eb4f57a924bcc898c90e48'"),) [API:8081]10.0.0.23 - - [2026-04-23 04:28:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 403 198 0.403306 [API:8081]10.0.0.23 - - [2026-04-23 04:28:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 401 205 0.000276 --- 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-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-40536601' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '91937d1631814efaaa6af5195b1b0a7a' 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-40536601', 'ctest-TestRbacBasic-40536601-12699803'], 'virtual_network', '581a2747-33c4-473d-a025-d81a1417415b', "Permission Denied for ['ctest-TestRbacBasic-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-40536601' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '91937d1631814efaaa6af5195b1b0a7a'"),) [API:8081]10.0.0.23 - - [2026-04-23 04:28:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 403 198 0.093017 [API:8081]10.0.0.23 - - [2026-04-23 04:29:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-04-23 04:29:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2145 0.060315 [API:8081]10.0.0.23 - - [2026-04-23 04:29:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 401 205 0.000269 --- 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-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084 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-81763084', 'ctest-TestRbacBasic-81763084-00671852'], 'virtual_network', 'da6e936d-307c-43d0-87a6-c8ed4260532b', "Permission Denied for ctest-TestRbacBasic-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084"),) [API:8081]10.0.0.23 - - [2026-04-23 04:29:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 403 198 0.158660 --- 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-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084 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-81763084', 'ctest-TestRbacBasic-81763084-00671852'], 'virtual_network', 'da6e936d-307c-43d0-87a6-c8ed4260532b', "Permission Denied for ctest-TestRbacBasic-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084"),) [API:8081]10.0.0.23 - - [2026-04-23 04:29:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 403 198 0.046542 --- 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-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084 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-81763084', 'ctest-TestRbacBasic-81763084-00671852'], 'virtual_network', 'da6e936d-307c-43d0-87a6-c8ed4260532b', "Permission Denied for ctest-TestRbacBasic-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084"),) [API:8081]10.0.0.23 - - [2026-04-23 04:29:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 403 198 0.101901 [API:8081]10.0.0.23 - - [2026-04-23 04:29:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 401 205 0.000238 --- 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-97105065 as ['ctest-TestRbacBasic-97478523'] to R virtual-network in ctest-TestRbacBasic-81763084 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-81763084', 'ctest-TestRbacBasic-81763084-00671852'], 'virtual_network', 'da6e936d-307c-43d0-87a6-c8ed4260532b', "Permission Denied for ctest-TestRbacBasic-97105065 as ['ctest-TestRbacBasic-97478523'] to R virtual-network in ctest-TestRbacBasic-81763084"),) [API:8081]10.0.0.23 - - [2026-04-23 04:29:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 403 198 0.089062 [API:8081]10.0.0.23 - - [2026-04-23 04:29:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2145 0.068398 [API:8081]10.0.0.23 - - [2026-04-23 04:29:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2392 0.056134 [API:8081]10.0.0.23 - - [2026-04-23 04:29:40] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.053379 [API:8081]10.0.0.130 - - [2026-04-23 04:29:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068384 [API:8081]10.0.0.23 - - [2026-04-23 04:29:42] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.044211 [API:8081]10.0.0.23 - - [2026-04-23 04:29:44] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.085062 [API:8081]10.0.0.23 - - [2026-04-23 04:29:46] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.044327 [API:8081]10.0.0.23 - - [2026-04-23 04:29:48] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.045873 [API:8081]10.0.0.23 - - [2026-04-23 04:29:50] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.065282 [API:8081]10.0.0.23 - - [2026-04-23 04:29:52] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.043471 [API:8081]10.0.0.23 - - [2026-04-23 04:29:54] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.050570 [API:8081]10.0.0.23 - - [2026-04-23 04:29:56] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 966 0.044707 [API:8081]10.0.0.23 - - [2026-04-23 04:29:58] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 1857 0.043048 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 1857 0.046809 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?flat HTTP/1.1" 200 1857 0.046437 [API:8081]10.0.0.23 - - [2026-04-23 04:30:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.064198 [API:8081]10.0.0.23 - - [2026-04-23 04:30:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011642 [Introspect:8090]10.0.0.23 - - [2026-04-23 04:30:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001271 [API:8081]10.0.0.23 - - [2026-04-23 04:30:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.130 - - [2026-04-23 04:30:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.113284 [API:8081]10.0.0.23 - - [2026-04-23 04:30:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2109 0.061136 [API:8081]10.0.0.249 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.249 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.23 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.130 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.130 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.130 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.130 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.249 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.249 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2026-04-23 04:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.23 - - [2026-04-23 04:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.130 - - [2026-04-23 04:32:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065318 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003427 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004038 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004130 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003271 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004069 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003116 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003129 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003148 [API:8081]10.0.0.130 - - [2026-04-23 04:33:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.068880 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd?flat HTTP/1.1" 200 2052 0.013251 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd?flat HTTP/1.1" 200 2052 0.067838 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd?flat HTTP/1.1" 200 2052 0.060960 [API:8081]10.0.0.23 - - [2026-04-23 04:34:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009440 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9?flat HTTP/1.1" 200 2061 0.012327 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9?flat HTTP/1.1" 200 2061 0.012338 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9?flat HTTP/1.1" 200 2061 0.012789 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009945 [API:8081]10.0.0.23 - - [2026-04-23 04:34:43] "GET /analytics HTTP/1.1" 401 205 0.000528 [API:8081]10.0.0.23 - - [2026-04-23 04:34:43] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.23 - - [2026-04-23 04:34:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010180 [API:8081]10.0.0.23 - - [2026-04-23 04:34:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011306 [API:8081]10.0.0.23 - - [2026-04-23 04:35:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2109 0.011665 [API:8081]10.0.0.23 - - [2026-04-23 04:35:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.010036 [API:8081]10.0.0.130 - - [2026-04-23 04:35:13] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.130 - - [2026-04-23 04:35:13] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.249 - - [2026-04-23 04:35:13] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.249 - - [2026-04-23 04:35:13] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.130 - - [2026-04-23 04:35:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070953 [API:8081]10.0.0.130 - - [2026-04-23 04:36:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.065761 [API:8081]10.0.0.249 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.249 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.130 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.130 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.130 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.249 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-04-23 04:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 04:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.130 - - [2026-04-23 04:38:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.385450 [Introspect:8090]10.0.0.23 - - [2026-04-23 04:38:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001062 [API:8081]10.0.0.23 - - [2026-04-23 04:38:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2531 0.057397 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306?flat HTTP/1.1" 200 1716 0.062635 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306?flat HTTP/1.1" 200 1716 0.072660 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306?flat HTTP/1.1" 200 1716 0.011327 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.012759 [API:8081]10.0.0.130 - - [2026-04-23 04:39:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.062260 [API:8081]10.0.0.23 - - [2026-04-23 04:40:52] "GET /analytics/uves/virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047?flat HTTP/1.1" 200 1766 0.011873 [API:8081]10.0.0.23 - - [2026-04-23 04:40:52] "GET /analytics/uves/virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047?flat HTTP/1.1" 200 1766 0.011503 [API:8081]10.0.0.23 - - [2026-04-23 04:40:52] "GET /analytics/uves/virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047?flat HTTP/1.1" 200 1766 0.011966 [API:8081]10.0.0.23 - - [2026-04-23 04:40:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1366 0.009716 [API:8081]10.0.0.130 - - [2026-04-23 04:41:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068034 [API:8081]10.0.0.249 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.249 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.23 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.23 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.130 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.130 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.130 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.130 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.249 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.249 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-23 04:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-23 04:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-04-23 04:42:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.010433 [API:8081]10.0.0.23 - - [2026-04-23 04:42:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.013475 [API:8081]10.0.0.130 - - [2026-04-23 04:42:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.074100 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005407 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004220 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003970 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003526 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003946 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003345 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003422 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002882 [API:8081]10.0.0.23 - - [2026-04-23 04:43:57] "GET /analytics/uves/virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803?flat HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-04-23 04:43:57] "GET /analytics/uves/virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803?flat HTTP/1.1" 200 1712 0.095905 [API:8081]10.0.0.23 - - [2026-04-23 04:43:58] "GET /analytics/uves/virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803?flat HTTP/1.1" 200 1712 0.092685 [API:8081]10.0.0.23 - - [2026-04-23 04:43:58] "GET /analytics/uves/virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803?flat HTTP/1.1" 200 1712 0.107598 [API:8081]10.0.0.23 - - [2026-04-23 04:43:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.014446 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14?flat HTTP/1.1" 200 1839 0.014143 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14?flat HTTP/1.1" 200 1839 0.015316 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14?flat HTTP/1.1" 200 1839 0.015085 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.017050 [API:8081]10.0.0.23 - - [2026-04-23 04:44:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009721 [API:8081]10.0.0.23 - - [2026-04-23 04:44:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.008987 [API:8081]10.0.0.23 - - [2026-04-23 04:44:43] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-04-23 04:44:43] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.23 - - [2026-04-23 04:44:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-04-23 04:44:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2344 0.059556 [API:8081]10.0.0.23 - - [2026-04-23 04:44:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2344 0.061864 [API:8081]10.0.0.130 - - [2026-04-23 04:44:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.381676 [API:8081]10.0.0.130 - - [2026-04-23 04:45:13] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.130 - - [2026-04-23 04:45:13] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.249 - - [2026-04-23 04:45:13] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.249 - - [2026-04-23 04:45:13] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.130 - - [2026-04-23 04:45:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.070299 [API:8081]10.0.0.249 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.249 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.130 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.130 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.130 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.130 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.249 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.249 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.23 - - [2026-04-23 04:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-04-23 04:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 04:47:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071833 [API:8081]10.0.0.130 - - [2026-04-23 04:48:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.078547 [API:8081]10.0.0.130 - - [2026-04-23 04:50:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079679 [API:8081]10.0.0.23 - - [2026-04-23 04:51:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-04-23 04:51:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2559 0.056740 [API:8081]10.0.0.249 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.249 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.130 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.130 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000839 [API:8081]10.0.0.130 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.130 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.249 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.249 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-04-23 04:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-23 04:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.130 - - [2026-04-23 04:52:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.076090 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003263 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003541 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003393 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003280 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003337 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003137 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003309 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003644 [API:8081]10.0.0.130 - - [2026-04-23 04:54:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074674 [API:8081]10.0.0.23 - - [2026-04-23 04:54:43] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-23 04:54:43] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.130 - - [2026-04-23 04:55:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.081919 [API:8081]10.0.0.130 - - [2026-04-23 04:55:13] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.130 - - [2026-04-23 04:55:13] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.249 - - [2026-04-23 04:55:13] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.249 - - [2026-04-23 04:55:13] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.249 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.249 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.130 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.130 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.130 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.130 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-04-23 04:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-04-23 04:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.130 - - [2026-04-23 04:57:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083877 [API:8081]10.0.0.130 - - [2026-04-23 04:58:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.083010 [Introspect:8090]10.0.0.249 - - [2026-04-23 04:58:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001531