++ 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 Jun 15 01:54:55 AM UTC 2026 ===================' INFO: =================== Mon Jun 15 01:54:55 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.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.33,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.33,10.0.0.65 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.33,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ tr '\n' , ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.65,10.20.0.129,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.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + 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 ++ sed 's/^ANALYTICS_API__//g' ++ sort ++ cut -d = -f 1 ++ grep '^ANALYTICS_API__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 06/15/2026 01:55:03.299 7fdcf317e400 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/15/2026 01:55:03.453 7fdcf317e400 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 06/15/2026 01:55:03.463 7fdcf317e400 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/15/2026 01:55:03.463 7fdcf317e400 [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.65: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-06-15 01:55:39] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.33 - - [2026-06-15 01:55:39] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.65 - - [2026-06-15 01:55:40] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.65 - - [2026-06-15 01:55:40] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.23 - - [2026-06-15 01:55:40] "GET /analytics HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-06-15 01:55:40] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.65 - - [2026-06-15 01:55:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.352216 [API:8081]10.0.0.33 - - [2026-06-15 01:56:10] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-06-15 01:56:10] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.65 - - [2026-06-15 01:56:11] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2026-06-15 01:56:11] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.23 - - [2026-06-15 01:56:11] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-06-15 01:56:11] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.33 - - [2026-06-15 01:56:40] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-06-15 01:56:40] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.65 - - [2026-06-15 01:56:41] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2026-06-15 01:56:41] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2026-06-15 01:56:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.351655 [Introspect:8090]10.0.0.65 - - [2026-06-15 01:58:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001265 [Introspect:8090]10.0.0.65 - - [2026-06-15 01:58:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001356 [API:8081]10.0.0.33 - - [2026-06-15 01:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.33 - - [2026-06-15 01:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.65 - - [2026-06-15 01:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.65 - - [2026-06-15 01:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-06-15 01:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2026-06-15 01:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-06-15 01:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.23 - - [2026-06-15 01:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.33 - - [2026-06-15 01:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000734 [API:8081]10.0.0.33 - - [2026-06-15 01:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-06-15 01:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-06-15 01:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2026-06-15 01:59:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.363402 [API:8081]10.0.0.65 - - [2026-06-15 02:00:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079832 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001615 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001084 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000984 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001431 [API:8081]10.0.0.23 - - [2026-06-15 02:00:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?flat HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.23 - - [2026-06-15 02:00:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?flat HTTP/1.1" 200 5180 0.057223 [API:8081]10.0.0.23 - - [2026-06-15 02:00:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?flat HTTP/1.1" 200 5178 0.058341 [API:8081]10.0.0.23 - - [2026-06-15 02:00:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?flat HTTP/1.1" 200 5177 0.065188 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:50] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000505 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12020 0.020003 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12020 0.019009 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 7993 0.015233 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 7995 0.015775 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-3?flat HTTP/1.1" 200 7995 0.021748 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 7993 0.015759 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 7995 0.017202 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-3?flat HTTP/1.1" 200 7995 0.016452 [API:8081]10.0.0.23 - - [2026-06-15 02:01:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2026-06-15 02:01:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.059082 [API:8081]10.0.0.65 - - [2026-06-15 02:02:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.114064 [API:8081]10.0.0.65 - - [2026-06-15 02:03:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059559 [API:8081]10.0.0.33 - - [2026-06-15 02:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-06-15 02:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.65 - - [2026-06-15 02:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2026-06-15 02:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2026-06-15 02:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2026-06-15 02:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-06-15 02:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-06-15 02:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-06-15 02:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2026-06-15 02:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-06-15 02:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-06-15 02:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.029695 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002786 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003837 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003795 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:03] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003637 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004396 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002573 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003031 [API:8081]10.0.0.65 - - [2026-06-15 02:05:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058841 [API:8081]10.0.0.65 - - [2026-06-15 02:06:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.054602 [API:8081]10.0.0.23 - - [2026-06-15 02:06:11] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-06-15 02:06:11] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2026-06-15 02:06:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.23 - - [2026-06-15 02:06:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.045135 [API:8081]10.0.0.23 - - [2026-06-15 02:06:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.064281 [API:8081]10.0.0.33 - - [2026-06-15 02:06:40] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.33 - - [2026-06-15 02:06:40] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.65 - - [2026-06-15 02:06:41] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-06-15 02:06:41] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.65 - - [2026-06-15 02:08:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054006 [API:8081]10.0.0.33 - - [2026-06-15 02:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.33 - - [2026-06-15 02:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-06-15 02:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.65 - - [2026-06-15 02:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.65 - - [2026-06-15 02:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2026-06-15 02:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-06-15 02:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-06-15 02:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2026-06-15 02:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2026-06-15 02:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-06-15 02:08:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-06-15 02:08:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-06-15 02:09:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.048782 [API:8081]10.0.0.65 - - [2026-06-15 02:11:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049480 [API:8081]10.0.0.65 - - [2026-06-15 02:12:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.337328 [API:8081]10.0.0.23 - - [2026-06-15 02:12:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-06-15 02:12:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.042856 [API:8081]10.0.0.23 - - [2026-06-15 02:12:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.040200 [API:8081]10.0.0.33 - - [2026-06-15 02:13:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.33 - - [2026-06-15 02:13:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.65 - - [2026-06-15 02:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.65 - - [2026-06-15 02:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.65 - - [2026-06-15 02:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2026-06-15 02:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-06-15 02:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-15 02:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-15 02:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-06-15 02:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-06-15 02:13:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-06-15 02:13:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.65 - - [2026-06-15 02:14:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060180 [API:8081]10.0.0.23 - - [2026-06-15 02:14:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1888 0.008372 [API:8081]10.0.0.23 - - [2026-06-15 02:14:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2116 0.008590 [API:8081]10.0.0.23 - - [2026-06-15 02:14:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2344 0.041516 [API:8081]10.0.0.23 - - [2026-06-15 02:14:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2572 0.010107 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003030 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004798 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003690 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002350 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:03] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002831 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002428 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002355 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002311 [API:8081]10.0.0.65 - - [2026-06-15 02:15:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069353 [API:8081]10.0.0.23 - - [2026-06-15 02:16:11] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-15 02:16:11] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.33 - - [2026-06-15 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.33 - - [2026-06-15 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.65 - - [2026-06-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2026-06-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-06-15 02:17:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009915 [API:8081]10.0.0.23 - - [2026-06-15 02:17:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12968 0.076283 [API:8081]10.0.0.65 - - [2026-06-15 02:17:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.043736 [API:8081]10.0.0.23 - - [2026-06-15 02:17:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12968 0.025243 [API:8081]10.0.0.23 - - [2026-06-15 02:17:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12968 0.045708 [API:8081]10.0.0.23 - - [2026-06-15 02:17:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12968 0.056303 [API:8081]10.0.0.23 - - [2026-06-15 02:17:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12968 0.020008 [API:8081]10.0.0.23 - - [2026-06-15 02:17:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12968 0.017354 [API:8081]10.0.0.23 - - [2026-06-15 02:17:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12968 0.016627 [API:8081]10.0.0.23 - - [2026-06-15 02:17:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12545 0.018883 [API:8081]10.0.0.23 - - [2026-06-15 02:17:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008230 [API:8081]10.0.0.23 - - [2026-06-15 02:17:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1440 0.009584 [API:8081]10.0.0.65 - - [2026-06-15 02:18:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.049882 [API:8081]10.0.0.33 - - [2026-06-15 02:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-06-15 02:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-06-15 02:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2026-06-15 02:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-06-15 02:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.65 - - [2026-06-15 02:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-15 02:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-06-15 02:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2026-06-15 02:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2026-06-15 02:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2026-06-15 02:18:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2026-06-15 02:18:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-06-15 02:19:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-06-15 02:19:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.045161 [API:8081]10.0.0.65 - - [2026-06-15 02:20:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049722 [API:8081]10.0.0.23 - - [2026-06-15 02:20:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12593 0.050477 [API:8081]10.0.0.23 - - [2026-06-15 02:20:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009436 [API:8081]10.0.0.23 - - [2026-06-15 02:20:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-15 02:20:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1456 0.047619 [API:8081]10.0.0.23 - - [2026-06-15 02:21:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-15 02:21:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.044158 [API:8081]10.0.0.23 - - [2026-06-15 02:21:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.040633 [API:8081]10.0.0.23 - - [2026-06-15 02:21:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.101042 [API:8081]10.0.0.65 - - [2026-06-15 02:21:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.054852 [API:8081]10.0.0.23 - - [2026-06-15 02:22:00] "GET /analytics/uves/virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1?flat HTTP/1.1" 200 1713 0.011346 [API:8081]10.0.0.23 - - [2026-06-15 02:22:00] "GET /analytics/uves/virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1?flat HTTP/1.1" 200 1713 0.011164 [API:8081]10.0.0.23 - - [2026-06-15 02:22:01] "GET /analytics/uves/virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1?flat HTTP/1.1" 200 1713 0.012825 [API:8081]10.0.0.23 - - [2026-06-15 02:22:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13338 0.019508 [API:8081]10.0.0.23 - - [2026-06-15 02:22:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13338 0.020546 [API:8081]10.0.0.23 - - [2026-06-15 02:22:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011822 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901?flat HTTP/1.1" 200 1712 0.011196 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901?flat HTTP/1.1" 200 1712 0.010217 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901?flat HTTP/1.1" 200 1712 0.011083 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010103 [API:8081]10.0.0.23 - - [2026-06-15 02:22:07] "GET /analytics/uves/virtual-machine/eb31e678-c980-411b-a670-5902e7154d34?flat HTTP/1.1" 200 1980 0.010826 [API:8081]10.0.0.23 - - [2026-06-15 02:22:07] "GET /analytics/uves/virtual-machine/eb31e678-c980-411b-a670-5902e7154d34?flat HTTP/1.1" 200 1980 0.010049 [API:8081]10.0.0.23 - - [2026-06-15 02:22:07] "GET /analytics/uves/virtual-machine/eb31e678-c980-411b-a670-5902e7154d34?flat HTTP/1.1" 200 1980 0.010814 [API:8081]10.0.0.23 - - [2026-06-15 02:22:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13313 0.017038 [API:8081]10.0.0.23 - - [2026-06-15 02:22:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13313 0.017094 [API:8081]10.0.0.23 - - [2026-06-15 02:22:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009629 [API:8081]10.0.0.23 - - [2026-06-15 02:22:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13313 0.019816 [API:8081]10.0.0.23 - - [2026-06-15 02:22:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13313 0.017304 [API:8081]10.0.0.23 - - [2026-06-15 02:22:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13313 0.018430 [API:8081]10.0.0.23 - - [2026-06-15 02:22:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12950 0.020624 [API:8081]10.0.0.23 - - [2026-06-15 02:22:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007337 [API:8081]10.0.0.23 - - [2026-06-15 02:23:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008586 [API:8081]10.0.0.23 - - [2026-06-15 02:23:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12972 0.017085 [API:8081]10.0.0.23 - - [2026-06-15 02:23:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12972 0.018628 [API:8081]10.0.0.23 - - [2026-06-15 02:23:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12972 0.018509 [API:8081]10.0.0.65 - - [2026-06-15 02:23:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047278 [API:8081]10.0.0.23 - - [2026-06-15 02:23:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12972 0.017242 [API:8081]10.0.0.23 - - [2026-06-15 02:23:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12972 0.018151 [API:8081]10.0.0.23 - - [2026-06-15 02:23:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12972 0.016596 [API:8081]10.0.0.23 - - [2026-06-15 02:23:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12972 0.020807 [API:8081]10.0.0.23 - - [2026-06-15 02:23:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12972 0.017902 [API:8081]10.0.0.23 - - [2026-06-15 02:23:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12583 0.019986 [API:8081]10.0.0.23 - - [2026-06-15 02:23:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.017299 [API:8081]10.0.0.33 - - [2026-06-15 02:23:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.33 - - [2026-06-15 02:23:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-06-15 02:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2026-06-15 02:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-06-15 02:23:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-06-15 02:23:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.051322 [API:8081]10.0.0.65 - - [2026-06-15 02:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-06-15 02:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-06-15 02:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-06-15 02:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2026-06-15 02:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-15 02:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.23 - - [2026-06-15 02:23:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.089224 [API:8081]10.0.0.23 - - [2026-06-15 02:23:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.049805 [API:8081]10.0.0.23 - - [2026-06-15 02:23:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2026-06-15 02:23:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.65 - - [2026-06-15 02:24:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.061561 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60?flat HTTP/1.1" 200 1719 0.010821 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60?flat HTTP/1.1" 200 1719 0.010169 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60?flat HTTP/1.1" 200 1719 0.010977 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13355 0.018868 [API:8081]10.0.0.23 - - [2026-06-15 02:24:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13355 0.017639 [API:8081]10.0.0.23 - - [2026-06-15 02:24:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013853 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6?flat HTTP/1.1" 200 1718 0.011905 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6?flat HTTP/1.1" 200 1718 0.009701 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6?flat HTTP/1.1" 200 1718 0.011549 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008050 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb?flat HTTP/1.1" 200 1718 0.012393 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb?flat HTTP/1.1" 200 1718 0.010659 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb?flat HTTP/1.1" 200 1718 0.010528 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13355 0.020674 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13355 0.018803 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008260 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002820 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002549 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002887 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002758 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:03] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002931 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003163 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002363 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002592 [API:8081]10.0.0.23 - - [2026-06-15 02:25:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13359 0.017589 [API:8081]10.0.0.23 - - [2026-06-15 02:25:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13359 0.018302 [API:8081]10.0.0.23 - - [2026-06-15 02:25:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13157 0.020391 [API:8081]10.0.0.23 - - [2026-06-15 02:25:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009260 [API:8081]10.0.0.23 - - [2026-06-15 02:25:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008486 [API:8081]10.0.0.23 - - [2026-06-15 02:25:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12980 0.027099 [API:8081]10.0.0.23 - - [2026-06-15 02:25:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12980 0.023297 [API:8081]10.0.0.23 - - [2026-06-15 02:25:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12980 0.022339 [API:8081]10.0.0.23 - - [2026-06-15 02:25:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12980 0.018365 [API:8081]10.0.0.23 - - [2026-06-15 02:25:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12980 0.017753 [API:8081]10.0.0.23 - - [2026-06-15 02:25:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12980 0.025919 [API:8081]10.0.0.23 - - [2026-06-15 02:26:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12980 0.020581 [API:8081]10.0.0.23 - - [2026-06-15 02:26:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12596 0.018933 [API:8081]10.0.0.23 - - [2026-06-15 02:26:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008659 [API:8081]10.0.0.23 - - [2026-06-15 02:26:11] "GET /analytics HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2026-06-15 02:26:11] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.23 - - [2026-06-15 02:26:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-06-15 02:26:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.045590 [API:8081]10.0.0.23 - - [2026-06-15 02:26:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.043278 [API:8081]10.0.0.65 - - [2026-06-15 02:26:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048887 [API:8081]10.0.0.33 - - [2026-06-15 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-06-15 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.65 - - [2026-06-15 02:26:41] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2026-06-15 02:26:41] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.65 - - [2026-06-15 02:27:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.046036 [API:8081]10.0.0.23 - - [2026-06-15 02:28:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2026-06-15 02:28:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.052913 [API:8081]10.0.0.33 - - [2026-06-15 02:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-06-15 02:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2026-06-15 02:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2026-06-15 02:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2026-06-15 02:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-06-15 02:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-06-15 02:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-06-15 02:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-06-15 02:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-06-15 02:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-06-15 02:28:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2026-06-15 02:28:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2026-06-15 02:29:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059967 [API:8081]10.0.0.23 - - [2026-06-15 02:30:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13002 0.058470 [API:8081]10.0.0.23 - - [2026-06-15 02:30:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13002 0.017374 [API:8081]10.0.0.23 - - [2026-06-15 02:30:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13002 0.055545 [API:8081]10.0.0.23 - - [2026-06-15 02:30:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13002 0.017608 [API:8081]10.0.0.23 - - [2026-06-15 02:30:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13002 0.020024 [API:8081]10.0.0.65 - - [2026-06-15 02:30:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.051698 [API:8081]10.0.0.23 - - [2026-06-15 02:30:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13002 0.020507 [API:8081]10.0.0.23 - - [2026-06-15 02:30:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13002 0.019340 [API:8081]10.0.0.23 - - [2026-06-15 02:30:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13002 0.021502 [API:8081]10.0.0.23 - - [2026-06-15 02:30:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12572 0.018183 [API:8081]10.0.0.23 - - [2026-06-15 02:30:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007978 [API:8081]10.0.0.23 - - [2026-06-15 02:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-06-15 02:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1440 0.051168 [API:8081]10.0.0.23 - - [2026-06-15 02:30:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1664 0.046065 [API:8081]10.0.0.65 - - [2026-06-15 02:32:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046304 [API:8081]10.0.0.65 - - [2026-06-15 02:33:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.056888 [API:8081]10.0.0.33 - - [2026-06-15 02:33:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.33 - - [2026-06-15 02:33:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.65 - - [2026-06-15 02:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2026-06-15 02:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2026-06-15 02:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-06-15 02:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-06-15 02:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.23 - - [2026-06-15 02:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.33 - - [2026-06-15 02:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-06-15 02:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-06-15 02:33:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-06-15 02:33:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-06-15 02:34:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009706 [API:8081]10.0.0.23 - - [2026-06-15 02:34:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13006 0.057097 [API:8081]10.0.0.23 - - [2026-06-15 02:34:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13006 0.018746 [API:8081]10.0.0.23 - - [2026-06-15 02:34:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13006 0.020748 [API:8081]10.0.0.23 - - [2026-06-15 02:34:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13006 0.017752 [API:8081]10.0.0.23 - - [2026-06-15 02:34:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13006 0.016720 [API:8081]10.0.0.23 - - [2026-06-15 02:34:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13006 0.019277 [API:8081]10.0.0.23 - - [2026-06-15 02:34:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13006 0.018780 [API:8081]10.0.0.23 - - [2026-06-15 02:34:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12591 0.017876 [API:8081]10.0.0.23 - - [2026-06-15 02:34:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007728 [API:8081]10.0.0.23 - - [2026-06-15 02:34:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-06-15 02:34:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.043876 [API:8081]10.0.0.23 - - [2026-06-15 02:34:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1688 0.048773 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003306 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002713 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002390 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002444 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:03] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002484 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002482 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002326 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002664 [API:8081]10.0.0.65 - - [2026-06-15 02:35:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052661 [API:8081]10.0.0.23 - - [2026-06-15 02:36:11] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-06-15 02:36:11] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.65 - - [2026-06-15 02:36:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.053468 [API:8081]10.0.0.33 - - [2026-06-15 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.33 - - [2026-06-15 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.65 - - [2026-06-15 02:36:41] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2026-06-15 02:36:41] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.65 - - [2026-06-15 02:38:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056418 [API:8081]10.0.0.23 - - [2026-06-15 02:38:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.047703 [API:8081]10.0.0.23 - - [2026-06-15 02:38:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13028 0.017324 [API:8081]10.0.0.23 - - [2026-06-15 02:38:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13028 0.017924 [API:8081]10.0.0.23 - - [2026-06-15 02:38:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13028 0.019918 [API:8081]10.0.0.23 - - [2026-06-15 02:38:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13028 0.019733 [API:8081]10.0.0.33 - - [2026-06-15 02:38:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.33 - - [2026-06-15 02:38:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.65 - - [2026-06-15 02:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2026-06-15 02:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2026-06-15 02:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2026-06-15 02:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-06-15 02:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-06-15 02:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2026-06-15 02:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-06-15 02:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-06-15 02:38:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13028 0.017946 [API:8081]10.0.0.23 - - [2026-06-15 02:38:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-06-15 02:38:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-06-15 02:38:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13028 0.016887 [API:8081]10.0.0.23 - - [2026-06-15 02:39:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13028 0.017786 [API:8081]10.0.0.23 - - [2026-06-15 02:39:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13028 0.018497 [API:8081]10.0.0.23 - - [2026-06-15 02:39:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12599 0.018716 [API:8081]10.0.0.23 - - [2026-06-15 02:39:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007653 [API:8081]10.0.0.65 - - [2026-06-15 02:39:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060243 [API:8081]10.0.0.65 - - [2026-06-15 02:41:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049383 [API:8081]10.0.0.65 - - [2026-06-15 02:42:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.051862 [API:8081]10.0.0.23 - - [2026-06-15 02:42:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-15 02:42:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.049182 [API:8081]10.0.0.33 - - [2026-06-15 02:43:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2026-06-15 02:43:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-06-15 02:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.65 - - [2026-06-15 02:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2026-06-15 02:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.65 - - [2026-06-15 02:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-06-15 02:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-06-15 02:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.33 - - [2026-06-15 02:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-06-15 02:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-06-15 02:43:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-15 02:43:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-15 02:44:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.035186 [API:8081]10.0.0.65 - - [2026-06-15 02:44:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047651 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003307 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002678 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002372 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002363 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:03] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002899 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002724 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002305 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002208 [API:8081]10.0.0.65 - - [2026-06-15 02:45:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.082934 [API:8081]10.0.0.23 - - [2026-06-15 02:45:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2026-06-15 02:45:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1562 0.063313 [API:8081]10.0.0.23 - - [2026-06-15 02:46:11] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-06-15 02:46:11] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1?flat HTTP/1.1" 200 1781 0.045352 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1?flat HTTP/1.1" 200 1781 0.043928 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1?flat HTTP/1.1" 200 1781 0.010664 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13203 0.017167 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13203 0.017839 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008534 [API:8081]10.0.0.33 - - [2026-06-15 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.33 - - [2026-06-15 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.65 - - [2026-06-15 02:46:41] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.65 - - [2026-06-15 02:46:41] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.23 - - [2026-06-15 02:46:53] "GET /analytics/uves/virtual-machine/20fa1c67-f6c1-4a74-9e91-03ff18cf1690?flat HTTP/1.1" 200 2094 0.010174 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/virtual-machine/20fa1c67-f6c1-4a74-9e91-03ff18cf1690?flat HTTP/1.1" 200 2094 0.010825 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/virtual-machine/20fa1c67-f6c1-4a74-9e91-03ff18cf1690?flat HTTP/1.1" 200 2094 0.010515 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007655 [API:8081]10.0.0.65 - - [2026-06-15 02:47:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047657 [API:8081]10.0.0.65 - - [2026-06-15 02:48:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.043976 [API:8081]10.0.0.33 - - [2026-06-15 02:48:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-06-15 02:48:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2026-06-15 02:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2026-06-15 02:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2026-06-15 02:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-06-15 02:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.23 - - [2026-06-15 02:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-06-15 02:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.33 - - [2026-06-15 02:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.33 - - [2026-06-15 02:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-06-15 02:48:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-15 02:48:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-06-15 02:49:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2026-06-15 02:49:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1928 0.046399 [API:8081]10.0.0.23 - - [2026-06-15 02:50:32] "GET /analytics/uves/virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae?flat HTTP/1.1" 200 1790 0.051993 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae?flat HTTP/1.1" 200 1790 0.044014 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae?flat HTTP/1.1" 200 1790 0.009992 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13808 0.019083 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13808 0.017549 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011141 [API:8081]10.0.0.65 - - [2026-06-15 02:50:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047004 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382?flat HTTP/1.1" 200 1791 0.010274 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382?flat HTTP/1.1" 200 1791 0.010189 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382?flat HTTP/1.1" 200 1791 0.011788 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010790 [API:8081]10.0.0.65 - - [2026-06-15 02:51:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.048866 [API:8081]10.0.0.23 - - [2026-06-15 02:52:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008364 [API:8081]10.0.0.23 - - [2026-06-15 02:52:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13815 0.022371 [API:8081]10.0.0.23 - - [2026-06-15 02:52:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13815 0.025755 [API:8081]10.0.0.23 - - [2026-06-15 02:52:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13815 0.020741 [API:8081]10.0.0.23 - - [2026-06-15 02:52:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13815 0.026348 [API:8081]10.0.0.23 - - [2026-06-15 02:52:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13815 0.017111 [API:8081]10.0.0.23 - - [2026-06-15 02:52:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13815 0.018833 [API:8081]10.0.0.23 - - [2026-06-15 02:53:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13815 0.017825 [API:8081]10.0.0.23 - - [2026-06-15 02:53:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13815 0.017577 [API:8081]10.0.0.23 - - [2026-06-15 02:53:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13214 0.017403 [API:8081]10.0.0.23 - - [2026-06-15 02:53:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008395 [API:8081]10.0.0.23 - - [2026-06-15 02:53:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-06-15 02:53:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1892 0.042032 [API:8081]10.0.0.65 - - [2026-06-15 02:53:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046785 [API:8081]10.0.0.33 - - [2026-06-15 02:53:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-15 02:53:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2026-06-15 02:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.65 - - [2026-06-15 02:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-06-15 02:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-06-15 02:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-06-15 02:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-06-15 02:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-06-15 02:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-06-15 02:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-06-15 02:53:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-06-15 02:53:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-06-15 02:54:02] "GET /analytics/uves/virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6?flat HTTP/1.1" 200 1773 0.050331 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6?flat HTTP/1.1" 200 1773 0.015672 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6?flat HTTP/1.1" 200 1773 0.044430 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13760 0.019628 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13760 0.017641 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009416 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/virtual-machine/d4ec9014-6ccd-45cb-8108-b7fb3dcefcf5?flat HTTP/1.1" 200 1772 0.010598 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/virtual-machine/d4ec9014-6ccd-45cb-8108-b7fb3dcefcf5?flat HTTP/1.1" 200 1772 0.012831 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/virtual-machine/d4ec9014-6ccd-45cb-8108-b7fb3dcefcf5?flat HTTP/1.1" 200 1772 0.011096 [API:8081]10.0.0.23 - - [2026-06-15 02:54:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008668 [API:8081]10.0.0.65 - - [2026-06-15 02:54:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.050312 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002886 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002660 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002824 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002350 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:03] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002620 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002314 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002158 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002263 [API:8081]10.0.0.23 - - [2026-06-15 02:56:11] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-06-15 02:56:11] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.33 - - [2026-06-15 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.33 - - [2026-06-15 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.65 - - [2026-06-15 02:56:41] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.65 - - [2026-06-15 02:56:41] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.65 - - [2026-06-15 02:56:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057445 [API:8081]10.0.0.23 - - [2026-06-15 02:57:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-06-15 02:57:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.052008 [API:8081]10.0.0.23 - - [2026-06-15 02:57:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.050335 [API:8081]10.0.0.23 - - [2026-06-15 02:57:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2744 0.046434 [API:8081]10.0.0.65 - - [2026-06-15 02:57:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.052667 [API:8081]10.0.0.23 - - [2026-06-15 02:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.009587 [API:8081]10.0.0.23 - - [2026-06-15 02:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.014274 [API:8081]10.0.0.23 - - [2026-06-15 02:57:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2744 0.011467 [API:8081]10.0.0.23 - - [2026-06-15 02:57:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2968 0.008888 [API:8081]10.0.0.23 - - [2026-06-15 02:57:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3194 0.008477 [API:8081]10.0.0.23 - - [2026-06-15 02:58:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-06-15 02:58:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.041995 [API:8081]10.0.0.23 - - [2026-06-15 02:58:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.039480 [API:8081]10.0.0.23 - - [2026-06-15 02:58:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2538 0.039116 [API:8081]10.0.0.23 - - [2026-06-15 02:58:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.008226 [API:8081]10.0.0.23 - - [2026-06-15 02:58:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.008573 [API:8081]10.0.0.23 - - [2026-06-15 02:58:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.008838 [API:8081]10.0.0.23 - - [2026-06-15 02:58:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2026-06-15 02:58:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.043965 [API:8081]10.0.0.23 - - [2026-06-15 02:58:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2308 0.070682 [API:8081]10.0.0.23 - - [2026-06-15 02:58:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2518 0.041218 [API:8081]10.0.0.23 - - [2026-06-15 02:58:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.008538 [API:8081]10.0.0.23 - - [2026-06-15 02:58:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2308 0.007755 [API:8081]10.0.0.23 - - [2026-06-15 02:58:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2518 0.012190 [API:8081]10.0.0.23 - - [2026-06-15 02:58:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2738 0.009298 [API:8081]10.0.0.23 - - [2026-06-15 02:58:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2960 0.008119 [API:8081]10.0.0.33 - - [2026-06-15 02:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-06-15 02:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.65 - - [2026-06-15 02:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.65 - - [2026-06-15 02:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.65 - - [2026-06-15 02:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2026-06-15 02:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-06-15 02:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-06-15 02:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-06-15 02:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-06-15 02:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-06-15 02:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-06-15 02:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-06-15 02:59:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2026-06-15 02:59:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.040593 [API:8081]10.0.0.23 - - [2026-06-15 02:59:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2322 0.046185 [API:8081]10.0.0.23 - - [2026-06-15 02:59:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2542 0.037302 [API:8081]10.0.0.23 - - [2026-06-15 02:59:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2774 0.008556 [API:8081]10.0.0.23 - - [2026-06-15 02:59:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3008 0.008910 [API:8081]10.0.0.65 - - [2026-06-15 02:59:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049600 [API:8081]10.0.0.65 - - [2026-06-15 03:00:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.047502 [API:8081]10.0.0.65 - - [2026-06-15 03:02:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067823 [API:8081]10.0.0.65 - - [2026-06-15 03:03:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064406 [API:8081]10.0.0.33 - - [2026-06-15 03:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.33 - - [2026-06-15 03:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2026-06-15 03:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2026-06-15 03:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2026-06-15 03:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-06-15 03:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-06-15 03:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-06-15 03:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2026-06-15 03:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-06-15 03:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-15 03:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-15 03:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-06-15 03:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-15 03:04:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2322 0.048153 [API:8081]10.0.0.23 - - [2026-06-15 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2532 0.041249 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003323 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002787 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002699 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002280 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:03] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003065 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003245 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002605 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002360 [API:8081]10.0.0.65 - - [2026-06-15 03:05:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049160 [API:8081]10.0.0.23 - - [2026-06-15 03:06:11] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.23 - - [2026-06-15 03:06:11] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.33 - - [2026-06-15 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-15 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.65 - - [2026-06-15 03:06:41] "GET /analytics HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.65 - - [2026-06-15 03:06:41] "GET /analytics HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.65 - - [2026-06-15 03:06:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.051530 [API:8081]10.0.0.23 - - [2026-06-15 03:08:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-06-15 03:08:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2304 0.049665 [API:8081]10.0.0.33 - - [2026-06-15 03:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-06-15 03:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.102049 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-06-15 03:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-06-15 03:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2026-06-15 03:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.33 - - [2026-06-15 03:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-06-15 03:08:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000509 [API:8081]10.0.0.23 - - [2026-06-15 03:08:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2026-06-15 03:09:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-06-15 03:09:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.072418 [API:8081]10.0.0.65 - - [2026-06-15 03:09:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.049636 [API:8081]10.0.0.65 - - [2026-06-15 03:11:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051301 [API:8081]10.0.0.65 - - [2026-06-15 03:12:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.055255 [API:8081]10.0.0.23 - - [2026-06-15 03:13:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-06-15 03:13:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2094 0.047447 [API:8081]10.0.0.33 - - [2026-06-15 03:13:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-15 03:13:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2026-06-15 03:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-06-15 03:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2026-06-15 03:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.65 - - [2026-06-15 03:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-06-15 03:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-06-15 03:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2026-06-15 03:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-15 03:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-06-15 03:13:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-06-15 03:13:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2026-06-15 03:14:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.106681 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002948 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002643 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002717 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002422 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:03] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002731 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002399 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002964 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002625 [API:8081]10.0.0.65 - - [2026-06-15 03:15:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066994 [API:8081]10.0.0.23 - - [2026-06-15 03:16:11] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-15 03:16:11] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.33 - - [2026-06-15 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.33 - - [2026-06-15 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.65 - - [2026-06-15 03:16:41] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.65 - - [2026-06-15 03:16:41] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.65 - - [2026-06-15 03:17:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059167 [API:8081]10.0.0.23 - - [2026-06-15 03:18:17] "GET /analytics/uves/virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09?flat HTTP/1.1" 401 205 0.000469 [API:8081]10.0.0.23 - - [2026-06-15 03:18:17] "GET /analytics/uves/virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09?flat HTTP/1.1" 200 1275 0.051106 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09?flat HTTP/1.1" 200 1275 0.044294 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09?flat HTTP/1.1" 200 1275 0.048528 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 15033 0.019327 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 15033 0.019892 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.008465 [API:8081]10.0.0.23 - - [2026-06-15 03:18:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.008940 [API:8081]10.0.0.23 - - [2026-06-15 03:18:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 15033 0.018788 [API:8081]10.0.0.23 - - [2026-06-15 03:18:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 15033 0.020200 [API:8081]10.0.0.23 - - [2026-06-15 03:18:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 15033 0.018986 [API:8081]10.0.0.23 - - [2026-06-15 03:18:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14744 0.018351 [API:8081]10.0.0.23 - - [2026-06-15 03:18:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.009008 [API:8081]10.0.0.33 - - [2026-06-15 03:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-06-15 03:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.65 - - [2026-06-15 03:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2026-06-15 03:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-06-15 03:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2026-06-15 03:18:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000480 [API:8081]10.0.0.23 - - [2026-06-15 03:18:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.65 - - [2026-06-15 03:19:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059681 [API:8081]10.0.0.23 - - [2026-06-15 03:21:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-06-15 03:21:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2738 0.047511 [API:8081]10.0.0.65 - - [2026-06-15 03:21:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076811 [API:8081]10.0.0.65 - - [2026-06-15 03:22:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.053546 [API:8081]10.0.0.23 - - [2026-06-15 03:23:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.23 - - [2026-06-15 03:23:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2300 0.044443 [API:8081]10.0.0.33 - - [2026-06-15 03:23:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-06-15 03:23:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.65 - - [2026-06-15 03:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.65 - - [2026-06-15 03:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.65 - - [2026-06-15 03:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2026-06-15 03:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-06-15 03:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-06-15 03:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.33 - - [2026-06-15 03:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-06-15 03:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-06-15 03:23:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-15 03:23:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2026-06-15 03:24:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060421 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:03] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002528 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:03] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002586 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002370 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002313 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002464 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002258 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002014 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002089 [API:8081]10.0.0.65 - - [2026-06-15 03:25:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.072658 [API:8081]10.0.0.23 - - [2026-06-15 03:25:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-06-15 03:25:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.048741 [API:8081]10.0.0.23 - - [2026-06-15 03:25:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-06-15 03:25:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2370 0.052652 [API:8081]10.0.0.23 - - [2026-06-15 03:26:11] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2026-06-15 03:26:11] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.33 - - [2026-06-15 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.33 - - [2026-06-15 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.65 - - [2026-06-15 03:26:41] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.65 - - [2026-06-15 03:26:41] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.65 - - [2026-06-15 03:27:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057801 [API:8081]10.0.0.65 - - [2026-06-15 03:28:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.056049 [API:8081]10.0.0.33 - - [2026-06-15 03:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-06-15 03:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.65 - - [2026-06-15 03:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-06-15 03:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2026-06-15 03:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.65 - - [2026-06-15 03:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-06-15 03:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2026-06-15 03:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-06-15 03:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2026-06-15 03:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-06-15 03:28:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.23 - - [2026-06-15 03:28:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2026-06-15 03:30:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053641 [API:8081]10.0.0.65 - - [2026-06-15 03:31:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.051344 [API:8081]10.0.0.23 - - [2026-06-15 03:32:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-06-15 03:32:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2572 0.045759 [API:8081]10.0.0.65 - - [2026-06-15 03:33:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062307 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00?flat HTTP/1.1" 200 1264 0.057787 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00?flat HTTP/1.1" 200 1264 0.013098 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00?flat HTTP/1.1" 200 1264 0.044945 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14132 0.018344 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14132 0.019578 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.008578 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1713 0.010657 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1713 0.011186 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1713 0.009884 [API:8081]10.0.0.23 - - [2026-06-15 03:33:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.008238 [API:8081]10.0.0.33 - - [2026-06-15 03:33:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2026-06-15 03:33:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2026-06-15 03:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-06-15 03:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-06-15 03:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2026-06-15 03:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-06-15 03:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-06-15 03:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.33 - - [2026-06-15 03:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.33 - - [2026-06-15 03:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2026-06-15 03:33:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-06-15 03:33:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2026-06-15 03:34:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.057343 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003411 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002831 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003028 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002422 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002681 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002697 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002655 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002236 [API:8081]10.0.0.23 - - [2026-06-15 03:35:39] "GET /analytics/uves/virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00?flat HTTP/1.1" 200 1472 0.011571 [API:8081]10.0.0.23 - - [2026-06-15 03:35:41] "GET /analytics/uves/virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00?flat HTTP/1.1" 200 1472 0.013706 [API:8081]10.0.0.23 - - [2026-06-15 03:35:43] "GET /analytics/uves/virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00?flat HTTP/1.1" 200 1857 0.010684 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00?flat HTTP/1.1" 200 1857 0.010543 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00?flat HTTP/1.1" 200 1906 0.010782 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13065 0.018396 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13065 0.018085 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009105 [API:8081]10.0.0.23 - - [2026-06-15 03:35:47] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1472 0.010334 [API:8081]10.0.0.23 - - [2026-06-15 03:35:49] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1472 0.011450 [API:8081]10.0.0.23 - - [2026-06-15 03:35:51] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1472 0.012097 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1892 0.011072 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1892 0.010421 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67?flat HTTP/1.1" 200 1892 0.009946 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.007478 [API:8081]10.0.0.23 - - [2026-06-15 03:36:11] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-06-15 03:36:11] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.65 - - [2026-06-15 03:36:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062349 [API:8081]10.0.0.33 - - [2026-06-15 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.33 - - [2026-06-15 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.65 - - [2026-06-15 03:36:41] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.65 - - [2026-06-15 03:36:41] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.23 - - [2026-06-15 03:37:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.007869 [API:8081]10.0.0.65 - - [2026-06-15 03:37:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.056820 [API:8081]10.0.0.23 - - [2026-06-15 03:37:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13496 0.019933 [API:8081]10.0.0.23 - - [2026-06-15 03:37:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009961 [API:8081]10.0.0.33 - - [2026-06-15 03:38:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-06-15 03:38:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2026-06-15 03:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.65 - - [2026-06-15 03:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.65 - - [2026-06-15 03:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-06-15 03:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2026-06-15 03:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2026-06-15 03:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.33 - - [2026-06-15 03:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-06-15 03:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-15 03:38:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-15 03:38:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2026-06-15 03:39:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069336 [API:8081]10.0.0.23 - - [2026-06-15 03:40:02] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-15 03:40:02] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 200 965 0.108425 [API:8081]10.0.0.23 - - [2026-06-15 03:40:05] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 200 965 0.085463 [API:8081]10.0.0.23 - - [2026-06-15 03:40:07] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 200 965 0.064711 [API:8081]10.0.0.23 - - [2026-06-15 03:40:09] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 200 965 0.038698 [API:8081]10.0.0.23 - - [2026-06-15 03:40:11] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 200 965 0.039325 [API:8081]10.0.0.23 - - [2026-06-15 03:40:13] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 200 1398 0.041267 [API:8081]10.0.0.23 - - [2026-06-15 03:40:13] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 200 1398 0.051222 [API:8081]10.0.0.23 - - [2026-06-15 03:40:13] "GET /analytics/uves/virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?flat HTTP/1.1" 200 1398 0.039116 [API:8081]10.0.0.23 - - [2026-06-15 03:40:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-06-15 03:40:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.060407 [API:8081]10.0.0.23 - - [2026-06-15 03:40:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.049564 [API:8081]10.0.0.23 - - [2026-06-15 03:40:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.041103 [API:8081]10.0.0.65 - - [2026-06-15 03:40:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061577 [API:8081]10.0.0.23 - - [2026-06-15 03:40:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.052581 [API:8081]10.0.0.23 - - [2026-06-15 03:40:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.018335 [API:8081]10.0.0.23 - - [2026-06-15 03:40:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.017557 [API:8081]10.0.0.23 - - [2026-06-15 03:40:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.019504 [API:8081]10.0.0.23 - - [2026-06-15 03:40:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.016946 [API:8081]10.0.0.23 - - [2026-06-15 03:40:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.020243 [API:8081]10.0.0.23 - - [2026-06-15 03:40:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.019439 [API:8081]10.0.0.23 - - [2026-06-15 03:40:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13961 0.018997 [API:8081]10.0.0.23 - - [2026-06-15 03:40:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13666 0.017668 [API:8081]10.0.0.23 - - [2026-06-15 03:40:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.007898 [API:8081]10.0.0.23 - - [2026-06-15 03:41:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 401 205 0.000230 --- 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-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-49670012' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project '8a9379ff3891467e8d9b98a0b22075f5' 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-25348200', 'ctest-TestRbacBasic-25348200-98569234'], 'virtual_network', 'f0f7c0a1-ba6c-420c-833c-0a895651274f', "Permission Denied for ['ctest-TestRbacBasic-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-49670012' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project '8a9379ff3891467e8d9b98a0b22075f5'"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 403 198 0.372403 [API:8081]10.0.0.23 - - [2026-06-15 03:41:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 401 205 0.000242 --- 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-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-25348200' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project 'd3f5a5b31d8d4363906d62b622a8a3c4' 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-25348200', 'ctest-TestRbacBasic-25348200-98569234'], 'virtual_network', 'f0f7c0a1-ba6c-420c-833c-0a895651274f', "Permission Denied for ['ctest-TestRbacBasic-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-25348200' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project 'd3f5a5b31d8d4363906d62b622a8a3c4'"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 403 198 0.080569 [API:8081]10.0.0.23 - - [2026-06-15 03:41:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-06-15 03:41:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2616 0.045074 [API:8081]10.0.0.23 - - [2026-06-15 03:41:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 401 205 0.000236 --- 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-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240 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-18892240', 'ctest-TestRbacBasic-18892240-11126924'], 'virtual_network', '5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c', "Permission Denied for ctest-TestRbacBasic-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 403 198 0.088051 --- 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-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240 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-18892240', 'ctest-TestRbacBasic-18892240-11126924'], 'virtual_network', '5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c', "Permission Denied for ctest-TestRbacBasic-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 403 198 0.051858 --- 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-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240 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-18892240', 'ctest-TestRbacBasic-18892240-11126924'], 'virtual_network', '5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c', "Permission Denied for ctest-TestRbacBasic-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 403 198 0.089085 [API:8081]10.0.0.23 - - [2026-06-15 03:41:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 401 205 0.000246 --- 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-87959083 as ['ctest-TestRbacBasic-15994473'] to R virtual-network in ctest-TestRbacBasic-18892240 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-18892240', 'ctest-TestRbacBasic-18892240-11126924'], 'virtual_network', '5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c', "Permission Denied for ctest-TestRbacBasic-87959083 as ['ctest-TestRbacBasic-15994473'] to R virtual-network in ctest-TestRbacBasic-18892240"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 403 198 0.068939 [API:8081]10.0.0.23 - - [2026-06-15 03:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2616 0.059015 [API:8081]10.0.0.23 - - [2026-06-15 03:41:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2862 0.043104 [API:8081]10.0.0.23 - - [2026-06-15 03:41:57] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 966 0.045359 [API:8081]10.0.0.23 - - [2026-06-15 03:41:59] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 966 0.057860 [API:8081]10.0.0.23 - - [2026-06-15 03:42:01] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 966 0.040301 [API:8081]10.0.0.23 - - [2026-06-15 03:42:03] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 966 0.038270 [API:8081]10.0.0.23 - - [2026-06-15 03:42:05] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 966 0.036286 [API:8081]10.0.0.23 - - [2026-06-15 03:42:07] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 966 0.034323 [API:8081]10.0.0.23 - - [2026-06-15 03:42:09] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 966 0.041784 [API:8081]10.0.0.23 - - [2026-06-15 03:42:11] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 966 0.038121 [API:8081]10.0.0.23 - - [2026-06-15 03:42:13] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 1412 0.044529 [API:8081]10.0.0.23 - - [2026-06-15 03:42:13] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 1412 0.045796 [API:8081]10.0.0.23 - - [2026-06-15 03:42:13] "GET /analytics/uves/virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?flat HTTP/1.1" 200 1412 0.043071 [API:8081]10.0.0.23 - - [2026-06-15 03:42:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.019874 [API:8081]10.0.0.23 - - [2026-06-15 03:42:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.018010 [API:8081]10.0.0.23 - - [2026-06-15 03:42:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.057444 [API:8081]10.0.0.65 - - [2026-06-15 03:42:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074750 [API:8081]10.0.0.23 - - [2026-06-15 03:42:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.020900 [API:8081]10.0.0.23 - - [2026-06-15 03:42:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.017665 [API:8081]10.0.0.23 - - [2026-06-15 03:42:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.021762 [API:8081]10.0.0.23 - - [2026-06-15 03:42:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.019209 [API:8081]10.0.0.23 - - [2026-06-15 03:42:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.018110 [API:8081]10.0.0.23 - - [2026-06-15 03:42:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.017089 [API:8081]10.0.0.23 - - [2026-06-15 03:42:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14085 0.019265 [API:8081]10.0.0.23 - - [2026-06-15 03:42:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13668 0.018183 [API:8081]10.0.0.23 - - [2026-06-15 03:42:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.008449 [Introspect:8090]10.0.0.23 - - [2026-06-15 03:42:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001421 [API:8081]10.0.0.23 - - [2026-06-15 03:42:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-06-15 03:42:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2580 0.046835 [API:8081]10.0.0.65 - - [2026-06-15 03:43:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.058599 [API:8081]10.0.0.33 - - [2026-06-15 03:43:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.33 - - [2026-06-15 03:43:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.65 - - [2026-06-15 03:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.65 - - [2026-06-15 03:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.65 - - [2026-06-15 03:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-06-15 03:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2026-06-15 03:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-06-15 03:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-06-15 03:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2026-06-15 03:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-06-15 03:43:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-06-15 03:43:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003001 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002959 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003308 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002847 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002749 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002551 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002473 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002321 [API:8081]10.0.0.65 - - [2026-06-15 03:45:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.044579 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c?flat HTTP/1.1" 200 2041 0.010952 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c?flat HTTP/1.1" 200 2041 0.083990 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c?flat HTTP/1.1" 200 2041 0.075352 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14076 0.019016 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14076 0.019137 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.008043 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74?flat HTTP/1.1" 200 2059 0.011489 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74?flat HTTP/1.1" 200 2059 0.011048 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74?flat HTTP/1.1" 200 2059 0.010300 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.008976 [API:8081]10.0.0.23 - - [2026-06-15 03:45:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.007530 [API:8081]10.0.0.23 - - [2026-06-15 03:45:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14079 0.019956 [API:8081]10.0.0.23 - - [2026-06-15 03:46:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14079 0.019596 [API:8081]10.0.0.23 - - [2026-06-15 03:46:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14079 0.017915 [API:8081]10.0.0.23 - - [2026-06-15 03:46:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14079 0.018992 [API:8081]10.0.0.23 - - [2026-06-15 03:46:11] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-06-15 03:46:11] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.23 - - [2026-06-15 03:46:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14077 0.019138 [API:8081]10.0.0.23 - - [2026-06-15 03:46:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13708 0.018389 [API:8081]10.0.0.23 - - [2026-06-15 03:46:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.007568 [API:8081]10.0.0.23 - - [2026-06-15 03:46:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2580 0.013341 [API:8081]10.0.0.23 - - [2026-06-15 03:46:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2790 0.007967 [API:8081]10.0.0.65 - - [2026-06-15 03:46:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053129 [API:8081]10.0.0.33 - - [2026-06-15 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2026-06-15 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.65 - - [2026-06-15 03:46:41] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2026-06-15 03:46:41] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.65 - - [2026-06-15 03:48:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.047165 [API:8081]10.0.0.33 - - [2026-06-15 03:48:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-06-15 03:48:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2026-06-15 03:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2026-06-15 03:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2026-06-15 03:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2026-06-15 03:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-06-15 03:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-06-15 03:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.33 - - [2026-06-15 03:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-06-15 03:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-06-15 03:48:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2026-06-15 03:48:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.65 - - [2026-06-15 03:49:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.358613 [Introspect:8090]10.0.0.23 - - [2026-06-15 03:49:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001165 [API:8081]10.0.0.23 - - [2026-06-15 03:49:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3000 0.046661 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585?flat HTTP/1.1" 200 1717 0.049807 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585?flat HTTP/1.1" 200 1717 0.046808 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585?flat HTTP/1.1" 200 1717 0.012301 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13531 0.018695 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13531 0.019020 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009929 [API:8081]10.0.0.23 - - [2026-06-15 03:50:54] "GET /analytics/uves/virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c?flat HTTP/1.1" 200 1714 0.010650 [API:8081]10.0.0.23 - - [2026-06-15 03:50:54] "GET /analytics/uves/virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c?flat HTTP/1.1" 200 1714 0.010635 [API:8081]10.0.0.23 - - [2026-06-15 03:50:55] "GET /analytics/uves/virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c?flat HTTP/1.1" 200 1714 0.009638 [API:8081]10.0.0.23 - - [2026-06-15 03:50:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13501 0.017684 [API:8081]10.0.0.23 - - [2026-06-15 03:50:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13501 0.020251 [API:8081]10.0.0.23 - - [2026-06-15 03:50:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.008450 [API:8081]10.0.0.65 - - [2026-06-15 03:51:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049874 [API:8081]10.0.0.23 - - [2026-06-15 03:51:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14070 0.018673 [API:8081]10.0.0.23 - - [2026-06-15 03:51:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14070 0.019789 [API:8081]10.0.0.23 - - [2026-06-15 03:51:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14070 0.019075 [API:8081]10.0.0.23 - - [2026-06-15 03:51:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14070 0.018306 [API:8081]10.0.0.23 - - [2026-06-15 03:52:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14070 0.016702 [API:8081]10.0.0.23 - - [2026-06-15 03:52:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14070 0.017914 [API:8081]10.0.0.23 - - [2026-06-15 03:52:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14070 0.017514 [API:8081]10.0.0.23 - - [2026-06-15 03:52:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14070 0.018702 [API:8081]10.0.0.23 - - [2026-06-15 03:52:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14069 0.020692 [API:8081]10.0.0.23 - - [2026-06-15 03:52:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13909 0.016967 [API:8081]10.0.0.23 - - [2026-06-15 03:52:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009335 [API:8081]10.0.0.23 - - [2026-06-15 03:52:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14063 0.017281 [API:8081]10.0.0.23 - - [2026-06-15 03:52:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14063 0.017148 [API:8081]10.0.0.65 - - [2026-06-15 03:52:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.047122 [API:8081]10.0.0.23 - - [2026-06-15 03:52:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14063 0.018522 [API:8081]10.0.0.23 - - [2026-06-15 03:52:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14063 0.017141 [API:8081]10.0.0.23 - - [2026-06-15 03:52:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14063 0.016933 [API:8081]10.0.0.23 - - [2026-06-15 03:52:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13942 0.018488 [API:8081]10.0.0.23 - - [2026-06-15 03:52:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.008456 [API:8081]10.0.0.23 - - [2026-06-15 03:53:38] "GET /analytics/uves/virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483?flat HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483?flat HTTP/1.1" 200 1403 0.066648 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483?flat HTTP/1.1" 200 1403 0.045337 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483?flat HTTP/1.1" 200 1403 0.060379 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14044 0.023390 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14044 0.018218 [API:8081]10.0.0.23 - - [2026-06-15 03:53:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.008215 [API:8081]10.0.0.23 - - [2026-06-15 03:53:42] "GET /analytics/uves/virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb?flat HTTP/1.1" 200 965 0.012628 [API:8081]10.0.0.23 - - [2026-06-15 03:53:44] "GET /analytics/uves/virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb?flat HTTP/1.1" 200 965 0.010039 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb?flat HTTP/1.1" 200 1390 0.010098 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb?flat HTTP/1.1" 200 1390 0.014719 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb?flat HTTP/1.1" 200 1390 0.010267 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14033 0.017724 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14033 0.017592 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.022337 [API:8081]10.0.0.33 - - [2026-06-15 03:53:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2026-06-15 03:53:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.65 - - [2026-06-15 03:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2026-06-15 03:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.65 - - [2026-06-15 03:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2026-06-15 03:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-06-15 03:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2026-06-15 03:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-06-15 03:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-15 03:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-06-15 03:53:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-06-15 03:53:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-06-15 03:54:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14033 0.017616 [API:8081]10.0.0.23 - - [2026-06-15 03:54:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13656 0.025902 [API:8081]10.0.0.23 - - [2026-06-15 03:54:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009147 [API:8081]10.0.0.23 - - [2026-06-15 03:54:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14039 0.020650 [API:8081]10.0.0.23 - - [2026-06-15 03:54:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14039 0.018550 [API:8081]10.0.0.23 - - [2026-06-15 03:54:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14039 0.024773 [API:8081]10.0.0.65 - - [2026-06-15 03:54:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054244 [API:8081]10.0.0.23 - - [2026-06-15 03:54:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14039 0.019444 [API:8081]10.0.0.23 - - [2026-06-15 03:54:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14039 0.018330 [API:8081]10.0.0.23 - - [2026-06-15 03:54:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 14039 0.017196 [API:8081]10.0.0.23 - - [2026-06-15 03:54:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13674 0.022655 [API:8081]10.0.0.23 - - [2026-06-15 03:54:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009582 [API:8081]10.0.0.23 - - [2026-06-15 03:54:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-06-15 03:54:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2814 0.076263 [API:8081]10.0.0.23 - - [2026-06-15 03:54:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2814 0.047203 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003809 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002715 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005571 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007291 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.012746 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005431 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002084 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002327 [API:8081]10.0.0.65 - - [2026-06-15 03:55:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.052011 [API:8081]10.0.0.23 - - [2026-06-15 03:56:11] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.23 - - [2026-06-15 03:56:11] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.33 - - [2026-06-15 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.33 - - [2026-06-15 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-06-15 03:56:41] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2026-06-15 03:56:41] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.65 - - [2026-06-15 03:57:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054840 [API:8081]10.0.0.65 - - [2026-06-15 03:58:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.049791 [API:8081]10.0.0.33 - - [2026-06-15 03:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2026-06-15 03:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2026-06-15 03:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.65 - - [2026-06-15 03:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-06-15 03:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.23 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-06-15 03:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-06-15 03:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-06-15 03:59:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-15 03:59:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2806 0.059892 [API:8081]10.0.0.65 - - [2026-06-15 04:00:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050437 [API:8081]10.0.0.65 - - [2026-06-15 04:01:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059546 [API:8081]10.0.0.65 - - [2026-06-15 04:03:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088444 [API:8081]10.0.0.33 - - [2026-06-15 04:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-06-15 04:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.65 - - [2026-06-15 04:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.65 - - [2026-06-15 04:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2026-06-15 04:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-06-15 04:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-06-15 04:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-06-15 04:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-06-15 04:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-15 04:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-06-15 04:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-06-15 04:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.65 - - [2026-06-15 04:04:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.066134 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 04:05:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002620 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 04:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002831 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 04:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002285 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 04:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002458 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 04:05:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003252 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 04:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003195 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 04:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002694 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 04:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002140 [Introspect:8090]10.0.0.65 - - [2026-06-15 04:05:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001411