++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Nov 27 02:04:04 AM UTC 2025 ===================' INFO: =================== Thu Nov 27 02:04:04 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ 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.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ 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.27,10.0.0.33,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.33,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.33,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.192,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( 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.23,10.20.0.192,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 11/27/2025 02:04:11.708 7f04a0bc6e40 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/27/2025 02:04:11.865 7f04a0bc6e40 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/27/2025 02:04:11.875 7f04a0bc6e40 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/27/2025 02:04:11.875 7f04a0bc6e40 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.23:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.23 - - [2025-11-27 02:04:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.467874 [API:8081]10.0.0.23 - - [2025-11-27 02:04:49] "GET /analytics HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-11-27 02:04:49] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.33 - - [2025-11-27 02:04:49] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.33 - - [2025-11-27 02:04:49] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.27 - - [2025-11-27 02:04:50] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-11-27 02:04:50] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.23 - - [2025-11-27 02:05:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.367767 [API:8081]10.0.0.23 - - [2025-11-27 02:05:20] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-11-27 02:05:20] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.33 - - [2025-11-27 02:05:20] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2025-11-27 02:05:20] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.27 - - [2025-11-27 02:05:21] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-11-27 02:05:21] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2025-11-27 02:05:50] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-11-27 02:05:50] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.33 - - [2025-11-27 02:05:50] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2025-11-27 02:05:50] "GET /analytics HTTP/1.1" 401 205 0.000138 [Introspect:8090]10.0.0.23 - - [2025-11-27 02:06:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001051 [Introspect:8090]10.0.0.23 - - [2025-11-27 02:07:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000965 [API:8081]10.0.0.23 - - [2025-11-27 02:07:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.368665 [API:8081]10.0.0.23 - - [2025-11-27 02:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2025-11-27 02:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-11-27 02:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-27 02:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2025-11-27 02:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2025-11-27 02:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2025-11-27 02:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2025-11-27 02:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000541 [API:8081]10.0.0.33 - - [2025-11-27 02:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-11-27 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2025-11-27 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-11-27 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [Introspect:8090]10.0.0.23 - - [2025-11-27 02:07:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001004 [Introspect:8090]10.0.0.23 - - [2025-11-27 02:07:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001009 [API:8081]10.0.0.23 - - [2025-11-27 02:08:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.086776 [Introspect:8090]10.0.0.27 - - [2025-11-27 02:09:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001028 [API:8081]10.0.0.27 - - [2025-11-27 02:09:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?flat HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-11-27 02:09:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?flat HTTP/1.1" 200 5180 0.066895 [API:8081]10.0.0.27 - - [2025-11-27 02:09:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?flat HTTP/1.1" 200 5178 0.084567 [API:8081]10.0.0.27 - - [2025-11-27 02:09:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?flat HTTP/1.1" 200 5179 0.062100 [Introspect:8090]10.0.0.27 - - [2025-11-27 02:09:11] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000545 [API:8081]10.0.0.27 - - [2025-11-27 02:09:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 7999 0.013436 [API:8081]10.0.0.27 - - [2025-11-27 02:09:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 7997 0.014518 [API:8081]10.0.0.27 - - [2025-11-27 02:09:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4820-3?flat HTTP/1.1" 200 7994 0.016078 [API:8081]10.0.0.27 - - [2025-11-27 02:09:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 7999 0.012744 [API:8081]10.0.0.27 - - [2025-11-27 02:09:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 7997 0.015429 [API:8081]10.0.0.27 - - [2025-11-27 02:09:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4820-3?flat HTTP/1.1" 200 7994 0.013604 [API:8081]10.0.0.27 - - [2025-11-27 02:09:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-11-27 02:09:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.061868 [API:8081]10.0.0.23 - - [2025-11-27 02:10:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091110 [API:8081]10.0.0.23 - - [2025-11-27 02:11:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.113294 [API:8081]10.0.0.23 - - [2025-11-27 02:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-11-27 02:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-11-27 02:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-27 02:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2025-11-27 02:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2025-11-27 02:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2025-11-27 02:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.27 - - [2025-11-27 02:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2025-11-27 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2025-11-27 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2025-11-27 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2025-11-27 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-11-27 02:13:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068105 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:14:11] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002788 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:14:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003972 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:14:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003931 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:14:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.008182 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:14:11] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.010285 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:14:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002892 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:14:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002529 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002287 [API:8081]10.0.0.23 - - [2025-11-27 02:14:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.086246 [API:8081]10.0.0.27 - - [2025-11-27 02:14:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-11-27 02:14:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.067661 [API:8081]10.0.0.27 - - [2025-11-27 02:14:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.052752 [API:8081]10.0.0.27 - - [2025-11-27 02:15:21] "GET /analytics HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.27 - - [2025-11-27 02:15:21] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.23 - - [2025-11-27 02:15:50] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-11-27 02:15:50] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.33 - - [2025-11-27 02:15:50] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2025-11-27 02:15:50] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.23 - - [2025-11-27 02:16:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066654 [API:8081]10.0.0.23 - - [2025-11-27 02:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-11-27 02:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-11-27 02:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-11-27 02:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.33 - - [2025-11-27 02:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.33 - - [2025-11-27 02:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-11-27 02:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2025-11-27 02:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.33 - - [2025-11-27 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-11-27 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.27 - - [2025-11-27 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2025-11-27 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-11-27 02:17:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.056195 [API:8081]10.0.0.23 - - [2025-11-27 02:19:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.191775 [API:8081]10.0.0.23 - - [2025-11-27 02:20:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.054615 [API:8081]10.0.0.27 - - [2025-11-27 02:20:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-11-27 02:20:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.058698 [API:8081]10.0.0.27 - - [2025-11-27 02:20:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.056403 [API:8081]10.0.0.23 - - [2025-11-27 02:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-11-27 02:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-11-27 02:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-11-27 02:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2025-11-27 02:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2025-11-27 02:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-11-27 02:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2025-11-27 02:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2025-11-27 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2025-11-27 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2025-11-27 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2025-11-27 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2025-11-27 02:22:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.059872 [API:8081]10.0.0.27 - - [2025-11-27 02:22:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.008299 [API:8081]10.0.0.27 - - [2025-11-27 02:22:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.008778 [API:8081]10.0.0.27 - - [2025-11-27 02:22:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.010643 [API:8081]10.0.0.23 - - [2025-11-27 02:22:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071492 [API:8081]10.0.0.23 - - [2025-11-27 02:23:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.096854 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:24:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002488 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002667 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003263 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002260 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:24:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002709 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002567 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002295 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.027754 [API:8081]10.0.0.27 - - [2025-11-27 02:25:21] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2025-11-27 02:25:21] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.23 - - [2025-11-27 02:25:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065040 [API:8081]10.0.0.23 - - [2025-11-27 02:25:50] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-27 02:25:50] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.33 - - [2025-11-27 02:25:50] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.33 - - [2025-11-27 02:25:50] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.27 - - [2025-11-27 02:26:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.064477 [API:8081]10.0.0.23 - - [2025-11-27 02:26:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.067189 [API:8081]10.0.0.27 - - [2025-11-27 02:26:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013903 [API:8081]10.0.0.27 - - [2025-11-27 02:26:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008334 [API:8081]10.0.0.23 - - [2025-11-27 02:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-11-27 02:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-27 02:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2025-11-27 02:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2025-11-27 02:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2025-11-27 02:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2025-11-27 02:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-11-27 02:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2025-11-27 02:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2025-11-27 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2025-11-27 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2025-11-27 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000612 [API:8081]10.0.0.27 - - [2025-11-27 02:28:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2025-11-27 02:28:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.055211 [API:8081]10.0.0.23 - - [2025-11-27 02:28:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069292 [API:8081]10.0.0.23 - - [2025-11-27 02:29:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060089 [API:8081]10.0.0.27 - - [2025-11-27 02:30:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008521 [API:8081]10.0.0.27 - - [2025-11-27 02:30:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-11-27 02:30:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.052996 [API:8081]10.0.0.27 - - [2025-11-27 02:30:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-11-27 02:30:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.062063 [API:8081]10.0.0.27 - - [2025-11-27 02:30:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.057622 [API:8081]10.0.0.27 - - [2025-11-27 02:30:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.052228 [API:8081]10.0.0.27 - - [2025-11-27 02:31:18] "GET /analytics/uves/virtual-machine/b0776137-9541-4540-9192-e4b997696b6e?flat HTTP/1.1" 200 1713 0.009932 [API:8081]10.0.0.27 - - [2025-11-27 02:31:18] "GET /analytics/uves/virtual-machine/b0776137-9541-4540-9192-e4b997696b6e?flat HTTP/1.1" 200 1713 0.010369 [API:8081]10.0.0.27 - - [2025-11-27 02:31:18] "GET /analytics/uves/virtual-machine/b0776137-9541-4540-9192-e4b997696b6e?flat HTTP/1.1" 200 1713 0.009692 [API:8081]10.0.0.27 - - [2025-11-27 02:31:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008385 [API:8081]10.0.0.27 - - [2025-11-27 02:31:22] "GET /analytics/uves/virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7?flat HTTP/1.1" 200 1713 0.008737 [API:8081]10.0.0.27 - - [2025-11-27 02:31:22] "GET /analytics/uves/virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7?flat HTTP/1.1" 200 1713 0.009267 [API:8081]10.0.0.27 - - [2025-11-27 02:31:22] "GET /analytics/uves/virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7?flat HTTP/1.1" 200 1713 0.009157 [API:8081]10.0.0.27 - - [2025-11-27 02:31:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007384 [API:8081]10.0.0.27 - - [2025-11-27 02:31:25] "GET /analytics/uves/virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57?flat HTTP/1.1" 200 1762 0.009540 [API:8081]10.0.0.27 - - [2025-11-27 02:31:25] "GET /analytics/uves/virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57?flat HTTP/1.1" 200 1762 0.010480 [API:8081]10.0.0.27 - - [2025-11-27 02:31:25] "GET /analytics/uves/virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57?flat HTTP/1.1" 200 1762 0.008848 [API:8081]10.0.0.27 - - [2025-11-27 02:31:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013564 [API:8081]10.0.0.23 - - [2025-11-27 02:31:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063833 [API:8081]10.0.0.23 - - [2025-11-27 02:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2025-11-27 02:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2025-11-27 02:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-11-27 02:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2025-11-27 02:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2025-11-27 02:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2025-11-27 02:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-11-27 02:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2025-11-27 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000803 [API:8081]10.0.0.33 - - [2025-11-27 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-11-27 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-11-27 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-11-27 02:32:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008545 [API:8081]10.0.0.23 - - [2025-11-27 02:32:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066463 [API:8081]10.0.0.27 - - [2025-11-27 02:33:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009818 [API:8081]10.0.0.27 - - [2025-11-27 02:33:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007857 [API:8081]10.0.0.27 - - [2025-11-27 02:33:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-11-27 02:33:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.055666 [API:8081]10.0.0.27 - - [2025-11-27 02:33:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.061387 [API:8081]10.0.0.27 - - [2025-11-27 02:33:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.054215 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:34:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002900 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002679 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002666 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002487 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:34:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002558 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002182 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002162 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002361 [API:8081]10.0.0.23 - - [2025-11-27 02:34:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053010 [API:8081]10.0.0.27 - - [2025-11-27 02:34:40] "GET /analytics/uves/virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d?flat HTTP/1.1" 200 1719 0.009751 [API:8081]10.0.0.27 - - [2025-11-27 02:34:40] "GET /analytics/uves/virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d?flat HTTP/1.1" 200 1719 0.009497 [API:8081]10.0.0.27 - - [2025-11-27 02:34:40] "GET /analytics/uves/virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d?flat HTTP/1.1" 200 1719 0.009259 [API:8081]10.0.0.27 - - [2025-11-27 02:34:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008267 [API:8081]10.0.0.27 - - [2025-11-27 02:34:44] "GET /analytics/uves/virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750?flat HTTP/1.1" 200 1719 0.009260 [API:8081]10.0.0.27 - - [2025-11-27 02:34:44] "GET /analytics/uves/virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750?flat HTTP/1.1" 200 1719 0.009469 [API:8081]10.0.0.27 - - [2025-11-27 02:34:44] "GET /analytics/uves/virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750?flat HTTP/1.1" 200 1719 0.009752 [API:8081]10.0.0.27 - - [2025-11-27 02:34:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007681 [API:8081]10.0.0.27 - - [2025-11-27 02:34:47] "GET /analytics/uves/virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2?flat HTTP/1.1" 200 1767 0.009805 [API:8081]10.0.0.27 - - [2025-11-27 02:34:47] "GET /analytics/uves/virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2?flat HTTP/1.1" 200 1767 0.009550 [API:8081]10.0.0.27 - - [2025-11-27 02:34:47] "GET /analytics/uves/virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2?flat HTTP/1.1" 200 1767 0.009033 [API:8081]10.0.0.27 - - [2025-11-27 02:34:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007714 [API:8081]10.0.0.27 - - [2025-11-27 02:35:21] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2025-11-27 02:35:21] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.27 - - [2025-11-27 02:35:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008729 [API:8081]10.0.0.23 - - [2025-11-27 02:35:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065470 [API:8081]10.0.0.23 - - [2025-11-27 02:35:50] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-11-27 02:35:50] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.33 - - [2025-11-27 02:35:50] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2025-11-27 02:35:50] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.27 - - [2025-11-27 02:36:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007449 [API:8081]10.0.0.27 - - [2025-11-27 02:36:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009232 [API:8081]10.0.0.27 - - [2025-11-27 02:36:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.27 - - [2025-11-27 02:36:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.047917 [API:8081]10.0.0.27 - - [2025-11-27 02:36:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.060938 [API:8081]10.0.0.23 - - [2025-11-27 02:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-11-27 02:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-27 02:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-11-27 02:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2025-11-27 02:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2025-11-27 02:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2025-11-27 02:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-11-27 02:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2025-11-27 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000736 [API:8081]10.0.0.33 - - [2025-11-27 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2025-11-27 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-11-27 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-11-27 02:37:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054233 [API:8081]10.0.0.27 - - [2025-11-27 02:38:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.27 - - [2025-11-27 02:38:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1870 0.073793 [API:8081]10.0.0.23 - - [2025-11-27 02:38:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.054908 [API:8081]10.0.0.27 - - [2025-11-27 02:40:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.058412 [API:8081]10.0.0.23 - - [2025-11-27 02:40:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091391 [API:8081]10.0.0.27 - - [2025-11-27 02:40:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.27 - - [2025-11-27 02:40:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.052178 [API:8081]10.0.0.27 - - [2025-11-27 02:40:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.053816 [API:8081]10.0.0.23 - - [2025-11-27 02:41:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.064095 [API:8081]10.0.0.23 - - [2025-11-27 02:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-27 02:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-11-27 02:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-11-27 02:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2025-11-27 02:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2025-11-27 02:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2025-11-27 02:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2025-11-27 02:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2025-11-27 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2025-11-27 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2025-11-27 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000924 [API:8081]10.0.0.27 - - [2025-11-27 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.23 - - [2025-11-27 02:43:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053398 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:44:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002443 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002467 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002135 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002455 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:44:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002881 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002913 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002304 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002921 [API:8081]10.0.0.27 - - [2025-11-27 02:44:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007326 [API:8081]10.0.0.23 - - [2025-11-27 02:44:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.055378 [API:8081]10.0.0.27 - - [2025-11-27 02:45:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008148 [API:8081]10.0.0.27 - - [2025-11-27 02:45:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-11-27 02:45:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.065716 [API:8081]10.0.0.27 - - [2025-11-27 02:45:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.062851 [API:8081]10.0.0.27 - - [2025-11-27 02:45:21] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.27 - - [2025-11-27 02:45:21] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.23 - - [2025-11-27 02:45:50] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.23 - - [2025-11-27 02:45:50] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.33 - - [2025-11-27 02:45:50] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2025-11-27 02:45:50] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.23 - - [2025-11-27 02:46:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063803 [API:8081]10.0.0.23 - - [2025-11-27 02:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-11-27 02:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-11-27 02:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-27 02:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2025-11-27 02:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.33 - - [2025-11-27 02:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2025-11-27 02:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2025-11-27 02:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2025-11-27 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2025-11-27 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.27 - - [2025-11-27 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2025-11-27 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2025-11-27 02:47:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065118 [API:8081]10.0.0.27 - - [2025-11-27 02:48:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008311 [API:8081]10.0.0.27 - - [2025-11-27 02:49:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.056156 [API:8081]10.0.0.23 - - [2025-11-27 02:49:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062480 [API:8081]10.0.0.23 - - [2025-11-27 02:50:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.056338 [API:8081]10.0.0.23 - - [2025-11-27 02:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-11-27 02:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-11-27 02:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-27 02:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2025-11-27 02:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2025-11-27 02:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-11-27 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2025-11-27 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-11-27 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000723 [API:8081]10.0.0.33 - - [2025-11-27 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2025-11-27 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-11-27 02:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-11-27 02:52:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2025-11-27 02:52:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.064980 [API:8081]10.0.0.23 - - [2025-11-27 02:52:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067055 [API:8081]10.0.0.27 - - [2025-11-27 02:53:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.049181 [API:8081]10.0.0.23 - - [2025-11-27 02:53:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.054657 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:54:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002344 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002590 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002580 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004833 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:54:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003205 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002580 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002338 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 02:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002289 [API:8081]10.0.0.27 - - [2025-11-27 02:55:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-11-27 02:55:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.070117 [API:8081]10.0.0.27 - - [2025-11-27 02:55:21] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.27 - - [2025-11-27 02:55:21] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.23 - - [2025-11-27 02:55:50] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-11-27 02:55:50] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.33 - - [2025-11-27 02:55:50] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.33 - - [2025-11-27 02:55:50] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.27 - - [2025-11-27 02:55:53] "GET /analytics/uves/virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2?flat HTTP/1.1" 200 1780 0.069001 [API:8081]10.0.0.27 - - [2025-11-27 02:55:54] "GET /analytics/uves/virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2?flat HTTP/1.1" 200 1780 0.055606 [API:8081]10.0.0.27 - - [2025-11-27 02:55:54] "GET /analytics/uves/virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2?flat HTTP/1.1" 200 1780 0.009635 [API:8081]10.0.0.27 - - [2025-11-27 02:55:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007121 [API:8081]10.0.0.23 - - [2025-11-27 02:55:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056694 [API:8081]10.0.0.27 - - [2025-11-27 02:56:14] "GET /analytics/uves/virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17?flat HTTP/1.1" 200 1780 0.010587 [API:8081]10.0.0.27 - - [2025-11-27 02:56:14] "GET /analytics/uves/virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17?flat HTTP/1.1" 200 1780 0.009429 [API:8081]10.0.0.27 - - [2025-11-27 02:56:14] "GET /analytics/uves/virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17?flat HTTP/1.1" 200 1780 0.009399 [API:8081]10.0.0.27 - - [2025-11-27 02:56:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008873 [API:8081]10.0.0.23 - - [2025-11-27 02:56:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069476 [API:8081]10.0.0.27 - - [2025-11-27 02:57:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008008 [API:8081]10.0.0.23 - - [2025-11-27 02:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-11-27 02:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-27 02:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-11-27 02:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2025-11-27 02:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-11-27 02:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-11-27 02:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-11-27 02:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2025-11-27 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000705 [API:8081]10.0.0.33 - - [2025-11-27 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-11-27 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-11-27 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-11-27 02:57:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007421 [API:8081]10.0.0.27 - - [2025-11-27 02:57:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-11-27 02:57:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.053173 [API:8081]10.0.0.27 - - [2025-11-27 02:58:25] "GET /analytics/uves/virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c?flat HTTP/1.1" 200 1789 0.065320 [API:8081]10.0.0.27 - - [2025-11-27 02:58:25] "GET /analytics/uves/virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c?flat HTTP/1.1" 200 1789 0.067024 [API:8081]10.0.0.27 - - [2025-11-27 02:58:26] "GET /analytics/uves/virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c?flat HTTP/1.1" 200 1789 0.010316 [API:8081]10.0.0.27 - - [2025-11-27 02:58:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008859 [API:8081]10.0.0.27 - - [2025-11-27 02:58:46] "GET /analytics/uves/virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a?flat HTTP/1.1" 200 1982 0.012465 [API:8081]10.0.0.27 - - [2025-11-27 02:58:46] "GET /analytics/uves/virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a?flat HTTP/1.1" 200 1982 0.010263 [API:8081]10.0.0.27 - - [2025-11-27 02:58:46] "GET /analytics/uves/virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a?flat HTTP/1.1" 200 1982 0.010378 [API:8081]10.0.0.27 - - [2025-11-27 02:58:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007503 [API:8081]10.0.0.23 - - [2025-11-27 02:58:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057850 [API:8081]10.0.0.23 - - [2025-11-27 02:59:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060936 [API:8081]10.0.0.27 - - [2025-11-27 03:00:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009751 [API:8081]10.0.0.27 - - [2025-11-27 03:00:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007965 [API:8081]10.0.0.27 - - [2025-11-27 03:00:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2025-11-27 03:00:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.073773 [API:8081]10.0.0.27 - - [2025-11-27 03:01:27] "GET /analytics/uves/virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d?flat HTTP/1.1" 200 1772 0.123322 [API:8081]10.0.0.27 - - [2025-11-27 03:01:28] "GET /analytics/uves/virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d?flat HTTP/1.1" 200 1772 0.340503 [API:8081]10.0.0.27 - - [2025-11-27 03:01:28] "GET /analytics/uves/virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d?flat HTTP/1.1" 200 1772 0.009612 [API:8081]10.0.0.27 - - [2025-11-27 03:01:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009891 [API:8081]10.0.0.27 - - [2025-11-27 03:01:48] "GET /analytics/uves/virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27?flat HTTP/1.1" 200 1771 0.008873 [API:8081]10.0.0.27 - - [2025-11-27 03:01:49] "GET /analytics/uves/virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27?flat HTTP/1.1" 200 1771 0.008909 [API:8081]10.0.0.27 - - [2025-11-27 03:01:49] "GET /analytics/uves/virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27?flat HTTP/1.1" 200 1771 0.010331 [API:8081]10.0.0.27 - - [2025-11-27 03:01:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007388 [API:8081]10.0.0.23 - - [2025-11-27 03:01:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056200 [API:8081]10.0.0.23 - - [2025-11-27 03:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2025-11-27 03:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-11-27 03:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-11-27 03:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2025-11-27 03:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2025-11-27 03:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2025-11-27 03:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-11-27 03:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2025-11-27 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2025-11-27 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-11-27 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-11-27 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-27 03:03:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066373 [API:8081]10.0.0.27 - - [2025-11-27 03:03:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.014653 [API:8081]10.0.0.27 - - [2025-11-27 03:03:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008712 [API:8081]10.0.0.27 - - [2025-11-27 03:03:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2025-11-27 03:03:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.056976 [API:8081]10.0.0.27 - - [2025-11-27 03:03:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.064297 [API:8081]10.0.0.27 - - [2025-11-27 03:03:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.111461 [API:8081]10.0.0.27 - - [2025-11-27 03:04:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009403 [API:8081]10.0.0.27 - - [2025-11-27 03:04:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008927 [API:8081]10.0.0.27 - - [2025-11-27 03:04:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.008298 [API:8081]10.0.0.27 - - [2025-11-27 03:04:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009103 [API:8081]10.0.0.27 - - [2025-11-27 03:04:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.007743 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:04:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002477 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002599 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002548 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002252 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:04:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002596 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002169 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002165 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002944 [API:8081]10.0.0.27 - - [2025-11-27 03:04:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-11-27 03:04:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.052066 [API:8081]10.0.0.27 - - [2025-11-27 03:04:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.056231 [API:8081]10.0.0.27 - - [2025-11-27 03:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.055428 [API:8081]10.0.0.27 - - [2025-11-27 03:04:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.007784 [API:8081]10.0.0.27 - - [2025-11-27 03:04:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1856 0.015700 [API:8081]10.0.0.27 - - [2025-11-27 03:04:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.007728 [API:8081]10.0.0.27 - - [2025-11-27 03:04:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-11-27 03:04:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.066509 [API:8081]10.0.0.27 - - [2025-11-27 03:04:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1848 0.069489 [API:8081]10.0.0.27 - - [2025-11-27 03:04:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2058 0.048548 [API:8081]10.0.0.23 - - [2025-11-27 03:05:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100094 [API:8081]10.0.0.27 - - [2025-11-27 03:05:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.008480 [API:8081]10.0.0.27 - - [2025-11-27 03:05:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.013780 [API:8081]10.0.0.27 - - [2025-11-27 03:05:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009181 [API:8081]10.0.0.27 - - [2025-11-27 03:05:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.007387 [API:8081]10.0.0.27 - - [2025-11-27 03:05:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.007527 [API:8081]10.0.0.27 - - [2025-11-27 03:05:21] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-11-27 03:05:21] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.27 - - [2025-11-27 03:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.27 - - [2025-11-27 03:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.053506 [API:8081]10.0.0.27 - - [2025-11-27 03:05:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.053799 [API:8081]10.0.0.27 - - [2025-11-27 03:05:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.057429 [API:8081]10.0.0.27 - - [2025-11-27 03:05:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.010248 [API:8081]10.0.0.27 - - [2025-11-27 03:05:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.008448 [API:8081]10.0.0.23 - - [2025-11-27 03:05:50] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-11-27 03:05:50] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.33 - - [2025-11-27 03:05:50] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.33 - - [2025-11-27 03:05:50] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.23 - - [2025-11-27 03:06:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.063698 [API:8081]10.0.0.23 - - [2025-11-27 03:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2025-11-27 03:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2025-11-27 03:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-27 03:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-11-27 03:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2025-11-27 03:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2025-11-27 03:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-11-27 03:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2025-11-27 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000475 [API:8081]10.0.0.33 - - [2025-11-27 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.27 - - [2025-11-27 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2025-11-27 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2025-11-27 03:08:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074250 [API:8081]10.0.0.23 - - [2025-11-27 03:09:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.061278 [API:8081]10.0.0.23 - - [2025-11-27 03:11:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066865 [API:8081]10.0.0.27 - - [2025-11-27 03:11:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-11-27 03:11:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.059762 [API:8081]10.0.0.27 - - [2025-11-27 03:11:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.064347 [API:8081]10.0.0.23 - - [2025-11-27 03:12:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.081677 [API:8081]10.0.0.23 - - [2025-11-27 03:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2025-11-27 03:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.23 - - [2025-11-27 03:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-11-27 03:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2025-11-27 03:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2025-11-27 03:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2025-11-27 03:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-11-27 03:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2025-11-27 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.33 - - [2025-11-27 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2025-11-27 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-11-27 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-27 03:14:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064591 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:14:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002936 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003252 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002803 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002871 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:14:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003314 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002908 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002819 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002939 [API:8081]10.0.0.23 - - [2025-11-27 03:15:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.081263 [API:8081]10.0.0.27 - - [2025-11-27 03:15:21] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2025-11-27 03:15:21] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.27 - - [2025-11-27 03:15:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.27 - - [2025-11-27 03:15:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.062585 [API:8081]10.0.0.23 - - [2025-11-27 03:15:50] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-11-27 03:15:50] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.33 - - [2025-11-27 03:15:50] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.33 - - [2025-11-27 03:15:50] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.27 - - [2025-11-27 03:16:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2025-11-27 03:16:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.054867 [API:8081]10.0.0.23 - - [2025-11-27 03:17:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062585 [API:8081]10.0.0.23 - - [2025-11-27 03:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-11-27 03:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-27 03:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-11-27 03:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2025-11-27 03:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2025-11-27 03:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-11-27 03:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-11-27 03:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2025-11-27 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.33 - - [2025-11-27 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-11-27 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-11-27 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2025-11-27 03:18:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070064 [API:8081]10.0.0.23 - - [2025-11-27 03:20:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066703 [API:8081]10.0.0.23 - - [2025-11-27 03:21:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.089892 [API:8081]10.0.0.27 - - [2025-11-27 03:21:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2025-11-27 03:21:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.051287 [API:8081]10.0.0.23 - - [2025-11-27 03:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-11-27 03:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-11-27 03:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-11-27 03:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2025-11-27 03:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2025-11-27 03:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2025-11-27 03:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-11-27 03:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2025-11-27 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2025-11-27 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.27 - - [2025-11-27 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-11-27 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-11-27 03:23:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060773 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:24:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002984 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002645 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002500 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002305 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:24:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003113 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002430 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002434 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002415 [API:8081]10.0.0.23 - - [2025-11-27 03:24:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.059706 [API:8081]10.0.0.27 - - [2025-11-27 03:25:21] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-11-27 03:25:21] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.23 - - [2025-11-27 03:25:50] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2025-11-27 03:25:50] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.33 - - [2025-11-27 03:25:50] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2025-11-27 03:25:50] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.27 - - [2025-11-27 03:26:11] "GET /analytics/uves/virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c?flat HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2025-11-27 03:26:11] "GET /analytics/uves/virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c?flat HTTP/1.1" 200 1275 0.061846 [API:8081]10.0.0.27 - - [2025-11-27 03:26:12] "GET /analytics/uves/virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c?flat HTTP/1.1" 200 1275 0.057575 [API:8081]10.0.0.27 - - [2025-11-27 03:26:12] "GET /analytics/uves/virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c?flat HTTP/1.1" 200 1275 0.064379 [API:8081]10.0.0.27 - - [2025-11-27 03:26:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007418 [API:8081]10.0.0.27 - - [2025-11-27 03:26:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.008160 [API:8081]10.0.0.23 - - [2025-11-27 03:26:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069401 [API:8081]10.0.0.27 - - [2025-11-27 03:26:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007565 [API:8081]10.0.0.23 - - [2025-11-27 03:27:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.088805 [API:8081]10.0.0.23 - - [2025-11-27 03:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-11-27 03:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-11-27 03:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-27 03:27:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2025-11-27 03:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2025-11-27 03:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2025-11-27 03:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.27 - - [2025-11-27 03:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.33 - - [2025-11-27 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2025-11-27 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.27 - - [2025-11-27 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-11-27 03:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-11-27 03:29:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.382924 [API:8081]10.0.0.27 - - [2025-11-27 03:29:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-27 03:29:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.067206 [API:8081]10.0.0.23 - - [2025-11-27 03:30:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.056316 [API:8081]10.0.0.27 - - [2025-11-27 03:32:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-11-27 03:32:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.052630 [API:8081]10.0.0.23 - - [2025-11-27 03:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-27 03:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-27 03:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2025-11-27 03:32:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.33 - - [2025-11-27 03:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2025-11-27 03:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-11-27 03:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2025-11-27 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2025-11-27 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2025-11-27 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-11-27 03:32:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.122615 [API:8081]10.0.0.27 - - [2025-11-27 03:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2025-11-27 03:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-27 03:33:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.067312 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:34:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002542 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003089 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002900 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002335 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:34:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002904 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002187 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002115 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:34:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002243 [API:8081]10.0.0.27 - - [2025-11-27 03:34:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2025-11-27 03:34:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.072701 [API:8081]10.0.0.27 - - [2025-11-27 03:35:21] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2025-11-27 03:35:21] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.23 - - [2025-11-27 03:35:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072546 [API:8081]10.0.0.23 - - [2025-11-27 03:35:50] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-11-27 03:35:50] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.33 - - [2025-11-27 03:35:50] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.33 - - [2025-11-27 03:35:50] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.27 - - [2025-11-27 03:36:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.27 - - [2025-11-27 03:36:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1458 0.072956 [API:8081]10.0.0.23 - - [2025-11-27 03:36:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.063606 [API:8081]10.0.0.27 - - [2025-11-27 03:36:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.099644 [API:8081]10.0.0.27 - - [2025-11-27 03:36:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.017288 [API:8081]10.0.0.27 - - [2025-11-27 03:36:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.065789 [API:8081]10.0.0.23 - - [2025-11-27 03:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2025-11-27 03:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-27 03:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-11-27 03:37:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2025-11-27 03:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2025-11-27 03:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2025-11-27 03:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-11-27 03:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2025-11-27 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.33 - - [2025-11-27 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.27 - - [2025-11-27 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000730 [API:8081]10.0.0.27 - - [2025-11-27 03:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2025-11-27 03:37:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008122 [API:8081]10.0.0.27 - - [2025-11-27 03:37:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.007591 [API:8081]10.0.0.27 - - [2025-11-27 03:37:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009739 [API:8081]10.0.0.27 - - [2025-11-27 03:37:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.007464 [API:8081]10.0.0.27 - - [2025-11-27 03:37:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.007978 [API:8081]10.0.0.23 - - [2025-11-27 03:38:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071959 [API:8081]10.0.0.23 - - [2025-11-27 03:39:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060704 [API:8081]10.0.0.23 - - [2025-11-27 03:41:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091081 [API:8081]10.0.0.23 - - [2025-11-27 03:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2025-11-27 03:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-11-27 03:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.23 - - [2025-11-27 03:42:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2025-11-27 03:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.33 - - [2025-11-27 03:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-11-27 03:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.27 - - [2025-11-27 03:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2025-11-27 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2025-11-27 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2025-11-27 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2025-11-27 03:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-27 03:42:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.086313 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:44:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002510 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002728 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002377 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003015 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:44:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002930 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002394 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002974 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:44:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002616 [API:8081]10.0.0.23 - - [2025-11-27 03:44:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072952 [API:8081]10.0.0.27 - - [2025-11-27 03:45:21] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2025-11-27 03:45:21] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.23 - - [2025-11-27 03:45:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.077783 [API:8081]10.0.0.23 - - [2025-11-27 03:45:50] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-11-27 03:45:50] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.33 - - [2025-11-27 03:45:50] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.33 - - [2025-11-27 03:45:50] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.23 - - [2025-11-27 03:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-11-27 03:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-11-27 03:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-11-27 03:47:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.33 - - [2025-11-27 03:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.33 - - [2025-11-27 03:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.27 - - [2025-11-27 03:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-11-27 03:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2025-11-27 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2025-11-27 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2025-11-27 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-11-27 03:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-27 03:47:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065280 [API:8081]10.0.0.23 - - [2025-11-27 03:48:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.053609 [API:8081]10.0.0.23 - - [2025-11-27 03:50:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057244 [API:8081]10.0.0.23 - - [2025-11-27 03:51:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.079895 [API:8081]10.0.0.23 - - [2025-11-27 03:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2025-11-27 03:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-11-27 03:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-27 03:52:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.33 - - [2025-11-27 03:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2025-11-27 03:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2025-11-27 03:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-11-27 03:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-11-27 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2025-11-27 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-11-27 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2025-11-27 03:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-11-27 03:52:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-11-27 03:52:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.056795 [API:8081]10.0.0.27 - - [2025-11-27 03:53:32] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1712 0.073657 [API:8081]10.0.0.27 - - [2025-11-27 03:53:32] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1712 0.061046 [API:8081]10.0.0.27 - - [2025-11-27 03:53:32] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1712 0.009153 [API:8081]10.0.0.27 - - [2025-11-27 03:53:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010178 [API:8081]10.0.0.27 - - [2025-11-27 03:53:36] "GET /analytics/uves/virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813?flat HTTP/1.1" 200 1713 0.009837 [API:8081]10.0.0.27 - - [2025-11-27 03:53:36] "GET /analytics/uves/virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813?flat HTTP/1.1" 200 1713 0.009587 [API:8081]10.0.0.27 - - [2025-11-27 03:53:36] "GET /analytics/uves/virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813?flat HTTP/1.1" 200 1713 0.009403 [API:8081]10.0.0.27 - - [2025-11-27 03:53:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008869 [API:8081]10.0.0.23 - - [2025-11-27 03:53:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056727 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:54:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003028 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003622 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002824 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003260 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:54:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002997 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002552 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002434 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 03:54:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002590 [API:8081]10.0.0.23 - - [2025-11-27 03:54:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.120021 [API:8081]10.0.0.27 - - [2025-11-27 03:55:21] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.27 - - [2025-11-27 03:55:21] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.27 - - [2025-11-27 03:55:36] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1473 0.010264 [API:8081]10.0.0.27 - - [2025-11-27 03:55:38] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1473 0.010257 [API:8081]10.0.0.27 - - [2025-11-27 03:55:40] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1473 0.009249 [API:8081]10.0.0.27 - - [2025-11-27 03:55:42] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1473 0.009501 [API:8081]10.0.0.27 - - [2025-11-27 03:55:44] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1473 0.009765 [API:8081]10.0.0.27 - - [2025-11-27 03:55:46] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1473 0.010322 [API:8081]10.0.0.27 - - [2025-11-27 03:55:48] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1473 0.011569 [API:8081]10.0.0.23 - - [2025-11-27 03:55:50] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-11-27 03:55:50] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.27 - - [2025-11-27 03:55:50] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1891 0.010024 [API:8081]10.0.0.33 - - [2025-11-27 03:55:50] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.33 - - [2025-11-27 03:55:50] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.27 - - [2025-11-27 03:55:50] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1891 0.010619 [API:8081]10.0.0.27 - - [2025-11-27 03:55:50] "GET /analytics/uves/virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532?flat HTTP/1.1" 200 1891 0.010771 [API:8081]10.0.0.27 - - [2025-11-27 03:55:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 11927 0.015136 [API:8081]10.0.0.27 - - [2025-11-27 03:55:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 11927 0.015901 [API:8081]10.0.0.27 - - [2025-11-27 03:55:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009768 [API:8081]10.0.0.27 - - [2025-11-27 03:55:54] "GET /analytics/uves/virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813?flat HTTP/1.1" 200 1899 0.009499 [API:8081]10.0.0.27 - - [2025-11-27 03:55:54] "GET /analytics/uves/virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813?flat HTTP/1.1" 200 1899 0.009688 [API:8081]10.0.0.27 - - [2025-11-27 03:55:54] "GET /analytics/uves/virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813?flat HTTP/1.1" 200 1899 0.009690 [API:8081]10.0.0.27 - - [2025-11-27 03:55:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 11935 0.017833 [API:8081]10.0.0.27 - - [2025-11-27 03:55:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 11935 0.015637 [API:8081]10.0.0.27 - - [2025-11-27 03:55:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008170 [API:8081]10.0.0.23 - - [2025-11-27 03:56:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062259 [API:8081]10.0.0.27 - - [2025-11-27 03:56:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12208 0.015645 [API:8081]10.0.0.27 - - [2025-11-27 03:56:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008365 [API:8081]10.0.0.27 - - [2025-11-27 03:57:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12719 0.023734 [API:8081]10.0.0.27 - - [2025-11-27 03:57:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12719 0.016062 [API:8081]10.0.0.27 - - [2025-11-27 03:57:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12719 0.017437 [API:8081]10.0.0.27 - - [2025-11-27 03:57:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12347 0.015951 [API:8081]10.0.0.27 - - [2025-11-27 03:57:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008624 [API:8081]10.0.0.23 - - [2025-11-27 03:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-11-27 03:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-11-27 03:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-11-27 03:57:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2025-11-27 03:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2025-11-27 03:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-11-27 03:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2025-11-27 03:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.33 - - [2025-11-27 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.33 - - [2025-11-27 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2025-11-27 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.27 - - [2025-11-27 03:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-11-27 03:57:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060104 [API:8081]10.0.0.27 - - [2025-11-27 03:59:40] "GET /analytics/uves/virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8?flat HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2025-11-27 03:59:40] "GET /analytics/uves/virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8?flat HTTP/1.1" 200 1397 0.213831 [API:8081]10.0.0.27 - - [2025-11-27 03:59:41] "GET /analytics/uves/virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8?flat HTTP/1.1" 200 1397 0.103492 [API:8081]10.0.0.27 - - [2025-11-27 03:59:41] "GET /analytics/uves/virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8?flat HTTP/1.1" 200 1397 0.072821 [API:8081]10.0.0.27 - - [2025-11-27 03:59:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2025-11-27 03:59:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.102403 [API:8081]10.0.0.27 - - [2025-11-27 03:59:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.063239 [API:8081]10.0.0.27 - - [2025-11-27 03:59:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.040501 [API:8081]10.0.0.23 - - [2025-11-27 03:59:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100804 [API:8081]10.0.0.27 - - [2025-11-27 03:59:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.069127 [API:8081]10.0.0.27 - - [2025-11-27 03:59:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.015854 [API:8081]10.0.0.27 - - [2025-11-27 03:59:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.018268 [API:8081]10.0.0.27 - - [2025-11-27 03:59:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.018606 [API:8081]10.0.0.27 - - [2025-11-27 03:59:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.016869 [API:8081]10.0.0.27 - - [2025-11-27 04:00:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.016481 [API:8081]10.0.0.27 - - [2025-11-27 04:00:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.016927 [API:8081]10.0.0.27 - - [2025-11-27 04:00:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12839 0.015824 [API:8081]10.0.0.27 - - [2025-11-27 04:00:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12421 0.016565 [API:8081]10.0.0.27 - - [2025-11-27 04:00:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012085 [API:8081]10.0.0.27 - - [2025-11-27 04:00:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65859442:ctest-TestRbacBasic-65859442-87327848?flat HTTP/1.1" 401 205 0.000263 --- 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-17723627'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-06621617' RBAC: ctest-TestRbacBasic-57118548 doesn't have read permission in project '975e9bcd08c8420291ff36ccbbf05953' 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-65859442', 'ctest-TestRbacBasic-65859442-87327848'], 'virtual_network', 'a2514818-d755-4de6-82c0-fbe4a0eb6ab7', "Permission Denied for ['ctest-TestRbacBasic-17723627'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-06621617' RBAC: ctest-TestRbacBasic-57118548 doesn't have read permission in project '975e9bcd08c8420291ff36ccbbf05953'"),) [API:8081]10.0.0.27 - - [2025-11-27 04:00:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65859442:ctest-TestRbacBasic-65859442-87327848?flat HTTP/1.1" 403 198 0.383997 [API:8081]10.0.0.27 - - [2025-11-27 04:00:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65859442:ctest-TestRbacBasic-65859442-87327848?flat HTTP/1.1" 401 205 0.000240 --- 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-17723627'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-65859442' RBAC: ctest-TestRbacBasic-57118548 doesn't have read permission in project 'f0e56c1450fe481cb10be95c7ea2ba44' 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-65859442', 'ctest-TestRbacBasic-65859442-87327848'], 'virtual_network', 'a2514818-d755-4de6-82c0-fbe4a0eb6ab7', "Permission Denied for ['ctest-TestRbacBasic-17723627'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-65859442' RBAC: ctest-TestRbacBasic-57118548 doesn't have read permission in project 'f0e56c1450fe481cb10be95c7ea2ba44'"),) [API:8081]10.0.0.27 - - [2025-11-27 04:00:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65859442:ctest-TestRbacBasic-65859442-87327848?flat HTTP/1.1" 403 198 0.088514 [API:8081]10.0.0.27 - - [2025-11-27 04:00:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2025-11-27 04:00:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.085319 [API:8081]10.0.0.23 - - [2025-11-27 04:00:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.068002 [API:8081]10.0.0.27 - - [2025-11-27 04:00:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30910705:ctest-TestRbacBasic-30910705-52326224?flat HTTP/1.1" 401 205 0.000273 --- 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-24303656 as ['ctest-TestRbacBasic-91549831'] to R virtual-network in ctest-TestRbacBasic-30910705 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-30910705', 'ctest-TestRbacBasic-30910705-52326224'], 'virtual_network', 'c4782d4a-7d25-429e-8ddd-62e4f62470bf', "Permission Denied for ctest-TestRbacBasic-24303656 as ['ctest-TestRbacBasic-91549831'] to R virtual-network in ctest-TestRbacBasic-30910705"),) [API:8081]10.0.0.27 - - [2025-11-27 04:00:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30910705:ctest-TestRbacBasic-30910705-52326224?flat HTTP/1.1" 403 198 0.136467 --- 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-24303656 as ['ctest-TestRbacBasic-91549831'] to R virtual-network in ctest-TestRbacBasic-30910705 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-30910705', 'ctest-TestRbacBasic-30910705-52326224'], 'virtual_network', 'c4782d4a-7d25-429e-8ddd-62e4f62470bf', "Permission Denied for ctest-TestRbacBasic-24303656 as ['ctest-TestRbacBasic-91549831'] to R virtual-network in ctest-TestRbacBasic-30910705"),) [API:8081]10.0.0.27 - - [2025-11-27 04:00:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30910705:ctest-TestRbacBasic-30910705-52326224?flat HTTP/1.1" 403 198 0.054149 --- 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-24303656 as ['ctest-TestRbacBasic-91549831'] to R virtual-network in ctest-TestRbacBasic-30910705 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-30910705', 'ctest-TestRbacBasic-30910705-52326224'], 'virtual_network', 'c4782d4a-7d25-429e-8ddd-62e4f62470bf', "Permission Denied for ctest-TestRbacBasic-24303656 as ['ctest-TestRbacBasic-91549831'] to R virtual-network in ctest-TestRbacBasic-30910705"),) [API:8081]10.0.0.27 - - [2025-11-27 04:00:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30910705:ctest-TestRbacBasic-30910705-52326224?flat HTTP/1.1" 403 198 0.102590 [API:8081]10.0.0.27 - - [2025-11-27 04:00:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30910705:ctest-TestRbacBasic-30910705-52326224?flat HTTP/1.1" 401 205 0.000233 --- 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-57118548 as ['ctest-TestRbacBasic-17723627'] to R virtual-network in ctest-TestRbacBasic-30910705 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-30910705', 'ctest-TestRbacBasic-30910705-52326224'], 'virtual_network', 'c4782d4a-7d25-429e-8ddd-62e4f62470bf', "Permission Denied for ctest-TestRbacBasic-57118548 as ['ctest-TestRbacBasic-17723627'] to R virtual-network in ctest-TestRbacBasic-30910705"),) [API:8081]10.0.0.27 - - [2025-11-27 04:00:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30910705:ctest-TestRbacBasic-30910705-52326224?flat HTTP/1.1" 403 198 0.086976 [API:8081]10.0.0.27 - - [2025-11-27 04:01:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.070242 [API:8081]10.0.0.27 - - [2025-11-27 04:01:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.008763 [API:8081]10.0.0.27 - - [2025-11-27 04:01:19] "GET /analytics/uves/virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449?flat HTTP/1.1" 200 1281 0.040218 [API:8081]10.0.0.27 - - [2025-11-27 04:01:19] "GET /analytics/uves/virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449?flat HTTP/1.1" 200 1281 0.069574 [API:8081]10.0.0.27 - - [2025-11-27 04:01:19] "GET /analytics/uves/virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449?flat HTTP/1.1" 200 1281 0.034561 [API:8081]10.0.0.27 - - [2025-11-27 04:01:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12963 0.089522 [API:8081]10.0.0.27 - - [2025-11-27 04:01:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12963 0.019725 [API:8081]10.0.0.27 - - [2025-11-27 04:01:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.035743 [API:8081]10.0.0.27 - - [2025-11-27 04:01:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12963 0.016498 [API:8081]10.0.0.27 - - [2025-11-27 04:01:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12963 0.017481 [API:8081]10.0.0.27 - - [2025-11-27 04:01:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12963 0.017260 [API:8081]10.0.0.27 - - [2025-11-27 04:01:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12963 0.016654 [API:8081]10.0.0.27 - - [2025-11-27 04:01:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12963 0.016659 [API:8081]10.0.0.27 - - [2025-11-27 04:01:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12533 0.017052 [API:8081]10.0.0.27 - - [2025-11-27 04:01:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007927 [Introspect:8090]10.0.0.27 - - [2025-11-27 04:01:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000998 [Introspect:8090]10.0.0.27 - - [2025-11-27 04:01:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000985 [Introspect:8090]10.0.0.27 - - [2025-11-27 04:02:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001054 [Introspect:8090]10.0.0.27 - - [2025-11-27 04:02:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000973 [API:8081]10.0.0.23 - - [2025-11-27 04:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-11-27 04:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-27 04:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-27 04:02:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2025-11-27 04:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2025-11-27 04:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.27 - - [2025-11-27 04:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2025-11-27 04:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2025-11-27 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2025-11-27 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2025-11-27 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-11-27 04:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [Introspect:8090]10.0.0.27 - - [2025-11-27 04:02:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000979 [API:8081]10.0.0.27 - - [2025-11-27 04:02:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2025-11-27 04:02:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.063955 [API:8081]10.0.0.23 - - [2025-11-27 04:02:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067504 [API:8081]10.0.0.23 - - [2025-11-27 04:03:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065186 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:04:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003698 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002803 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002474 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002657 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:04:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002704 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002629 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002313 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:04:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002476 [API:8081]10.0.0.27 - - [2025-11-27 04:05:03] "GET /analytics/uves/virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e?flat HTTP/1.1" 200 2050 0.011124 [API:8081]10.0.0.27 - - [2025-11-27 04:05:03] "GET /analytics/uves/virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e?flat HTTP/1.1" 200 2050 0.060566 [API:8081]10.0.0.27 - - [2025-11-27 04:05:03] "GET /analytics/uves/virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e?flat HTTP/1.1" 200 2050 0.062688 [API:8081]10.0.0.27 - - [2025-11-27 04:05:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12956 0.017770 [API:8081]10.0.0.27 - - [2025-11-27 04:05:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12956 0.018641 [API:8081]10.0.0.27 - - [2025-11-27 04:05:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007249 [API:8081]10.0.0.27 - - [2025-11-27 04:05:06] "GET /analytics/uves/virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398?flat HTTP/1.1" 200 2055 0.010121 [API:8081]10.0.0.27 - - [2025-11-27 04:05:06] "GET /analytics/uves/virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398?flat HTTP/1.1" 200 2055 0.011294 [API:8081]10.0.0.27 - - [2025-11-27 04:05:06] "GET /analytics/uves/virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398?flat HTTP/1.1" 200 2055 0.010309 [API:8081]10.0.0.27 - - [2025-11-27 04:05:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12937 0.017082 [API:8081]10.0.0.27 - - [2025-11-27 04:05:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12937 0.018227 [API:8081]10.0.0.27 - - [2025-11-27 04:05:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008057 [API:8081]10.0.0.27 - - [2025-11-27 04:05:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12965 0.017561 [API:8081]10.0.0.27 - - [2025-11-27 04:05:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12965 0.017097 [API:8081]10.0.0.27 - - [2025-11-27 04:05:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12965 0.017290 [API:8081]10.0.0.27 - - [2025-11-27 04:05:21] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.27 - - [2025-11-27 04:05:21] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2025-11-27 04:05:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12965 0.020420 [API:8081]10.0.0.27 - - [2025-11-27 04:05:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12965 0.022685 [API:8081]10.0.0.27 - - [2025-11-27 04:05:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12965 0.017375 [API:8081]10.0.0.27 - - [2025-11-27 04:05:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12965 0.020640 [API:8081]10.0.0.27 - - [2025-11-27 04:05:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12965 0.017144 [API:8081]10.0.0.27 - - [2025-11-27 04:05:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12964 0.017273 [API:8081]10.0.0.27 - - [2025-11-27 04:05:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12574 0.020605 [API:8081]10.0.0.27 - - [2025-11-27 04:05:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010540 [API:8081]10.0.0.27 - - [2025-11-27 04:05:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12945 0.018894 [API:8081]10.0.0.27 - - [2025-11-27 04:05:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12945 0.018857 [API:8081]10.0.0.23 - - [2025-11-27 04:05:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058230 [API:8081]10.0.0.23 - - [2025-11-27 04:05:50] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-11-27 04:05:50] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.33 - - [2025-11-27 04:05:50] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2025-11-27 04:05:50] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.27 - - [2025-11-27 04:05:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-2?flat HTTP/1.1" 200 12553 0.016705 [API:8081]10.0.0.27 - - [2025-11-27 04:05:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008642 [API:8081]10.0.0.27 - - [2025-11-27 04:05:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.007874 [API:8081]10.0.0.27 - - [2025-11-27 04:05:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.009297 [API:8081]10.0.0.23 - - [2025-11-27 04:06:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065761 [API:8081]10.0.0.23 - - [2025-11-27 04:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-27 04:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-11-27 04:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-27 04:07:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2025-11-27 04:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.33 - - [2025-11-27 04:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2025-11-27 04:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2025-11-27 04:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2025-11-27 04:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2025-11-27 04:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-11-27 04:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2025-11-27 04:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [Introspect:8090]10.0.0.27 - - [2025-11-27 04:08:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000959 [API:8081]10.0.0.23 - - [2025-11-27 04:08:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.372049 [Introspect:8090]10.0.0.27 - - [2025-11-27 04:08:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001004 [Introspect:8090]10.0.0.27 - - [2025-11-27 04:09:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000969 [API:8081]10.0.0.27 - - [2025-11-27 04:09:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.087195 [API:8081]10.0.0.27 - - [2025-11-27 04:09:52] "GET /analytics/uves/virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082?flat HTTP/1.1" 200 1716 0.056401 [API:8081]10.0.0.27 - - [2025-11-27 04:09:52] "GET /analytics/uves/virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082?flat HTTP/1.1" 200 1716 0.055192 [API:8081]10.0.0.27 - - [2025-11-27 04:09:52] "GET /analytics/uves/virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082?flat HTTP/1.1" 200 1716 0.010706 [API:8081]10.0.0.27 - - [2025-11-27 04:09:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009490 [API:8081]10.0.0.23 - - [2025-11-27 04:09:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072999 [API:8081]10.0.0.27 - - [2025-11-27 04:10:34] "GET /analytics/uves/virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe?flat HTTP/1.1" 200 1716 0.009798 [API:8081]10.0.0.27 - - [2025-11-27 04:10:34] "GET /analytics/uves/virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe?flat HTTP/1.1" 200 1716 0.011095 [API:8081]10.0.0.27 - - [2025-11-27 04:10:34] "GET /analytics/uves/virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe?flat HTTP/1.1" 200 1716 0.010974 [API:8081]10.0.0.27 - - [2025-11-27 04:10:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12389 0.016885 [API:8081]10.0.0.27 - - [2025-11-27 04:10:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12389 0.015897 [API:8081]10.0.0.27 - - [2025-11-27 04:10:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010185 [API:8081]10.0.0.27 - - [2025-11-27 04:11:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12977 0.018008 [API:8081]10.0.0.27 - - [2025-11-27 04:11:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12977 0.017953 [API:8081]10.0.0.27 - - [2025-11-27 04:11:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12977 0.021384 [API:8081]10.0.0.27 - - [2025-11-27 04:11:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12977 0.016416 [API:8081]10.0.0.27 - - [2025-11-27 04:11:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12977 0.021406 [API:8081]10.0.0.27 - - [2025-11-27 04:11:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12977 0.018075 [API:8081]10.0.0.27 - - [2025-11-27 04:11:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12977 0.018417 [API:8081]10.0.0.23 - - [2025-11-27 04:11:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060281 [API:8081]10.0.0.27 - - [2025-11-27 04:11:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12852 0.017530 [API:8081]10.0.0.27 - - [2025-11-27 04:11:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010833 [API:8081]10.0.0.27 - - [2025-11-27 04:12:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008794 [API:8081]10.0.0.23 - - [2025-11-27 04:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-11-27 04:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-27 04:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-11-27 04:12:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2025-11-27 04:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.33 - - [2025-11-27 04:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2025-11-27 04:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2025-11-27 04:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2025-11-27 04:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2025-11-27 04:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-11-27 04:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2025-11-27 04:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-11-27 04:12:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.093686 [API:8081]10.0.0.27 - - [2025-11-27 04:13:01] "GET /analytics/uves/virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54?flat HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-11-27 04:13:01] "GET /analytics/uves/virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54?flat HTTP/1.1" 200 1395 0.063096 [API:8081]10.0.0.27 - - [2025-11-27 04:13:02] "GET /analytics/uves/virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54?flat HTTP/1.1" 200 1395 0.061365 [API:8081]10.0.0.27 - - [2025-11-27 04:13:02] "GET /analytics/uves/virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54?flat HTTP/1.1" 200 1395 0.057616 [API:8081]10.0.0.27 - - [2025-11-27 04:13:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12941 0.017597 [API:8081]10.0.0.27 - - [2025-11-27 04:13:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12941 0.019298 [API:8081]10.0.0.27 - - [2025-11-27 04:13:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008250 [API:8081]10.0.0.27 - - [2025-11-27 04:13:04] "GET /analytics/uves/virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15?flat HTTP/1.1" 200 965 0.009751 [API:8081]10.0.0.27 - - [2025-11-27 04:13:06] "GET /analytics/uves/virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15?flat HTTP/1.1" 200 1396 0.010946 [API:8081]10.0.0.27 - - [2025-11-27 04:13:06] "GET /analytics/uves/virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15?flat HTTP/1.1" 200 1396 0.010557 [API:8081]10.0.0.27 - - [2025-11-27 04:13:06] "GET /analytics/uves/virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15?flat HTTP/1.1" 200 1396 0.011021 [API:8081]10.0.0.27 - - [2025-11-27 04:13:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009916 [API:8081]10.0.0.27 - - [2025-11-27 04:13:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008297 [API:8081]10.0.0.27 - - [2025-11-27 04:13:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12924 0.019262 [API:8081]10.0.0.27 - - [2025-11-27 04:13:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12924 0.065455 [API:8081]10.0.0.27 - - [2025-11-27 04:13:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12924 0.017451 [API:8081]10.0.0.27 - - [2025-11-27 04:13:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12924 0.015617 [API:8081]10.0.0.27 - - [2025-11-27 04:13:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12924 0.017398 [API:8081]10.0.0.27 - - [2025-11-27 04:13:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12924 0.017333 [API:8081]10.0.0.27 - - [2025-11-27 04:13:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4820-1?flat HTTP/1.1" 200 12539 0.021470 [API:8081]10.0.0.27 - - [2025-11-27 04:13:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009996 [API:8081]10.0.0.27 - - [2025-11-27 04:14:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-11-27 04:14:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.060052 [API:8081]10.0.0.27 - - [2025-11-27 04:14:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.062306 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:14:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002322 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003765 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002500 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002759 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:14:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003485 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002279 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002501 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:14:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002516 [API:8081]10.0.0.23 - - [2025-11-27 04:14:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068729 [API:8081]10.0.0.27 - - [2025-11-27 04:15:21] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.27 - - [2025-11-27 04:15:21] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.23 - - [2025-11-27 04:15:50] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-11-27 04:15:50] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.33 - - [2025-11-27 04:15:50] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.33 - - [2025-11-27 04:15:50] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.23 - - [2025-11-27 04:15:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.076305 [API:8081]10.0.0.23 - - [2025-11-27 04:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.23 - - [2025-11-27 04:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2025-11-27 04:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-11-27 04:17:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2025-11-27 04:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2025-11-27 04:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-11-27 04:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-11-27 04:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2025-11-27 04:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.33 - - [2025-11-27 04:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.27 - - [2025-11-27 04:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.27 - - [2025-11-27 04:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2025-11-27 04:17:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073511 [API:8081]10.0.0.23 - - [2025-11-27 04:19:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.073243 [API:8081]10.0.0.27 - - [2025-11-27 04:19:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-11-27 04:19:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.058060 [API:8081]10.0.0.23 - - [2025-11-27 04:21:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076167 [API:8081]10.0.0.23 - - [2025-11-27 04:22:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062791 [API:8081]10.0.0.23 - - [2025-11-27 04:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-27 04:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-27 04:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-27 04:22:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2025-11-27 04:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2025-11-27 04:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2025-11-27 04:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-11-27 04:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2025-11-27 04:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2025-11-27 04:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2025-11-27 04:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2025-11-27 04:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-27 04:24:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068348 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:24:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003288 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002845 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002645 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002664 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:24:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002944 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002422 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002417 [LOCAL API:8181]127.0.0.1 - - [2025-11-27 04:24:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4820-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002496 [API:8081]10.0.0.23 - - [2025-11-27 04:25:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069331 [API:8081]10.0.0.27 - - [2025-11-27 04:25:21] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-11-27 04:25:21] "GET /analytics HTTP/1.1" 401 205 0.000150 [Introspect:8090]10.0.0.23 - - [2025-11-27 04:25:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001418