++ 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 Feb 12 02:11:44 AM UTC 2026 ===================' INFO: =================== Thu Feb 12 02:11:44 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 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ cut -d / -f 1 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ 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 ' +++ '[' -n '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.130:8081 10.0.0.22:8081 10.0.0.23: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ 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 ' +++ '[' -n '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ 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 ' +++ '[' -n '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.130:8086 10.0.0.22:8086 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ 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 ' +++ '[' -n '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.130:8082 10.0.0.22:8082 10.0.0.23: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ 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 ' +++ '[' -n '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.130:9161 10.0.0.22:9161 10.0.0.23: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ 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 ' +++ '[' -n '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ 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, +++ '[' -n 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130:2181,10.0.0.22:2181,10.0.0.23: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ 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 ' +++ '[' -n '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ 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, +++ '[' -n 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.130:5673,10.0.0.22:5673,10.0.0.23: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ 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 ' +++ '[' -n '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.130:6379 10.0.0.22:6379 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ 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 ' +++ '[' -n '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.130:9092 10.0.0.22:9092 10.0.0.23: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.130 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.130 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.130,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.130,10.0.0.22,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ cat /proc/net/fib_trie ++++ grep -vi host +++ local local_ips=,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.23,10.20.0.14,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( 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.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^ANALYTICS_API__//g' + 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: 02/12/2026 02:11:51.943 7fbc9875e380 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/12/2026 02:11:52.100 7fbc9875e380 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 02/12/2026 02:11:52.109 7fbc9875e380 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/12/2026 02:11:52.109 7fbc9875e380 [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.23: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.22 - - [2026-02-12 02:12:52] "GET /analytics HTTP/1.1" 401 206 0.000442 [API:8081]10.0.0.22 - - [2026-02-12 02:12:52] "GET /analytics HTTP/1.1" 401 206 0.000190 [API:8081]10.0.0.23 - - [2026-02-12 02:12:52] "GET /analytics HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.23 - - [2026-02-12 02:12:52] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.130 - - [2026-02-12 02:12:53] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.130 - - [2026-02-12 02:12:53] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.22 - - [2026-02-12 02:13:23] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.22 - - [2026-02-12 02:13:23] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.23 - - [2026-02-12 02:13:23] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.23 - - [2026-02-12 02:13:23] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.130 - - [2026-02-12 02:13:24] "GET /analytics HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.130 - - [2026-02-12 02:13:24] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.22 - - [2026-02-12 02:13:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.054807 [API:8081]10.0.0.22 - - [2026-02-12 02:13:53] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.22 - - [2026-02-12 02:13:53] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.23 - - [2026-02-12 02:13:53] "GET /analytics HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.23 - - [2026-02-12 02:13:53] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.22 - - [2026-02-12 02:14:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1954 0.081678 [API:8081]10.0.0.22 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.22 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.22 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.22 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.23 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.23 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.23 - - [2026-02-12 02:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.23 - - [2026-02-12 02:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.130 - - [2026-02-12 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.130 - - [2026-02-12 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.130 - - [2026-02-12 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [Introspect:8090]10.0.0.23 - - [2026-02-12 02:15:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001599 [Introspect:8090]10.0.0.23 - - [2026-02-12 02:15:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001028 [Introspect:8090]10.0.0.130 - - [2026-02-12 02:16:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001163 [API:8081]10.0.0.130 - - [2026-02-12 02:16:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?flat HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.130 - - [2026-02-12 02:16:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?flat HTTP/1.1" 200 5183 0.064262 [API:8081]10.0.0.130 - - [2026-02-12 02:16:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?flat HTTP/1.1" 200 5181 0.074098 [API:8081]10.0.0.130 - - [2026-02-12 02:16:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?flat HTTP/1.1" 200 5181 0.079966 [API:8081]10.0.0.22 - - [2026-02-12 02:16:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068829 [Introspect:8090]10.0.0.130 - - [2026-02-12 02:16:53] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000818 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12053 0.022860 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12030 0.021582 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12053 0.017587 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12030 0.017643 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 8001 0.014925 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 7997 0.013253 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-3?flat HTTP/1.1" 200 7996 0.013639 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 8001 0.015033 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 7997 0.013866 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-3?flat HTTP/1.1" 200 7996 0.015245 [API:8081]10.0.0.130 - - [2026-02-12 02:17:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.130 - - [2026-02-12 02:17:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.058540 [API:8081]10.0.0.22 - - [2026-02-12 02:17:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.096178 [API:8081]10.0.0.22 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.22 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.22 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.22 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.23 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.23 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.23 - - [2026-02-12 02:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.23 - - [2026-02-12 02:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.22 - - [2026-02-12 02:19:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059044 [API:8081]10.0.0.130 - - [2026-02-12 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.130 - - [2026-02-12 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.130 - - [2026-02-12 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.130 - - [2026-02-12 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.22 - - [2026-02-12 02:20:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064348 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002664 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002833 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002490 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002594 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004080 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002489 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002521 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002473 [API:8081]10.0.0.130 - - [2026-02-12 02:22:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.130 - - [2026-02-12 02:22:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2024 0.054014 [API:8081]10.0.0.130 - - [2026-02-12 02:22:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2256 0.059564 [API:8081]10.0.0.22 - - [2026-02-12 02:22:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095907 [API:8081]10.0.0.130 - - [2026-02-12 02:23:24] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.130 - - [2026-02-12 02:23:24] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.22 - - [2026-02-12 02:23:53] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.22 - - [2026-02-12 02:23:53] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.23 - - [2026-02-12 02:23:53] "GET /analytics HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.23 - - [2026-02-12 02:23:53] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.22 - - [2026-02-12 02:23:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066217 [API:8081]10.0.0.22 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.22 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.22 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.22 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.23 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.23 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.23 - - [2026-02-12 02:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.23 - - [2026-02-12 02:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.130 - - [2026-02-12 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.130 - - [2026-02-12 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.130 - - [2026-02-12 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000739 [API:8081]10.0.0.130 - - [2026-02-12 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.22 - - [2026-02-12 02:26:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.135689 [API:8081]10.0.0.22 - - [2026-02-12 02:27:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.090997 [API:8081]10.0.0.130 - - [2026-02-12 02:28:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.130 - - [2026-02-12 02:28:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.351020 [API:8081]10.0.0.130 - - [2026-02-12 02:28:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.071419 [API:8081]10.0.0.22 - - [2026-02-12 02:29:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062392 [API:8081]10.0.0.130 - - [2026-02-12 02:29:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.008528 [API:8081]10.0.0.130 - - [2026-02-12 02:29:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.008392 [API:8081]10.0.0.130 - - [2026-02-12 02:29:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.060716 [API:8081]10.0.0.130 - - [2026-02-12 02:29:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.008430 [API:8081]10.0.0.22 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.22 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.22 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.22 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.23 - - [2026-02-12 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.23 - - [2026-02-12 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.23 - - [2026-02-12 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.130 - - [2026-02-12 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.130 - - [2026-02-12 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.130 - - [2026-02-12 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.130 - - [2026-02-12 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.22 - - [2026-02-12 02:30:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069753 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002733 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002799 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002652 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002694 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003490 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002421 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002446 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002384 [API:8081]10.0.0.22 - - [2026-02-12 02:32:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070655 [API:8081]10.0.0.130 - - [2026-02-12 02:32:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.017798 [API:8081]10.0.0.130 - - [2026-02-12 02:33:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.023931 [API:8081]10.0.0.130 - - [2026-02-12 02:33:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.017882 [API:8081]10.0.0.22 - - [2026-02-12 02:33:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067405 [API:8081]10.0.0.130 - - [2026-02-12 02:33:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.072465 [API:8081]10.0.0.130 - - [2026-02-12 02:33:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.022837 [API:8081]10.0.0.130 - - [2026-02-12 02:33:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.075041 [API:8081]10.0.0.130 - - [2026-02-12 02:33:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.017464 [API:8081]10.0.0.130 - - [2026-02-12 02:33:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12547 0.019931 [API:8081]10.0.0.130 - - [2026-02-12 02:33:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008764 [API:8081]10.0.0.130 - - [2026-02-12 02:33:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12993 0.021516 [API:8081]10.0.0.130 - - [2026-02-12 02:33:24] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 02:33:24] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.130 - - [2026-02-12 02:33:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12993 0.049415 [API:8081]10.0.0.130 - - [2026-02-12 02:33:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12993 0.019805 [API:8081]10.0.0.130 - - [2026-02-12 02:33:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12993 0.019413 [API:8081]10.0.0.130 - - [2026-02-12 02:33:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12993 0.021474 [API:8081]10.0.0.130 - - [2026-02-12 02:33:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12993 0.017634 [API:8081]10.0.0.130 - - [2026-02-12 02:33:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12993 0.016884 [API:8081]10.0.0.130 - - [2026-02-12 02:33:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12993 0.019101 [API:8081]10.0.0.130 - - [2026-02-12 02:33:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12577 0.017549 [API:8081]10.0.0.130 - - [2026-02-12 02:33:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008125 [API:8081]10.0.0.22 - - [2026-02-12 02:33:53] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.22 - - [2026-02-12 02:33:53] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.23 - - [2026-02-12 02:33:53] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2026-02-12 02:33:53] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.130 - - [2026-02-12 02:33:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.009285 [API:8081]10.0.0.22 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.22 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.22 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.22 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.23 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.23 - - [2026-02-12 02:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.23 - - [2026-02-12 02:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.23 - - [2026-02-12 02:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.130 - - [2026-02-12 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.130 - - [2026-02-12 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.130 - - [2026-02-12 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.130 - - [2026-02-12 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.22 - - [2026-02-12 02:35:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099055 [API:8081]10.0.0.130 - - [2026-02-12 02:35:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.130 - - [2026-02-12 02:35:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.055098 [API:8081]10.0.0.22 - - [2026-02-12 02:36:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069437 [API:8081]10.0.0.130 - - [2026-02-12 02:36:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13031 0.083380 [API:8081]10.0.0.130 - - [2026-02-12 02:37:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13031 0.024578 [API:8081]10.0.0.130 - - [2026-02-12 02:37:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13031 0.065361 [API:8081]10.0.0.130 - - [2026-02-12 02:37:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13031 0.016994 [API:8081]10.0.0.130 - - [2026-02-12 02:37:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13031 0.017457 [API:8081]10.0.0.130 - - [2026-02-12 02:37:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13031 0.017569 [API:8081]10.0.0.130 - - [2026-02-12 02:37:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12591 0.018136 [API:8081]10.0.0.130 - - [2026-02-12 02:37:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007670 [API:8081]10.0.0.130 - - [2026-02-12 02:37:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.130 - - [2026-02-12 02:37:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.056868 [API:8081]10.0.0.130 - - [2026-02-12 02:37:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.130 - - [2026-02-12 02:37:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.060137 [API:8081]10.0.0.130 - - [2026-02-12 02:37:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.049811 [API:8081]10.0.0.130 - - [2026-02-12 02:37:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.051935 [API:8081]10.0.0.22 - - [2026-02-12 02:38:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058620 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7?flat HTTP/1.1" 200 1713 0.010574 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7?flat HTTP/1.1" 200 1713 0.010604 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7?flat HTTP/1.1" 200 1713 0.009832 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13341 0.018184 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13341 0.017123 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007476 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749?flat HTTP/1.1" 200 1711 0.011456 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749?flat HTTP/1.1" 200 1711 0.010016 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749?flat HTTP/1.1" 200 1711 0.010218 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12921 0.016572 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12921 0.016824 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007779 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd?flat HTTP/1.1" 200 1712 0.012627 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd?flat HTTP/1.1" 200 1712 0.012194 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd?flat HTTP/1.1" 200 1712 0.010502 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13341 0.017957 [API:8081]10.0.0.130 - - [2026-02-12 02:38:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13341 0.016895 [API:8081]10.0.0.130 - - [2026-02-12 02:38:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007803 [API:8081]10.0.0.22 - - [2026-02-12 02:39:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055614 [API:8081]10.0.0.22 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.22 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.22 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.22 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.23 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.23 - - [2026-02-12 02:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.23 - - [2026-02-12 02:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.23 - - [2026-02-12 02:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13322 0.017665 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.130 - - [2026-02-12 02:39:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13322 0.018798 [API:8081]10.0.0.130 - - [2026-02-12 02:40:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13322 0.018315 [API:8081]10.0.0.130 - - [2026-02-12 02:40:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13322 0.020080 [API:8081]10.0.0.130 - - [2026-02-12 02:40:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13322 0.021006 [API:8081]10.0.0.130 - - [2026-02-12 02:40:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13322 0.023215 [API:8081]10.0.0.130 - - [2026-02-12 02:40:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13322 0.016681 [API:8081]10.0.0.130 - - [2026-02-12 02:40:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12957 0.016142 [API:8081]10.0.0.130 - - [2026-02-12 02:40:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009556 [API:8081]10.0.0.130 - - [2026-02-12 02:40:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.017907 [API:8081]10.0.0.130 - - [2026-02-12 02:40:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.018408 [API:8081]10.0.0.130 - - [2026-02-12 02:40:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.017953 [API:8081]10.0.0.130 - - [2026-02-12 02:40:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.017948 [API:8081]10.0.0.130 - - [2026-02-12 02:40:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.016758 [API:8081]10.0.0.130 - - [2026-02-12 02:40:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.016161 [API:8081]10.0.0.130 - - [2026-02-12 02:40:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.016901 [API:8081]10.0.0.130 - - [2026-02-12 02:40:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.019384 [API:8081]10.0.0.130 - - [2026-02-12 02:40:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.023159 [API:8081]10.0.0.130 - - [2026-02-12 02:40:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12563 0.020605 [API:8081]10.0.0.130 - - [2026-02-12 02:40:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009003 [API:8081]10.0.0.130 - - [2026-02-12 02:40:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12980 0.018678 [API:8081]10.0.0.130 - - [2026-02-12 02:40:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12979 0.017175 [API:8081]10.0.0.130 - - [2026-02-12 02:40:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12979 0.025500 [API:8081]10.0.0.130 - - [2026-02-12 02:40:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12979 0.017229 [API:8081]10.0.0.130 - - [2026-02-12 02:41:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12979 0.016148 [API:8081]10.0.0.130 - - [2026-02-12 02:41:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12979 0.018206 [API:8081]10.0.0.130 - - [2026-02-12 02:41:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12979 0.017489 [API:8081]10.0.0.22 - - [2026-02-12 02:41:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075310 [API:8081]10.0.0.130 - - [2026-02-12 02:41:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12979 0.018399 [API:8081]10.0.0.130 - - [2026-02-12 02:41:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12979 0.020286 [API:8081]10.0.0.130 - - [2026-02-12 02:41:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12591 0.017113 [API:8081]10.0.0.130 - - [2026-02-12 02:41:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007879 [API:8081]10.0.0.130 - - [2026-02-12 02:41:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.130 - - [2026-02-12 02:41:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.054754 [API:8081]10.0.0.130 - - [2026-02-12 02:41:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.056761 [API:8081]10.0.0.130 - - [2026-02-12 02:41:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.056448 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002538 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002681 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002986 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002709 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003873 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002659 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002352 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002763 [API:8081]10.0.0.22 - - [2026-02-12 02:42:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072404 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32?flat HTTP/1.1" 200 1719 0.012551 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32?flat HTTP/1.1" 200 1719 0.011966 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32?flat HTTP/1.1" 200 1719 0.018524 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13356 0.019318 [API:8081]10.0.0.130 - - [2026-02-12 02:42:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13356 0.023006 [API:8081]10.0.0.130 - - [2026-02-12 02:42:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009466 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machine/065e86e5-f597-4005-a20a-487693d21e99?flat HTTP/1.1" 200 1717 0.011897 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machine/065e86e5-f597-4005-a20a-487693d21e99?flat HTTP/1.1" 200 1717 0.009811 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machine/065e86e5-f597-4005-a20a-487693d21e99?flat HTTP/1.1" 200 1717 0.010370 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.017324 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12972 0.017077 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007968 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3?flat HTTP/1.1" 200 1718 0.011139 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3?flat HTTP/1.1" 200 1718 0.012085 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3?flat HTTP/1.1" 200 1718 0.010928 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13356 0.018513 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13356 0.020333 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008793 [API:8081]10.0.0.130 - - [2026-02-12 02:43:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13001 0.017304 [API:8081]10.0.0.130 - - [2026-02-12 02:43:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008611 [API:8081]10.0.0.130 - - [2026-02-12 02:43:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.019997 [API:8081]10.0.0.130 - - [2026-02-12 02:43:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.019586 [API:8081]10.0.0.130 - - [2026-02-12 02:43:24] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.130 - - [2026-02-12 02:43:24] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.130 - - [2026-02-12 02:43:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.018672 [API:8081]10.0.0.130 - - [2026-02-12 02:43:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.017302 [API:8081]10.0.0.130 - - [2026-02-12 02:43:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.021434 [API:8081]10.0.0.130 - - [2026-02-12 02:43:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.017280 [API:8081]10.0.0.130 - - [2026-02-12 02:43:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.017341 [API:8081]10.0.0.130 - - [2026-02-12 02:43:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.020972 [API:8081]10.0.0.130 - - [2026-02-12 02:43:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12971 0.017282 [API:8081]10.0.0.130 - - [2026-02-12 02:43:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12595 0.016538 [API:8081]10.0.0.130 - - [2026-02-12 02:43:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009431 [API:8081]10.0.0.130 - - [2026-02-12 02:43:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.020607 [API:8081]10.0.0.130 - - [2026-02-12 02:43:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.019947 [API:8081]10.0.0.22 - - [2026-02-12 02:43:53] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.22 - - [2026-02-12 02:43:53] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.23 - - [2026-02-12 02:43:53] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.23 - - [2026-02-12 02:43:53] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.130 - - [2026-02-12 02:43:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.016768 [API:8081]10.0.0.130 - - [2026-02-12 02:43:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.016649 [API:8081]10.0.0.130 - - [2026-02-12 02:44:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.024058 [API:8081]10.0.0.130 - - [2026-02-12 02:44:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.017329 [API:8081]10.0.0.130 - - [2026-02-12 02:44:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.018105 [API:8081]10.0.0.130 - - [2026-02-12 02:44:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.017658 [API:8081]10.0.0.130 - - [2026-02-12 02:44:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12972 0.017971 [API:8081]10.0.0.22 - - [2026-02-12 02:44:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056509 [API:8081]10.0.0.130 - - [2026-02-12 02:44:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12565 0.017261 [API:8081]10.0.0.130 - - [2026-02-12 02:44:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008851 [API:8081]10.0.0.130 - - [2026-02-12 02:44:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.130 - - [2026-02-12 02:44:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.070566 [API:8081]10.0.0.130 - - [2026-02-12 02:44:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.066325 [API:8081]10.0.0.22 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.22 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.22 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.22 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.23 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.23 - - [2026-02-12 02:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000404 [API:8081]10.0.0.23 - - [2026-02-12 02:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.23 - - [2026-02-12 02:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.130 - - [2026-02-12 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.130 - - [2026-02-12 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.130 - - [2026-02-12 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.130 - - [2026-02-12 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.22 - - [2026-02-12 02:45:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067617 [API:8081]10.0.0.130 - - [2026-02-12 02:46:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.130 - - [2026-02-12 02:46:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1870 0.059000 [API:8081]10.0.0.22 - - [2026-02-12 02:47:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058923 [API:8081]10.0.0.130 - - [2026-02-12 02:48:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12567 0.075581 [API:8081]10.0.0.130 - - [2026-02-12 02:48:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009152 [API:8081]10.0.0.22 - - [2026-02-12 02:48:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.085166 [API:8081]10.0.0.130 - - [2026-02-12 02:48:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.130 - - [2026-02-12 02:48:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.052088 [API:8081]10.0.0.130 - - [2026-02-12 02:48:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.060206 [API:8081]10.0.0.22 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.22 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.22 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.22 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.23 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.23 - - [2026-02-12 02:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.23 - - [2026-02-12 02:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 02:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.130 - - [2026-02-12 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.130 - - [2026-02-12 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.130 - - [2026-02-12 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.22 - - [2026-02-12 02:50:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057031 [API:8081]10.0.0.22 - - [2026-02-12 02:51:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.197132 [API:8081]10.0.0.130 - - [2026-02-12 02:51:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12596 0.019812 [API:8081]10.0.0.130 - - [2026-02-12 02:51:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.055196 [API:8081]10.0.0.130 - - [2026-02-12 02:51:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13014 0.019136 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002661 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002806 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003108 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003716 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003407 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003240 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002800 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002956 [API:8081]10.0.0.130 - - [2026-02-12 02:51:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13013 0.018204 [API:8081]10.0.0.130 - - [2026-02-12 02:51:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13013 0.016735 [API:8081]10.0.0.130 - - [2026-02-12 02:51:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13013 0.018186 [API:8081]10.0.0.130 - - [2026-02-12 02:52:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13013 0.017429 [API:8081]10.0.0.130 - - [2026-02-12 02:52:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13013 0.016467 [API:8081]10.0.0.130 - - [2026-02-12 02:52:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13013 0.020003 [API:8081]10.0.0.130 - - [2026-02-12 02:52:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13013 0.017288 [API:8081]10.0.0.130 - - [2026-02-12 02:52:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13013 0.020913 [API:8081]10.0.0.130 - - [2026-02-12 02:52:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12599 0.020363 [API:8081]10.0.0.130 - - [2026-02-12 02:52:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008539 [API:8081]10.0.0.130 - - [2026-02-12 02:52:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.130 - - [2026-02-12 02:52:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.062825 [API:8081]10.0.0.130 - - [2026-02-12 02:52:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.065686 [API:8081]10.0.0.22 - - [2026-02-12 02:53:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071262 [API:8081]10.0.0.130 - - [2026-02-12 02:53:24] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.130 - - [2026-02-12 02:53:24] "GET /analytics HTTP/1.1" 401 206 0.000132 [API:8081]10.0.0.22 - - [2026-02-12 02:53:53] "GET /analytics HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.22 - - [2026-02-12 02:53:53] "GET /analytics HTTP/1.1" 401 206 0.000194 [API:8081]10.0.0.23 - - [2026-02-12 02:53:53] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.23 - - [2026-02-12 02:53:53] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.22 - - [2026-02-12 02:54:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054819 [API:8081]10.0.0.22 - - [2026-02-12 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.22 - - [2026-02-12 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.22 - - [2026-02-12 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.22 - - [2026-02-12 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.23 - - [2026-02-12 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.23 - - [2026-02-12 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.23 - - [2026-02-12 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.23 - - [2026-02-12 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.130 - - [2026-02-12 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.130 - - [2026-02-12 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.130 - - [2026-02-12 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.130 - - [2026-02-12 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 02:55:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13013 0.018025 [API:8081]10.0.0.130 - - [2026-02-12 02:55:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13013 0.071544 [API:8081]10.0.0.130 - - [2026-02-12 02:55:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13013 0.017077 [API:8081]10.0.0.130 - - [2026-02-12 02:55:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13013 0.020499 [API:8081]10.0.0.130 - - [2026-02-12 02:55:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13013 0.018532 [API:8081]10.0.0.130 - - [2026-02-12 02:55:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13013 0.017127 [API:8081]10.0.0.130 - - [2026-02-12 02:55:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12585 0.016303 [API:8081]10.0.0.130 - - [2026-02-12 02:55:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007996 [API:8081]10.0.0.130 - - [2026-02-12 02:55:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.019592 [API:8081]10.0.0.130 - - [2026-02-12 02:55:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.020375 [API:8081]10.0.0.130 - - [2026-02-12 02:55:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.022892 [API:8081]10.0.0.130 - - [2026-02-12 02:55:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.017904 [API:8081]10.0.0.130 - - [2026-02-12 02:56:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.019614 [API:8081]10.0.0.130 - - [2026-02-12 02:56:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.017290 [API:8081]10.0.0.130 - - [2026-02-12 02:56:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.017282 [API:8081]10.0.0.130 - - [2026-02-12 02:56:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.017950 [API:8081]10.0.0.130 - - [2026-02-12 02:56:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13010 0.017344 [API:8081]10.0.0.130 - - [2026-02-12 02:56:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12578 0.021183 [API:8081]10.0.0.130 - - [2026-02-12 02:56:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007916 [API:8081]10.0.0.22 - - [2026-02-12 02:56:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071296 [API:8081]10.0.0.22 - - [2026-02-12 02:57:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073811 [API:8081]10.0.0.22 - - [2026-02-12 02:59:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064686 [API:8081]10.0.0.130 - - [2026-02-12 02:59:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.130 - - [2026-02-12 02:59:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.061740 [API:8081]10.0.0.22 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.22 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.22 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.22 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.23 - - [2026-02-12 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.23 - - [2026-02-12 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.23 - - [2026-02-12 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.23 - - [2026-02-12 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.130 - - [2026-02-12 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.130 - - [2026-02-12 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.22 - - [2026-02-12 03:00:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059258 [API:8081]10.0.0.130 - - [2026-02-12 03:01:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.061823 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002464 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002652 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002358 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002509 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002590 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002253 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002438 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002376 [API:8081]10.0.0.130 - - [2026-02-12 03:02:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.130 - - [2026-02-12 03:02:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.062273 [API:8081]10.0.0.22 - - [2026-02-12 03:02:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063706 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf?flat HTTP/1.1" 200 1780 0.070503 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf?flat HTTP/1.1" 200 1780 0.009922 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf?flat HTTP/1.1" 200 1780 0.071956 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13215 0.019096 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13215 0.018466 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008266 [API:8081]10.0.0.130 - - [2026-02-12 03:03:24] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.130 - - [2026-02-12 03:03:24] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.22 - - [2026-02-12 03:03:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067029 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/virtual-machine/102bba0e-99fd-4054-901d-4994199c022f?flat HTTP/1.1" 200 1831 0.011975 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/virtual-machine/102bba0e-99fd-4054-901d-4994199c022f?flat HTTP/1.1" 200 1831 0.010230 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/virtual-machine/102bba0e-99fd-4054-901d-4994199c022f?flat HTTP/1.1" 200 1831 0.013779 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13207 0.017671 [API:8081]10.0.0.130 - - [2026-02-12 03:03:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13207 0.016788 [API:8081]10.0.0.130 - - [2026-02-12 03:03:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008204 [API:8081]10.0.0.22 - - [2026-02-12 03:03:53] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.22 - - [2026-02-12 03:03:53] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.23 - - [2026-02-12 03:03:53] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.23 - - [2026-02-12 03:03:53] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.22 - - [2026-02-12 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.22 - - [2026-02-12 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.22 - - [2026-02-12 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.22 - - [2026-02-12 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.23 - - [2026-02-12 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.23 - - [2026-02-12 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.23 - - [2026-02-12 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2026-02-12 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.130 - - [2026-02-12 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.130 - - [2026-02-12 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.130 - - [2026-02-12 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.130 - - [2026-02-12 03:05:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13209 0.018570 [API:8081]10.0.0.130 - - [2026-02-12 03:05:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13209 0.022779 [API:8081]10.0.0.130 - - [2026-02-12 03:05:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13209 0.017191 [API:8081]10.0.0.130 - - [2026-02-12 03:05:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13209 0.016866 [API:8081]10.0.0.130 - - [2026-02-12 03:05:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12614 0.016733 [API:8081]10.0.0.130 - - [2026-02-12 03:05:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008608 [API:8081]10.0.0.130 - - [2026-02-12 03:05:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.018233 [API:8081]10.0.0.130 - - [2026-02-12 03:05:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.018129 [API:8081]10.0.0.130 - - [2026-02-12 03:05:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.018274 [API:8081]10.0.0.130 - - [2026-02-12 03:05:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.017116 [API:8081]10.0.0.22 - - [2026-02-12 03:05:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068889 [API:8081]10.0.0.130 - - [2026-02-12 03:05:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.017663 [API:8081]10.0.0.130 - - [2026-02-12 03:05:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.018006 [API:8081]10.0.0.130 - - [2026-02-12 03:05:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.017154 [API:8081]10.0.0.130 - - [2026-02-12 03:05:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.017183 [API:8081]10.0.0.130 - - [2026-02-12 03:05:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13201 0.019034 [API:8081]10.0.0.130 - - [2026-02-12 03:05:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12629 0.017568 [API:8081]10.0.0.130 - - [2026-02-12 03:05:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008159 [API:8081]10.0.0.130 - - [2026-02-12 03:05:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.130 - - [2026-02-12 03:05:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.057688 [API:8081]10.0.0.22 - - [2026-02-12 03:06:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059315 [API:8081]10.0.0.130 - - [2026-02-12 03:06:38] "GET /analytics/uves/virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db?flat HTTP/1.1" 200 1789 0.062491 [API:8081]10.0.0.130 - - [2026-02-12 03:06:38] "GET /analytics/uves/virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db?flat HTTP/1.1" 200 1789 0.010670 [API:8081]10.0.0.130 - - [2026-02-12 03:06:39] "GET /analytics/uves/virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db?flat HTTP/1.1" 200 1789 0.107377 [API:8081]10.0.0.130 - - [2026-02-12 03:06:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13253 0.018107 [API:8081]10.0.0.130 - - [2026-02-12 03:06:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13253 0.017236 [API:8081]10.0.0.130 - - [2026-02-12 03:06:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008559 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-machine/e1642613-3831-476a-968f-8c6489e8448c?flat HTTP/1.1" 200 1926 0.010069 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-machine/e1642613-3831-476a-968f-8c6489e8448c?flat HTTP/1.1" 200 1926 0.009725 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-machine/e1642613-3831-476a-968f-8c6489e8448c?flat HTTP/1.1" 200 1926 0.010417 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13222 0.018377 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13222 0.018296 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007784 [API:8081]10.0.0.22 - - [2026-02-12 03:08:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062829 [API:8081]10.0.0.130 - - [2026-02-12 03:08:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13236 0.019159 [API:8081]10.0.0.130 - - [2026-02-12 03:08:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13236 0.016929 [API:8081]10.0.0.130 - - [2026-02-12 03:08:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13236 0.020270 [API:8081]10.0.0.130 - - [2026-02-12 03:08:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13236 0.017755 [API:8081]10.0.0.130 - - [2026-02-12 03:08:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13236 0.017386 [API:8081]10.0.0.130 - - [2026-02-12 03:08:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12589 0.019022 [API:8081]10.0.0.130 - - [2026-02-12 03:08:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011141 [API:8081]10.0.0.130 - - [2026-02-12 03:08:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13235 0.017940 [API:8081]10.0.0.130 - - [2026-02-12 03:08:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13232 0.016958 [API:8081]10.0.0.130 - - [2026-02-12 03:08:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13232 0.017529 [API:8081]10.0.0.130 - - [2026-02-12 03:09:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13232 0.018972 [API:8081]10.0.0.130 - - [2026-02-12 03:09:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13232 0.021319 [API:8081]10.0.0.130 - - [2026-02-12 03:09:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13232 0.017631 [API:8081]10.0.0.130 - - [2026-02-12 03:09:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13232 0.017550 [API:8081]10.0.0.130 - - [2026-02-12 03:09:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13232 0.017118 [API:8081]10.0.0.130 - - [2026-02-12 03:09:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12907 0.017856 [API:8081]10.0.0.130 - - [2026-02-12 03:09:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010585 [API:8081]10.0.0.130 - - [2026-02-12 03:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.130 - - [2026-02-12 03:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.060977 [API:8081]10.0.0.22 - - [2026-02-12 03:09:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.080022 [API:8081]10.0.0.22 - - [2026-02-12 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.22 - - [2026-02-12 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.22 - - [2026-02-12 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.22 - - [2026-02-12 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000437 [API:8081]10.0.0.23 - - [2026-02-12 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.23 - - [2026-02-12 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.23 - - [2026-02-12 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.23 - - [2026-02-12 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.130 - - [2026-02-12 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.130 - - [2026-02-12 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.130 - - [2026-02-12 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-machine/73757c24-01af-428a-af6f-d89c385897dc?flat HTTP/1.1" 200 1772 0.066177 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-machine/73757c24-01af-428a-af6f-d89c385897dc?flat HTTP/1.1" 200 1772 0.011204 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-machine/73757c24-01af-428a-af6f-d89c385897dc?flat HTTP/1.1" 200 1772 0.059227 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13192 0.017628 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13192 0.017942 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008010 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed?flat HTTP/1.1" 200 1772 0.011148 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed?flat HTTP/1.1" 200 1772 0.010745 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed?flat HTTP/1.1" 200 1772 0.013466 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13191 0.017814 [API:8081]10.0.0.130 - - [2026-02-12 03:10:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13191 0.029702 [API:8081]10.0.0.130 - - [2026-02-12 03:10:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009883 [API:8081]10.0.0.22 - - [2026-02-12 03:11:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062774 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002881 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003125 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002641 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002923 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002815 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002489 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002492 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002459 [API:8081]10.0.0.130 - - [2026-02-12 03:12:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13192 0.017785 [API:8081]10.0.0.130 - - [2026-02-12 03:12:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13192 0.017044 [API:8081]10.0.0.130 - - [2026-02-12 03:12:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13192 0.017786 [API:8081]10.0.0.130 - - [2026-02-12 03:12:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13192 0.019445 [API:8081]10.0.0.130 - - [2026-02-12 03:12:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13192 0.018413 [API:8081]10.0.0.130 - - [2026-02-12 03:12:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12624 0.018674 [API:8081]10.0.0.130 - - [2026-02-12 03:12:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008304 [API:8081]10.0.0.130 - - [2026-02-12 03:12:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13168 0.017754 [API:8081]10.0.0.130 - - [2026-02-12 03:12:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13168 0.018869 [API:8081]10.0.0.130 - - [2026-02-12 03:12:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13168 0.018691 [API:8081]10.0.0.130 - - [2026-02-12 03:12:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13168 0.084244 [API:8081]10.0.0.130 - - [2026-02-12 03:12:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13168 0.018147 [API:8081]10.0.0.22 - - [2026-02-12 03:12:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058230 [API:8081]10.0.0.130 - - [2026-02-12 03:12:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13168 0.026586 [API:8081]10.0.0.130 - - [2026-02-12 03:12:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13168 0.017575 [API:8081]10.0.0.130 - - [2026-02-12 03:12:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13168 0.017177 [API:8081]10.0.0.130 - - [2026-02-12 03:12:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12621 0.017828 [API:8081]10.0.0.130 - - [2026-02-12 03:12:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007787 [API:8081]10.0.0.130 - - [2026-02-12 03:13:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.130 - - [2026-02-12 03:13:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.060501 [API:8081]10.0.0.130 - - [2026-02-12 03:13:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.063383 [API:8081]10.0.0.130 - - [2026-02-12 03:13:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.066715 [API:8081]10.0.0.130 - - [2026-02-12 03:13:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.008851 [API:8081]10.0.0.130 - - [2026-02-12 03:13:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008509 [API:8081]10.0.0.130 - - [2026-02-12 03:13:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.008252 [API:8081]10.0.0.130 - - [2026-02-12 03:13:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009566 [API:8081]10.0.0.130 - - [2026-02-12 03:13:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.008450 [API:8081]10.0.0.130 - - [2026-02-12 03:13:24] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.130 - - [2026-02-12 03:13:24] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.130 - - [2026-02-12 03:13:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.130 - - [2026-02-12 03:13:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.053197 [API:8081]10.0.0.130 - - [2026-02-12 03:13:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.068919 [API:8081]10.0.0.130 - - [2026-02-12 03:13:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.049913 [API:8081]10.0.0.130 - - [2026-02-12 03:13:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.007619 [API:8081]10.0.0.130 - - [2026-02-12 03:13:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1856 0.010061 [API:8081]10.0.0.22 - - [2026-02-12 03:13:53] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.22 - - [2026-02-12 03:13:53] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.23 - - [2026-02-12 03:13:53] "GET /analytics HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.23 - - [2026-02-12 03:13:53] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.130 - - [2026-02-12 03:13:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.009470 [API:8081]10.0.0.130 - - [2026-02-12 03:14:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.130 - - [2026-02-12 03:14:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.063595 [API:8081]10.0.0.130 - - [2026-02-12 03:14:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1848 0.054493 [API:8081]10.0.0.130 - - [2026-02-12 03:14:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2058 0.055899 [API:8081]10.0.0.130 - - [2026-02-12 03:14:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009372 [API:8081]10.0.0.130 - - [2026-02-12 03:14:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2048 0.008192 [API:8081]10.0.0.130 - - [2026-02-12 03:14:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2258 0.011044 [API:8081]10.0.0.130 - - [2026-02-12 03:14:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2478 0.008490 [API:8081]10.0.0.130 - - [2026-02-12 03:14:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2700 0.007598 [API:8081]10.0.0.22 - - [2026-02-12 03:14:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.103381 [API:8081]10.0.0.130 - - [2026-02-12 03:14:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.130 - - [2026-02-12 03:14:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.055453 [API:8081]10.0.0.130 - - [2026-02-12 03:14:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2062 0.065233 [API:8081]10.0.0.130 - - [2026-02-12 03:14:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.055403 [API:8081]10.0.0.130 - - [2026-02-12 03:14:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.014818 [API:8081]10.0.0.130 - - [2026-02-12 03:14:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.009002 [API:8081]10.0.0.22 - - [2026-02-12 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.22 - - [2026-02-12 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.22 - - [2026-02-12 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.22 - - [2026-02-12 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.23 - - [2026-02-12 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.23 - - [2026-02-12 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.23 - - [2026-02-12 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.23 - - [2026-02-12 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.130 - - [2026-02-12 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.130 - - [2026-02-12 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.130 - - [2026-02-12 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.130 - - [2026-02-12 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000424 [API:8081]10.0.0.22 - - [2026-02-12 03:15:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073306 [API:8081]10.0.0.22 - - [2026-02-12 03:17:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058090 [API:8081]10.0.0.22 - - [2026-02-12 03:18:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066520 [API:8081]10.0.0.22 - - [2026-02-12 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.22 - - [2026-02-12 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.22 - - [2026-02-12 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.22 - - [2026-02-12 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.23 - - [2026-02-12 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.23 - - [2026-02-12 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.23 - - [2026-02-12 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.23 - - [2026-02-12 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.130 - - [2026-02-12 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000432 [API:8081]10.0.0.130 - - [2026-02-12 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000428 [API:8081]10.0.0.130 - - [2026-02-12 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.130 - - [2026-02-12 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.130 - - [2026-02-12 03:20:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.130 - - [2026-02-12 03:20:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.062750 [API:8081]10.0.0.130 - - [2026-02-12 03:20:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.080522 [API:8081]10.0.0.22 - - [2026-02-12 03:20:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057078 [API:8081]10.0.0.22 - - [2026-02-12 03:21:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058857 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003130 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003340 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002724 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002682 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004496 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002993 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002840 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002990 [API:8081]10.0.0.130 - - [2026-02-12 03:23:24] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.130 - - [2026-02-12 03:23:24] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.22 - - [2026-02-12 03:23:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058694 [API:8081]10.0.0.22 - - [2026-02-12 03:23:53] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.22 - - [2026-02-12 03:23:53] "GET /analytics HTTP/1.1" 401 206 0.000171 [API:8081]10.0.0.23 - - [2026-02-12 03:23:53] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.23 - - [2026-02-12 03:23:53] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.22 - - [2026-02-12 03:24:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.087990 [API:8081]10.0.0.130 - - [2026-02-12 03:24:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.130 - - [2026-02-12 03:24:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1420 0.054249 [API:8081]10.0.0.22 - - [2026-02-12 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.22 - - [2026-02-12 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.22 - - [2026-02-12 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.22 - - [2026-02-12 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.23 - - [2026-02-12 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.23 - - [2026-02-12 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.23 - - [2026-02-12 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.23 - - [2026-02-12 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.130 - - [2026-02-12 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.130 - - [2026-02-12 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.130 - - [2026-02-12 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.130 - - [2026-02-12 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.130 - - [2026-02-12 03:25:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.001076 [API:8081]10.0.0.130 - - [2026-02-12 03:25:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.055259 [API:8081]10.0.0.22 - - [2026-02-12 03:26:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057814 [API:8081]10.0.0.22 - - [2026-02-12 03:27:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.068987 [API:8081]10.0.0.22 - - [2026-02-12 03:29:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068452 [API:8081]10.0.0.22 - - [2026-02-12 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.22 - - [2026-02-12 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.22 - - [2026-02-12 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.22 - - [2026-02-12 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2026-02-12 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.23 - - [2026-02-12 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000599 [API:8081]10.0.0.23 - - [2026-02-12 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000439 [API:8081]10.0.0.23 - - [2026-02-12 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.130 - - [2026-02-12 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.130 - - [2026-02-12 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.130 - - [2026-02-12 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.22 - - [2026-02-12 03:30:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.105085 [API:8081]10.0.0.130 - - [2026-02-12 03:30:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.130 - - [2026-02-12 03:30:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.055092 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003443 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003439 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003055 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003272 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002985 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002639 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002819 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002816 [API:8081]10.0.0.22 - - [2026-02-12 03:32:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065056 [API:8081]10.0.0.130 - - [2026-02-12 03:33:24] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.130 - - [2026-02-12 03:33:24] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.22 - - [2026-02-12 03:33:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066721 [API:8081]10.0.0.22 - - [2026-02-12 03:33:53] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.22 - - [2026-02-12 03:33:53] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.23 - - [2026-02-12 03:33:53] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 03:33:53] "GET /analytics HTTP/1.1" 401 206 0.000187 [API:8081]10.0.0.22 - - [2026-02-12 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.22 - - [2026-02-12 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.22 - - [2026-02-12 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.22 - - [2026-02-12 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.23 - - [2026-02-12 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.23 - - [2026-02-12 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.23 - - [2026-02-12 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2026-02-12 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.130 - - [2026-02-12 03:35:48] "GET /analytics/uves/virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33?flat HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.130 - - [2026-02-12 03:35:49] "GET /analytics/uves/virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33?flat HTTP/1.1" 200 1401 0.061556 [API:8081]10.0.0.130 - - [2026-02-12 03:35:49] "GET /analytics/uves/virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33?flat HTTP/1.1" 200 1401 0.055950 [API:8081]10.0.0.130 - - [2026-02-12 03:35:49] "GET /analytics/uves/virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33?flat HTTP/1.1" 200 1401 0.056643 [API:8081]10.0.0.130 - - [2026-02-12 03:35:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13022 0.016859 [API:8081]10.0.0.130 - - [2026-02-12 03:35:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13022 0.019969 [API:8081]10.0.0.130 - - [2026-02-12 03:35:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009273 [API:8081]10.0.0.130 - - [2026-02-12 03:35:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009506 [API:8081]10.0.0.22 - - [2026-02-12 03:35:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093691 [API:8081]10.0.0.130 - - [2026-02-12 03:35:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13023 0.017731 [API:8081]10.0.0.130 - - [2026-02-12 03:35:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13023 0.016785 [API:8081]10.0.0.130 - - [2026-02-12 03:36:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13023 0.020642 [API:8081]10.0.0.130 - - [2026-02-12 03:36:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13023 0.017501 [API:8081]10.0.0.130 - - [2026-02-12 03:36:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13023 0.019256 [API:8081]10.0.0.130 - - [2026-02-12 03:36:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13023 0.017440 [API:8081]10.0.0.130 - - [2026-02-12 03:36:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13023 0.018155 [API:8081]10.0.0.130 - - [2026-02-12 03:36:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12635 0.019855 [API:8081]10.0.0.130 - - [2026-02-12 03:36:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008475 [API:8081]10.0.0.22 - - [2026-02-12 03:36:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064121 [API:8081]10.0.0.22 - - [2026-02-12 03:38:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057371 [API:8081]10.0.0.130 - - [2026-02-12 03:39:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 03:39:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.055717 [API:8081]10.0.0.22 - - [2026-02-12 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.22 - - [2026-02-12 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.22 - - [2026-02-12 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.22 - - [2026-02-12 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.23 - - [2026-02-12 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.23 - - [2026-02-12 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.23 - - [2026-02-12 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.23 - - [2026-02-12 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.22 - - [2026-02-12 03:39:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059669 [API:8081]10.0.0.130 - - [2026-02-12 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.130 - - [2026-02-12 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.130 - - [2026-02-12 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004855 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002738 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002604 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002692 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003144 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002713 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002434 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002695 [API:8081]10.0.0.22 - - [2026-02-12 03:41:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067930 [API:8081]10.0.0.130 - - [2026-02-12 03:42:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.130 - - [2026-02-12 03:42:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.067341 [API:8081]10.0.0.22 - - [2026-02-12 03:42:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065065 [API:8081]10.0.0.130 - - [2026-02-12 03:43:24] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.130 - - [2026-02-12 03:43:24] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.22 - - [2026-02-12 03:43:53] "GET /analytics HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.22 - - [2026-02-12 03:43:53] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.23 - - [2026-02-12 03:43:53] "GET /analytics HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.23 - - [2026-02-12 03:43:53] "GET /analytics HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.130 - - [2026-02-12 03:44:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.130 - - [2026-02-12 03:44:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.074867 [API:8081]10.0.0.22 - - [2026-02-12 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.22 - - [2026-02-12 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.22 - - [2026-02-12 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.22 - - [2026-02-12 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.23 - - [2026-02-12 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.23 - - [2026-02-12 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.23 - - [2026-02-12 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.23 - - [2026-02-12 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.130 - - [2026-02-12 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.130 - - [2026-02-12 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.130 - - [2026-02-12 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.130 - - [2026-02-12 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.22 - - [2026-02-12 03:44:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068855 [API:8081]10.0.0.22 - - [2026-02-12 03:46:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072362 [API:8081]10.0.0.130 - - [2026-02-12 03:46:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.130 - - [2026-02-12 03:46:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1458 0.054885 [API:8081]10.0.0.130 - - [2026-02-12 03:46:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.120255 [API:8081]10.0.0.130 - - [2026-02-12 03:46:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.056179 [API:8081]10.0.0.130 - - [2026-02-12 03:46:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008597 [API:8081]10.0.0.130 - - [2026-02-12 03:47:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.012955 [API:8081]10.0.0.130 - - [2026-02-12 03:47:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009749 [API:8081]10.0.0.130 - - [2026-02-12 03:47:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008619 [API:8081]10.0.0.130 - - [2026-02-12 03:47:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010118 [API:8081]10.0.0.130 - - [2026-02-12 03:47:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010620 [API:8081]10.0.0.22 - - [2026-02-12 03:48:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062399 [API:8081]10.0.0.22 - - [2026-02-12 03:49:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062816 [API:8081]10.0.0.22 - - [2026-02-12 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.22 - - [2026-02-12 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.22 - - [2026-02-12 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.22 - - [2026-02-12 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.23 - - [2026-02-12 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.23 - - [2026-02-12 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.23 - - [2026-02-12 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.23 - - [2026-02-12 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.130 - - [2026-02-12 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.130 - - [2026-02-12 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.130 - - [2026-02-12 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.22 - - [2026-02-12 03:51:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064962 [API:8081]10.0.0.130 - - [2026-02-12 03:51:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13736 0.016796 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004484 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002879 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002395 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002654 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002903 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002533 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002548 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002511 [API:8081]10.0.0.22 - - [2026-02-12 03:52:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.094842 [API:8081]10.0.0.130 - - [2026-02-12 03:53:24] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 03:53:24] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.22 - - [2026-02-12 03:53:53] "GET /analytics HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.22 - - [2026-02-12 03:53:53] "GET /analytics HTTP/1.1" 401 206 0.000203 [API:8081]10.0.0.23 - - [2026-02-12 03:53:53] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 03:53:53] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.22 - - [2026-02-12 03:54:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066564 [API:8081]10.0.0.22 - - [2026-02-12 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.22 - - [2026-02-12 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.22 - - [2026-02-12 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.22 - - [2026-02-12 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.23 - - [2026-02-12 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.23 - - [2026-02-12 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.23 - - [2026-02-12 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.23 - - [2026-02-12 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.130 - - [2026-02-12 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.130 - - [2026-02-12 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.130 - - [2026-02-12 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.130 - - [2026-02-12 03:54:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.22 - - [2026-02-12 03:55:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.114246 [API:8081]10.0.0.22 - - [2026-02-12 03:57:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057539 [API:8081]10.0.0.22 - - [2026-02-12 03:58:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063288 [API:8081]10.0.0.22 - - [2026-02-12 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.22 - - [2026-02-12 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.22 - - [2026-02-12 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.22 - - [2026-02-12 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.23 - - [2026-02-12 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.23 - - [2026-02-12 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.23 - - [2026-02-12 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.23 - - [2026-02-12 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.130 - - [2026-02-12 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.130 - - [2026-02-12 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.130 - - [2026-02-12 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.22 - - [2026-02-12 04:00:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069725 [API:8081]10.0.0.22 - - [2026-02-12 04:01:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071992 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002642 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005169 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003613 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005897 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003066 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002881 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002561 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002501 [API:8081]10.0.0.130 - - [2026-02-12 04:02:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.130 - - [2026-02-12 04:02:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.065382 [API:8081]10.0.0.22 - - [2026-02-12 04:03:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075449 [API:8081]10.0.0.130 - - [2026-02-12 04:03:15] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1713 0.074662 [API:8081]10.0.0.130 - - [2026-02-12 04:03:15] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1713 0.011519 [API:8081]10.0.0.130 - - [2026-02-12 04:03:15] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1713 0.194972 [API:8081]10.0.0.130 - - [2026-02-12 04:03:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13031 0.018930 [API:8081]10.0.0.130 - - [2026-02-12 04:03:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 13031 0.018025 [API:8081]10.0.0.130 - - [2026-02-12 04:03:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012962 [API:8081]10.0.0.130 - - [2026-02-12 04:03:19] "GET /analytics/uves/virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0?flat HTTP/1.1" 200 1711 0.012287 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0?flat HTTP/1.1" 200 1711 0.011787 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0?flat HTTP/1.1" 200 1711 0.013342 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13017 0.026234 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13017 0.021154 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.019100 [API:8081]10.0.0.130 - - [2026-02-12 04:03:24] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 04:03:24] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.22 - - [2026-02-12 04:03:53] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.22 - - [2026-02-12 04:03:53] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.23 - - [2026-02-12 04:03:53] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.23 - - [2026-02-12 04:03:53] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.22 - - [2026-02-12 04:04:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064720 [API:8081]10.0.0.22 - - [2026-02-12 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.22 - - [2026-02-12 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.22 - - [2026-02-12 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.22 - - [2026-02-12 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.23 - - [2026-02-12 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.23 - - [2026-02-12 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.23 - - [2026-02-12 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.23 - - [2026-02-12 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000422 [API:8081]10.0.0.130 - - [2026-02-12 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.130 - - [2026-02-12 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.130 - - [2026-02-12 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.130 - - [2026-02-12 04:05:26] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1474 0.010513 [API:8081]10.0.0.130 - - [2026-02-12 04:05:28] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1474 0.010574 [API:8081]10.0.0.130 - - [2026-02-12 04:05:30] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1474 0.011222 [API:8081]10.0.0.130 - - [2026-02-12 04:05:32] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1474 0.012661 [API:8081]10.0.0.130 - - [2026-02-12 04:05:34] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1474 0.011258 [API:8081]10.0.0.130 - - [2026-02-12 04:05:36] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1474 0.012139 [API:8081]10.0.0.130 - - [2026-02-12 04:05:38] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1474 0.010854 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1900 0.010754 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1900 0.011245 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb?flat HTTP/1.1" 200 1900 0.011351 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 11932 0.020562 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 11932 0.018957 [API:8081]10.0.0.130 - - [2026-02-12 04:05:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008654 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0?flat HTTP/1.1" 200 1900 0.011263 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0?flat HTTP/1.1" 200 1900 0.011300 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0?flat HTTP/1.1" 200 1900 0.010318 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008988 [API:8081]10.0.0.22 - - [2026-02-12 04:06:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070079 [API:8081]10.0.0.130 - - [2026-02-12 04:06:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010860 [API:8081]10.0.0.130 - - [2026-02-12 04:07:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12714 0.017743 [API:8081]10.0.0.130 - - [2026-02-12 04:07:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12714 0.016783 [API:8081]10.0.0.130 - - [2026-02-12 04:07:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12714 0.020117 [API:8081]10.0.0.130 - - [2026-02-12 04:07:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12337 0.020351 [API:8081]10.0.0.130 - - [2026-02-12 04:07:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010065 [API:8081]10.0.0.22 - - [2026-02-12 04:07:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.060135 [API:8081]10.0.0.22 - - [2026-02-12 04:09:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088848 [API:8081]10.0.0.130 - - [2026-02-12 04:09:32] "GET /analytics/uves/virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08?flat HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.130 - - [2026-02-12 04:09:32] "GET /analytics/uves/virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08?flat HTTP/1.1" 200 1405 0.125987 [API:8081]10.0.0.130 - - [2026-02-12 04:09:32] "GET /analytics/uves/virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08?flat HTTP/1.1" 200 1405 0.139421 [API:8081]10.0.0.130 - - [2026-02-12 04:09:32] "GET /analytics/uves/virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08?flat HTTP/1.1" 200 1405 0.075549 [API:8081]10.0.0.130 - - [2026-02-12 04:09:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.043922 [API:8081]10.0.0.22 - - [2026-02-12 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.22 - - [2026-02-12 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.22 - - [2026-02-12 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.22 - - [2026-02-12 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.23 - - [2026-02-12 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.23 - - [2026-02-12 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.23 - - [2026-02-12 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.23 - - [2026-02-12 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.130 - - [2026-02-12 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.130 - - [2026-02-12 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.130 - - [2026-02-12 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.130 - - [2026-02-12 04:09:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 04:10:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.130 - - [2026-02-12 04:10:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.074800 [API:8081]10.0.0.22 - - [2026-02-12 04:10:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.357499 [API:8081]10.0.0.130 - - [2026-02-12 04:10:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 401 206 0.000268 --- 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-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-32268602' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '2217c1c00f484f9ab1c3eaed6d4ad615' 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-48250876', 'ctest-TestRbacBasic-48250876-13038771'], 'virtual_network', '7a56dad5-4eae-4cef-b8e1-020c1eb987f5', "Permission Denied for ['ctest-TestRbacBasic-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-32268602' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '2217c1c00f484f9ab1c3eaed6d4ad615'"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 403 199 0.398854 [API:8081]10.0.0.130 - - [2026-02-12 04:10:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 401 206 0.000256 --- 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-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48250876' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '0cb61aeeadcd46b6b935bb92441c5231' 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-48250876', 'ctest-TestRbacBasic-48250876-13038771'], 'virtual_network', '7a56dad5-4eae-4cef-b8e1-020c1eb987f5', "Permission Denied for ['ctest-TestRbacBasic-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48250876' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '0cb61aeeadcd46b6b935bb92441c5231'"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 403 199 0.084506 [API:8081]10.0.0.130 - - [2026-02-12 04:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 04:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.082553 [API:8081]10.0.0.130 - - [2026-02-12 04:10:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 401 206 0.000264 --- 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-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123 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-21554123', 'ctest-TestRbacBasic-21554123-05806818'], 'virtual_network', '44d8c8ee-2123-4768-bffa-765488a4f353', "Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 403 199 0.126828 --- 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-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123 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-21554123', 'ctest-TestRbacBasic-21554123-05806818'], 'virtual_network', '44d8c8ee-2123-4768-bffa-765488a4f353', "Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 403 199 0.040968 --- 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-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123 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-21554123', 'ctest-TestRbacBasic-21554123-05806818'], 'virtual_network', '44d8c8ee-2123-4768-bffa-765488a4f353', "Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 403 199 0.089733 [API:8081]10.0.0.130 - - [2026-02-12 04:10:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 401 206 0.000294 --- 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-00620444 as ['ctest-TestRbacBasic-02610970'] to R virtual-network in ctest-TestRbacBasic-21554123 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-21554123', 'ctest-TestRbacBasic-21554123-05806818'], 'virtual_network', '44d8c8ee-2123-4768-bffa-765488a4f353', "Permission Denied for ctest-TestRbacBasic-00620444 as ['ctest-TestRbacBasic-02610970'] to R virtual-network in ctest-TestRbacBasic-21554123"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 403 199 0.083441 [API:8081]10.0.0.130 - - [2026-02-12 04:10:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.074999 [API:8081]10.0.0.130 - - [2026-02-12 04:10:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.052922 [API:8081]10.0.0.130 - - [2026-02-12 04:11:07] "GET /analytics/uves/virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7?flat HTTP/1.1" 200 965 0.052608 [API:8081]10.0.0.130 - - [2026-02-12 04:11:09] "GET /analytics/uves/virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7?flat HTTP/1.1" 200 1407 0.074093 [API:8081]10.0.0.130 - - [2026-02-12 04:11:09] "GET /analytics/uves/virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7?flat HTTP/1.1" 200 1407 0.046010 [API:8081]10.0.0.130 - - [2026-02-12 04:11:10] "GET /analytics/uves/virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7?flat HTTP/1.1" 200 1407 0.036345 [API:8081]10.0.0.130 - - [2026-02-12 04:11:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.021018 [API:8081]10.0.0.130 - - [2026-02-12 04:11:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.018620 [API:8081]10.0.0.130 - - [2026-02-12 04:11:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.036305 [API:8081]10.0.0.130 - - [2026-02-12 04:11:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.019313 [API:8081]10.0.0.130 - - [2026-02-12 04:11:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.020010 [API:8081]10.0.0.130 - - [2026-02-12 04:11:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.019629 [API:8081]10.0.0.130 - - [2026-02-12 04:11:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.021660 [API:8081]10.0.0.130 - - [2026-02-12 04:11:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.019688 [API:8081]10.0.0.130 - - [2026-02-12 04:11:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.017742 [API:8081]10.0.0.130 - - [2026-02-12 04:11:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.019878 [API:8081]10.0.0.130 - - [2026-02-12 04:11:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12933 0.017100 [API:8081]10.0.0.130 - - [2026-02-12 04:11:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12487 0.028810 [API:8081]10.0.0.130 - - [2026-02-12 04:11:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008026 [Introspect:8090]10.0.0.130 - - [2026-02-12 04:11:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001068 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002839 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002907 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002459 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002748 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003219 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002340 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002410 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002426 [API:8081]10.0.0.130 - - [2026-02-12 04:11:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.130 - - [2026-02-12 04:11:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.056111 [API:8081]10.0.0.22 - - [2026-02-12 04:12:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076285 [API:8081]10.0.0.22 - - [2026-02-12 04:13:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.064517 [API:8081]10.0.0.130 - - [2026-02-12 04:13:24] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.130 - - [2026-02-12 04:13:24] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.22 - - [2026-02-12 04:13:53] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.22 - - [2026-02-12 04:13:53] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.23 - - [2026-02-12 04:13:53] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.23 - - [2026-02-12 04:13:53] "GET /analytics HTTP/1.1" 401 206 0.000199 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7?flat HTTP/1.1" 200 2065 0.011867 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7?flat HTTP/1.1" 200 2065 0.071688 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7?flat HTTP/1.1" 200 2065 0.063878 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12941 0.017007 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12941 0.016543 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007988 [API:8081]10.0.0.130 - - [2026-02-12 04:14:18] "GET /analytics/uves/virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22?flat HTTP/1.1" 200 2050 0.014148 [API:8081]10.0.0.130 - - [2026-02-12 04:14:18] "GET /analytics/uves/virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22?flat HTTP/1.1" 200 2050 0.014353 [API:8081]10.0.0.130 - - [2026-02-12 04:14:19] "GET /analytics/uves/virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22?flat HTTP/1.1" 200 2050 0.014856 [API:8081]10.0.0.130 - - [2026-02-12 04:14:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009207 [API:8081]10.0.0.130 - - [2026-02-12 04:14:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010777 [API:8081]10.0.0.130 - - [2026-02-12 04:14:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12941 0.017785 [API:8081]10.0.0.130 - - [2026-02-12 04:14:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12723 0.018003 [API:8081]10.0.0.130 - - [2026-02-12 04:14:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009182 [API:8081]10.0.0.130 - - [2026-02-12 04:14:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.011660 [API:8081]10.0.0.130 - - [2026-02-12 04:14:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.009958 [API:8081]10.0.0.22 - - [2026-02-12 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.22 - - [2026-02-12 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.22 - - [2026-02-12 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.22 - - [2026-02-12 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.23 - - [2026-02-12 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.23 - - [2026-02-12 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.23 - - [2026-02-12 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.23 - - [2026-02-12 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000427 [API:8081]10.0.0.130 - - [2026-02-12 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.130 - - [2026-02-12 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000441 [API:8081]10.0.0.130 - - [2026-02-12 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.130 - - [2026-02-12 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.22 - - [2026-02-12 04:15:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065413 [API:8081]10.0.0.22 - - [2026-02-12 04:16:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.063320 [Introspect:8090]10.0.0.130 - - [2026-02-12 04:17:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001039 [API:8081]10.0.0.130 - - [2026-02-12 04:17:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.065041 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5?flat HTTP/1.1" 200 1716 0.083705 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5?flat HTTP/1.1" 200 1716 0.075508 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5?flat HTTP/1.1" 200 1716 0.010631 [API:8081]10.0.0.130 - - [2026-02-12 04:18:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008443 [API:8081]10.0.0.22 - - [2026-02-12 04:18:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083972 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623?flat HTTP/1.1" 200 1716 0.010248 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623?flat HTTP/1.1" 200 1716 0.010629 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623?flat HTTP/1.1" 200 1716 0.010993 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009332 [API:8081]10.0.0.22 - - [2026-02-12 04:19:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.061575 [API:8081]10.0.0.22 - - [2026-02-12 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.22 - - [2026-02-12 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.22 - - [2026-02-12 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.22 - - [2026-02-12 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.23 - - [2026-02-12 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2026-02-12 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.23 - - [2026-02-12 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.23 - - [2026-02-12 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.130 - - [2026-02-12 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.130 - - [2026-02-12 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000593 [API:8081]10.0.0.130 - - [2026-02-12 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.130 - - [2026-02-12 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.130 - - [2026-02-12 04:20:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009328 [API:8081]10.0.0.130 - - [2026-02-12 04:20:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009053 [API:8081]10.0.0.130 - - [2026-02-12 04:21:17] "GET /analytics/uves/virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0?flat HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0?flat HTTP/1.1" 200 1386 0.076093 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0?flat HTTP/1.1" 200 1386 0.112630 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0?flat HTTP/1.1" 200 1386 0.059767 [API:8081]10.0.0.130 - - [2026-02-12 04:21:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008349 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5?flat HTTP/1.1" 200 1394 0.010576 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5?flat HTTP/1.1" 200 1394 0.010086 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5?flat HTTP/1.1" 200 1394 0.009947 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009072 [API:8081]10.0.0.22 - - [2026-02-12 04:21:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067472 [API:8081]10.0.0.130 - - [2026-02-12 04:21:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008317 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002843 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002971 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002607 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003177 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003453 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004019 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002534 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002609 [API:8081]10.0.0.130 - - [2026-02-12 04:22:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008684 [API:8081]10.0.0.130 - - [2026-02-12 04:22:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000422 [API:8081]10.0.0.130 - - [2026-02-12 04:22:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.065052 [API:8081]10.0.0.130 - - [2026-02-12 04:22:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.055383 [API:8081]10.0.0.22 - - [2026-02-12 04:22:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.064836 [API:8081]10.0.0.130 - - [2026-02-12 04:23:24] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.130 - - [2026-02-12 04:23:24] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.22 - - [2026-02-12 04:23:53] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.22 - - [2026-02-12 04:23:53] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.23 - - [2026-02-12 04:23:53] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.23 - - [2026-02-12 04:23:53] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.22 - - [2026-02-12 04:24:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065096 [API:8081]10.0.0.22 - - [2026-02-12 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.22 - - [2026-02-12 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.22 - - [2026-02-12 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.22 - - [2026-02-12 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.23 - - [2026-02-12 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.23 - - [2026-02-12 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.23 - - [2026-02-12 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.23 - - [2026-02-12 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.130 - - [2026-02-12 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.130 - - [2026-02-12 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.130 - - [2026-02-12 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.22 - - [2026-02-12 04:25:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.068128 [API:8081]10.0.0.22 - - [2026-02-12 04:27:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093591 [API:8081]10.0.0.130 - - [2026-02-12 04:27:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.130 - - [2026-02-12 04:27:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.056158 [API:8081]10.0.0.22 - - [2026-02-12 04:28:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.073225 [API:8081]10.0.0.22 - - [2026-02-12 04:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.22 - - [2026-02-12 04:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.22 - - [2026-02-12 04:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.22 - - [2026-02-12 04:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.23 - - [2026-02-12 04:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.23 - - [2026-02-12 04:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.23 - - [2026-02-12 04:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.23 - - [2026-02-12 04:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.130 - - [2026-02-12 04:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.130 - - [2026-02-12 04:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.130 - - [2026-02-12 04:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.130 - - [2026-02-12 04:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.22 - - [2026-02-12 04:30:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074293 [API:8081]10.0.0.22 - - [2026-02-12 04:31:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070733 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003300 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003372 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003913 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003063 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002985 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002995 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003022 [API:8081]10.0.0.130 - - [2026-02-12 04:33:24] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.130 - - [2026-02-12 04:33:24] "GET /analytics HTTP/1.1" 401 206 0.000193 [Introspect:8090]10.0.0.23 - - [2026-02-12 04:33:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001169