++ 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 18 02:08:41 AM UTC 2025 ===================' INFO: =================== Thu Dec 18 02:08:41 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129,10.20.0.14,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.50,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.50,10.0.0.65 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 12/18/2025 02:08:49.649 7fdb237cd800 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/18/2025 02:08:49.820 7fdb237cd800 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 12/18/2025 02:08:49.831 7fdb237cd800 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/18/2025 02:08:49.832 7fdb237cd800 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.65:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.65 - - [2025-12-18 02:09:29] "GET /analytics HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.65 - - [2025-12-18 02:09:29] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.50 - - [2025-12-18 02:09:30] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-12-18 02:09:30] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.23 - - [2025-12-18 02:09:31] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2025-12-18 02:09:31] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.65 - - [2025-12-18 02:10:00] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2025-12-18 02:10:00] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.50 - - [2025-12-18 02:10:01] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-12-18 02:10:01] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.23 - - [2025-12-18 02:10:02] "GET /analytics HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.23 - - [2025-12-18 02:10:02] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-18 02:10:30] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-18 02:10:30] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.50 - - [2025-12-18 02:10:31] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 02:10:31] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.23 - - [2025-12-18 02:10:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.073888 [API:8081]10.0.0.23 - - [2025-12-18 02:11:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.069732 [API:8081]10.0.0.65 - - [2025-12-18 02:11:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.65 - - [2025-12-18 02:11:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2025-12-18 02:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2025-12-18 02:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000567 [API:8081]10.0.0.50 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-18 02:11:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-18 02:11:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [Introspect:8090]10.0.0.65 - - [2025-12-18 02:12:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001734 [Introspect:8090]10.0.0.65 - - [2025-12-18 02:12:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001570 [API:8081]10.0.0.23 - - [2025-12-18 02:13:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072038 [Introspect:8090]10.0.0.23 - - [2025-12-18 02:14:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001032 [API:8081]10.0.0.23 - - [2025-12-18 02:14:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?flat HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-18 02:14:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?flat HTTP/1.1" 200 5182 0.071852 [API:8081]10.0.0.23 - - [2025-12-18 02:14:17] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?flat HTTP/1.1" 200 5178 0.064806 [API:8081]10.0.0.23 - - [2025-12-18 02:14:17] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?flat HTTP/1.1" 200 5178 0.065552 [Introspect:8090]10.0.0.23 - - [2025-12-18 02:14:18] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000611 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12035 0.019897 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12022 0.023407 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12035 0.026776 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12022 0.018470 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 8000 0.016132 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 7996 0.013811 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-3?flat HTTP/1.1" 200 7995 0.015767 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 8000 0.015560 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 7996 0.014228 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-3?flat HTTP/1.1" 200 7995 0.018173 [API:8081]10.0.0.23 - - [2025-12-18 02:14:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2025-12-18 02:14:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.053611 [API:8081]10.0.0.23 - - [2025-12-18 02:14:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073181 [API:8081]10.0.0.65 - - [2025-12-18 02:16:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.65 - - [2025-12-18 02:16:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2025-12-18 02:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.65 - - [2025-12-18 02:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2025-12-18 02:16:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098981 [API:8081]10.0.0.23 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.50 - - [2025-12-18 02:16:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-18 02:16:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-18 02:16:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-18 02:17:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.068033 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:49] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007952 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006907 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002984 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003502 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:49] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003098 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002330 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008829 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.063231 [API:8081]10.0.0.23 - - [2025-12-18 02:19:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.127596 [API:8081]10.0.0.23 - - [2025-12-18 02:19:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.23 - - [2025-12-18 02:19:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.082447 [API:8081]10.0.0.23 - - [2025-12-18 02:19:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.081718 [API:8081]10.0.0.23 - - [2025-12-18 02:20:02] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2025-12-18 02:20:02] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.65 - - [2025-12-18 02:20:30] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2025-12-18 02:20:30] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.50 - - [2025-12-18 02:20:31] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2025-12-18 02:20:31] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.23 - - [2025-12-18 02:20:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.110786 [API:8081]10.0.0.65 - - [2025-12-18 02:21:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2025-12-18 02:21:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.65 - - [2025-12-18 02:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.65 - - [2025-12-18 02:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-12-18 02:21:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000671 [API:8081]10.0.0.23 - - [2025-12-18 02:21:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-18 02:22:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099262 [API:8081]10.0.0.23 - - [2025-12-18 02:23:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.379719 [API:8081]10.0.0.23 - - [2025-12-18 02:25:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076874 [API:8081]10.0.0.65 - - [2025-12-18 02:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.65 - - [2025-12-18 02:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.65 - - [2025-12-18 02:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2025-12-18 02:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-18 02:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-12-18 02:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2025-12-18 02:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.50 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.50 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000495 [API:8081]10.0.0.50 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 02:26:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2025-12-18 02:26:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.072433 [API:8081]10.0.0.23 - - [2025-12-18 02:26:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.072472 [API:8081]10.0.0.23 - - [2025-12-18 02:26:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.084669 [API:8081]10.0.0.23 - - [2025-12-18 02:28:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.009153 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004833 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006816 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002562 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002720 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003225 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002318 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002380 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002737 [API:8081]10.0.0.23 - - [2025-12-18 02:28:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.009289 [API:8081]10.0.0.23 - - [2025-12-18 02:28:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.064364 [API:8081]10.0.0.23 - - [2025-12-18 02:28:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.012299 [API:8081]10.0.0.23 - - [2025-12-18 02:29:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.180840 [API:8081]10.0.0.23 - - [2025-12-18 02:30:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.129465 [API:8081]10.0.0.23 - - [2025-12-18 02:30:02] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-18 02:30:02] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.65 - - [2025-12-18 02:30:30] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2025-12-18 02:30:30] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.50 - - [2025-12-18 02:30:31] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-12-18 02:30:31] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.65 - - [2025-12-18 02:31:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2025-12-18 02:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.65 - - [2025-12-18 02:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2025-12-18 02:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-18 02:31:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-18 02:31:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2025-12-18 02:32:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086568 [API:8081]10.0.0.23 - - [2025-12-18 02:32:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.077531 [API:8081]10.0.0.23 - - [2025-12-18 02:32:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.021066 [API:8081]10.0.0.23 - - [2025-12-18 02:32:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.073772 [API:8081]10.0.0.23 - - [2025-12-18 02:32:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.018665 [API:8081]10.0.0.23 - - [2025-12-18 02:32:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.020334 [API:8081]10.0.0.23 - - [2025-12-18 02:32:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.020483 [API:8081]10.0.0.23 - - [2025-12-18 02:32:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.021141 [API:8081]10.0.0.23 - - [2025-12-18 02:32:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12751 0.019411 [API:8081]10.0.0.23 - - [2025-12-18 02:32:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010960 [API:8081]10.0.0.23 - - [2025-12-18 02:32:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.022373 [API:8081]10.0.0.23 - - [2025-12-18 02:32:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.018528 [API:8081]10.0.0.23 - - [2025-12-18 02:32:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.023361 [API:8081]10.0.0.23 - - [2025-12-18 02:32:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.018497 [API:8081]10.0.0.23 - - [2025-12-18 02:32:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.021748 [API:8081]10.0.0.23 - - [2025-12-18 02:33:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.019696 [API:8081]10.0.0.23 - - [2025-12-18 02:33:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.017731 [API:8081]10.0.0.23 - - [2025-12-18 02:33:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069152 [API:8081]10.0.0.23 - - [2025-12-18 02:33:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.019793 [API:8081]10.0.0.23 - - [2025-12-18 02:33:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13003 0.020432 [API:8081]10.0.0.23 - - [2025-12-18 02:33:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12562 0.019357 [API:8081]10.0.0.23 - - [2025-12-18 02:33:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010047 [API:8081]10.0.0.23 - - [2025-12-18 02:33:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.009113 [API:8081]10.0.0.23 - - [2025-12-18 02:35:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064129 [API:8081]10.0.0.23 - - [2025-12-18 02:35:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-18 02:35:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.076879 [API:8081]10.0.0.23 - - [2025-12-18 02:36:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070210 [API:8081]10.0.0.65 - - [2025-12-18 02:36:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.65 - - [2025-12-18 02:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2025-12-18 02:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2025-12-18 02:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.23 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.50 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2025-12-18 02:36:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-18 02:36:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000549 [API:8081]10.0.0.23 - - [2025-12-18 02:37:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13038 0.069146 [API:8081]10.0.0.23 - - [2025-12-18 02:37:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13038 0.021116 [API:8081]10.0.0.23 - - [2025-12-18 02:37:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12604 0.076182 [API:8081]10.0.0.23 - - [2025-12-18 02:37:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008657 [API:8081]10.0.0.23 - - [2025-12-18 02:37:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-18 02:37:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.060515 [API:8081]10.0.0.23 - - [2025-12-18 02:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-18 02:37:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.067419 [API:8081]10.0.0.23 - - [2025-12-18 02:37:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.065026 [API:8081]10.0.0.23 - - [2025-12-18 02:37:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.068683 [API:8081]10.0.0.23 - - [2025-12-18 02:38:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060443 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002439 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003141 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003323 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003901 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003480 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003461 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002329 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002920 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8?flat HTTP/1.1" 200 1763 0.010379 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8?flat HTTP/1.1" 200 1763 0.012023 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8?flat HTTP/1.1" 200 1763 0.010530 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13348 0.018394 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13348 0.019808 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008745 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558?flat HTTP/1.1" 200 1895 0.010298 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558?flat HTTP/1.1" 200 1895 0.012504 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558?flat HTTP/1.1" 200 1895 0.012914 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.025000 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12985 0.020590 [API:8081]10.0.0.23 - - [2025-12-18 02:38:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011175 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6?flat HTTP/1.1" 200 1762 0.012623 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6?flat HTTP/1.1" 200 1762 0.013241 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6?flat HTTP/1.1" 200 1762 0.012840 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13348 0.026953 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13348 0.019556 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008866 [API:8081]10.0.0.23 - - [2025-12-18 02:39:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070314 [API:8081]10.0.0.23 - - [2025-12-18 02:40:02] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-18 02:40:02] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.65 - - [2025-12-18 02:40:30] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2025-12-18 02:40:30] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.50 - - [2025-12-18 02:40:31] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-12-18 02:40:31] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.23 - - [2025-12-18 02:41:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071030 [API:8081]10.0.0.65 - - [2025-12-18 02:41:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2025-12-18 02:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2025-12-18 02:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2025-12-18 02:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000560 [API:8081]10.0.0.50 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.50 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.50 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-12-18 02:41:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2025-12-18 02:41:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.23 - - [2025-12-18 02:42:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069158 [API:8081]10.0.0.23 - - [2025-12-18 02:44:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068638 [API:8081]10.0.0.23 - - [2025-12-18 02:45:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.091304 [API:8081]10.0.0.23 - - [2025-12-18 02:45:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.071457 [API:8081]10.0.0.23 - - [2025-12-18 02:45:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.066003 [API:8081]10.0.0.23 - - [2025-12-18 02:45:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.077891 [API:8081]10.0.0.23 - - [2025-12-18 02:45:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.016713 [API:8081]10.0.0.23 - - [2025-12-18 02:45:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.018495 [API:8081]10.0.0.23 - - [2025-12-18 02:45:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.018159 [API:8081]10.0.0.23 - - [2025-12-18 02:45:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.017773 [API:8081]10.0.0.23 - - [2025-12-18 02:45:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.016877 [API:8081]10.0.0.23 - - [2025-12-18 02:45:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13356 0.020575 [API:8081]10.0.0.23 - - [2025-12-18 02:45:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12994 0.018456 [API:8081]10.0.0.23 - - [2025-12-18 02:45:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008402 [API:8081]10.0.0.23 - - [2025-12-18 02:45:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.018708 [API:8081]10.0.0.23 - - [2025-12-18 02:45:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.018963 [API:8081]10.0.0.23 - - [2025-12-18 02:45:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.018697 [API:8081]10.0.0.23 - - [2025-12-18 02:45:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.020103 [API:8081]10.0.0.23 - - [2025-12-18 02:45:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.020308 [API:8081]10.0.0.23 - - [2025-12-18 02:46:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.034166 [API:8081]10.0.0.23 - - [2025-12-18 02:46:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.019423 [API:8081]10.0.0.23 - - [2025-12-18 02:46:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.017647 [API:8081]10.0.0.23 - - [2025-12-18 02:46:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12990 0.019010 [API:8081]10.0.0.23 - - [2025-12-18 02:46:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12602 0.017775 [API:8081]10.0.0.23 - - [2025-12-18 02:46:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009941 [API:8081]10.0.0.23 - - [2025-12-18 02:46:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12984 0.019573 [API:8081]10.0.0.23 - - [2025-12-18 02:46:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12984 0.018802 [API:8081]10.0.0.23 - - [2025-12-18 02:46:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12984 0.020800 [API:8081]10.0.0.23 - - [2025-12-18 02:46:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12984 0.018921 [API:8081]10.0.0.23 - - [2025-12-18 02:46:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12984 0.018932 [API:8081]10.0.0.23 - - [2025-12-18 02:46:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12984 0.020077 [API:8081]10.0.0.23 - - [2025-12-18 02:46:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12984 0.020606 [API:8081]10.0.0.23 - - [2025-12-18 02:46:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12984 0.018253 [API:8081]10.0.0.23 - - [2025-12-18 02:46:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12596 0.019297 [API:8081]10.0.0.23 - - [2025-12-18 02:46:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007905 [API:8081]10.0.0.65 - - [2025-12-18 02:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.65 - - [2025-12-18 02:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.65 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.50 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000504 [API:8081]10.0.0.50 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2025-12-18 02:46:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-18 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.23 - - [2025-12-18 02:46:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-18 02:46:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.083890 [API:8081]10.0.0.23 - - [2025-12-18 02:46:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.058140 [API:8081]10.0.0.23 - - [2025-12-18 02:46:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.069399 [API:8081]10.0.0.23 - - [2025-12-18 02:47:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070970 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69?flat HTTP/1.1" 200 1715 0.011312 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69?flat HTTP/1.1" 200 1715 0.010181 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69?flat HTTP/1.1" 200 1715 0.009888 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13393 0.019669 [API:8081]10.0.0.23 - - [2025-12-18 02:48:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13393 0.018674 [API:8081]10.0.0.23 - - [2025-12-18 02:48:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009088 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613?flat HTTP/1.1" 200 1718 0.012641 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613?flat HTTP/1.1" 200 1718 0.009773 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613?flat HTTP/1.1" 200 1718 0.012239 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12975 0.019887 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12975 0.017599 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009627 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26?flat HTTP/1.1" 200 1716 0.011829 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26?flat HTTP/1.1" 200 1716 0.013630 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26?flat HTTP/1.1" 200 1716 0.012531 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13393 0.021485 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13393 0.019080 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010175 [API:8081]10.0.0.23 - - [2025-12-18 02:48:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063787 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002842 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002788 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002874 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002916 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002614 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002371 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003087 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002851 [API:8081]10.0.0.23 - - [2025-12-18 02:49:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13396 0.018819 [API:8081]10.0.0.23 - - [2025-12-18 02:49:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13396 0.024411 [API:8081]10.0.0.23 - - [2025-12-18 02:49:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13396 0.017680 [API:8081]10.0.0.23 - - [2025-12-18 02:49:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13396 0.019125 [API:8081]10.0.0.23 - - [2025-12-18 02:49:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12991 0.020994 [API:8081]10.0.0.23 - - [2025-12-18 02:49:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009988 [API:8081]10.0.0.23 - - [2025-12-18 02:49:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.017778 [API:8081]10.0.0.23 - - [2025-12-18 02:49:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.020185 [API:8081]10.0.0.23 - - [2025-12-18 02:49:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.017332 [API:8081]10.0.0.23 - - [2025-12-18 02:49:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.019119 [API:8081]10.0.0.23 - - [2025-12-18 02:49:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.017710 [API:8081]10.0.0.23 - - [2025-12-18 02:49:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.018386 [API:8081]10.0.0.23 - - [2025-12-18 02:49:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.023176 [API:8081]10.0.0.23 - - [2025-12-18 02:49:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.017716 [API:8081]10.0.0.23 - - [2025-12-18 02:49:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13006 0.018511 [API:8081]10.0.0.23 - - [2025-12-18 02:49:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12599 0.022377 [API:8081]10.0.0.23 - - [2025-12-18 02:49:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009747 [API:8081]10.0.0.23 - - [2025-12-18 02:49:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.020089 [API:8081]10.0.0.23 - - [2025-12-18 02:49:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.018944 [API:8081]10.0.0.23 - - [2025-12-18 02:49:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.019752 [API:8081]10.0.0.23 - - [2025-12-18 02:49:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.018151 [API:8081]10.0.0.23 - - [2025-12-18 02:49:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.019018 [API:8081]10.0.0.23 - - [2025-12-18 02:50:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.020215 [API:8081]10.0.0.23 - - [2025-12-18 02:50:02] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-18 02:50:02] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.23 - - [2025-12-18 02:50:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.021858 [API:8081]10.0.0.23 - - [2025-12-18 02:50:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.017234 [API:8081]10.0.0.23 - - [2025-12-18 02:50:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12987 0.019964 [API:8081]10.0.0.23 - - [2025-12-18 02:50:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12606 0.019115 [API:8081]10.0.0.23 - - [2025-12-18 02:50:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008401 [API:8081]10.0.0.23 - - [2025-12-18 02:50:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074382 [API:8081]10.0.0.23 - - [2025-12-18 02:50:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2025-12-18 02:50:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.063895 [API:8081]10.0.0.23 - - [2025-12-18 02:50:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.067393 [API:8081]10.0.0.65 - - [2025-12-18 02:50:30] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2025-12-18 02:50:30] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-12-18 02:50:31] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-12-18 02:50:31] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.23 - - [2025-12-18 02:51:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062298 [API:8081]10.0.0.65 - - [2025-12-18 02:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2025-12-18 02:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2025-12-18 02:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.65 - - [2025-12-18 02:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.23 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.23 - - [2025-12-18 02:51:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2025-12-18 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-18 02:52:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-18 02:52:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.055586 [API:8081]10.0.0.23 - - [2025-12-18 02:53:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064888 [API:8081]10.0.0.23 - - [2025-12-18 02:54:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074818 [API:8081]10.0.0.23 - - [2025-12-18 02:54:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12602 0.017882 [API:8081]10.0.0.23 - - [2025-12-18 02:54:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.053862 [API:8081]10.0.0.23 - - [2025-12-18 02:55:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-18 02:55:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.067959 [API:8081]10.0.0.23 - - [2025-12-18 02:55:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.061393 [API:8081]10.0.0.23 - - [2025-12-18 02:56:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061449 [API:8081]10.0.0.65 - - [2025-12-18 02:56:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.65 - - [2025-12-18 02:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2025-12-18 02:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2025-12-18 02:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.50 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-12-18 02:56:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-18 02:57:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074963 [API:8081]10.0.0.23 - - [2025-12-18 02:58:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13014 0.018465 [API:8081]10.0.0.23 - - [2025-12-18 02:58:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13014 0.062924 [API:8081]10.0.0.23 - - [2025-12-18 02:58:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12601 0.022650 [API:8081]10.0.0.23 - - [2025-12-18 02:58:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008657 [API:8081]10.0.0.23 - - [2025-12-18 02:58:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.019020 [API:8081]10.0.0.23 - - [2025-12-18 02:58:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.018762 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002861 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003052 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003012 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003241 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003291 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002861 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003080 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002691 [API:8081]10.0.0.23 - - [2025-12-18 02:58:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.018002 [API:8081]10.0.0.23 - - [2025-12-18 02:58:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.018667 [API:8081]10.0.0.23 - - [2025-12-18 02:58:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.019128 [API:8081]10.0.0.23 - - [2025-12-18 02:59:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.019228 [API:8081]10.0.0.23 - - [2025-12-18 02:59:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.018492 [API:8081]10.0.0.23 - - [2025-12-18 02:59:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.018006 [API:8081]10.0.0.23 - - [2025-12-18 02:59:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12609 0.017603 [API:8081]10.0.0.23 - - [2025-12-18 02:59:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009980 [API:8081]10.0.0.23 - - [2025-12-18 02:59:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.391057 [API:8081]10.0.0.23 - - [2025-12-18 02:59:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2025-12-18 02:59:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.071109 [API:8081]10.0.0.23 - - [2025-12-18 02:59:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.056458 [API:8081]10.0.0.23 - - [2025-12-18 03:00:02] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-12-18 03:00:02] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.23 - - [2025-12-18 03:00:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063076 [API:8081]10.0.0.65 - - [2025-12-18 03:00:30] "GET /analytics HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.65 - - [2025-12-18 03:00:30] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.50 - - [2025-12-18 03:00:31] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 03:00:31] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.65 - - [2025-12-18 03:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2025-12-18 03:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.65 - - [2025-12-18 03:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.65 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.50 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2025-12-18 03:01:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-18 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 03:02:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074767 [API:8081]10.0.0.23 - - [2025-12-18 03:02:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12786 0.019473 [API:8081]10.0.0.23 - - [2025-12-18 03:02:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.067298 [API:8081]10.0.0.23 - - [2025-12-18 03:02:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.020185 [API:8081]10.0.0.23 - - [2025-12-18 03:02:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.020405 [API:8081]10.0.0.23 - - [2025-12-18 03:02:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.024612 [API:8081]10.0.0.23 - - [2025-12-18 03:02:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.017296 [API:8081]10.0.0.23 - - [2025-12-18 03:02:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.024539 [API:8081]10.0.0.23 - - [2025-12-18 03:03:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.020360 [API:8081]10.0.0.23 - - [2025-12-18 03:03:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.020434 [API:8081]10.0.0.23 - - [2025-12-18 03:03:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.019678 [API:8081]10.0.0.23 - - [2025-12-18 03:03:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13042 0.019283 [API:8081]10.0.0.23 - - [2025-12-18 03:03:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12611 0.021385 [API:8081]10.0.0.23 - - [2025-12-18 03:03:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009385 [API:8081]10.0.0.23 - - [2025-12-18 03:03:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079834 [API:8081]10.0.0.23 - - [2025-12-18 03:05:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069504 [API:8081]10.0.0.23 - - [2025-12-18 03:06:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063426 [API:8081]10.0.0.65 - - [2025-12-18 03:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.65 - - [2025-12-18 03:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2025-12-18 03:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.23 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.50 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-18 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-18 03:07:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-18 03:07:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.078754 [API:8081]10.0.0.23 - - [2025-12-18 03:08:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062391 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004135 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002895 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002440 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002346 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002965 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002375 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002265 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002142 [API:8081]10.0.0.23 - - [2025-12-18 03:09:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.067035 [API:8081]10.0.0.23 - - [2025-12-18 03:09:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065584 [API:8081]10.0.0.23 - - [2025-12-18 03:10:02] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-12-18 03:10:02] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.65 - - [2025-12-18 03:10:30] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2025-12-18 03:10:30] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.50 - - [2025-12-18 03:10:31] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-12-18 03:10:31] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.23 - - [2025-12-18 03:11:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-18 03:11:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.067719 [API:8081]10.0.0.23 - - [2025-12-18 03:11:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066466 [API:8081]10.0.0.65 - - [2025-12-18 03:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.65 - - [2025-12-18 03:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2025-12-18 03:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-12-18 03:11:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-18 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e?flat HTTP/1.1" 200 1781 0.072098 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e?flat HTTP/1.1" 200 1781 0.011574 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e?flat HTTP/1.1" 200 1781 0.061745 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13213 0.019252 [API:8081]10.0.0.23 - - [2025-12-18 03:12:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13213 0.018849 [API:8081]10.0.0.23 - - [2025-12-18 03:12:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008776 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c?flat HTTP/1.1" 200 1832 0.014678 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c?flat HTTP/1.1" 200 1832 0.011260 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c?flat HTTP/1.1" 200 1832 0.011893 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13188 0.021310 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13188 0.017602 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009422 [API:8081]10.0.0.23 - - [2025-12-18 03:12:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074771 [API:8081]10.0.0.23 - - [2025-12-18 03:13:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.016984 [API:8081]10.0.0.23 - - [2025-12-18 03:13:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.018856 [API:8081]10.0.0.23 - - [2025-12-18 03:13:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.020151 [API:8081]10.0.0.23 - - [2025-12-18 03:13:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.018027 [API:8081]10.0.0.23 - - [2025-12-18 03:13:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.019747 [API:8081]10.0.0.23 - - [2025-12-18 03:14:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.021248 [API:8081]10.0.0.23 - - [2025-12-18 03:14:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.018346 [API:8081]10.0.0.23 - - [2025-12-18 03:14:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.018150 [API:8081]10.0.0.23 - - [2025-12-18 03:14:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13209 0.019782 [API:8081]10.0.0.23 - - [2025-12-18 03:14:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12599 0.017756 [API:8081]10.0.0.23 - - [2025-12-18 03:14:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008865 [API:8081]10.0.0.23 - - [2025-12-18 03:14:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.018149 [API:8081]10.0.0.23 - - [2025-12-18 03:14:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.016914 [API:8081]10.0.0.23 - - [2025-12-18 03:14:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.017906 [API:8081]10.0.0.23 - - [2025-12-18 03:14:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.018104 [API:8081]10.0.0.23 - - [2025-12-18 03:14:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.019714 [API:8081]10.0.0.23 - - [2025-12-18 03:14:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.019151 [API:8081]10.0.0.23 - - [2025-12-18 03:14:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.018822 [API:8081]10.0.0.23 - - [2025-12-18 03:14:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062030 [API:8081]10.0.0.23 - - [2025-12-18 03:14:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.018529 [API:8081]10.0.0.23 - - [2025-12-18 03:14:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13226 0.019455 [API:8081]10.0.0.23 - - [2025-12-18 03:14:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12633 0.019731 [API:8081]10.0.0.23 - - [2025-12-18 03:14:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008693 [API:8081]10.0.0.23 - - [2025-12-18 03:14:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2025-12-18 03:14:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.077207 [API:8081]10.0.0.23 - - [2025-12-18 03:15:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069357 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4?flat HTTP/1.1" 200 1790 0.056840 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4?flat HTTP/1.1" 200 1790 0.012146 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4?flat HTTP/1.1" 200 1790 0.072053 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13225 0.019188 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13225 0.021442 [API:8081]10.0.0.23 - - [2025-12-18 03:15:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008229 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19?flat HTTP/1.1" 200 1842 0.009440 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19?flat HTTP/1.1" 200 1842 0.010487 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19?flat HTTP/1.1" 200 1842 0.010021 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13250 0.018130 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13250 0.019022 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008630 [API:8081]10.0.0.65 - - [2025-12-18 03:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.65 - - [2025-12-18 03:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-18 03:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.50 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.50 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000494 [API:8081]10.0.0.23 - - [2025-12-18 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-18 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-18 03:17:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067417 [API:8081]10.0.0.23 - - [2025-12-18 03:18:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13243 0.019777 [API:8081]10.0.0.23 - - [2025-12-18 03:18:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13243 0.017322 [API:8081]10.0.0.23 - - [2025-12-18 03:18:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13243 0.017436 [API:8081]10.0.0.23 - - [2025-12-18 03:18:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069829 [API:8081]10.0.0.23 - - [2025-12-18 03:18:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12621 0.019437 [API:8081]10.0.0.23 - - [2025-12-18 03:18:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009654 [API:8081]10.0.0.23 - - [2025-12-18 03:18:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.021866 [API:8081]10.0.0.23 - - [2025-12-18 03:18:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.017566 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002840 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002334 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003185 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003203 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003034 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002561 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002686 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003398 [API:8081]10.0.0.23 - - [2025-12-18 03:18:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.020367 [API:8081]10.0.0.23 - - [2025-12-18 03:18:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.019101 [API:8081]10.0.0.23 - - [2025-12-18 03:18:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.018190 [API:8081]10.0.0.23 - - [2025-12-18 03:19:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.020675 [API:8081]10.0.0.23 - - [2025-12-18 03:19:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.021494 [API:8081]10.0.0.23 - - [2025-12-18 03:19:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.021948 [API:8081]10.0.0.23 - - [2025-12-18 03:19:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13230 0.019327 [API:8081]10.0.0.23 - - [2025-12-18 03:19:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12618 0.018977 [API:8081]10.0.0.23 - - [2025-12-18 03:19:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009822 [API:8081]10.0.0.23 - - [2025-12-18 03:19:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-12-18 03:19:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.064551 [API:8081]10.0.0.23 - - [2025-12-18 03:20:02] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2025-12-18 03:20:02] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59?flat HTTP/1.1" 200 1772 0.082658 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59?flat HTTP/1.1" 200 1772 0.059812 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59?flat HTTP/1.1" 200 1772 0.012115 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13195 0.020520 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13195 0.017388 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009486 [API:8081]10.0.0.65 - - [2025-12-18 03:20:30] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2025-12-18 03:20:30] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.50 - - [2025-12-18 03:20:32] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-12-18 03:20:32] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.23 - - [2025-12-18 03:20:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062350 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc?flat HTTP/1.1" 200 1824 0.013163 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc?flat HTTP/1.1" 200 1824 0.011245 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc?flat HTTP/1.1" 200 2094 0.016564 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13169 0.017588 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13169 0.017473 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010155 [API:8081]10.0.0.23 - - [2025-12-18 03:21:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065897 [API:8081]10.0.0.65 - - [2025-12-18 03:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2025-12-18 03:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000454 [API:8081]10.0.0.65 - - [2025-12-18 03:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.50 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.50 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-18 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-18 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000518 [API:8081]10.0.0.23 - - [2025-12-18 03:22:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13194 0.016812 [API:8081]10.0.0.23 - - [2025-12-18 03:22:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13194 0.018671 [API:8081]10.0.0.23 - - [2025-12-18 03:22:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13194 0.017950 [API:8081]10.0.0.23 - - [2025-12-18 03:22:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13194 0.018920 [API:8081]10.0.0.23 - - [2025-12-18 03:22:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12624 0.018265 [API:8081]10.0.0.23 - - [2025-12-18 03:22:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009629 [API:8081]10.0.0.23 - - [2025-12-18 03:22:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.017343 [API:8081]10.0.0.23 - - [2025-12-18 03:22:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.017757 [API:8081]10.0.0.23 - - [2025-12-18 03:22:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.020114 [API:8081]10.0.0.23 - - [2025-12-18 03:22:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.017395 [API:8081]10.0.0.23 - - [2025-12-18 03:22:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.018869 [API:8081]10.0.0.23 - - [2025-12-18 03:23:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.020323 [API:8081]10.0.0.23 - - [2025-12-18 03:23:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.017734 [API:8081]10.0.0.23 - - [2025-12-18 03:23:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.017751 [API:8081]10.0.0.23 - - [2025-12-18 03:23:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13203 0.018734 [API:8081]10.0.0.23 - - [2025-12-18 03:23:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12627 0.020617 [API:8081]10.0.0.23 - - [2025-12-18 03:23:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009496 [API:8081]10.0.0.23 - - [2025-12-18 03:23:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-18 03:23:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.065621 [API:8081]10.0.0.23 - - [2025-12-18 03:23:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.064655 [API:8081]10.0.0.23 - - [2025-12-18 03:23:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.071307 [API:8081]10.0.0.23 - - [2025-12-18 03:23:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066387 [API:8081]10.0.0.23 - - [2025-12-18 03:23:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.008655 [API:8081]10.0.0.23 - - [2025-12-18 03:23:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009445 [API:8081]10.0.0.23 - - [2025-12-18 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.010419 [API:8081]10.0.0.23 - - [2025-12-18 03:23:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.008144 [API:8081]10.0.0.23 - - [2025-12-18 03:23:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.009823 [API:8081]10.0.0.23 - - [2025-12-18 03:24:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-18 03:24:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.063987 [API:8081]10.0.0.23 - - [2025-12-18 03:24:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.056514 [API:8081]10.0.0.23 - - [2025-12-18 03:24:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.061935 [API:8081]10.0.0.23 - - [2025-12-18 03:24:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.008039 [API:8081]10.0.0.23 - - [2025-12-18 03:24:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008543 [API:8081]10.0.0.23 - - [2025-12-18 03:24:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.009372 [API:8081]10.0.0.23 - - [2025-12-18 03:24:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2025-12-18 03:24:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.067224 [API:8081]10.0.0.23 - - [2025-12-18 03:24:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.062877 [API:8081]10.0.0.23 - - [2025-12-18 03:24:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.064256 [API:8081]10.0.0.23 - - [2025-12-18 03:24:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.209756 [API:8081]10.0.0.23 - - [2025-12-18 03:24:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009522 [API:8081]10.0.0.23 - - [2025-12-18 03:24:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.010755 [API:8081]10.0.0.23 - - [2025-12-18 03:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009702 [API:8081]10.0.0.23 - - [2025-12-18 03:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.009546 [API:8081]10.0.0.23 - - [2025-12-18 03:24:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.009043 [API:8081]10.0.0.23 - - [2025-12-18 03:25:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-18 03:25:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.060422 [API:8081]10.0.0.23 - - [2025-12-18 03:25:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.060836 [API:8081]10.0.0.23 - - [2025-12-18 03:25:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.073063 [API:8081]10.0.0.23 - - [2025-12-18 03:25:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.016031 [API:8081]10.0.0.23 - - [2025-12-18 03:25:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.011178 [API:8081]10.0.0.23 - - [2025-12-18 03:26:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079629 [API:8081]10.0.0.65 - - [2025-12-18 03:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.65 - - [2025-12-18 03:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.65 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.50 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000534 [API:8081]10.0.0.50 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2025-12-18 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2025-12-18 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-18 03:27:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067551 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002485 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002694 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002830 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003384 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002863 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003381 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003591 [API:8081]10.0.0.23 - - [2025-12-18 03:29:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068272 [API:8081]10.0.0.23 - - [2025-12-18 03:30:02] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2025-12-18 03:30:02] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.65 - - [2025-12-18 03:30:30] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-18 03:30:30] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.50 - - [2025-12-18 03:30:32] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2025-12-18 03:30:32] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.23 - - [2025-12-18 03:30:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071796 [API:8081]10.0.0.65 - - [2025-12-18 03:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.65 - - [2025-12-18 03:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.65 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.50 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.50 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.50 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.23 - - [2025-12-18 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2025-12-18 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2025-12-18 03:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2025-12-18 03:32:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.078406 [API:8081]10.0.0.23 - - [2025-12-18 03:32:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.078442 [API:8081]10.0.0.23 - - [2025-12-18 03:32:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098613 [API:8081]10.0.0.23 - - [2025-12-18 03:33:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074439 [API:8081]10.0.0.23 - - [2025-12-18 03:35:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062204 [API:8081]10.0.0.65 - - [2025-12-18 03:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.65 - - [2025-12-18 03:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.65 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.65 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.23 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.23 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.50 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-18 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000442 [API:8081]10.0.0.23 - - [2025-12-18 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2025-12-18 03:36:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071983 [API:8081]10.0.0.23 - - [2025-12-18 03:37:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2025-12-18 03:37:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1420 0.062525 [API:8081]10.0.0.23 - - [2025-12-18 03:37:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-18 03:37:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.069790 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002999 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002625 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002248 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002830 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002433 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002138 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002075 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002115 [API:8081]10.0.0.23 - - [2025-12-18 03:38:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063941 [API:8081]10.0.0.23 - - [2025-12-18 03:39:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066297 [API:8081]10.0.0.23 - - [2025-12-18 03:40:02] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-18 03:40:02] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.65 - - [2025-12-18 03:40:30] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2025-12-18 03:40:30] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.50 - - [2025-12-18 03:40:32] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-12-18 03:40:32] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.65 - - [2025-12-18 03:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2025-12-18 03:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.65 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.23 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.50 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.50 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000481 [API:8081]10.0.0.50 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.50 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.23 - - [2025-12-18 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-12-18 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2025-12-18 03:41:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070639 [API:8081]10.0.0.23 - - [2025-12-18 03:43:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.092973 [API:8081]10.0.0.23 - - [2025-12-18 03:44:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.23 - - [2025-12-18 03:44:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.138417 [API:8081]10.0.0.23 - - [2025-12-18 03:45:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075502 [API:8081]10.0.0.23 - - [2025-12-18 03:46:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.080945 [API:8081]10.0.0.65 - - [2025-12-18 03:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2025-12-18 03:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.65 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.65 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000538 [API:8081]10.0.0.23 - - [2025-12-18 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-18 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-18 03:48:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093555 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003656 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002795 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002600 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002572 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007363 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002475 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002306 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003252 [API:8081]10.0.0.23 - - [2025-12-18 03:49:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066528 [API:8081]10.0.0.23 - - [2025-12-18 03:50:02] "GET /analytics HTTP/1.1" 401 205 0.000743 [API:8081]10.0.0.23 - - [2025-12-18 03:50:02] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.23 - - [2025-12-18 03:50:10] "GET /analytics/uves/virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9?flat HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2025-12-18 03:50:11] "GET /analytics/uves/virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9?flat HTTP/1.1" 200 1406 0.085292 [API:8081]10.0.0.23 - - [2025-12-18 03:50:11] "GET /analytics/uves/virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9?flat HTTP/1.1" 200 1406 0.071173 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9?flat HTTP/1.1" 200 1406 0.063397 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.021093 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.017989 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009288 [API:8081]10.0.0.23 - - [2025-12-18 03:50:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.010237 [API:8081]10.0.0.23 - - [2025-12-18 03:50:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.018849 [API:8081]10.0.0.23 - - [2025-12-18 03:50:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.017129 [API:8081]10.0.0.23 - - [2025-12-18 03:50:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.019489 [API:8081]10.0.0.23 - - [2025-12-18 03:50:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.018419 [API:8081]10.0.0.23 - - [2025-12-18 03:50:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.018561 [API:8081]10.0.0.65 - - [2025-12-18 03:50:30] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2025-12-18 03:50:30] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.50 - - [2025-12-18 03:50:32] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-18 03:50:32] "GET /analytics HTTP/1.1" 401 205 0.000116 [API:8081]10.0.0.23 - - [2025-12-18 03:50:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.023055 [API:8081]10.0.0.23 - - [2025-12-18 03:50:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.018267 [API:8081]10.0.0.23 - - [2025-12-18 03:50:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13004 0.020388 [API:8081]10.0.0.23 - - [2025-12-18 03:50:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12614 0.020296 [API:8081]10.0.0.23 - - [2025-12-18 03:50:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011281 [API:8081]10.0.0.23 - - [2025-12-18 03:51:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066879 [API:8081]10.0.0.65 - - [2025-12-18 03:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2025-12-18 03:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.65 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.50 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.50 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2025-12-18 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.23 - - [2025-12-18 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-18 03:52:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.106521 [API:8081]10.0.0.23 - - [2025-12-18 03:54:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072897 [API:8081]10.0.0.23 - - [2025-12-18 03:54:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.23 - - [2025-12-18 03:54:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.070392 [API:8081]10.0.0.23 - - [2025-12-18 03:55:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.087469 [API:8081]10.0.0.65 - - [2025-12-18 03:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.65 - - [2025-12-18 03:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000583 [API:8081]10.0.0.50 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.50 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000631 [API:8081]10.0.0.23 - - [2025-12-18 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2025-12-18 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-18 03:57:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083477 [API:8081]10.0.0.23 - - [2025-12-18 03:58:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073767 [API:8081]10.0.0.23 - - [2025-12-18 03:58:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2025-12-18 03:58:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.078340 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003891 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003097 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002453 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003139 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002481 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002180 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002061 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002437 [API:8081]10.0.0.23 - - [2025-12-18 04:00:02] "GET /analytics HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-18 04:00:02] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.23 - - [2025-12-18 04:00:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080912 [API:8081]10.0.0.65 - - [2025-12-18 04:00:30] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2025-12-18 04:00:30] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.50 - - [2025-12-18 04:00:32] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-12-18 04:00:32] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.23 - - [2025-12-18 04:00:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2025-12-18 04:00:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.070620 [API:8081]10.0.0.23 - - [2025-12-18 04:01:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082218 [API:8081]10.0.0.65 - - [2025-12-18 04:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2025-12-18 04:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.65 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.23 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.50 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-18 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-18 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2025-12-18 04:02:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-18 04:02:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1458 0.063403 [API:8081]10.0.0.23 - - [2025-12-18 04:03:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068676 [API:8081]10.0.0.23 - - [2025-12-18 04:03:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.093855 [API:8081]10.0.0.23 - - [2025-12-18 04:03:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.015091 [API:8081]10.0.0.23 - - [2025-12-18 04:03:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.065382 [API:8081]10.0.0.23 - - [2025-12-18 04:04:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072192 [API:8081]10.0.0.23 - - [2025-12-18 04:04:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008798 [API:8081]10.0.0.23 - - [2025-12-18 04:04:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009682 [API:8081]10.0.0.23 - - [2025-12-18 04:04:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009789 [API:8081]10.0.0.23 - - [2025-12-18 04:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009886 [API:8081]10.0.0.23 - - [2025-12-18 04:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010020 [API:8081]10.0.0.23 - - [2025-12-18 04:06:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086117 [API:8081]10.0.0.65 - - [2025-12-18 04:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2025-12-18 04:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.50 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.50 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2025-12-18 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2025-12-18 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.23 - - [2025-12-18 04:07:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076904 [API:8081]10.0.0.23 - - [2025-12-18 04:08:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13738 0.016808 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002588 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002317 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002523 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003752 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004424 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002608 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004196 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002372 [API:8081]10.0.0.23 - - [2025-12-18 04:09:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070802 [API:8081]10.0.0.23 - - [2025-12-18 04:10:02] "GET /analytics HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.23 - - [2025-12-18 04:10:02] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2025-12-18 04:10:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075976 [API:8081]10.0.0.65 - - [2025-12-18 04:10:30] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2025-12-18 04:10:30] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.50 - - [2025-12-18 04:10:32] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 04:10:32] "GET /analytics HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.65 - - [2025-12-18 04:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2025-12-18 04:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.65 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.65 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.50 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.50 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.50 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-18 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000607 [API:8081]10.0.0.23 - - [2025-12-18 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-12-18 04:12:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067938 [API:8081]10.0.0.23 - - [2025-12-18 04:13:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082669 [API:8081]10.0.0.23 - - [2025-12-18 04:15:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076718 [API:8081]10.0.0.23 - - [2025-12-18 04:16:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077486 [API:8081]10.0.0.65 - - [2025-12-18 04:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2025-12-18 04:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.65 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.50 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.50 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.50 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.23 - - [2025-12-18 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.23 - - [2025-12-18 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-18 04:18:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075035 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002884 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002347 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002926 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002832 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002597 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002500 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003071 [API:8081]10.0.0.23 - - [2025-12-18 04:19:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061018 [API:8081]10.0.0.23 - - [2025-12-18 04:20:02] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2025-12-18 04:20:02] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.65 - - [2025-12-18 04:20:30] "GET /analytics HTTP/1.1" 401 205 0.000477 [API:8081]10.0.0.65 - - [2025-12-18 04:20:30] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-18 04:20:32] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.50 - - [2025-12-18 04:20:32] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.23 - - [2025-12-18 04:21:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080669 [API:8081]10.0.0.65 - - [2025-12-18 04:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2025-12-18 04:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.50 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.50 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.23 - - [2025-12-18 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2025-12-18 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-18 04:22:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-18 04:22:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.067171 [API:8081]10.0.0.23 - - [2025-12-18 04:22:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072365 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d?flat HTTP/1.1" 200 1713 0.074184 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d?flat HTTP/1.1" 200 1713 0.015236 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d?flat HTTP/1.1" 200 1713 0.074680 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.021081 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 13019 0.021697 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012620 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1712 0.011891 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1712 0.016320 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1712 0.012331 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13015 0.017065 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13015 0.020079 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008464 [API:8081]10.0.0.23 - - [2025-12-18 04:24:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080708 [API:8081]10.0.0.23 - - [2025-12-18 04:25:30] "GET /analytics/uves/virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d?flat HTTP/1.1" 200 1474 0.013126 [API:8081]10.0.0.23 - - [2025-12-18 04:25:32] "GET /analytics/uves/virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d?flat HTTP/1.1" 200 1474 0.012317 [API:8081]10.0.0.23 - - [2025-12-18 04:25:34] "GET /analytics/uves/virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d?flat HTTP/1.1" 200 2030 0.013236 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d?flat HTTP/1.1" 200 2030 0.014468 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.086146 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d?flat HTTP/1.1" 200 2030 0.014020 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12082 0.019984 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12082 0.016426 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008821 [API:8081]10.0.0.23 - - [2025-12-18 04:25:38] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1473 0.011141 [API:8081]10.0.0.23 - - [2025-12-18 04:25:40] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1473 0.010019 [API:8081]10.0.0.23 - - [2025-12-18 04:25:42] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1473 0.012522 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1767 0.011590 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1767 0.011841 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef?flat HTTP/1.1" 200 1767 0.010009 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12452 0.020663 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12452 0.018228 [API:8081]10.0.0.23 - - [2025-12-18 04:25:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010972 [API:8081]10.0.0.65 - - [2025-12-18 04:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2025-12-18 04:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.65 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 12891 0.021669 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011516 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000482 [API:8081]10.0.0.50 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-18 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-18 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-18 04:27:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12735 0.019176 [API:8081]10.0.0.23 - - [2025-12-18 04:27:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12379 0.019883 [API:8081]10.0.0.23 - - [2025-12-18 04:27:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010092 [API:8081]10.0.0.23 - - [2025-12-18 04:27:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084742 [API:8081]10.0.0.23 - - [2025-12-18 04:28:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067541 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006546 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007161 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009916 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006852 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005631 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004397 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003742 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004824 [API:8081]10.0.0.23 - - [2025-12-18 04:29:46] "GET /analytics/uves/virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab?flat HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2025-12-18 04:29:47] "GET /analytics/uves/virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab?flat HTTP/1.1" 200 1399 0.138592 [API:8081]10.0.0.23 - - [2025-12-18 04:29:47] "GET /analytics/uves/virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab?flat HTTP/1.1" 200 1399 0.099101 [API:8081]10.0.0.23 - - [2025-12-18 04:29:47] "GET /analytics/uves/virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab?flat HTTP/1.1" 200 1399 0.074864 [API:8081]10.0.0.23 - - [2025-12-18 04:29:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-18 04:29:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.070441 [API:8081]10.0.0.23 - - [2025-12-18 04:29:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.072283 [API:8081]10.0.0.23 - - [2025-12-18 04:29:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.042957 [API:8081]10.0.0.23 - - [2025-12-18 04:29:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.020179 [API:8081]10.0.0.23 - - [2025-12-18 04:29:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.075948 [API:8081]10.0.0.23 - - [2025-12-18 04:29:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.020606 [API:8081]10.0.0.23 - - [2025-12-18 04:30:02] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-12-18 04:30:02] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.23 - - [2025-12-18 04:30:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.025967 [API:8081]10.0.0.23 - - [2025-12-18 04:30:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.022098 [API:8081]10.0.0.23 - - [2025-12-18 04:30:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.020569 [API:8081]10.0.0.23 - - [2025-12-18 04:30:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13494 0.024281 [API:8081]10.0.0.23 - - [2025-12-18 04:30:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13058 0.021984 [API:8081]10.0.0.23 - - [2025-12-18 04:30:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009943 [API:8081]10.0.0.65 - - [2025-12-18 04:30:30] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2025-12-18 04:30:30] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.50 - - [2025-12-18 04:30:32] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2025-12-18 04:30:32] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-18 04:30:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 401 205 0.000262 --- 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-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-24143247' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'c362c93a3bb34c329efef77b299675d2' 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-68327613', 'ctest-TestRbacBasic-68327613-03446820'], 'virtual_network', 'ea78d892-7a75-4d2f-be02-ef482c91e99f', "Permission Denied for ['ctest-TestRbacBasic-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-24143247' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'c362c93a3bb34c329efef77b299675d2'"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 403 198 0.412536 [API:8081]10.0.0.23 - - [2025-12-18 04:30:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.385697 [API:8081]10.0.0.23 - - [2025-12-18 04:30:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 401 205 0.000245 --- 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-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68327613' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'a51df1b9cb3941d0ba97d09bc12bad4a' 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-68327613', 'ctest-TestRbacBasic-68327613-03446820'], 'virtual_network', 'ea78d892-7a75-4d2f-be02-ef482c91e99f', "Permission Denied for ['ctest-TestRbacBasic-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68327613' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'a51df1b9cb3941d0ba97d09bc12bad4a'"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 403 198 0.129771 [API:8081]10.0.0.23 - - [2025-12-18 04:30:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2025-12-18 04:30:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.077501 [API:8081]10.0.0.23 - - [2025-12-18 04:30:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 401 205 0.000295 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965 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-71158965', 'ctest-TestRbacBasic-71158965-14523779'], 'virtual_network', '6606ade2-c967-4c0a-ae55-97f59a39e5d6', "Permission Denied for ctest-TestRbacBasic-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 403 198 0.138347 --- 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-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965 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-71158965', 'ctest-TestRbacBasic-71158965-14523779'], 'virtual_network', '6606ade2-c967-4c0a-ae55-97f59a39e5d6', "Permission Denied for ctest-TestRbacBasic-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 403 198 0.045741 --- 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-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965 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-71158965', 'ctest-TestRbacBasic-71158965-14523779'], 'virtual_network', '6606ade2-c967-4c0a-ae55-97f59a39e5d6', "Permission Denied for ctest-TestRbacBasic-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 403 198 0.110034 [API:8081]10.0.0.23 - - [2025-12-18 04:31:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 401 205 0.000308 --- 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-45943663 as ['ctest-TestRbacBasic-72060690'] to R virtual-network in ctest-TestRbacBasic-71158965 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-71158965', 'ctest-TestRbacBasic-71158965-14523779'], 'virtual_network', '6606ade2-c967-4c0a-ae55-97f59a39e5d6', "Permission Denied for ctest-TestRbacBasic-45943663 as ['ctest-TestRbacBasic-72060690'] to R virtual-network in ctest-TestRbacBasic-71158965"),) [API:8081]10.0.0.23 - - [2025-12-18 04:31:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 403 198 0.117642 [API:8081]10.0.0.23 - - [2025-12-18 04:31:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.069328 [API:8081]10.0.0.23 - - [2025-12-18 04:31:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.082553 [API:8081]10.0.0.23 - - [2025-12-18 04:31:28] "GET /analytics/uves/virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?flat HTTP/1.1" 200 966 0.045318 [API:8081]10.0.0.23 - - [2025-12-18 04:31:30] "GET /analytics/uves/virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?flat HTTP/1.1" 200 966 0.081116 [API:8081]10.0.0.23 - - [2025-12-18 04:31:32] "GET /analytics/uves/virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?flat HTTP/1.1" 200 966 0.046856 [API:8081]10.0.0.23 - - [2025-12-18 04:31:34] "GET /analytics/uves/virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?flat HTTP/1.1" 200 1414 0.044320 [API:8081]10.0.0.23 - - [2025-12-18 04:31:34] "GET /analytics/uves/virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?flat HTTP/1.1" 200 1414 0.044452 [API:8081]10.0.0.23 - - [2025-12-18 04:31:35] "GET /analytics/uves/virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?flat HTTP/1.1" 200 1414 0.050751 [API:8081]10.0.0.23 - - [2025-12-18 04:31:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.021918 [API:8081]10.0.0.23 - - [2025-12-18 04:31:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.021866 [API:8081]10.0.0.23 - - [2025-12-18 04:31:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.048040 [API:8081]10.0.0.23 - - [2025-12-18 04:31:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.081050 [API:8081]10.0.0.23 - - [2025-12-18 04:31:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.025957 [API:8081]10.0.0.23 - - [2025-12-18 04:31:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.017523 [API:8081]10.0.0.23 - - [2025-12-18 04:31:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.022854 [API:8081]10.0.0.65 - - [2025-12-18 04:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001080 [API:8081]10.0.0.65 - - [2025-12-18 04:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.65 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.23 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.50 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000886 [API:8081]10.0.0.50 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.50 - - [2025-12-18 04:31:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-18 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-18 04:31:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.019668 [API:8081]10.0.0.23 - - [2025-12-18 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-18 04:31:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.019412 [API:8081]10.0.0.23 - - [2025-12-18 04:31:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.019179 [API:8081]10.0.0.23 - - [2025-12-18 04:32:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.022261 [API:8081]10.0.0.23 - - [2025-12-18 04:32:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12939 0.024269 [API:8081]10.0.0.23 - - [2025-12-18 04:32:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12509 0.024366 [API:8081]10.0.0.23 - - [2025-12-18 04:32:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010496 [Introspect:8090]10.0.0.23 - - [2025-12-18 04:32:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001005 [API:8081]10.0.0.23 - - [2025-12-18 04:32:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.23 - - [2025-12-18 04:32:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.067611 [API:8081]10.0.0.23 - - [2025-12-18 04:33:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077351 [API:8081]10.0.0.23 - - [2025-12-18 04:34:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.080540 [API:8081]10.0.0.23 - - [2025-12-18 04:35:22] "GET /analytics/uves/virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39?flat HTTP/1.1" 200 2056 0.013993 [API:8081]10.0.0.23 - - [2025-12-18 04:35:22] "GET /analytics/uves/virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39?flat HTTP/1.1" 200 2056 0.068448 [API:8081]10.0.0.23 - - [2025-12-18 04:35:22] "GET /analytics/uves/virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39?flat HTTP/1.1" 200 2056 0.073561 [API:8081]10.0.0.23 - - [2025-12-18 04:35:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12951 0.021379 [API:8081]10.0.0.23 - - [2025-12-18 04:35:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12951 0.020986 [API:8081]10.0.0.23 - - [2025-12-18 04:35:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009684 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6?flat HTTP/1.1" 200 2047 0.013288 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6?flat HTTP/1.1" 200 2047 0.011679 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6?flat HTTP/1.1" 200 2047 0.013118 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13606 0.020292 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13606 0.019978 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009312 [API:8081]10.0.0.23 - - [2025-12-18 04:35:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13606 0.023891 [API:8081]10.0.0.23 - - [2025-12-18 04:35:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13606 0.020472 [API:8081]10.0.0.23 - - [2025-12-18 04:35:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13606 0.020976 [API:8081]10.0.0.23 - - [2025-12-18 04:35:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13606 0.018898 [API:8081]10.0.0.23 - - [2025-12-18 04:35:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13216 0.021298 [API:8081]10.0.0.23 - - [2025-12-18 04:35:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010180 [API:8081]10.0.0.23 - - [2025-12-18 04:35:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12956 0.018917 [API:8081]10.0.0.23 - - [2025-12-18 04:35:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12956 0.035612 [API:8081]10.0.0.23 - - [2025-12-18 04:35:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12956 0.022542 [API:8081]10.0.0.23 - - [2025-12-18 04:35:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12956 0.016256 [API:8081]10.0.0.23 - - [2025-12-18 04:36:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12956 0.022416 [API:8081]10.0.0.23 - - [2025-12-18 04:36:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12738 0.024893 [API:8081]10.0.0.23 - - [2025-12-18 04:36:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009102 [API:8081]10.0.0.23 - - [2025-12-18 04:36:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.012415 [API:8081]10.0.0.23 - - [2025-12-18 04:36:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.010016 [API:8081]10.0.0.23 - - [2025-12-18 04:36:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070793 [API:8081]10.0.0.65 - - [2025-12-18 04:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2025-12-18 04:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2025-12-18 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-18 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-18 04:37:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.086152 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002965 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002797 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002612 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002367 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002626 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002403 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002639 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003665 [API:8081]10.0.0.23 - - [2025-12-18 04:39:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.433150 [Introspect:8090]10.0.0.23 - - [2025-12-18 04:39:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001190 [API:8081]10.0.0.23 - - [2025-12-18 04:40:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.075046 [API:8081]10.0.0.23 - - [2025-12-18 04:40:02] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-18 04:40:02] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.65 - - [2025-12-18 04:40:30] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2025-12-18 04:40:30] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.50 - - [2025-12-18 04:40:32] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-18 04:40:32] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.23 - - [2025-12-18 04:40:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.074965 [API:8081]10.0.0.23 - - [2025-12-18 04:40:54] "GET /analytics/uves/virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8?flat HTTP/1.1" 200 1717 0.079628 [API:8081]10.0.0.23 - - [2025-12-18 04:40:54] "GET /analytics/uves/virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8?flat HTTP/1.1" 200 1717 0.012938 [API:8081]10.0.0.23 - - [2025-12-18 04:40:55] "GET /analytics/uves/virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8?flat HTTP/1.1" 200 1717 0.102509 [API:8081]10.0.0.23 - - [2025-12-18 04:40:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009545 [API:8081]10.0.0.65 - - [2025-12-18 04:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2025-12-18 04:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.65 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.23 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.23 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.50 - - [2025-12-18 04:41:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.23 - - [2025-12-18 04:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000496 [API:8081]10.0.0.23 - - [2025-12-18 04:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11?flat HTTP/1.1" 200 1717 0.014384 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11?flat HTTP/1.1" 200 1717 0.013186 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11?flat HTTP/1.1" 200 1717 0.016937 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13002 0.025851 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13002 0.023314 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011300 [API:8081]10.0.0.23 - - [2025-12-18 04:42:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080652 [API:8081]10.0.0.23 - - [2025-12-18 04:43:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13609 0.022513 [API:8081]10.0.0.23 - - [2025-12-18 04:43:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13609 0.019766 [API:8081]10.0.0.23 - - [2025-12-18 04:43:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13484 0.019318 [API:8081]10.0.0.23 - - [2025-12-18 04:43:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009022 [API:8081]10.0.0.23 - - [2025-12-18 04:43:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009600 [API:8081]10.0.0.23 - - [2025-12-18 04:43:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069862 [API:8081]10.0.0.23 - - [2025-12-18 04:44:45] "GET /analytics/uves/virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b?flat HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-18 04:44:45] "GET /analytics/uves/virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b?flat HTTP/1.1" 200 1391 0.072186 [API:8081]10.0.0.23 - - [2025-12-18 04:44:46] "GET /analytics/uves/virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b?flat HTTP/1.1" 200 1391 0.073521 [API:8081]10.0.0.23 - - [2025-12-18 04:44:46] "GET /analytics/uves/virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b?flat HTTP/1.1" 200 1391 0.065071 [API:8081]10.0.0.23 - - [2025-12-18 04:44:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009520 [API:8081]10.0.0.23 - - [2025-12-18 04:44:48] "GET /analytics/uves/virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55?flat HTTP/1.1" 200 1393 0.012264 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55?flat HTTP/1.1" 200 1393 0.013721 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55?flat HTTP/1.1" 200 1393 0.011145 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13552 0.023639 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13552 0.023597 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011287 [API:8081]10.0.0.23 - - [2025-12-18 04:45:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13552 0.023034 [API:8081]10.0.0.23 - - [2025-12-18 04:45:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13553 0.023792 [API:8081]10.0.0.23 - - [2025-12-18 04:45:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 13167 0.021911 [API:8081]10.0.0.23 - - [2025-12-18 04:45:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010370 [API:8081]10.0.0.23 - - [2025-12-18 04:45:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011157 [API:8081]10.0.0.23 - - [2025-12-18 04:45:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.414974 [API:8081]10.0.0.23 - - [2025-12-18 04:45:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.23 - - [2025-12-18 04:45:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.088995 [API:8081]10.0.0.23 - - [2025-12-18 04:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.074294 [API:8081]10.0.0.65 - - [2025-12-18 04:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000618 [API:8081]10.0.0.65 - - [2025-12-18 04:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000486 [API:8081]10.0.0.65 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.65 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 04:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2025-12-18 04:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000530 [API:8081]10.0.0.23 - - [2025-12-18 04:46:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.071029 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002912 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002500 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002390 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002705 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003243 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002637 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002350 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002615 [API:8081]10.0.0.23 - - [2025-12-18 04:48:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073029 [API:8081]10.0.0.23 - - [2025-12-18 04:49:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.100610 [API:8081]10.0.0.23 - - [2025-12-18 04:50:02] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-12-18 04:50:02] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.65 - - [2025-12-18 04:50:30] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2025-12-18 04:50:30] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.50 - - [2025-12-18 04:50:32] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-18 04:50:32] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.65 - - [2025-12-18 04:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2025-12-18 04:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000467 [API:8081]10.0.0.65 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-12-18 04:51:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-18 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2025-12-18 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-18 04:51:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073907 [API:8081]10.0.0.23 - - [2025-12-18 04:52:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.076615 [API:8081]10.0.0.23 - - [2025-12-18 04:54:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2025-12-18 04:54:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1872 0.070960 [API:8081]10.0.0.23 - - [2025-12-18 04:55:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081921 [API:8081]10.0.0.23 - - [2025-12-18 04:56:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.099108 [API:8081]10.0.0.65 - - [2025-12-18 04:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2025-12-18 04:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-12-18 04:56:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-12-18 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-12-18 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-18 04:58:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090456 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003356 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002574 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002446 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003426 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003405 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002287 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003196 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003457 [API:8081]10.0.0.23 - - [2025-12-18 04:59:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.086278 [API:8081]10.0.0.23 - - [2025-12-18 05:00:02] "GET /analytics HTTP/1.1" 401 205 0.000484 [API:8081]10.0.0.23 - - [2025-12-18 05:00:02] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.65 - - [2025-12-18 05:00:30] "GET /analytics HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.65 - - [2025-12-18 05:00:30] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.50 - - [2025-12-18 05:00:32] "GET /analytics HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.50 - - [2025-12-18 05:00:32] "GET /analytics HTTP/1.1" 401 205 0.000187 [Introspect:8090]10.0.0.65 - - [2025-12-18 05:00:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001068