++ 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 Dec 4 02:20:27 AM UTC 2025 ===================' INFO: =================== Thu Dec 4 02:20:27 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 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ 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 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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.254,10.20.0.209,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.209,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 ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ 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=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py: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 12/04/2025 02:20:35.214 7f2a4689bb40 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/04/2025 02:20:35.385 7f2a4689bb40 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 12/04/2025 02:20:35.398 7f2a4689bb40 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/04/2025 02:20:35.398 7f2a4689bb40 [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-12-04 02:21:14] "GET /analytics HTTP/1.1" 401 205 0.000593 [API:8081]10.0.0.23 - - [2025-12-04 02:21:14] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2025-12-04 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-12-04 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.33 - - [2025-12-04 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.33 - - [2025-12-04 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2025-12-04 02:21:45] "GET /analytics HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2025-12-04 02:21:45] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.27 - - [2025-12-04 02:21:46] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2025-12-04 02:21:46] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.33 - - [2025-12-04 02:21:46] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2025-12-04 02:21:46] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.23 - - [2025-12-04 02:22:16] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-04 02:22:16] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.33 - - [2025-12-04 02:22:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.065389 [API:8081]10.0.0.33 - - [2025-12-04 02:23:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.056732 [API:8081]10.0.0.33 - - [2025-12-04 02:23:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.33 - - [2025-12-04 02:23:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.33 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-12-04 02:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2025-12-04 02:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2025-12-04 02:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-12-04 02:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [Introspect:8090]10.0.0.23 - - [2025-12-04 02:24:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001628 [Introspect:8090]10.0.0.23 - - [2025-12-04 02:24:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001160 [API:8081]10.0.0.33 - - [2025-12-04 02:25:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063435 [Introspect:8090]10.0.0.27 - - [2025-12-04 02:25:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001166 [API:8081]10.0.0.27 - - [2025-12-04 02:25:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?flat HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.27 - - [2025-12-04 02:25:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?flat HTTP/1.1" 200 5181 0.080993 [API:8081]10.0.0.27 - - [2025-12-04 02:25:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?flat HTTP/1.1" 200 5179 0.075909 [API:8081]10.0.0.27 - - [2025-12-04 02:25:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?flat HTTP/1.1" 200 5179 0.079334 [Introspect:8090]10.0.0.27 - - [2025-12-04 02:25:52] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000612 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12031 0.031710 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12031 0.024655 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 8001 0.018162 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 7998 0.020783 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-3?flat HTTP/1.1" 200 7998 0.024462 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 8001 0.026960 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 7998 0.017328 [API:8081]10.0.0.27 - - [2025-12-04 02:25:54] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-3?flat HTTP/1.1" 200 7998 0.014942 [API:8081]10.0.0.27 - - [2025-12-04 02:26:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-12-04 02:26:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.061602 [API:8081]10.0.0.33 - - [2025-12-04 02:26:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.084262 [API:8081]10.0.0.33 - - [2025-12-04 02:28:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069031 [API:8081]10.0.0.33 - - [2025-12-04 02:28:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2025-12-04 02:28:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000565 [API:8081]10.0.0.23 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2025-12-04 02:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.27 - - [2025-12-04 02:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2025-12-04 02:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.27 - - [2025-12-04 02:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.33 - - [2025-12-04 02:29:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072017 [API:8081]10.0.0.27 - - [2025-12-04 02:30:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.27 - - [2025-12-04 02:30:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.108566 [API:8081]10.0.0.27 - - [2025-12-04 02:30:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.073659 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003115 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004133 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002845 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005743 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002934 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002650 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006537 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003824 [API:8081]10.0.0.33 - - [2025-12-04 02:31:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067243 [API:8081]10.0.0.27 - - [2025-12-04 02:31:46] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-12-04 02:31:46] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.33 - - [2025-12-04 02:31:46] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2025-12-04 02:31:46] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.23 - - [2025-12-04 02:32:16] "GET /analytics HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.23 - - [2025-12-04 02:32:16] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2025-12-04 02:32:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.068828 [API:8081]10.0.0.33 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.33 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.33 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2025-12-04 02:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-12-04 02:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-12-04 02:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-12-04 02:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.27 - - [2025-12-04 02:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2025-12-04 02:34:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073947 [API:8081]10.0.0.33 - - [2025-12-04 02:35:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.081748 [API:8081]10.0.0.27 - - [2025-12-04 02:36:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-12-04 02:36:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.067281 [API:8081]10.0.0.27 - - [2025-12-04 02:36:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.071061 [API:8081]10.0.0.33 - - [2025-12-04 02:37:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069015 [API:8081]10.0.0.27 - - [2025-12-04 02:38:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009800 [API:8081]10.0.0.27 - - [2025-12-04 02:38:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.009579 [API:8081]10.0.0.27 - - [2025-12-04 02:38:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.092370 [API:8081]10.0.0.27 - - [2025-12-04 02:38:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.009062 [API:8081]10.0.0.33 - - [2025-12-04 02:38:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.33 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.23 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.33 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.27 - - [2025-12-04 02:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.27 - - [2025-12-04 02:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.27 - - [2025-12-04 02:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.27 - - [2025-12-04 02:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2025-12-04 02:38:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.125829 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002487 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003460 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003133 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002900 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "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-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003395 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002740 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002400 [API:8081]10.0.0.33 - - [2025-12-04 02:40:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067887 [API:8081]10.0.0.27 - - [2025-12-04 02:41:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12585 0.074121 [API:8081]10.0.0.27 - - [2025-12-04 02:41:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.061087 [API:8081]10.0.0.27 - - [2025-12-04 02:41:46] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2025-12-04 02:41:46] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.33 - - [2025-12-04 02:41:46] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-12-04 02:41:46] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.33 - - [2025-12-04 02:41:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.079396 [API:8081]10.0.0.27 - - [2025-12-04 02:41:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009556 [API:8081]10.0.0.27 - - [2025-12-04 02:42:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.011895 [API:8081]10.0.0.23 - - [2025-12-04 02:42:16] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-04 02:42:16] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.33 - - [2025-12-04 02:43:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.33 - - [2025-12-04 02:43:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.33 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.33 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-12-04 02:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.27 - - [2025-12-04 02:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.27 - - [2025-12-04 02:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.27 - - [2025-12-04 02:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.33 - - [2025-12-04 02:43:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065083 [API:8081]10.0.0.27 - - [2025-12-04 02:44:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-12-04 02:44:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.064475 [API:8081]10.0.0.33 - - [2025-12-04 02:44:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060939 [API:8081]10.0.0.27 - - [2025-12-04 02:45:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.070728 [API:8081]10.0.0.27 - - [2025-12-04 02:46:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-12-04 02:46:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.068981 [API:8081]10.0.0.27 - - [2025-12-04 02:46:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-12-04 02:46:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.061399 [API:8081]10.0.0.27 - - [2025-12-04 02:46:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.060353 [API:8081]10.0.0.27 - - [2025-12-04 02:46:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.066265 [API:8081]10.0.0.33 - - [2025-12-04 02:46:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065891 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549?flat HTTP/1.1" 200 1713 0.010583 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549?flat HTTP/1.1" 200 1713 0.012446 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549?flat HTTP/1.1" 200 1713 0.010220 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007864 [API:8081]10.0.0.27 - - [2025-12-04 02:47:24] "GET /analytics/uves/virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4?flat HTTP/1.1" 200 1845 0.011508 [API:8081]10.0.0.27 - - [2025-12-04 02:47:24] "GET /analytics/uves/virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4?flat HTTP/1.1" 200 1845 0.012292 [API:8081]10.0.0.27 - - [2025-12-04 02:47:25] "GET /analytics/uves/virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4?flat HTTP/1.1" 200 1845 0.011408 [API:8081]10.0.0.27 - - [2025-12-04 02:47:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12966 0.020403 [API:8081]10.0.0.27 - - [2025-12-04 02:47:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12966 0.018104 [API:8081]10.0.0.27 - - [2025-12-04 02:47:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009878 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-machine/e437db07-e857-433a-a429-b54ff43703a8?flat HTTP/1.1" 200 1756 0.011174 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-machine/e437db07-e857-433a-a429-b54ff43703a8?flat HTTP/1.1" 200 1756 0.012004 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-machine/e437db07-e857-433a-a429-b54ff43703a8?flat HTTP/1.1" 200 1756 0.011038 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009038 [API:8081]10.0.0.33 - - [2025-12-04 02:47:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.094998 [API:8081]10.0.0.27 - - [2025-12-04 02:48:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007804 [API:8081]10.0.0.27 - - [2025-12-04 02:48:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.018941 [API:8081]10.0.0.27 - - [2025-12-04 02:48:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.021070 [API:8081]10.0.0.27 - - [2025-12-04 02:48:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.018758 [API:8081]10.0.0.27 - - [2025-12-04 02:48:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.019891 [API:8081]10.0.0.33 - - [2025-12-04 02:48:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000544 [API:8081]10.0.0.23 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.33 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2025-12-04 02:48:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.019019 [API:8081]10.0.0.27 - - [2025-12-04 02:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-12-04 02:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-12-04 02:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.27 - - [2025-12-04 02:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-12-04 02:48:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.020038 [API:8081]10.0.0.27 - - [2025-12-04 02:48:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.019289 [API:8081]10.0.0.27 - - [2025-12-04 02:48:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.025290 [API:8081]10.0.0.27 - - [2025-12-04 02:48:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.018535 [API:8081]10.0.0.27 - - [2025-12-04 02:48:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13736 0.021235 [API:8081]10.0.0.27 - - [2025-12-04 02:48:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12598 0.023173 [API:8081]10.0.0.27 - - [2025-12-04 02:48:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009678 [API:8081]10.0.0.27 - - [2025-12-04 02:49:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008707 [API:8081]10.0.0.27 - - [2025-12-04 02:49:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-12-04 02:49:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.059527 [API:8081]10.0.0.27 - - [2025-12-04 02:49:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.065460 [API:8081]10.0.0.27 - - [2025-12-04 02:49:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.072017 [API:8081]10.0.0.33 - - [2025-12-04 02:49:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070881 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003268 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003023 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002976 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002841 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003022 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003498 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002849 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002509 [API:8081]10.0.0.27 - - [2025-12-04 02:50:41] "GET /analytics/uves/virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710?flat HTTP/1.1" 200 1717 0.010985 [API:8081]10.0.0.27 - - [2025-12-04 02:50:41] "GET /analytics/uves/virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710?flat HTTP/1.1" 200 1717 0.011905 [API:8081]10.0.0.27 - - [2025-12-04 02:50:42] "GET /analytics/uves/virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710?flat HTTP/1.1" 200 1717 0.011435 [API:8081]10.0.0.27 - - [2025-12-04 02:50:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010204 [API:8081]10.0.0.27 - - [2025-12-04 02:50:45] "GET /analytics/uves/virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1?flat HTTP/1.1" 200 1717 0.012012 [API:8081]10.0.0.27 - - [2025-12-04 02:50:45] "GET /analytics/uves/virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1?flat HTTP/1.1" 200 1717 0.010432 [API:8081]10.0.0.27 - - [2025-12-04 02:50:46] "GET /analytics/uves/virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1?flat HTTP/1.1" 200 1717 0.011293 [API:8081]10.0.0.27 - - [2025-12-04 02:50:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13004 0.019063 [API:8081]10.0.0.27 - - [2025-12-04 02:50:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13004 0.017062 [API:8081]10.0.0.27 - - [2025-12-04 02:50:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009741 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a?flat HTTP/1.1" 200 1766 0.010835 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a?flat HTTP/1.1" 200 1766 0.012380 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a?flat HTTP/1.1" 200 1766 0.010266 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008720 [API:8081]10.0.0.33 - - [2025-12-04 02:50:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.077271 [API:8081]10.0.0.27 - - [2025-12-04 02:51:46] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.27 - - [2025-12-04 02:51:46] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.33 - - [2025-12-04 02:51:46] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2025-12-04 02:51:46] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.27 - - [2025-12-04 02:51:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012194 [API:8081]10.0.0.27 - - [2025-12-04 02:51:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13767 0.020858 [API:8081]10.0.0.27 - - [2025-12-04 02:51:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.018176 [API:8081]10.0.0.27 - - [2025-12-04 02:52:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.018912 [API:8081]10.0.0.27 - - [2025-12-04 02:52:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.027194 [API:8081]10.0.0.27 - - [2025-12-04 02:52:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.021931 [API:8081]10.0.0.27 - - [2025-12-04 02:52:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.019218 [API:8081]10.0.0.27 - - [2025-12-04 02:52:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.020808 [API:8081]10.0.0.23 - - [2025-12-04 02:52:16] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2025-12-04 02:52:16] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.27 - - [2025-12-04 02:52:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.018706 [API:8081]10.0.0.27 - - [2025-12-04 02:52:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.017861 [API:8081]10.0.0.27 - - [2025-12-04 02:52:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13766 0.019993 [API:8081]10.0.0.27 - - [2025-12-04 02:52:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12600 0.019140 [API:8081]10.0.0.27 - - [2025-12-04 02:52:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009469 [API:8081]10.0.0.27 - - [2025-12-04 02:52:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008941 [API:8081]10.0.0.33 - - [2025-12-04 02:52:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.129651 [API:8081]10.0.0.27 - - [2025-12-04 02:53:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-12-04 02:53:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.060373 [API:8081]10.0.0.27 - - [2025-12-04 02:53:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.075662 [API:8081]10.0.0.33 - - [2025-12-04 02:53:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.33 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.33 - - [2025-12-04 02:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2025-12-04 02:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-12-04 02:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-12-04 02:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2025-12-04 02:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2025-12-04 02:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2025-12-04 02:53:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072692 [API:8081]10.0.0.33 - - [2025-12-04 02:55:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060022 [API:8081]10.0.0.33 - - [2025-12-04 02:56:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.358904 [API:8081]10.0.0.27 - - [2025-12-04 02:57:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2025-12-04 02:57:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.058841 [API:8081]10.0.0.33 - - [2025-12-04 02:58:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.33 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-12-04 02:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2025-12-04 02:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2025-12-04 02:58:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-12-04 02:58:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2025-12-04 02:59:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072360 [API:8081]10.0.0.27 - - [2025-12-04 02:59:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.067060 [API:8081]10.0.0.27 - - [2025-12-04 02:59:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-12-04 02:59:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.073490 [API:8081]10.0.0.27 - - [2025-12-04 02:59:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.069568 [API:8081]10.0.0.33 - - [2025-12-04 03:00:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.087483 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002648 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003166 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002422 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002292 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003245 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005308 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002698 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002602 [API:8081]10.0.0.27 - - [2025-12-04 03:01:46] "GET /analytics HTTP/1.1" 401 205 0.000532 [API:8081]10.0.0.27 - - [2025-12-04 03:01:46] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2025-12-04 03:01:46] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.33 - - [2025-12-04 03:01:46] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.33 - - [2025-12-04 03:02:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084182 [API:8081]10.0.0.23 - - [2025-12-04 03:02:16] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-04 03:02:16] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.33 - - [2025-12-04 03:03:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075703 [API:8081]10.0.0.27 - - [2025-12-04 03:03:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13010 0.077256 [API:8081]10.0.0.27 - - [2025-12-04 03:03:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13010 0.018472 [API:8081]10.0.0.27 - - [2025-12-04 03:03:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12600 0.021042 [API:8081]10.0.0.27 - - [2025-12-04 03:03:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009879 [API:8081]10.0.0.33 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.23 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.33 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-12-04 03:03:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2025-12-04 03:03:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-12-04 03:03:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2025-12-04 03:03:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-12-04 03:03:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009005 [API:8081]10.0.0.27 - - [2025-12-04 03:04:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-12-04 03:04:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.085170 [API:8081]10.0.0.27 - - [2025-12-04 03:04:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.069438 [API:8081]10.0.0.33 - - [2025-12-04 03:05:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073138 [API:8081]10.0.0.33 - - [2025-12-04 03:06:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.071674 [API:8081]10.0.0.27 - - [2025-12-04 03:07:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13035 0.025100 [API:8081]10.0.0.27 - - [2025-12-04 03:07:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12605 0.072217 [API:8081]10.0.0.27 - - [2025-12-04 03:07:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010156 [API:8081]10.0.0.27 - - [2025-12-04 03:07:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009050 [API:8081]10.0.0.33 - - [2025-12-04 03:08:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.124858 [API:8081]10.0.0.33 - - [2025-12-04 03:08:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.23 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.33 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.27 - - [2025-12-04 03:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-12-04 03:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-12-04 03:08:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-12-04 03:08:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.33 - - [2025-12-04 03:09:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.148664 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002851 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002950 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003247 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003512 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003458 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003287 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002964 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004243 [API:8081]10.0.0.33 - - [2025-12-04 03:11:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091919 [API:8081]10.0.0.27 - - [2025-12-04 03:11:46] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-12-04 03:11:46] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.33 - - [2025-12-04 03:11:46] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2025-12-04 03:11:46] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.33 - - [2025-12-04 03:12:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.074256 [API:8081]10.0.0.23 - - [2025-12-04 03:12:16] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2025-12-04 03:12:16] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.27 - - [2025-12-04 03:12:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-12-04 03:12:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.066549 [API:8081]10.0.0.33 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.33 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.23 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-12-04 03:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-12-04 03:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-12-04 03:13:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.27 - - [2025-12-04 03:13:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2025-12-04 03:13:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.067138 [API:8081]10.0.0.33 - - [2025-12-04 03:14:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071560 [API:8081]10.0.0.33 - - [2025-12-04 03:15:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.084909 [API:8081]10.0.0.27 - - [2025-12-04 03:15:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2025-12-04 03:15:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.077464 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-machine/04070158-2631-43d3-a3c9-c8287426e446?flat HTTP/1.1" 200 1779 0.075043 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-machine/04070158-2631-43d3-a3c9-c8287426e446?flat HTTP/1.1" 200 1779 0.064490 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-machine/04070158-2631-43d3-a3c9-c8287426e446?flat HTTP/1.1" 200 1779 0.011038 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009079 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-machine/27285472-4dde-42bb-851c-05a3cb221719?flat HTTP/1.1" 200 1830 0.010657 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-machine/27285472-4dde-42bb-851c-05a3cb221719?flat HTTP/1.1" 200 1830 0.013608 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-machine/27285472-4dde-42bb-851c-05a3cb221719?flat HTTP/1.1" 200 1830 0.012094 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13194 0.020149 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13194 0.019559 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010306 [API:8081]10.0.0.33 - - [2025-12-04 03:17:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.105899 [API:8081]10.0.0.33 - - [2025-12-04 03:18:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.067842 [API:8081]10.0.0.33 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.33 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.33 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2025-12-04 03:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2025-12-04 03:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-12-04 03:18:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2025-12-04 03:18:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2025-12-04 03:18:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13202 0.020422 [API:8081]10.0.0.27 - - [2025-12-04 03:18:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13202 0.018910 [API:8081]10.0.0.27 - - [2025-12-04 03:18:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12625 0.018834 [API:8081]10.0.0.27 - - [2025-12-04 03:18:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009599 [API:8081]10.0.0.27 - - [2025-12-04 03:19:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010544 [API:8081]10.0.0.27 - - [2025-12-04 03:19:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.27 - - [2025-12-04 03:19:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.067439 [API:8081]10.0.0.33 - - [2025-12-04 03:20:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086307 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/virtual-machine/de449f05-b042-4abe-a3b5-870140307814?flat HTTP/1.1" 200 1791 0.064254 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/virtual-machine/de449f05-b042-4abe-a3b5-870140307814?flat HTTP/1.1" 200 1791 0.010900 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/virtual-machine/de449f05-b042-4abe-a3b5-870140307814?flat HTTP/1.1" 200 1791 0.072608 [API:8081]10.0.0.27 - - [2025-12-04 03:20:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009355 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003168 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003016 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003932 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002670 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003183 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002753 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003229 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003694 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669?flat HTTP/1.1" 200 1838 0.013945 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669?flat HTTP/1.1" 200 1838 0.012239 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669?flat HTTP/1.1" 200 1838 0.011160 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13223 0.021181 [API:8081]10.0.0.27 - - [2025-12-04 03:20:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13223 0.020147 [API:8081]10.0.0.27 - - [2025-12-04 03:20:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008938 [API:8081]10.0.0.33 - - [2025-12-04 03:21:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.077154 [API:8081]10.0.0.27 - - [2025-12-04 03:21:46] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-12-04 03:21:46] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.33 - - [2025-12-04 03:21:46] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2025-12-04 03:21:46] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.23 - - [2025-12-04 03:22:16] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.23 - - [2025-12-04 03:22:16] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.27 - - [2025-12-04 03:22:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13253 0.022044 [API:8081]10.0.0.27 - - [2025-12-04 03:22:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13253 0.020498 [API:8081]10.0.0.27 - - [2025-12-04 03:22:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13253 0.018305 [API:8081]10.0.0.27 - - [2025-12-04 03:22:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12928 0.023944 [API:8081]10.0.0.27 - - [2025-12-04 03:22:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009131 [API:8081]10.0.0.33 - - [2025-12-04 03:23:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065865 [API:8081]10.0.0.27 - - [2025-12-04 03:23:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011212 [API:8081]10.0.0.33 - - [2025-12-04 03:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2025-12-04 03:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-04 03:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-12-04 03:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.33 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-12-04 03:23:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-12-04 03:23:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-12-04 03:23:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2025-12-04 03:23:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.161930 [API:8081]10.0.0.27 - - [2025-12-04 03:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2025-12-04 03:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2025-12-04 03:24:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.078439 [API:8081]10.0.0.27 - - [2025-12-04 03:24:27] "GET /analytics/uves/virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f?flat HTTP/1.1" 200 1773 0.070727 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f?flat HTTP/1.1" 200 1773 0.012331 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f?flat HTTP/1.1" 200 1773 0.066725 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009442 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91?flat HTTP/1.1" 200 1826 0.012382 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91?flat HTTP/1.1" 200 1826 0.011420 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91?flat HTTP/1.1" 200 1826 0.011763 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13193 0.020012 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13193 0.020331 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008245 [API:8081]10.0.0.27 - - [2025-12-04 03:26:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13205 0.019854 [API:8081]10.0.0.27 - - [2025-12-04 03:26:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13205 0.020627 [API:8081]10.0.0.27 - - [2025-12-04 03:26:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13205 0.017464 [API:8081]10.0.0.27 - - [2025-12-04 03:26:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13205 0.019210 [API:8081]10.0.0.27 - - [2025-12-04 03:26:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13205 0.019512 [API:8081]10.0.0.33 - - [2025-12-04 03:26:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076302 [API:8081]10.0.0.27 - - [2025-12-04 03:26:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 12635 0.024239 [API:8081]10.0.0.27 - - [2025-12-04 03:26:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010848 [API:8081]10.0.0.27 - - [2025-12-04 03:26:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008659 [API:8081]10.0.0.27 - - [2025-12-04 03:27:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.27 - - [2025-12-04 03:27:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.074683 [API:8081]10.0.0.27 - - [2025-12-04 03:27:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.079741 [API:8081]10.0.0.27 - - [2025-12-04 03:27:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.067371 [API:8081]10.0.0.33 - - [2025-12-04 03:27:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075843 [API:8081]10.0.0.27 - - [2025-12-04 03:27:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.009908 [API:8081]10.0.0.27 - - [2025-12-04 03:27:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008692 [API:8081]10.0.0.27 - - [2025-12-04 03:27:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.010197 [API:8081]10.0.0.27 - - [2025-12-04 03:27:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.009653 [API:8081]10.0.0.27 - - [2025-12-04 03:27:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.008661 [API:8081]10.0.0.27 - - [2025-12-04 03:27:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-12-04 03:27:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.066293 [API:8081]10.0.0.27 - - [2025-12-04 03:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.066901 [API:8081]10.0.0.27 - - [2025-12-04 03:27:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.061016 [API:8081]10.0.0.27 - - [2025-12-04 03:28:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.010442 [API:8081]10.0.0.27 - - [2025-12-04 03:28:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.010316 [API:8081]10.0.0.27 - - [2025-12-04 03:28:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008597 [API:8081]10.0.0.27 - - [2025-12-04 03:28:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-12-04 03:28:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.077941 [API:8081]10.0.0.27 - - [2025-12-04 03:28:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.073516 [API:8081]10.0.0.27 - - [2025-12-04 03:28:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.075312 [API:8081]10.0.0.27 - - [2025-12-04 03:28:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008383 [API:8081]10.0.0.27 - - [2025-12-04 03:28:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009000 [API:8081]10.0.0.33 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000623 [API:8081]10.0.0.23 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2025-12-04 03:28:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.011060 [API:8081]10.0.0.23 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.33 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.33 - - [2025-12-04 03:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-12-04 03:28:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009113 [API:8081]10.0.0.27 - - [2025-12-04 03:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.27 - - [2025-12-04 03:28:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2025-12-04 03:28:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.009893 [API:8081]10.0.0.27 - - [2025-12-04 03:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2025-12-04 03:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-12-04 03:28:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2025-12-04 03:28:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.072177 [API:8081]10.0.0.27 - - [2025-12-04 03:28:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.080162 [API:8081]10.0.0.27 - - [2025-12-04 03:28:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.063716 [API:8081]10.0.0.27 - - [2025-12-04 03:29:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.009701 [API:8081]10.0.0.27 - - [2025-12-04 03:29:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.020540 [API:8081]10.0.0.33 - - [2025-12-04 03:29:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065704 [API:8081]10.0.0.33 - - [2025-12-04 03:30:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.118474 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002492 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003667 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002774 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002418 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002310 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002559 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002769 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002264 [API:8081]10.0.0.27 - - [2025-12-04 03:31:46] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-12-04 03:31:46] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.33 - - [2025-12-04 03:31:46] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2025-12-04 03:31:46] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.23 - - [2025-12-04 03:32:16] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-04 03:32:16] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.33 - - [2025-12-04 03:32:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072086 [API:8081]10.0.0.33 - - [2025-12-04 03:33:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072105 [API:8081]10.0.0.33 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.33 - - [2025-12-04 03:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000615 [API:8081]10.0.0.33 - - [2025-12-04 03:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2025-12-04 03:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-12-04 03:33:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-12-04 03:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-12-04 03:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.33 - - [2025-12-04 03:35:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093297 [API:8081]10.0.0.27 - - [2025-12-04 03:35:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-12-04 03:35:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.107172 [API:8081]10.0.0.27 - - [2025-12-04 03:35:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.089117 [API:8081]10.0.0.33 - - [2025-12-04 03:36:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.081870 [API:8081]10.0.0.33 - - [2025-12-04 03:38:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066098 [API:8081]10.0.0.33 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.33 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.33 - - [2025-12-04 03:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-12-04 03:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2025-12-04 03:38:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2025-12-04 03:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.27 - - [2025-12-04 03:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.33 - - [2025-12-04 03:39:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.093380 [API:8081]10.0.0.27 - - [2025-12-04 03:40:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-12-04 03:40:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.062473 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002689 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003620 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002676 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002673 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003451 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003032 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002165 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002415 [API:8081]10.0.0.27 - - [2025-12-04 03:41:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.27 - - [2025-12-04 03:41:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.075437 [API:8081]10.0.0.33 - - [2025-12-04 03:41:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073338 [API:8081]10.0.0.27 - - [2025-12-04 03:41:46] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-12-04 03:41:46] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.33 - - [2025-12-04 03:41:46] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.33 - - [2025-12-04 03:41:46] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.23 - - [2025-12-04 03:42:16] "GET /analytics HTTP/1.1" 401 205 0.000774 [API:8081]10.0.0.23 - - [2025-12-04 03:42:16] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.33 - - [2025-12-04 03:42:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.078668 [API:8081]10.0.0.33 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.23 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2025-12-04 03:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.33 - - [2025-12-04 03:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-12-04 03:43:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-12-04 03:43:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000588 [API:8081]10.0.0.27 - - [2025-12-04 03:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2025-12-04 03:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.33 - - [2025-12-04 03:44:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063613 [API:8081]10.0.0.33 - - [2025-12-04 03:45:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069563 [API:8081]10.0.0.27 - - [2025-12-04 03:47:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.27 - - [2025-12-04 03:47:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.073545 [API:8081]10.0.0.33 - - [2025-12-04 03:47:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070681 [API:8081]10.0.0.33 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2025-12-04 03:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2025-12-04 03:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-12-04 03:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-12-04 03:48:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2025-12-04 03:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.27 - - [2025-12-04 03:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2025-12-04 03:48:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.076895 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003324 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002915 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002464 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002244 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002376 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003808 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002317 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003403 [API:8081]10.0.0.33 - - [2025-12-04 03:50:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074005 [API:8081]10.0.0.33 - - [2025-12-04 03:51:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066703 [API:8081]10.0.0.27 - - [2025-12-04 03:51:46] "GET /analytics HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2025-12-04 03:51:46] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.33 - - [2025-12-04 03:51:46] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2025-12-04 03:51:46] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.23 - - [2025-12-04 03:52:16] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-04 03:52:16] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.27 - - [2025-12-04 03:52:42] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-12-04 03:52:42] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 200 966 0.072114 [API:8081]10.0.0.27 - - [2025-12-04 03:52:44] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 200 966 0.062912 [API:8081]10.0.0.27 - - [2025-12-04 03:52:46] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 200 966 0.073079 [API:8081]10.0.0.27 - - [2025-12-04 03:52:48] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 200 966 0.011108 [API:8081]10.0.0.27 - - [2025-12-04 03:52:50] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 200 966 0.011069 [API:8081]10.0.0.27 - - [2025-12-04 03:52:52] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 200 1401 0.012254 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 200 1401 0.011047 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f?flat HTTP/1.1" 200 1401 0.011678 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008784 [API:8081]10.0.0.27 - - [2025-12-04 03:52:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009584 [API:8081]10.0.0.27 - - [2025-12-04 03:53:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009552 [API:8081]10.0.0.33 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.23 - - [2025-12-04 03:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2025-12-04 03:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.23 - - [2025-12-04 03:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2025-12-04 03:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.27 - - [2025-12-04 03:53:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-12-04 03:53:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.27 - - [2025-12-04 03:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-12-04 03:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2025-12-04 03:53:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069503 [API:8081]10.0.0.33 - - [2025-12-04 03:54:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075691 [API:8081]10.0.0.27 - - [2025-12-04 03:56:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.27 - - [2025-12-04 03:56:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.080649 [API:8081]10.0.0.33 - - [2025-12-04 03:56:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107264 [API:8081]10.0.0.33 - - [2025-12-04 03:57:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.077205 [API:8081]10.0.0.33 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.23 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2025-12-04 03:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2025-12-04 03:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2025-12-04 03:58:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-12-04 03:58:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2025-12-04 03:58:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.27 - - [2025-12-04 03:58:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2025-12-04 03:59:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067668 [API:8081]10.0.0.27 - - [2025-12-04 04:00:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.27 - - [2025-12-04 04:00:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.076186 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003517 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003530 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002637 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002812 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003560 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002902 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002753 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002759 [API:8081]10.0.0.33 - - [2025-12-04 04:00:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.086690 [API:8081]10.0.0.27 - - [2025-12-04 04:01:46] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2025-12-04 04:01:46] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.33 - - [2025-12-04 04:01:46] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2025-12-04 04:01:46] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.23 - - [2025-12-04 04:02:16] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-04 04:02:16] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.33 - - [2025-12-04 04:02:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076117 [API:8081]10.0.0.27 - - [2025-12-04 04:03:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2025-12-04 04:03:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.069204 [API:8081]10.0.0.33 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.33 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2025-12-04 04:03:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.33 - - [2025-12-04 04:03:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-12-04 04:03:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.27 - - [2025-12-04 04:03:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2025-12-04 04:03:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2025-12-04 04:03:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2025-12-04 04:03:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.082837 [API:8081]10.0.0.27 - - [2025-12-04 04:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-12-04 04:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.102406 [API:8081]10.0.0.27 - - [2025-12-04 04:05:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.155914 [API:8081]10.0.0.27 - - [2025-12-04 04:05:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.097708 [API:8081]10.0.0.27 - - [2025-12-04 04:05:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010168 [API:8081]10.0.0.33 - - [2025-12-04 04:05:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084285 [API:8081]10.0.0.27 - - [2025-12-04 04:06:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010650 [API:8081]10.0.0.27 - - [2025-12-04 04:06:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009282 [API:8081]10.0.0.27 - - [2025-12-04 04:06:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010324 [API:8081]10.0.0.27 - - [2025-12-04 04:06:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.011335 [API:8081]10.0.0.27 - - [2025-12-04 04:06:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009345 [API:8081]10.0.0.33 - - [2025-12-04 04:06:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.096715 [API:8081]10.0.0.33 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.23 - - [2025-12-04 04:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.33 - - [2025-12-04 04:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.33 - - [2025-12-04 04:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.27 - - [2025-12-04 04:08:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2025-12-04 04:08:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.27 - - [2025-12-04 04:08:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.27 - - [2025-12-04 04:08:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.33 - - [2025-12-04 04:08:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.234793 [API:8081]10.0.0.33 - - [2025-12-04 04:09:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070707 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002899 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003309 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003638 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002886 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002619 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002619 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002482 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002608 [API:8081]10.0.0.27 - - [2025-12-04 04:11:46] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2025-12-04 04:11:46] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.33 - - [2025-12-04 04:11:46] "GET /analytics HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.33 - - [2025-12-04 04:11:46] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2025-12-04 04:11:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072596 [API:8081]10.0.0.23 - - [2025-12-04 04:12:16] "GET /analytics HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-12-04 04:12:16] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.33 - - [2025-12-04 04:13:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075947 [API:8081]10.0.0.33 - - [2025-12-04 04:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.33 - - [2025-12-04 04:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-12-04 04:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2025-12-04 04:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.23 - - [2025-12-04 04:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.33 - - [2025-12-04 04:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-12-04 04:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2025-12-04 04:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2025-12-04 04:13:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2025-12-04 04:13:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2025-12-04 04:13:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-12-04 04:13:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2025-12-04 04:15:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075043 [API:8081]10.0.0.33 - - [2025-12-04 04:16:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.073806 [API:8081]10.0.0.33 - - [2025-12-04 04:18:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069074 [API:8081]10.0.0.33 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.23 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-04 04:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.23 - - [2025-12-04 04:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2025-12-04 04:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2025-12-04 04:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2025-12-04 04:18:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.27 - - [2025-12-04 04:18:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.27 - - [2025-12-04 04:18:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2025-12-04 04:18:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.33 - - [2025-12-04 04:19:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.074924 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006046 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003199 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003495 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003359 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003635 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003255 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003081 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003311 [API:8081]10.0.0.33 - - [2025-12-04 04:21:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071572 [API:8081]10.0.0.27 - - [2025-12-04 04:21:46] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-12-04 04:21:46] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.33 - - [2025-12-04 04:21:46] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.33 - - [2025-12-04 04:21:46] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.33 - - [2025-12-04 04:22:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.080330 [API:8081]10.0.0.23 - - [2025-12-04 04:22:16] "GET /analytics HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.23 - - [2025-12-04 04:22:16] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.27 - - [2025-12-04 04:23:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.27 - - [2025-12-04 04:23:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.084049 [API:8081]10.0.0.33 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-04 04:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2025-12-04 04:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2025-12-04 04:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2025-12-04 04:23:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.27 - - [2025-12-04 04:23:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.27 - - [2025-12-04 04:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-12-04 04:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-12-04 04:23:52] "GET /analytics/uves/virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc?flat HTTP/1.1" 200 1712 0.066473 [API:8081]10.0.0.27 - - [2025-12-04 04:23:52] "GET /analytics/uves/virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc?flat HTTP/1.1" 200 1712 0.078862 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc?flat HTTP/1.1" 200 1712 0.011958 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009462 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1713 0.011053 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1713 0.010507 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1713 0.010817 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13030 0.020231 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 13030 0.017951 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009395 [API:8081]10.0.0.33 - - [2025-12-04 04:24:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077006 [API:8081]10.0.0.33 - - [2025-12-04 04:25:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.097771 [API:8081]10.0.0.27 - - [2025-12-04 04:26:17] "GET /analytics/uves/virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc?flat HTTP/1.1" 200 1473 0.011546 [API:8081]10.0.0.27 - - [2025-12-04 04:26:19] "GET /analytics/uves/virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc?flat HTTP/1.1" 200 1473 0.012286 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc?flat HTTP/1.1" 200 2030 0.012488 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc?flat HTTP/1.1" 200 2030 0.012145 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc?flat HTTP/1.1" 200 2030 0.012254 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009072 [API:8081]10.0.0.27 - - [2025-12-04 04:26:25] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1474 0.012339 [API:8081]10.0.0.27 - - [2025-12-04 04:26:27] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1474 0.012951 [API:8081]10.0.0.27 - - [2025-12-04 04:26:29] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1474 0.013417 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1898 0.012673 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1898 0.013878 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6?flat HTTP/1.1" 200 1898 0.011649 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009075 [API:8081]10.0.0.33 - - [2025-12-04 04:27:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.105826 [API:8081]10.0.0.27 - - [2025-12-04 04:27:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009635 [API:8081]10.0.0.27 - - [2025-12-04 04:27:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012617 [API:8081]10.0.0.33 - - [2025-12-04 04:28:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.077325 [API:8081]10.0.0.33 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.23 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2025-12-04 04:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2025-12-04 04:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.33 - - [2025-12-04 04:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.33 - - [2025-12-04 04:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.27 - - [2025-12-04 04:28:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.27 - - [2025-12-04 04:28:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.27 - - [2025-12-04 04:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.27 - - [2025-12-04 04:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2025-12-04 04:30:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.110663 [API:8081]10.0.0.27 - - [2025-12-04 04:30:30] "GET /analytics/uves/virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7?flat HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2025-12-04 04:30:31] "GET /analytics/uves/virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7?flat HTTP/1.1" 200 1398 0.173546 [API:8081]10.0.0.27 - - [2025-12-04 04:30:31] "GET /analytics/uves/virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7?flat HTTP/1.1" 200 1398 0.113064 [API:8081]10.0.0.27 - - [2025-12-04 04:30:31] "GET /analytics/uves/virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7?flat HTTP/1.1" 200 1398 0.077837 [API:8081]10.0.0.27 - - [2025-12-04 04:30:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.047309 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003554 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003825 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003271 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003244 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003519 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003777 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002926 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002937 [API:8081]10.0.0.27 - - [2025-12-04 04:31:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2025-12-04 04:31:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.070509 [API:8081]10.0.0.33 - - [2025-12-04 04:31:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.125727 [API:8081]10.0.0.27 - - [2025-12-04 04:31:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 401 205 0.000342 --- 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-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-44989728' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '692a529936b04cef8ecbe119cc64e4c8' 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-63747653', 'ctest-TestRbacBasic-63747653-47435786'], 'virtual_network', '6acfa31c-c24d-4640-b5f7-916ef3f167ca', "Permission Denied for ['ctest-TestRbacBasic-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-44989728' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '692a529936b04cef8ecbe119cc64e4c8'"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 403 198 0.426566 [API:8081]10.0.0.27 - - [2025-12-04 04:31:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 401 205 0.000369 --- 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-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-63747653' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '7773b820593544a1bbf4486711cd2226' 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-63747653', 'ctest-TestRbacBasic-63747653-47435786'], 'virtual_network', '6acfa31c-c24d-4640-b5f7-916ef3f167ca', "Permission Denied for ['ctest-TestRbacBasic-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-63747653' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '7773b820593544a1bbf4486711cd2226'"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 403 198 0.103609 [API:8081]10.0.0.27 - - [2025-12-04 04:31:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2025-12-04 04:31:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.061319 [API:8081]10.0.0.27 - - [2025-12-04 04:31:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 401 205 0.000282 --- 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-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524 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-34170524', 'ctest-TestRbacBasic-34170524-44058839'], 'virtual_network', 'b5aa5c6e-ee39-480c-917f-970698502331', "Permission Denied for ctest-TestRbacBasic-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 403 198 0.136945 --- 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-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524 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-34170524', 'ctest-TestRbacBasic-34170524-44058839'], 'virtual_network', 'b5aa5c6e-ee39-480c-917f-970698502331', "Permission Denied for ctest-TestRbacBasic-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 403 198 0.045333 --- 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-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524 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-34170524', 'ctest-TestRbacBasic-34170524-44058839'], 'virtual_network', 'b5aa5c6e-ee39-480c-917f-970698502331', "Permission Denied for ctest-TestRbacBasic-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 403 198 0.113003 [API:8081]10.0.0.27 - - [2025-12-04 04:31:46] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-12-04 04:31:46] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2025-12-04 04:31:46] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2025-12-04 04:31:46] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.27 - - [2025-12-04 04:31:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 401 205 0.000330 --- 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-27055381 as ['ctest-TestRbacBasic-39516125'] to R virtual-network in ctest-TestRbacBasic-34170524 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-34170524', 'ctest-TestRbacBasic-34170524-44058839'], 'virtual_network', 'b5aa5c6e-ee39-480c-917f-970698502331', "Permission Denied for ctest-TestRbacBasic-27055381 as ['ctest-TestRbacBasic-39516125'] to R virtual-network in ctest-TestRbacBasic-34170524"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 403 198 0.087629 [API:8081]10.0.0.27 - - [2025-12-04 04:31:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.098458 [API:8081]10.0.0.27 - - [2025-12-04 04:31:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.069177 [API:8081]10.0.0.27 - - [2025-12-04 04:32:13] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 965 0.044155 [API:8081]10.0.0.27 - - [2025-12-04 04:32:15] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 965 0.078945 [API:8081]10.0.0.23 - - [2025-12-04 04:32:16] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-04 04:32:16] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.27 - - [2025-12-04 04:32:17] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 965 0.045507 [API:8081]10.0.0.27 - - [2025-12-04 04:32:19] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 965 0.042322 [API:8081]10.0.0.27 - - [2025-12-04 04:32:21] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 965 0.038659 [API:8081]10.0.0.27 - - [2025-12-04 04:32:23] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 965 0.053342 [API:8081]10.0.0.27 - - [2025-12-04 04:32:25] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 965 0.041873 [API:8081]10.0.0.27 - - [2025-12-04 04:32:28] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 965 0.043327 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 1412 0.047804 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 1412 0.046688 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?flat HTTP/1.1" 200 1412 0.039724 [API:8081]10.0.0.27 - - [2025-12-04 04:32:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.048494 [API:8081]10.0.0.27 - - [2025-12-04 04:33:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009618 [Introspect:8090]10.0.0.27 - - [2025-12-04 04:33:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001195 [API:8081]10.0.0.27 - - [2025-12-04 04:33:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-12-04 04:33:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.403739 [API:8081]10.0.0.33 - - [2025-12-04 04:33:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.121145 [API:8081]10.0.0.33 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.33 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.23 - - [2025-12-04 04:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-12-04 04:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.33 - - [2025-12-04 04:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2025-12-04 04:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2025-12-04 04:33:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.27 - - [2025-12-04 04:33:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.27 - - [2025-12-04 04:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2025-12-04 04:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2025-12-04 04:34:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.198937 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040?flat HTTP/1.1" 200 2069 0.012734 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040?flat HTTP/1.1" 200 2069 0.084046 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040?flat HTTP/1.1" 200 2069 0.075091 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010209 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8?flat HTTP/1.1" 200 2053 0.015580 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8?flat HTTP/1.1" 200 2053 0.015798 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8?flat HTTP/1.1" 200 2053 0.013999 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010596 [API:8081]10.0.0.33 - - [2025-12-04 04:36:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092077 [API:8081]10.0.0.27 - - [2025-12-04 04:36:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010478 [API:8081]10.0.0.27 - - [2025-12-04 04:36:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009430 [API:8081]10.0.0.27 - - [2025-12-04 04:36:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.009802 [API:8081]10.0.0.27 - - [2025-12-04 04:37:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.010220 [API:8081]10.0.0.33 - - [2025-12-04 04:37:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075884 [API:8081]10.0.0.33 - - [2025-12-04 04:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2025-12-04 04:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2025-12-04 04:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2025-12-04 04:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-04 04:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.23 - - [2025-12-04 04:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2025-12-04 04:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.33 - - [2025-12-04 04:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.27 - - [2025-12-04 04:38:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.27 - - [2025-12-04 04:38:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.27 - - [2025-12-04 04:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.27 - - [2025-12-04 04:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.33 - - [2025-12-04 04:39:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.365465 [Introspect:8090]10.0.0.27 - - [2025-12-04 04:40:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001343 [API:8081]10.0.0.27 - - [2025-12-04 04:40:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.083274 [API:8081]10.0.0.33 - - [2025-12-04 04:40:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070456 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003007 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003233 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002525 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006744 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003332 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003441 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003151 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002818 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a?flat HTTP/1.1" 200 1716 0.073808 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a?flat HTTP/1.1" 200 1716 0.012139 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a?flat HTTP/1.1" 200 1716 0.075871 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12389 0.021548 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12389 0.018979 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008934 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545?flat HTTP/1.1" 200 1716 0.012630 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545?flat HTTP/1.1" 200 1716 0.011826 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545?flat HTTP/1.1" 200 1716 0.012597 [API:8081]10.0.0.27 - - [2025-12-04 04:41:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009737 [API:8081]10.0.0.27 - - [2025-12-04 04:41:46] "GET /analytics HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.27 - - [2025-12-04 04:41:46] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.33 - - [2025-12-04 04:41:46] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2025-12-04 04:41:46] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-04 04:42:16] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-12-04 04:42:16] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.33 - - [2025-12-04 04:42:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073673 [API:8081]10.0.0.27 - - [2025-12-04 04:43:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010393 [API:8081]10.0.0.27 - - [2025-12-04 04:43:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12928 0.018401 [API:8081]10.0.0.27 - - [2025-12-04 04:43:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12928 0.019204 [API:8081]10.0.0.33 - - [2025-12-04 04:43:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.079755 [API:8081]10.0.0.27 - - [2025-12-04 04:43:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12928 0.020439 [API:8081]10.0.0.27 - - [2025-12-04 04:43:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12928 0.019613 [API:8081]10.0.0.27 - - [2025-12-04 04:43:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12928 0.024888 [API:8081]10.0.0.33 - - [2025-12-04 04:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000609 [API:8081]10.0.0.33 - - [2025-12-04 04:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-04 04:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2025-12-04 04:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2025-12-04 04:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000466 [API:8081]10.0.0.23 - - [2025-12-04 04:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000561 [API:8081]10.0.0.33 - - [2025-12-04 04:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2025-12-04 04:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.27 - - [2025-12-04 04:43:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-12-04 04:43:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.27 - - [2025-12-04 04:43:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12928 0.019339 [API:8081]10.0.0.27 - - [2025-12-04 04:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.27 - - [2025-12-04 04:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2025-12-04 04:43:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12830 0.020498 [API:8081]10.0.0.27 - - [2025-12-04 04:43:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009655 [API:8081]10.0.0.27 - - [2025-12-04 04:44:39] "GET /analytics/uves/virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af?flat HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.27 - - [2025-12-04 04:44:40] "GET /analytics/uves/virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af?flat HTTP/1.1" 200 965 0.073551 [API:8081]10.0.0.27 - - [2025-12-04 04:44:42] "GET /analytics/uves/virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af?flat HTTP/1.1" 200 1392 0.071676 [API:8081]10.0.0.27 - - [2025-12-04 04:44:42] "GET /analytics/uves/virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af?flat HTTP/1.1" 200 1392 0.073055 [API:8081]10.0.0.27 - - [2025-12-04 04:44:42] "GET /analytics/uves/virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af?flat HTTP/1.1" 200 1392 0.011668 [API:8081]10.0.0.27 - - [2025-12-04 04:44:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12914 0.017971 [API:8081]10.0.0.27 - - [2025-12-04 04:44:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12914 0.020285 [API:8081]10.0.0.27 - - [2025-12-04 04:44:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010873 [API:8081]10.0.0.27 - - [2025-12-04 04:44:45] "GET /analytics/uves/virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd?flat HTTP/1.1" 200 964 0.011263 [API:8081]10.0.0.27 - - [2025-12-04 04:44:47] "GET /analytics/uves/virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd?flat HTTP/1.1" 200 964 0.011501 [API:8081]10.0.0.27 - - [2025-12-04 04:44:49] "GET /analytics/uves/virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd?flat HTTP/1.1" 200 964 0.011557 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd?flat HTTP/1.1" 200 1391 0.012399 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd?flat HTTP/1.1" 200 1391 0.012938 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd?flat HTTP/1.1" 200 1391 0.013364 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008534 [API:8081]10.0.0.27 - - [2025-12-04 04:45:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010195 [API:8081]10.0.0.27 - - [2025-12-04 04:45:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12913 0.023104 [API:8081]10.0.0.27 - - [2025-12-04 04:45:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12913 0.022221 [API:8081]10.0.0.27 - - [2025-12-04 04:45:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12913 0.020187 [API:8081]10.0.0.33 - - [2025-12-04 04:45:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094121 [API:8081]10.0.0.27 - - [2025-12-04 04:45:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12913 0.021556 [API:8081]10.0.0.27 - - [2025-12-04 04:45:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12913 0.019982 [API:8081]10.0.0.27 - - [2025-12-04 04:45:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12913 0.019283 [API:8081]10.0.0.27 - - [2025-12-04 04:45:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12559 0.024448 [API:8081]10.0.0.27 - - [2025-12-04 04:45:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010717 [API:8081]10.0.0.27 - - [2025-12-04 04:45:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2025-12-04 04:45:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.067523 [API:8081]10.0.0.27 - - [2025-12-04 04:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.077950 [API:8081]10.0.0.33 - - [2025-12-04 04:46:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.085518 [API:8081]10.0.0.33 - - [2025-12-04 04:48:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070218 [API:8081]10.0.0.33 - - [2025-12-04 04:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.33 - - [2025-12-04 04:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-04 04:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2025-12-04 04:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-04 04:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2025-12-04 04:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2025-12-04 04:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.33 - - [2025-12-04 04:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.27 - - [2025-12-04 04:48:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.27 - - [2025-12-04 04:48:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2025-12-04 04:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.27 - - [2025-12-04 04:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.33 - - [2025-12-04 04:49:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.071895 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003270 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003716 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003613 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002851 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003943 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003427 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003048 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002891 [API:8081]10.0.0.33 - - [2025-12-04 04:51:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100117 [API:8081]10.0.0.27 - - [2025-12-04 04:51:46] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2025-12-04 04:51:46] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.33 - - [2025-12-04 04:51:46] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.33 - - [2025-12-04 04:51:46] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.27 - - [2025-12-04 04:52:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2025-12-04 04:52:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.065187 [API:8081]10.0.0.23 - - [2025-12-04 04:52:16] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-04 04:52:16] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2025-12-04 04:52:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072811 [API:8081]10.0.0.33 - - [2025-12-04 04:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.33 - - [2025-12-04 04:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2025-12-04 04:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2025-12-04 04:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-04 04:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-12-04 04:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.33 - - [2025-12-04 04:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.33 - - [2025-12-04 04:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.27 - - [2025-12-04 04:53:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2025-12-04 04:53:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.27 - - [2025-12-04 04:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2025-12-04 04:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.33 - - [2025-12-04 04:54:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075400 [API:8081]10.0.0.33 - - [2025-12-04 04:55:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.191914 [API:8081]10.0.0.33 - - [2025-12-04 04:57:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076976 [Introspect:8090]10.0.0.23 - - [2025-12-04 04:57:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001168