++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Feb 9 02:05:24 AM UTC 2026 ===================' INFO: =================== Mon Feb 9 02:05:24 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.33:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.33:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.33:8081 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.33:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.33:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.33:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.33:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.33:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.33:8086 10.0.0.41: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.19,10.0.0.33,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.33:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.33:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.33:8082 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.33:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.33:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.33:9161 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.33:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.33:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.33:9041 10.0.0.41:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.33:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.33:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.33:2181,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.33:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.33:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.33:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.33:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.33:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.33:5673,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.33:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.33:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.33:6379 10.0.0.41: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.19,10.0.0.33,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.33:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.33:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.33:9092 10.0.0.41: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.19 ++ 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.19,10.0.0.33,10.0.0.41 ++ 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.19,10.0.0.33,10.0.0.41 ++ 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.19,10.0.0.33,10.0.0.41 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.19 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.19,10.0.0.33,10.0.0.41 +++ local servers=10.0.0.19,10.0.0.33,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ 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:1017: 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:1028: 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:1033: 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:1048: 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:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 02/09/2026 02:05:33.326 7fcd626d5e80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/09/2026 02:05:33.561 7fcd626d5e80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 02/09/2026 02:05:33.574 7fcd626d5e80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/09/2026 02:05:33.575 7fcd626d5e80 [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.41: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.33 - - [2026-02-09 02:06:13] "GET /analytics HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.33 - - [2026-02-09 02:06:13] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-02-09 02:06:14] "GET /analytics HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.19 - - [2026-02-09 02:06:14] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.41 - - [2026-02-09 02:06:14] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2026-02-09 02:06:14] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.33 - - [2026-02-09 02:06:44] "GET /analytics HTTP/1.1" 401 205 0.001264 [API:8081]10.0.0.33 - - [2026-02-09 02:06:44] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.19 - - [2026-02-09 02:06:45] "GET /analytics HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.19 - - [2026-02-09 02:06:45] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.41 - - [2026-02-09 02:06:45] "GET /analytics HTTP/1.1" 401 205 0.000519 [API:8081]10.0.0.41 - - [2026-02-09 02:06:45] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.33 - - [2026-02-09 02:07:15] "GET /analytics HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.33 - - [2026-02-09 02:07:15] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.19 - - [2026-02-09 02:07:15] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-02-09 02:07:15] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.19 - - [2026-02-09 02:07:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.058284 [API:8081]10.0.0.33 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000456 [API:8081]10.0.0.33 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.41 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.33 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.41 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.41 - - [2026-02-09 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2026-02-09 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.19 - - [2026-02-09 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.19 - - [2026-02-09 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.19 - - [2026-02-09 02:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.19 - - [2026-02-09 02:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-02-09 02:08:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060760 [Introspect:8090]10.0.0.41 - - [2026-02-09 02:08:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001362 [Introspect:8090]10.0.0.41 - - [2026-02-09 02:08:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001328 [Introspect:8090]10.0.0.19 - - [2026-02-09 02:10:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.002758 [API:8081]10.0.0.19 - - [2026-02-09 02:10:17] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?flat HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.19 - - [2026-02-09 02:10:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?flat HTTP/1.1" 200 5191 0.072092 [API:8081]10.0.0.19 - - [2026-02-09 02:10:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?flat HTTP/1.1" 200 5191 0.074613 [API:8081]10.0.0.19 - - [2026-02-09 02:10:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?flat HTTP/1.1" 200 5189 0.069594 [Introspect:8090]10.0.0.19 - - [2026-02-09 02:10:19] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000663 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12040 0.019995 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12036 0.024795 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12040 0.020923 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12036 0.022706 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 8004 0.020176 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 8005 0.024008 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-3?flat HTTP/1.1" 200 8005 0.023575 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 8004 0.022363 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 8005 0.021849 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-3?flat HTTP/1.1" 200 8005 0.016363 [API:8081]10.0.0.19 - - [2026-02-09 02:10:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.349499 [API:8081]10.0.0.19 - - [2026-02-09 02:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.19 - - [2026-02-09 02:10:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.059204 [API:8081]10.0.0.19 - - [2026-02-09 02:11:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.071636 [API:8081]10.0.0.33 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.33 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.41 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.33 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.41 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.19 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.19 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.19 - - [2026-02-09 02:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2026-02-09 02:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.19 - - [2026-02-09 02:13:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.187330 [API:8081]10.0.0.19 - - [2026-02-09 02:14:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.080928 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003391 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003812 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003418 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003643 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007112 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004558 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003271 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003850 [API:8081]10.0.0.19 - - [2026-02-09 02:15:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.19 - - [2026-02-09 02:15:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.072360 [API:8081]10.0.0.19 - - [2026-02-09 02:15:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.052973 [API:8081]10.0.0.19 - - [2026-02-09 02:16:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087882 [API:8081]10.0.0.41 - - [2026-02-09 02:16:45] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2026-02-09 02:16:45] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.33 - - [2026-02-09 02:17:15] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-02-09 02:17:15] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.19 - - [2026-02-09 02:17:15] "GET /analytics HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.19 - - [2026-02-09 02:17:15] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.19 - - [2026-02-09 02:17:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.086963 [API:8081]10.0.0.33 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2026-02-09 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2026-02-09 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-02-09 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.19 - - [2026-02-09 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2026-02-09 02:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-02-09 02:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000886 [API:8081]10.0.0.19 - - [2026-02-09 02:19:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.398671 [API:8081]10.0.0.19 - - [2026-02-09 02:20:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.068228 [API:8081]10.0.0.19 - - [2026-02-09 02:21:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.19 - - [2026-02-09 02:21:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.064043 [API:8081]10.0.0.19 - - [2026-02-09 02:21:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.067453 [API:8081]10.0.0.19 - - [2026-02-09 02:22:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061941 [API:8081]10.0.0.19 - - [2026-02-09 02:23:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.009031 [API:8081]10.0.0.19 - - [2026-02-09 02:23:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.009401 [API:8081]10.0.0.19 - - [2026-02-09 02:23:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.054186 [API:8081]10.0.0.19 - - [2026-02-09 02:23:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.011398 [API:8081]10.0.0.33 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.33 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.33 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2026-02-09 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2026-02-09 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2026-02-09 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.19 - - [2026-02-09 02:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.19 - - [2026-02-09 02:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.19 - - [2026-02-09 02:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.19 - - [2026-02-09 02:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.19 - - [2026-02-09 02:23:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.079232 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002940 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003045 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002698 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002844 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003476 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005487 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003611 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003287 [API:8081]10.0.0.19 - - [2026-02-09 02:25:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061512 [API:8081]10.0.0.19 - - [2026-02-09 02:26:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12966 0.082158 [API:8081]10.0.0.19 - - [2026-02-09 02:26:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12966 0.065791 [API:8081]10.0.0.19 - - [2026-02-09 02:26:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12548 0.019708 [API:8081]10.0.0.19 - - [2026-02-09 02:26:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008890 [API:8081]10.0.0.19 - - [2026-02-09 02:26:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.019486 [API:8081]10.0.0.19 - - [2026-02-09 02:26:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.020207 [API:8081]10.0.0.41 - - [2026-02-09 02:26:45] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2026-02-09 02:26:45] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.19 - - [2026-02-09 02:26:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.018283 [API:8081]10.0.0.19 - - [2026-02-09 02:26:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.061131 [API:8081]10.0.0.19 - - [2026-02-09 02:26:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.023361 [API:8081]10.0.0.19 - - [2026-02-09 02:26:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.020246 [API:8081]10.0.0.19 - - [2026-02-09 02:26:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.020031 [API:8081]10.0.0.19 - - [2026-02-09 02:27:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.019412 [API:8081]10.0.0.19 - - [2026-02-09 02:27:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.018645 [API:8081]10.0.0.19 - - [2026-02-09 02:27:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13014 0.019810 [API:8081]10.0.0.19 - - [2026-02-09 02:27:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12566 0.023558 [API:8081]10.0.0.19 - - [2026-02-09 02:27:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008735 [API:8081]10.0.0.33 - - [2026-02-09 02:27:15] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-02-09 02:27:15] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.19 - - [2026-02-09 02:27:15] "GET /analytics HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.19 - - [2026-02-09 02:27:15] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.19 - - [2026-02-09 02:27:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008747 [API:8081]10.0.0.33 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.33 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.33 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2026-02-09 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.41 - - [2026-02-09 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.19 - - [2026-02-09 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2026-02-09 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.19 - - [2026-02-09 02:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.19 - - [2026-02-09 02:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2026-02-09 02:28:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066858 [API:8081]10.0.0.19 - - [2026-02-09 02:29:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.19 - - [2026-02-09 02:29:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.062013 [API:8081]10.0.0.19 - - [2026-02-09 02:29:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.066193 [API:8081]10.0.0.19 - - [2026-02-09 02:30:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13031 0.066730 [API:8081]10.0.0.19 - - [2026-02-09 02:30:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13031 0.019096 [API:8081]10.0.0.19 - - [2026-02-09 02:30:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13031 0.065680 [API:8081]10.0.0.19 - - [2026-02-09 02:30:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13031 0.019677 [API:8081]10.0.0.19 - - [2026-02-09 02:30:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12592 0.019164 [API:8081]10.0.0.19 - - [2026-02-09 02:30:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009410 [API:8081]10.0.0.19 - - [2026-02-09 02:30:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2026-02-09 02:30:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.068099 [API:8081]10.0.0.19 - - [2026-02-09 02:31:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.19 - - [2026-02-09 02:31:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.053782 [API:8081]10.0.0.19 - - [2026-02-09 02:31:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.054268 [API:8081]10.0.0.19 - - [2026-02-09 02:31:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.064155 [API:8081]10.0.0.19 - - [2026-02-09 02:31:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080911 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-machine/b7ad7d3b-5369-49b7-82b3-01d4c33c9451?flat HTTP/1.1" 200 1712 0.014811 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-machine/b7ad7d3b-5369-49b7-82b3-01d4c33c9451?flat HTTP/1.1" 200 1712 0.012724 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-machine/b7ad7d3b-5369-49b7-82b3-01d4c33c9451?flat HTTP/1.1" 200 1712 0.011244 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13344 0.021138 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13344 0.019510 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009095 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-machine/ebe834c7-ced1-4b18-8a92-1634df69bdf7?flat HTTP/1.1" 200 1985 0.012307 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-machine/ebe834c7-ced1-4b18-8a92-1634df69bdf7?flat HTTP/1.1" 200 1985 0.011789 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-machine/ebe834c7-ced1-4b18-8a92-1634df69bdf7?flat HTTP/1.1" 200 1985 0.011265 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12934 0.019714 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12934 0.019037 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009008 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-machine/0ae96db5-a47e-43bf-b781-43491482a84b?flat HTTP/1.1" 200 1754 0.012341 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-machine/0ae96db5-a47e-43bf-b781-43491482a84b?flat HTTP/1.1" 200 1754 0.012436 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-machine/0ae96db5-a47e-43bf-b781-43491482a84b?flat HTTP/1.1" 200 1754 0.012254 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13320 0.020159 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13320 0.024947 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009515 [API:8081]10.0.0.19 - - [2026-02-09 02:32:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055975 [API:8081]10.0.0.19 - - [2026-02-09 02:32:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13329 0.027837 [API:8081]10.0.0.19 - - [2026-02-09 02:32:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13329 0.021915 [API:8081]10.0.0.19 - - [2026-02-09 02:33:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13329 0.018762 [API:8081]10.0.0.19 - - [2026-02-09 02:33:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13329 0.022954 [API:8081]10.0.0.19 - - [2026-02-09 02:33:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13139 0.020008 [API:8081]10.0.0.19 - - [2026-02-09 02:33:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008717 [API:8081]10.0.0.19 - - [2026-02-09 02:33:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12948 0.019880 [API:8081]10.0.0.19 - - [2026-02-09 02:33:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12947 0.020820 [API:8081]10.0.0.19 - - [2026-02-09 02:33:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12947 0.023212 [API:8081]10.0.0.19 - - [2026-02-09 02:33:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12947 0.020267 [API:8081]10.0.0.19 - - [2026-02-09 02:33:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12947 0.020784 [API:8081]10.0.0.19 - - [2026-02-09 02:33:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12947 0.019319 [API:8081]10.0.0.33 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.33 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.33 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.41 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.41 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.41 - - [2026-02-09 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2026-02-09 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.19 - - [2026-02-09 02:33:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12947 0.023809 [API:8081]10.0.0.19 - - [2026-02-09 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.19 - - [2026-02-09 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-02-09 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-02-09 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-02-09 02:33:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12947 0.018213 [API:8081]10.0.0.19 - - [2026-02-09 02:33:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12947 0.020387 [API:8081]10.0.0.19 - - [2026-02-09 02:33:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12558 0.018823 [API:8081]10.0.0.19 - - [2026-02-09 02:33:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008846 [API:8081]10.0.0.19 - - [2026-02-09 02:33:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.018187 [API:8081]10.0.0.19 - - [2026-02-09 02:33:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.019706 [API:8081]10.0.0.19 - - [2026-02-09 02:33:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.020508 [API:8081]10.0.0.19 - - [2026-02-09 02:33:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.019302 [API:8081]10.0.0.19 - - [2026-02-09 02:33:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.019658 [API:8081]10.0.0.19 - - [2026-02-09 02:33:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.020453 [API:8081]10.0.0.19 - - [2026-02-09 02:34:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.025372 [API:8081]10.0.0.19 - - [2026-02-09 02:34:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.018936 [API:8081]10.0.0.19 - - [2026-02-09 02:34:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12959 0.022411 [API:8081]10.0.0.19 - - [2026-02-09 02:34:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12593 0.020542 [API:8081]10.0.0.19 - - [2026-02-09 02:34:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008962 [API:8081]10.0.0.19 - - [2026-02-09 02:34:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.19 - - [2026-02-09 02:34:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.059136 [API:8081]10.0.0.19 - - [2026-02-09 02:34:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.063885 [API:8081]10.0.0.19 - - [2026-02-09 02:34:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.064799 [API:8081]10.0.0.19 - - [2026-02-09 02:34:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061483 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machine/f05cc74a-733b-4c2c-8171-05cbd10098f7?flat HTTP/1.1" 200 1718 0.014413 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machine/f05cc74a-733b-4c2c-8171-05cbd10098f7?flat HTTP/1.1" 200 1718 0.012357 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machine/f05cc74a-733b-4c2c-8171-05cbd10098f7?flat HTTP/1.1" 200 1718 0.011712 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13390 0.024398 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13390 0.025972 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010029 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machine/207f41ca-dd80-4fb0-9369-39700a611000?flat HTTP/1.1" 200 1718 0.013442 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machine/207f41ca-dd80-4fb0-9369-39700a611000?flat HTTP/1.1" 200 1718 0.011606 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machine/207f41ca-dd80-4fb0-9369-39700a611000?flat HTTP/1.1" 200 1718 0.011424 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12991 0.019604 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12991 0.020929 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008872 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machine/b63c27bd-750e-4164-91ab-880c821b7b79?flat HTTP/1.1" 200 1719 0.011865 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machine/b63c27bd-750e-4164-91ab-880c821b7b79?flat HTTP/1.1" 200 1719 0.011278 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machine/b63c27bd-750e-4164-91ab-880c821b7b79?flat HTTP/1.1" 200 1719 0.010627 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13390 0.018990 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13390 0.018893 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009935 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003073 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003325 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003236 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002989 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003572 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002878 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002694 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002892 [API:8081]10.0.0.19 - - [2026-02-09 02:35:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.071052 [API:8081]10.0.0.19 - - [2026-02-09 02:36:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13393 0.022266 [API:8081]10.0.0.19 - - [2026-02-09 02:36:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13393 0.019668 [API:8081]10.0.0.19 - - [2026-02-09 02:36:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13393 0.019975 [API:8081]10.0.0.19 - - [2026-02-09 02:36:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13393 0.027486 [API:8081]10.0.0.19 - - [2026-02-09 02:36:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13393 0.020452 [API:8081]10.0.0.19 - - [2026-02-09 02:36:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13393 0.019465 [API:8081]10.0.0.19 - - [2026-02-09 02:36:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13393 0.020481 [API:8081]10.0.0.19 - - [2026-02-09 02:36:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13393 0.021488 [API:8081]10.0.0.19 - - [2026-02-09 02:36:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13007 0.019830 [API:8081]10.0.0.19 - - [2026-02-09 02:36:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008883 [API:8081]10.0.0.19 - - [2026-02-09 02:36:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.019105 [API:8081]10.0.0.19 - - [2026-02-09 02:36:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.019344 [API:8081]10.0.0.41 - - [2026-02-09 02:36:45] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.41 - - [2026-02-09 02:36:45] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.19 - - [2026-02-09 02:36:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.018971 [API:8081]10.0.0.19 - - [2026-02-09 02:36:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.018469 [API:8081]10.0.0.19 - - [2026-02-09 02:36:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.019453 [API:8081]10.0.0.19 - - [2026-02-09 02:36:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.022961 [API:8081]10.0.0.19 - - [2026-02-09 02:36:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.019280 [API:8081]10.0.0.19 - - [2026-02-09 02:37:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.021010 [API:8081]10.0.0.19 - - [2026-02-09 02:37:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12993 0.023525 [API:8081]10.0.0.19 - - [2026-02-09 02:37:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12585 0.020392 [API:8081]10.0.0.19 - - [2026-02-09 02:37:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010769 [API:8081]10.0.0.19 - - [2026-02-09 02:37:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13002 0.019559 [API:8081]10.0.0.19 - - [2026-02-09 02:37:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13001 0.022701 [API:8081]10.0.0.33 - - [2026-02-09 02:37:15] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-02-09 02:37:15] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.19 - - [2026-02-09 02:37:15] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.19 - - [2026-02-09 02:37:15] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.19 - - [2026-02-09 02:37:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13001 0.022007 [API:8081]10.0.0.19 - - [2026-02-09 02:37:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13001 0.021517 [API:8081]10.0.0.19 - - [2026-02-09 02:37:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13001 0.022255 [API:8081]10.0.0.19 - - [2026-02-09 02:37:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13001 0.020211 [API:8081]10.0.0.19 - - [2026-02-09 02:37:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13001 0.019234 [API:8081]10.0.0.19 - - [2026-02-09 02:37:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13001 0.018844 [API:8081]10.0.0.19 - - [2026-02-09 02:37:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13001 0.019540 [API:8081]10.0.0.19 - - [2026-02-09 02:37:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12595 0.018542 [API:8081]10.0.0.19 - - [2026-02-09 02:37:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008917 [API:8081]10.0.0.19 - - [2026-02-09 02:37:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-02-09 02:37:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.063510 [API:8081]10.0.0.19 - - [2026-02-09 02:37:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.059098 [API:8081]10.0.0.19 - - [2026-02-09 02:37:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077297 [API:8081]10.0.0.33 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.33 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.33 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.41 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.41 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.19 - - [2026-02-09 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2026-02-09 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-02-09 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2026-02-09 02:38:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.063688 [API:8081]10.0.0.19 - - [2026-02-09 02:39:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.19 - - [2026-02-09 02:39:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.068813 [API:8081]10.0.0.19 - - [2026-02-09 02:40:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063499 [API:8081]10.0.0.19 - - [2026-02-09 02:41:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13035 0.073471 [API:8081]10.0.0.19 - - [2026-02-09 02:41:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13035 0.024655 [API:8081]10.0.0.19 - - [2026-02-09 02:41:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13035 0.094280 [API:8081]10.0.0.19 - - [2026-02-09 02:41:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13035 0.027465 [API:8081]10.0.0.19 - - [2026-02-09 02:41:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13035 0.019186 [API:8081]10.0.0.19 - - [2026-02-09 02:41:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.056653 [API:8081]10.0.0.19 - - [2026-02-09 02:42:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13035 0.019892 [API:8081]10.0.0.19 - - [2026-02-09 02:42:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13035 0.025631 [API:8081]10.0.0.19 - - [2026-02-09 02:42:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13035 0.019399 [API:8081]10.0.0.19 - - [2026-02-09 02:42:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12600 0.021198 [API:8081]10.0.0.19 - - [2026-02-09 02:42:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009100 [API:8081]10.0.0.19 - - [2026-02-09 02:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.19 - - [2026-02-09 02:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.056925 [API:8081]10.0.0.19 - - [2026-02-09 02:42:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.058351 [API:8081]10.0.0.33 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.33 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.33 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.19 - - [2026-02-09 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-02-09 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.19 - - [2026-02-09 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-02-09 02:44:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068646 [API:8081]10.0.0.19 - - [2026-02-09 02:45:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.090907 [API:8081]10.0.0.19 - - [2026-02-09 02:45:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12983 0.021195 [API:8081]10.0.0.19 - - [2026-02-09 02:45:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12594 0.080700 [API:8081]10.0.0.19 - - [2026-02-09 02:45:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009633 [API:8081]10.0.0.19 - - [2026-02-09 02:45:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13013 0.022022 [API:8081]10.0.0.19 - - [2026-02-09 02:45:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13012 0.021209 [API:8081]10.0.0.19 - - [2026-02-09 02:45:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13012 0.019450 [API:8081]10.0.0.19 - - [2026-02-09 02:45:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13012 0.019917 [API:8081]10.0.0.19 - - [2026-02-09 02:45:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13012 0.018693 [API:8081]10.0.0.19 - - [2026-02-09 02:45:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13012 0.023608 [API:8081]10.0.0.19 - - [2026-02-09 02:45:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13012 0.022961 [API:8081]10.0.0.19 - - [2026-02-09 02:45:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13012 0.020637 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003330 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003653 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003424 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003501 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003621 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002908 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003092 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002961 [API:8081]10.0.0.19 - - [2026-02-09 02:45:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13012 0.019823 [API:8081]10.0.0.19 - - [2026-02-09 02:45:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12599 0.022854 [API:8081]10.0.0.19 - - [2026-02-09 02:45:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011247 [API:8081]10.0.0.19 - - [2026-02-09 02:45:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.19 - - [2026-02-09 02:45:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.059281 [API:8081]10.0.0.19 - - [2026-02-09 02:45:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.055981 [API:8081]10.0.0.41 - - [2026-02-09 02:46:45] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.41 - - [2026-02-09 02:46:45] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.19 - - [2026-02-09 02:47:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085196 [API:8081]10.0.0.33 - - [2026-02-09 02:47:15] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-02-09 02:47:15] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.19 - - [2026-02-09 02:47:15] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.19 - - [2026-02-09 02:47:15] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.19 - - [2026-02-09 02:48:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.072754 [API:8081]10.0.0.33 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2026-02-09 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2026-02-09 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2026-02-09 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.19 - - [2026-02-09 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-02-09 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.19 - - [2026-02-09 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.19 - - [2026-02-09 02:48:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13025 0.019706 [API:8081]10.0.0.19 - - [2026-02-09 02:48:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13025 0.070026 [API:8081]10.0.0.19 - - [2026-02-09 02:49:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13025 0.023553 [API:8081]10.0.0.19 - - [2026-02-09 02:49:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13025 0.019996 [API:8081]10.0.0.19 - - [2026-02-09 02:49:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13025 0.019802 [API:8081]10.0.0.19 - - [2026-02-09 02:49:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12571 0.022352 [API:8081]10.0.0.19 - - [2026-02-09 02:49:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009062 [API:8081]10.0.0.19 - - [2026-02-09 02:49:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.019143 [API:8081]10.0.0.19 - - [2026-02-09 02:49:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13039 0.019173 [API:8081]10.0.0.19 - - [2026-02-09 02:49:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13039 0.018782 [API:8081]10.0.0.19 - - [2026-02-09 02:49:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13039 0.019734 [API:8081]10.0.0.19 - - [2026-02-09 02:49:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13039 0.023801 [API:8081]10.0.0.19 - - [2026-02-09 02:49:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13039 0.019504 [API:8081]10.0.0.19 - - [2026-02-09 02:49:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13039 0.020135 [API:8081]10.0.0.19 - - [2026-02-09 02:49:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13039 0.019413 [API:8081]10.0.0.19 - - [2026-02-09 02:49:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13039 0.018698 [API:8081]10.0.0.19 - - [2026-02-09 02:49:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12606 0.019354 [API:8081]10.0.0.19 - - [2026-02-09 02:49:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009408 [API:8081]10.0.0.19 - - [2026-02-09 02:50:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060761 [API:8081]10.0.0.19 - - [2026-02-09 02:51:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064110 [API:8081]10.0.0.19 - - [2026-02-09 02:53:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057328 [API:8081]10.0.0.19 - - [2026-02-09 02:53:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.19 - - [2026-02-09 02:53:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.052427 [API:8081]10.0.0.33 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.33 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.41 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2026-02-09 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2026-02-09 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-02-09 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-02-09 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.19 - - [2026-02-09 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2026-02-09 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.19 - - [2026-02-09 02:54:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.059709 [API:8081]10.0.0.19 - - [2026-02-09 02:54:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.049447 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003208 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004184 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003013 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003153 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003421 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003578 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002830 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002490 [API:8081]10.0.0.19 - - [2026-02-09 02:56:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.19 - - [2026-02-09 02:56:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.081278 [API:8081]10.0.0.19 - - [2026-02-09 02:56:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086673 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-machine/b2c17190-a3bf-4a32-9aaf-03dc26ddef13?flat HTTP/1.1" 200 1781 0.065640 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-machine/b2c17190-a3bf-4a32-9aaf-03dc26ddef13?flat HTTP/1.1" 200 1781 0.010959 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-machine/b2c17190-a3bf-4a32-9aaf-03dc26ddef13?flat HTTP/1.1" 200 1781 0.055089 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13219 0.022246 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13219 0.020331 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009474 [API:8081]10.0.0.41 - - [2026-02-09 02:56:45] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2026-02-09 02:56:45] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-machine/3893ce90-967c-4d4e-9dfc-c158ba401cea?flat HTTP/1.1" 200 1780 0.011552 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-machine/3893ce90-967c-4d4e-9dfc-c158ba401cea?flat HTTP/1.1" 200 1780 0.011360 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-machine/3893ce90-967c-4d4e-9dfc-c158ba401cea?flat HTTP/1.1" 200 1780 0.010846 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13210 0.019005 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13210 0.019855 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010359 [API:8081]10.0.0.19 - - [2026-02-09 02:57:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058312 [API:8081]10.0.0.33 - - [2026-02-09 02:57:15] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-02-09 02:57:15] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.19 - - [2026-02-09 02:57:15] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-02-09 02:57:15] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.19 - - [2026-02-09 02:58:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13209 0.018894 [API:8081]10.0.0.19 - - [2026-02-09 02:58:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13209 0.019467 [API:8081]10.0.0.19 - - [2026-02-09 02:58:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13209 0.020085 [API:8081]10.0.0.19 - - [2026-02-09 02:58:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13209 0.018730 [API:8081]10.0.0.19 - - [2026-02-09 02:58:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13209 0.018972 [API:8081]10.0.0.33 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2026-02-09 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2026-02-09 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13209 0.018197 [API:8081]10.0.0.19 - - [2026-02-09 02:58:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13209 0.022474 [API:8081]10.0.0.19 - - [2026-02-09 02:58:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13209 0.020353 [API:8081]10.0.0.19 - - [2026-02-09 02:58:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12618 0.019002 [API:8081]10.0.0.19 - - [2026-02-09 02:58:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008490 [API:8081]10.0.0.19 - - [2026-02-09 02:58:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.025435 [API:8081]10.0.0.19 - - [2026-02-09 02:58:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.018602 [API:8081]10.0.0.19 - - [2026-02-09 02:58:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.019730 [API:8081]10.0.0.19 - - [2026-02-09 02:58:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.021322 [API:8081]10.0.0.19 - - [2026-02-09 02:58:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.019850 [API:8081]10.0.0.19 - - [2026-02-09 02:58:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.021855 [API:8081]10.0.0.19 - - [2026-02-09 02:59:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.019780 [API:8081]10.0.0.19 - - [2026-02-09 02:59:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.018721 [API:8081]10.0.0.19 - - [2026-02-09 02:59:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13232 0.020282 [API:8081]10.0.0.19 - - [2026-02-09 02:59:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12629 0.018613 [API:8081]10.0.0.19 - - [2026-02-09 02:59:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009897 [API:8081]10.0.0.19 - - [2026-02-09 02:59:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088033 [API:8081]10.0.0.19 - - [2026-02-09 02:59:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.19 - - [2026-02-09 02:59:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.058166 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-machine/931c56a9-b0a8-4cce-aece-016184987716?flat HTTP/1.1" 200 1791 0.085924 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-machine/931c56a9-b0a8-4cce-aece-016184987716?flat HTTP/1.1" 200 1791 0.062759 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-machine/931c56a9-b0a8-4cce-aece-016184987716?flat HTTP/1.1" 200 1791 0.011638 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13254 0.021624 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13254 0.019943 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010395 [API:8081]10.0.0.19 - - [2026-02-09 03:00:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057299 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-machine/1a8b58f2-c963-4f64-9a0b-9663723c720a?flat HTTP/1.1" 200 1790 0.010703 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-machine/1a8b58f2-c963-4f64-9a0b-9663723c720a?flat HTTP/1.1" 200 1790 0.010973 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-machine/1a8b58f2-c963-4f64-9a0b-9663723c720a?flat HTTP/1.1" 200 1790 0.012574 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13240 0.019977 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13240 0.019155 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010953 [API:8081]10.0.0.19 - - [2026-02-09 03:02:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063917 [API:8081]10.0.0.19 - - [2026-02-09 03:02:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13214 0.020117 [API:8081]10.0.0.19 - - [2026-02-09 03:02:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13214 0.020186 [API:8081]10.0.0.19 - - [2026-02-09 03:02:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13214 0.019688 [API:8081]10.0.0.19 - - [2026-02-09 03:02:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13214 0.018883 [API:8081]10.0.0.19 - - [2026-02-09 03:02:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13214 0.019600 [API:8081]10.0.0.19 - - [2026-02-09 03:02:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13214 0.019943 [API:8081]10.0.0.19 - - [2026-02-09 03:02:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13214 0.019652 [API:8081]10.0.0.19 - - [2026-02-09 03:02:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12594 0.018821 [API:8081]10.0.0.19 - - [2026-02-09 03:02:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008756 [API:8081]10.0.0.19 - - [2026-02-09 03:02:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.019972 [API:8081]10.0.0.19 - - [2026-02-09 03:02:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.022302 [API:8081]10.0.0.19 - - [2026-02-09 03:02:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.020747 [API:8081]10.0.0.19 - - [2026-02-09 03:02:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.021749 [API:8081]10.0.0.19 - - [2026-02-09 03:02:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.019762 [API:8081]10.0.0.19 - - [2026-02-09 03:02:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.021483 [API:8081]10.0.0.19 - - [2026-02-09 03:02:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.019699 [API:8081]10.0.0.19 - - [2026-02-09 03:03:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.019373 [API:8081]10.0.0.19 - - [2026-02-09 03:03:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13264 0.020801 [API:8081]10.0.0.19 - - [2026-02-09 03:03:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12939 0.022396 [API:8081]10.0.0.19 - - [2026-02-09 03:03:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008419 [API:8081]10.0.0.19 - - [2026-02-09 03:03:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.138469 [API:8081]10.0.0.19 - - [2026-02-09 03:03:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.19 - - [2026-02-09 03:03:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.059448 [API:8081]10.0.0.33 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.41 - - [2026-02-09 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2026-02-09 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.19 - - [2026-02-09 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.19 - - [2026-02-09 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2026-02-09 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-02-09 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-machine/f2165410-fe9b-4a35-9ef7-2c377f02b751?flat HTTP/1.1" 200 1773 0.061862 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-machine/f2165410-fe9b-4a35-9ef7-2c377f02b751?flat HTTP/1.1" 200 1773 0.059377 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-machine/f2165410-fe9b-4a35-9ef7-2c377f02b751?flat HTTP/1.1" 200 1773 0.012758 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13204 0.019835 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13204 0.022452 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009464 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-machine/1b1654d1-f3eb-4b92-a5aa-9f749693402f?flat HTTP/1.1" 200 1827 0.011372 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-machine/1b1654d1-f3eb-4b92-a5aa-9f749693402f?flat HTTP/1.1" 200 1827 0.011332 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-machine/1b1654d1-f3eb-4b92-a5aa-9f749693402f?flat HTTP/1.1" 200 1827 0.012632 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13190 0.024139 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13190 0.019238 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009761 [API:8081]10.0.0.19 - - [2026-02-09 03:05:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054506 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002923 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002904 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003342 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002837 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003796 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003060 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002726 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002923 [API:8081]10.0.0.19 - - [2026-02-09 03:05:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13171 0.021261 [API:8081]10.0.0.19 - - [2026-02-09 03:05:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 12599 0.025666 [API:8081]10.0.0.19 - - [2026-02-09 03:05:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009330 [API:8081]10.0.0.19 - - [2026-02-09 03:05:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.019790 [API:8081]10.0.0.19 - - [2026-02-09 03:05:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.019788 [API:8081]10.0.0.19 - - [2026-02-09 03:05:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.019191 [API:8081]10.0.0.19 - - [2026-02-09 03:05:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.019858 [API:8081]10.0.0.19 - - [2026-02-09 03:05:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.022050 [API:8081]10.0.0.19 - - [2026-02-09 03:05:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.019495 [API:8081]10.0.0.19 - - [2026-02-09 03:05:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.020228 [API:8081]10.0.0.19 - - [2026-02-09 03:06:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.019671 [API:8081]10.0.0.19 - - [2026-02-09 03:06:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13203 0.018916 [API:8081]10.0.0.19 - - [2026-02-09 03:06:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12604 0.020585 [API:8081]10.0.0.19 - - [2026-02-09 03:06:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009645 [API:8081]10.0.0.19 - - [2026-02-09 03:06:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.063416 [API:8081]10.0.0.19 - - [2026-02-09 03:06:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-02-09 03:06:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.052964 [API:8081]10.0.0.19 - - [2026-02-09 03:06:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.057129 [API:8081]10.0.0.19 - - [2026-02-09 03:06:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.047920 [API:8081]10.0.0.19 - - [2026-02-09 03:06:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009881 [API:8081]10.0.0.19 - - [2026-02-09 03:06:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009115 [API:8081]10.0.0.19 - - [2026-02-09 03:06:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.008196 [API:8081]10.0.0.19 - - [2026-02-09 03:06:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.008490 [API:8081]10.0.0.19 - - [2026-02-09 03:06:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.008525 [API:8081]10.0.0.41 - - [2026-02-09 03:06:45] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2026-02-09 03:06:45] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.19 - - [2026-02-09 03:06:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2026-02-09 03:07:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.052401 [API:8081]10.0.0.19 - - [2026-02-09 03:07:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.055664 [API:8081]10.0.0.19 - - [2026-02-09 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.066385 [API:8081]10.0.0.19 - - [2026-02-09 03:07:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009940 [API:8081]10.0.0.19 - - [2026-02-09 03:07:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009084 [API:8081]10.0.0.19 - - [2026-02-09 03:07:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.009414 [API:8081]10.0.0.33 - - [2026-02-09 03:07:15] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2026-02-09 03:07:15] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.19 - - [2026-02-09 03:07:15] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.19 - - [2026-02-09 03:07:15] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.19 - - [2026-02-09 03:07:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.19 - - [2026-02-09 03:07:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.055873 [API:8081]10.0.0.19 - - [2026-02-09 03:07:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.058614 [API:8081]10.0.0.19 - - [2026-02-09 03:07:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.054097 [API:8081]10.0.0.19 - - [2026-02-09 03:07:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.008995 [API:8081]10.0.0.19 - - [2026-02-09 03:07:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.011610 [API:8081]10.0.0.19 - - [2026-02-09 03:07:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009249 [API:8081]10.0.0.19 - - [2026-02-09 03:07:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.011297 [API:8081]10.0.0.19 - - [2026-02-09 03:07:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.010549 [API:8081]10.0.0.19 - - [2026-02-09 03:08:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-02-09 03:08:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.069137 [API:8081]10.0.0.19 - - [2026-02-09 03:08:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.057822 [API:8081]10.0.0.19 - - [2026-02-09 03:08:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.056316 [API:8081]10.0.0.19 - - [2026-02-09 03:08:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.012134 [API:8081]10.0.0.19 - - [2026-02-09 03:08:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.009486 [API:8081]10.0.0.19 - - [2026-02-09 03:08:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056404 [API:8081]10.0.0.33 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.33 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.41 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.41 - - [2026-02-09 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2026-02-09 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-02-09 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.19 - - [2026-02-09 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-02-09 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.19 - - [2026-02-09 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.19 - - [2026-02-09 03:09:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.116207 [API:8081]10.0.0.19 - - [2026-02-09 03:11:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064104 [API:8081]10.0.0.19 - - [2026-02-09 03:12:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.056736 [API:8081]10.0.0.33 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.33 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.33 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.33 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2026-02-09 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000556 [API:8081]10.0.0.41 - - [2026-02-09 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.41 - - [2026-02-09 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.19 - - [2026-02-09 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.19 - - [2026-02-09 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-02-09 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.19 - - [2026-02-09 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.19 - - [2026-02-09 03:14:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.19 - - [2026-02-09 03:14:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.060977 [API:8081]10.0.0.19 - - [2026-02-09 03:14:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.062730 [API:8081]10.0.0.19 - - [2026-02-09 03:14:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095679 [API:8081]10.0.0.19 - - [2026-02-09 03:15:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058620 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003303 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003566 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003144 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003206 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003405 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003222 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003259 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003461 [API:8081]10.0.0.41 - - [2026-02-09 03:16:45] "GET /analytics HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2026-02-09 03:16:45] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-02-09 03:17:15] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.33 - - [2026-02-09 03:17:15] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.19 - - [2026-02-09 03:17:15] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-02-09 03:17:15] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.19 - - [2026-02-09 03:17:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062465 [API:8081]10.0.0.19 - - [2026-02-09 03:18:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.19 - - [2026-02-09 03:18:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.055916 [API:8081]10.0.0.19 - - [2026-02-09 03:18:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.063499 [API:8081]10.0.0.33 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.33 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2026-02-09 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2026-02-09 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-02-09 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2026-02-09 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2026-02-09 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.19 - - [2026-02-09 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2026-02-09 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2026-02-09 03:18:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000881 [API:8081]10.0.0.19 - - [2026-02-09 03:18:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.053457 [API:8081]10.0.0.19 - - [2026-02-09 03:20:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067451 [API:8081]10.0.0.19 - - [2026-02-09 03:21:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.059265 [API:8081]10.0.0.33 - - [2026-02-09 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.33 - - [2026-02-09 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2026-02-09 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-02-09 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2026-02-09 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2026-02-09 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.41 - - [2026-02-09 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.41 - - [2026-02-09 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.19 - - [2026-02-09 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.19 - - [2026-02-09 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.19 - - [2026-02-09 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-02-09 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.19 - - [2026-02-09 03:23:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090997 [API:8081]10.0.0.19 - - [2026-02-09 03:24:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.19 - - [2026-02-09 03:24:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.053569 [API:8081]10.0.0.19 - - [2026-02-09 03:24:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.066617 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002754 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003402 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003585 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003485 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003699 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003523 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003365 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003101 [API:8081]10.0.0.19 - - [2026-02-09 03:26:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058254 [API:8081]10.0.0.41 - - [2026-02-09 03:26:45] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2026-02-09 03:26:45] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.33 - - [2026-02-09 03:27:15] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.33 - - [2026-02-09 03:27:15] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.19 - - [2026-02-09 03:27:15] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-02-09 03:27:15] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.19 - - [2026-02-09 03:27:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058380 [API:8081]10.0.0.33 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.33 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2026-02-09 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.41 - - [2026-02-09 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2026-02-09 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.19 - - [2026-02-09 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.19 - - [2026-02-09 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.19 - - [2026-02-09 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.19 - - [2026-02-09 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2026-02-09 03:29:16] "GET /analytics/uves/virtual-machine/e9801c32-6523-4e9d-a8ed-f1c9c8b840f2?flat HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-02-09 03:29:16] "GET /analytics/uves/virtual-machine/e9801c32-6523-4e9d-a8ed-f1c9c8b840f2?flat HTTP/1.1" 200 1276 0.068233 [API:8081]10.0.0.19 - - [2026-02-09 03:29:16] "GET /analytics/uves/virtual-machine/e9801c32-6523-4e9d-a8ed-f1c9c8b840f2?flat HTTP/1.1" 200 1276 0.051161 [API:8081]10.0.0.19 - - [2026-02-09 03:29:17] "GET /analytics/uves/virtual-machine/e9801c32-6523-4e9d-a8ed-f1c9c8b840f2?flat HTTP/1.1" 200 1276 0.058927 [API:8081]10.0.0.19 - - [2026-02-09 03:29:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.024685 [API:8081]10.0.0.19 - - [2026-02-09 03:29:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.019426 [API:8081]10.0.0.19 - - [2026-02-09 03:29:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008759 [API:8081]10.0.0.19 - - [2026-02-09 03:29:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.011542 [API:8081]10.0.0.19 - - [2026-02-09 03:29:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.020236 [API:8081]10.0.0.19 - - [2026-02-09 03:29:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.019882 [API:8081]10.0.0.19 - - [2026-02-09 03:29:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.022513 [API:8081]10.0.0.19 - - [2026-02-09 03:29:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.018928 [API:8081]10.0.0.19 - - [2026-02-09 03:29:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.019463 [API:8081]10.0.0.19 - - [2026-02-09 03:29:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062973 [API:8081]10.0.0.19 - - [2026-02-09 03:29:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13040 0.027811 [API:8081]10.0.0.19 - - [2026-02-09 03:29:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12655 0.027241 [API:8081]10.0.0.19 - - [2026-02-09 03:29:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010213 [API:8081]10.0.0.19 - - [2026-02-09 03:30:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.062524 [API:8081]10.0.0.19 - - [2026-02-09 03:32:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058821 [API:8081]10.0.0.19 - - [2026-02-09 03:33:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-02-09 03:33:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.050954 [API:8081]10.0.0.33 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2026-02-09 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.41 - - [2026-02-09 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2026-02-09 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2026-02-09 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.19 - - [2026-02-09 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2026-02-09 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.19 - - [2026-02-09 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-02-09 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.19 - - [2026-02-09 03:33:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060174 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004526 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003158 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002879 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002887 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003957 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002875 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002555 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002655 [API:8081]10.0.0.19 - - [2026-02-09 03:35:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063181 [API:8081]10.0.0.19 - - [2026-02-09 03:36:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.19 - - [2026-02-09 03:36:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.057424 [API:8081]10.0.0.19 - - [2026-02-09 03:36:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.066215 [API:8081]10.0.0.41 - - [2026-02-09 03:36:45] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2026-02-09 03:36:45] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.33 - - [2026-02-09 03:37:15] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-02-09 03:37:15] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.19 - - [2026-02-09 03:37:15] "GET /analytics HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.19 - - [2026-02-09 03:37:15] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.33 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.33 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2026-02-09 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2026-02-09 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.41 - - [2026-02-09 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2026-02-09 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.19 - - [2026-02-09 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.19 - - [2026-02-09 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.19 - - [2026-02-09 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-02-09 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.19 - - [2026-02-09 03:38:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.19 - - [2026-02-09 03:38:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.062000 [API:8081]10.0.0.19 - - [2026-02-09 03:38:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062080 [API:8081]10.0.0.19 - - [2026-02-09 03:39:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.136239 [API:8081]10.0.0.19 - - [2026-02-09 03:40:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2026-02-09 03:40:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1458 0.071652 [API:8081]10.0.0.19 - - [2026-02-09 03:40:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.074664 [API:8081]10.0.0.19 - - [2026-02-09 03:40:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.072748 [API:8081]10.0.0.19 - - [2026-02-09 03:41:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010826 [API:8081]10.0.0.19 - - [2026-02-09 03:41:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010143 [API:8081]10.0.0.19 - - [2026-02-09 03:41:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009224 [API:8081]10.0.0.19 - - [2026-02-09 03:41:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009461 [API:8081]10.0.0.19 - - [2026-02-09 03:41:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069843 [API:8081]10.0.0.19 - - [2026-02-09 03:41:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010184 [API:8081]10.0.0.19 - - [2026-02-09 03:41:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009242 [API:8081]10.0.0.19 - - [2026-02-09 03:42:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.065161 [API:8081]10.0.0.33 - - [2026-02-09 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2026-02-09 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-02-09 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.33 - - [2026-02-09 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2026-02-09 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2026-02-09 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.41 - - [2026-02-09 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2026-02-09 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.19 - - [2026-02-09 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.19 - - [2026-02-09 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2026-02-09 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.19 - - [2026-02-09 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-02-09 03:44:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065389 [API:8081]10.0.0.19 - - [2026-02-09 03:45:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13740 0.077825 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002859 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003143 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006783 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002940 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003483 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003111 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003079 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002813 [API:8081]10.0.0.19 - - [2026-02-09 03:45:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.084450 [API:8081]10.0.0.41 - - [2026-02-09 03:46:45] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2026-02-09 03:46:45] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.33 - - [2026-02-09 03:47:15] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-02-09 03:47:15] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.19 - - [2026-02-09 03:47:15] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2026-02-09 03:47:15] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.19 - - [2026-02-09 03:47:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062621 [API:8081]10.0.0.33 - - [2026-02-09 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.33 - - [2026-02-09 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.33 - - [2026-02-09 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.41 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.19 - - [2026-02-09 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.19 - - [2026-02-09 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.19 - - [2026-02-09 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.19 - - [2026-02-09 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.19 - - [2026-02-09 03:48:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.073174 [API:8081]10.0.0.19 - - [2026-02-09 03:50:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069433 [API:8081]10.0.0.19 - - [2026-02-09 03:51:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.076070 [API:8081]10.0.0.33 - - [2026-02-09 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.33 - - [2026-02-09 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.33 - - [2026-02-09 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.33 - - [2026-02-09 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.41 - - [2026-02-09 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.41 - - [2026-02-09 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2026-02-09 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2026-02-09 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2026-02-09 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-02-09 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-02-09 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-02-09 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.19 - - [2026-02-09 03:53:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077343 [API:8081]10.0.0.19 - - [2026-02-09 03:54:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.082454 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003083 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003451 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003527 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003225 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003898 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003615 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003428 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003219 [API:8081]10.0.0.41 - - [2026-02-09 03:56:45] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-02-09 03:56:45] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.19 - - [2026-02-09 03:56:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065820 [API:8081]10.0.0.19 - - [2026-02-09 03:57:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2026-02-09 03:57:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1632 0.072194 [API:8081]10.0.0.33 - - [2026-02-09 03:57:15] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-02-09 03:57:15] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.19 - - [2026-02-09 03:57:15] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-02-09 03:57:15] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/virtual-machine/0d29eea9-0dff-45df-950b-632460fa1dca?flat HTTP/1.1" 200 1711 0.061949 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/virtual-machine/0d29eea9-0dff-45df-950b-632460fa1dca?flat HTTP/1.1" 200 1711 0.054276 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/virtual-machine/0d29eea9-0dff-45df-950b-632460fa1dca?flat HTTP/1.1" 200 1711 0.011153 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13024 0.018938 [API:8081]10.0.0.19 - - [2026-02-09 03:57:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 13024 0.021209 [API:8081]10.0.0.19 - - [2026-02-09 03:57:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009534 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1711 0.011445 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1711 0.011624 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1711 0.016149 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13020 0.021404 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 13020 0.018869 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011203 [API:8081]10.0.0.19 - - [2026-02-09 03:57:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.068196 [API:8081]10.0.0.33 - - [2026-02-09 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.33 - - [2026-02-09 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000498 [API:8081]10.0.0.33 - - [2026-02-09 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000646 [API:8081]10.0.0.41 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000479 [API:8081]10.0.0.19 - - [2026-02-09 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.19 - - [2026-02-09 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-02-09 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.19 - - [2026-02-09 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.19 - - [2026-02-09 03:59:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.057712 [API:8081]10.0.0.19 - - [2026-02-09 03:59:59] "GET /analytics/uves/virtual-machine/0d29eea9-0dff-45df-950b-632460fa1dca?flat HTTP/1.1" 200 1472 0.011603 [API:8081]10.0.0.19 - - [2026-02-09 04:00:01] "GET /analytics/uves/virtual-machine/0d29eea9-0dff-45df-950b-632460fa1dca?flat HTTP/1.1" 200 1472 0.012561 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-machine/0d29eea9-0dff-45df-950b-632460fa1dca?flat HTTP/1.1" 200 1848 0.012145 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-machine/0d29eea9-0dff-45df-950b-632460fa1dca?flat HTTP/1.1" 200 1897 0.016114 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-machine/0d29eea9-0dff-45df-950b-632460fa1dca?flat HTTP/1.1" 200 1897 0.012559 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010587 [API:8081]10.0.0.19 - - [2026-02-09 04:00:07] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1472 0.014412 [API:8081]10.0.0.19 - - [2026-02-09 04:00:09] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1472 0.016244 [API:8081]10.0.0.19 - - [2026-02-09 04:00:11] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1472 0.014906 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1902 0.012896 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1902 0.013717 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-machine/476a74bb-fbad-4f5d-882c-099da5eba4a8?flat HTTP/1.1" 200 1902 0.013485 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010829 [API:8081]10.0.0.19 - - [2026-02-09 04:01:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.088241 [API:8081]10.0.0.19 - - [2026-02-09 04:01:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009101 [API:8081]10.0.0.19 - - [2026-02-09 04:01:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010501 [API:8081]10.0.0.19 - - [2026-02-09 04:03:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.138430 [API:8081]10.0.0.33 - - [2026-02-09 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2026-02-09 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2026-02-09 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.41 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.41 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.41 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.19 - - [2026-02-09 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2026-02-09 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2026-02-09 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2026-02-09 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.19 - - [2026-02-09 04:04:00] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-02-09 04:04:00] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 966 0.146448 [API:8081]10.0.0.19 - - [2026-02-09 04:04:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.075552 [API:8081]10.0.0.19 - - [2026-02-09 04:04:02] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 966 0.043277 [API:8081]10.0.0.19 - - [2026-02-09 04:04:04] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 966 0.101753 [API:8081]10.0.0.19 - - [2026-02-09 04:04:06] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 966 0.066310 [API:8081]10.0.0.19 - - [2026-02-09 04:04:09] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 966 0.046024 [API:8081]10.0.0.19 - - [2026-02-09 04:04:11] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 966 0.049236 [API:8081]10.0.0.19 - - [2026-02-09 04:04:13] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 1400 0.041618 [API:8081]10.0.0.19 - - [2026-02-09 04:04:13] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 1400 0.045634 [API:8081]10.0.0.19 - - [2026-02-09 04:04:13] "GET /analytics/uves/virtual-machine/957f54ee-789d-4fd8-a04d-f276522c9050?flat HTTP/1.1" 200 1400 0.038731 [API:8081]10.0.0.19 - - [2026-02-09 04:04:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.044578 [API:8081]10.0.0.19 - - [2026-02-09 04:04:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.19 - - [2026-02-09 04:04:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.056880 [API:8081]10.0.0.19 - - [2026-02-09 04:05:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 401 205 0.000385 --- 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-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14374516' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project '2a26dbe3b6b74baa806f54edd7313bbb' 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-22850876', 'ctest-TestRbacBasic-22850876-93455974'], 'virtual_network', 'ec7be05c-a835-4bdc-aa31-b76164508ad8', "Permission Denied for ['ctest-TestRbacBasic-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14374516' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project '2a26dbe3b6b74baa806f54edd7313bbb'"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 403 198 0.388241 [API:8081]10.0.0.19 - - [2026-02-09 04:05:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 401 205 0.000295 --- 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-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-22850876' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project 'b1dc5d7eb0d04314b025f3cfdaad080d' 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-22850876', 'ctest-TestRbacBasic-22850876-93455974'], 'virtual_network', 'ec7be05c-a835-4bdc-aa31-b76164508ad8', "Permission Denied for ['ctest-TestRbacBasic-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-22850876' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project 'b1dc5d7eb0d04314b025f3cfdaad080d'"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 403 198 0.095467 [API:8081]10.0.0.19 - - [2026-02-09 04:05:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.19 - - [2026-02-09 04:05:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.070623 [API:8081]10.0.0.19 - - [2026-02-09 04:05:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 401 205 0.000300 --- 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-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502 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-01547502', 'ctest-TestRbacBasic-01547502-54785524'], 'virtual_network', 'e10b6d6e-4bab-48e9-bb37-47cfbe30e201', "Permission Denied for ctest-TestRbacBasic-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 403 198 0.115975 --- 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-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502 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-01547502', 'ctest-TestRbacBasic-01547502-54785524'], 'virtual_network', 'e10b6d6e-4bab-48e9-bb37-47cfbe30e201', "Permission Denied for ctest-TestRbacBasic-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 403 198 0.053284 --- 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-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502 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-01547502', 'ctest-TestRbacBasic-01547502-54785524'], 'virtual_network', 'e10b6d6e-4bab-48e9-bb37-47cfbe30e201', "Permission Denied for ctest-TestRbacBasic-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 403 198 0.088321 [API:8081]10.0.0.19 - - [2026-02-09 04:05:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 401 205 0.000305 --- 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-50717276 as ['ctest-TestRbacBasic-38015255'] to R virtual-network in ctest-TestRbacBasic-01547502 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-01547502', 'ctest-TestRbacBasic-01547502-54785524'], 'virtual_network', 'e10b6d6e-4bab-48e9-bb37-47cfbe30e201', "Permission Denied for ctest-TestRbacBasic-50717276 as ['ctest-TestRbacBasic-38015255'] to R virtual-network in ctest-TestRbacBasic-01547502"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 403 198 0.084517 [API:8081]10.0.0.19 - - [2026-02-09 04:05:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.057652 [API:8081]10.0.0.19 - - [2026-02-09 04:05:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.051922 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003159 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003353 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003462 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006764 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006863 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003336 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003367 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003196 [API:8081]10.0.0.19 - - [2026-02-09 04:05:51] "GET /analytics/uves/virtual-machine/df293a3d-011f-406a-8bf8-263204369c5e?flat HTTP/1.1" 200 1282 0.061134 [API:8081]10.0.0.19 - - [2026-02-09 04:05:51] "GET /analytics/uves/virtual-machine/df293a3d-011f-406a-8bf8-263204369c5e?flat HTTP/1.1" 200 1282 0.068188 [API:8081]10.0.0.19 - - [2026-02-09 04:05:51] "GET /analytics/uves/virtual-machine/df293a3d-011f-406a-8bf8-263204369c5e?flat HTTP/1.1" 200 1282 0.057981 [API:8081]10.0.0.19 - - [2026-02-09 04:05:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.041748 [API:8081]10.0.0.19 - - [2026-02-09 04:06:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058252 [API:8081]10.0.0.19 - - [2026-02-09 04:06:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010688 [Introspect:8090]10.0.0.19 - - [2026-02-09 04:06:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001342 [API:8081]10.0.0.19 - - [2026-02-09 04:06:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.19 - - [2026-02-09 04:06:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.062102 [API:8081]10.0.0.41 - - [2026-02-09 04:06:45] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2026-02-09 04:06:45] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.19 - - [2026-02-09 04:07:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066666 [API:8081]10.0.0.33 - - [2026-02-09 04:07:15] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-02-09 04:07:15] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.19 - - [2026-02-09 04:07:15] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-02-09 04:07:15] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.33 - - [2026-02-09 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-02-09 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-02-09 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.41 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2026-02-09 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-02-09 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.19 - - [2026-02-09 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-02-09 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001205 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-machine/271ffc09-56e2-4f3d-974a-c64dbcdb5046?flat HTTP/1.1" 200 2065 0.069164 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-machine/271ffc09-56e2-4f3d-974a-c64dbcdb5046?flat HTTP/1.1" 200 2065 0.012410 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-machine/271ffc09-56e2-4f3d-974a-c64dbcdb5046?flat HTTP/1.1" 200 2065 0.055994 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009220 [API:8081]10.0.0.19 - - [2026-02-09 04:08:55] "GET /analytics/uves/virtual-machine/9a29bd4e-dd07-4de1-87b9-8e2d2e91381c?flat HTTP/1.1" 200 2055 0.014611 [API:8081]10.0.0.19 - - [2026-02-09 04:08:55] "GET /analytics/uves/virtual-machine/9a29bd4e-dd07-4de1-87b9-8e2d2e91381c?flat HTTP/1.1" 200 2055 0.015704 [API:8081]10.0.0.19 - - [2026-02-09 04:08:56] "GET /analytics/uves/virtual-machine/9a29bd4e-dd07-4de1-87b9-8e2d2e91381c?flat HTTP/1.1" 200 2055 0.014305 [API:8081]10.0.0.19 - - [2026-02-09 04:08:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008906 [API:8081]10.0.0.19 - - [2026-02-09 04:09:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070403 [API:8081]10.0.0.19 - - [2026-02-09 04:09:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010531 [API:8081]10.0.0.19 - - [2026-02-09 04:09:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009248 [API:8081]10.0.0.19 - - [2026-02-09 04:09:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.008999 [API:8081]10.0.0.19 - - [2026-02-09 04:09:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.008506 [API:8081]10.0.0.19 - - [2026-02-09 04:10:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058707 [API:8081]10.0.0.19 - - [2026-02-09 04:12:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.973486 [Introspect:8090]10.0.0.19 - - [2026-02-09 04:12:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001128 [API:8081]10.0.0.19 - - [2026-02-09 04:12:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.051035 [API:8081]10.0.0.19 - - [2026-02-09 04:13:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058281 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-machine/d6ea7344-384b-4a8e-8e7b-7c03527e436f?flat HTTP/1.1" 200 1717 0.054431 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-machine/d6ea7344-384b-4a8e-8e7b-7c03527e436f?flat HTTP/1.1" 200 1717 0.011871 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-machine/d6ea7344-384b-4a8e-8e7b-7c03527e436f?flat HTTP/1.1" 200 1717 0.054917 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009016 [API:8081]10.0.0.33 - - [2026-02-09 04:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2026-02-09 04:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2026-02-09 04:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.41 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.19 - - [2026-02-09 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2026-02-09 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.19 - - [2026-02-09 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.19 - - [2026-02-09 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000841 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-machine/6cc599e7-3742-42a0-a173-f162c889d1b7?flat HTTP/1.1" 200 1716 0.012650 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-machine/6cc599e7-3742-42a0-a173-f162c889d1b7?flat HTTP/1.1" 200 1716 0.017107 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-machine/6cc599e7-3742-42a0-a173-f162c889d1b7?flat HTTP/1.1" 200 1716 0.012572 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010215 [API:8081]10.0.0.19 - - [2026-02-09 04:15:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075403 [API:8081]10.0.0.19 - - [2026-02-09 04:15:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009034 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003649 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003096 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003366 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003133 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003244 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002788 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003224 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002644 [API:8081]10.0.0.19 - - [2026-02-09 04:15:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009000 [API:8081]10.0.0.19 - - [2026-02-09 04:16:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059621 [API:8081]10.0.0.19 - - [2026-02-09 04:16:43] "GET /analytics/uves/virtual-machine/6416a26f-26e5-4814-93da-562d43ff2b4e?flat HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2026-02-09 04:16:44] "GET /analytics/uves/virtual-machine/6416a26f-26e5-4814-93da-562d43ff2b4e?flat HTTP/1.1" 200 1388 0.061662 [API:8081]10.0.0.19 - - [2026-02-09 04:16:44] "GET /analytics/uves/virtual-machine/6416a26f-26e5-4814-93da-562d43ff2b4e?flat HTTP/1.1" 200 1388 0.063012 [API:8081]10.0.0.19 - - [2026-02-09 04:16:45] "GET /analytics/uves/virtual-machine/6416a26f-26e5-4814-93da-562d43ff2b4e?flat HTTP/1.1" 200 1388 0.051618 [API:8081]10.0.0.19 - - [2026-02-09 04:16:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009500 [API:8081]10.0.0.41 - - [2026-02-09 04:16:45] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-02-09 04:16:45] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.19 - - [2026-02-09 04:16:47] "GET /analytics/uves/virtual-machine/5cf6be95-927a-4f87-94b0-0cda63ce9d91?flat HTTP/1.1" 200 965 0.012418 [API:8081]10.0.0.19 - - [2026-02-09 04:16:49] "GET /analytics/uves/virtual-machine/5cf6be95-927a-4f87-94b0-0cda63ce9d91?flat HTTP/1.1" 200 965 0.014646 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-machine/5cf6be95-927a-4f87-94b0-0cda63ce9d91?flat HTTP/1.1" 200 1398 0.011629 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-machine/5cf6be95-927a-4f87-94b0-0cda63ce9d91?flat HTTP/1.1" 200 1398 0.012585 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-machine/5cf6be95-927a-4f87-94b0-0cda63ce9d91?flat HTTP/1.1" 200 1398 0.011706 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011428 [API:8081]10.0.0.33 - - [2026-02-09 04:17:15] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-02-09 04:17:15] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.19 - - [2026-02-09 04:17:15] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-02-09 04:17:15] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.19 - - [2026-02-09 04:17:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009377 [API:8081]10.0.0.19 - - [2026-02-09 04:17:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010492 [API:8081]10.0.0.19 - - [2026-02-09 04:17:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.19 - - [2026-02-09 04:17:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.076076 [API:8081]10.0.0.19 - - [2026-02-09 04:17:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.058552 [API:8081]10.0.0.19 - - [2026-02-09 04:18:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061281 [API:8081]10.0.0.33 - - [2026-02-09 04:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-02-09 04:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.33 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.19 - - [2026-02-09 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000889 [API:8081]10.0.0.19 - - [2026-02-09 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-02-09 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.19 - - [2026-02-09 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.19 - - [2026-02-09 04:19:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.094264 [API:8081]10.0.0.19 - - [2026-02-09 04:21:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064648 [API:8081]10.0.0.19 - - [2026-02-09 04:22:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.069983 [API:8081]10.0.0.33 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.33 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-02-09 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.19 - - [2026-02-09 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.19 - - [2026-02-09 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2026-02-09 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-02-09 04:23:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.19 - - [2026-02-09 04:23:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1872 0.067554 [API:8081]10.0.0.19 - - [2026-02-09 04:24:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065054 [API:8081]10.0.0.19 - - [2026-02-09 04:25:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065920 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003330 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003274 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003088 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002937 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003439 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002860 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002628 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002819 [API:8081]10.0.0.41 - - [2026-02-09 04:26:45] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2026-02-09 04:26:45] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.33 - - [2026-02-09 04:27:15] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-02-09 04:27:15] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.19 - - [2026-02-09 04:27:15] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2026-02-09 04:27:15] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.19 - - [2026-02-09 04:27:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072384 [API:8081]10.0.0.19 - - [2026-02-09 04:28:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.087814 [API:8081]10.0.0.33 - - [2026-02-09 04:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.33 - - [2026-02-09 04:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.19 - - [2026-02-09 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2026-02-09 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-02-09 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-02-09 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [Introspect:8090]10.0.0.41 - - [2026-02-09 04:30:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001294