++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Sep 15 02:04:29 AM UTC 2025 ===================' INFO: =================== Mon Sep 15 02:04:29 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.27,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.27,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.27,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.27,10.0.0.38 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.27:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.27:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.27:8081 10.0.0.38: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.27:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.27,10.0.0.38 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.27:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.27:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.27:8086 10.0.0.38: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.249,10.0.0.27,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.27,10.0.0.38 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.27:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.27:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.27:8082 10.0.0.38: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.27:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.27:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.27:9161 10.0.0.38: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.27:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.27:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.27:9041 10.0.0.38:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.14,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.27,10.0.0.38 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.27:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.27:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.27:2181,10.0.0.38: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.27:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.27:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.27:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.27,10.0.0.38 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.27:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.27:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.27:5673,10.0.0.38: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.27:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.27:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.27:6379 10.0.0.38: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.249,10.0.0.27,10.0.0.38 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.27:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.27:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.27:9092 10.0.0.38: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.249 ++ 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.249,10.0.0.27,10.0.0.38 ++ 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.249,10.0.0.27,10.0.0.38 ++ 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.249,10.0.0.27,10.0.0.38 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.249 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.249,10.0.0.27,10.0.0.38 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.249,10.0.0.27,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 3 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 09/15/2025 02:04:37.471 7fcc0f06bb80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/15/2025 02:04:37.638 7fcc0f06bb80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 09/15/2025 02:04:37.648 7fcc0f06bb80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/15/2025 02:04:37.648 7fcc0f06bb80 [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.38: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.38 - - [2025-09-15 02:05:13] "GET /analytics HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.38 - - [2025-09-15 02:05:13] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.27 - - [2025-09-15 02:05:13] "GET /analytics HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.27 - - [2025-09-15 02:05:13] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.249 - - [2025-09-15 02:05:13] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2025-09-15 02:05:13] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.27 - - [2025-09-15 02:05:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.355851 [API:8081]10.0.0.38 - - [2025-09-15 02:05:44] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.38 - - [2025-09-15 02:05:44] "GET /analytics HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.27 - - [2025-09-15 02:05:44] "GET /analytics HTTP/1.1" 401 206 0.000208 [API:8081]10.0.0.27 - - [2025-09-15 02:05:44] "GET /analytics HTTP/1.1" 401 206 0.000128 [API:8081]10.0.0.249 - - [2025-09-15 02:05:44] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.249 - - [2025-09-15 02:05:44] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.38 - - [2025-09-15 02:06:14] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.38 - - [2025-09-15 02:06:14] "GET /analytics HTTP/1.1" 401 206 0.000190 [API:8081]10.0.0.27 - - [2025-09-15 02:06:14] "GET /analytics HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.27 - - [2025-09-15 02:06:14] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.27 - - [2025-09-15 02:06:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.388403 [API:8081]10.0.0.27 - - [2025-09-15 02:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.502971 [API:8081]10.0.0.38 - - [2025-09-15 02:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.083989 [API:8081]10.0.0.27 - - [2025-09-15 02:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123743 [API:8081]10.0.0.249 - - [2025-09-15 02:07:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127119 [API:8081]10.0.0.249 - - [2025-09-15 02:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.125278 [API:8081]10.0.0.38 - - [2025-09-15 02:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.057801 [Introspect:8090]10.0.0.38 - - [2025-09-15 02:08:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001067 [Introspect:8090]10.0.0.38 - - [2025-09-15 02:08:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.000965 [API:8081]10.0.0.27 - - [2025-09-15 02:08:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052730 [Introspect:8090]10.0.0.249 - - [2025-09-15 02:09:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001084 [API:8081]10.0.0.27 - - [2025-09-15 02:09:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055670 [API:8081]10.0.0.249 - - [2025-09-15 02:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?flat HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2025-09-15 02:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?flat HTTP/1.1" 200 4783 0.051293 [API:8081]10.0.0.249 - - [2025-09-15 02:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?flat HTTP/1.1" 200 4781 0.048776 [API:8081]10.0.0.249 - - [2025-09-15 02:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?flat HTTP/1.1" 200 4784 0.048270 [Introspect:8090]10.0.0.249 - - [2025-09-15 02:09:38] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000764 [API:8081]10.0.0.249 - - [2025-09-15 02:09:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12093 0.016805 [API:8081]10.0.0.249 - - [2025-09-15 02:09:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12093 0.018437 [API:8081]10.0.0.249 - - [2025-09-15 02:09:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 8140 0.013402 [API:8081]10.0.0.249 - - [2025-09-15 02:09:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 8140 0.011306 [API:8081]10.0.0.249 - - [2025-09-15 02:09:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4110-3?flat HTTP/1.1" 200 8140 0.014158 [API:8081]10.0.0.249 - - [2025-09-15 02:09:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 8140 0.016493 [API:8081]10.0.0.249 - - [2025-09-15 02:09:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 8140 0.012026 [API:8081]10.0.0.249 - - [2025-09-15 02:09:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4110-3?flat HTTP/1.1" 200 8140 0.013990 [API:8081]10.0.0.249 - - [2025-09-15 02:09:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.249 - - [2025-09-15 02:09:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.048916 [API:8081]10.0.0.27 - - [2025-09-15 02:11:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090404 [API:8081]10.0.0.27 - - [2025-09-15 02:12:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064606 [API:8081]10.0.0.27 - - [2025-09-15 02:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129725 [API:8081]10.0.0.38 - - [2025-09-15 02:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.346241 [API:8081]10.0.0.27 - - [2025-09-15 02:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.323131 [API:8081]10.0.0.249 - - [2025-09-15 02:12:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.268180 [API:8081]10.0.0.249 - - [2025-09-15 02:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.120138 [API:8081]10.0.0.38 - - [2025-09-15 02:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.256289 [API:8081]10.0.0.249 - - [2025-09-15 02:13:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2025-09-15 02:13:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1436 0.047379 [API:8081]10.0.0.249 - - [2025-09-15 02:13:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1668 0.053549 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:14:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002281 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:14:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002156 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:14:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002726 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:14:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002609 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:14:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001729 [API:8081]10.0.0.27 - - [2025-09-15 02:14:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051031 [API:8081]10.0.0.27 - - [2025-09-15 02:15:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055819 [API:8081]10.0.0.249 - - [2025-09-15 02:15:44] "GET /analytics HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2025-09-15 02:15:44] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.38 - - [2025-09-15 02:16:14] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.38 - - [2025-09-15 02:16:14] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.27 - - [2025-09-15 02:16:14] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.27 - - [2025-09-15 02:16:14] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.27 - - [2025-09-15 02:17:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067491 [API:8081]10.0.0.27 - - [2025-09-15 02:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.216050 [API:8081]10.0.0.38 - - [2025-09-15 02:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.301078 [API:8081]10.0.0.27 - - [2025-09-15 02:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.294553 [API:8081]10.0.0.249 - - [2025-09-15 02:17:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161004 [API:8081]10.0.0.249 - - [2025-09-15 02:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.268395 [API:8081]10.0.0.38 - - [2025-09-15 02:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.009616 [API:8081]10.0.0.27 - - [2025-09-15 02:18:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.056504 [API:8081]10.0.0.249 - - [2025-09-15 02:19:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000525 [API:8081]10.0.0.249 - - [2025-09-15 02:19:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.050338 [API:8081]10.0.0.249 - - [2025-09-15 02:19:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.046594 [API:8081]10.0.0.27 - - [2025-09-15 02:20:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058506 [API:8081]10.0.0.249 - - [2025-09-15 02:21:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1364 0.008442 [API:8081]10.0.0.249 - - [2025-09-15 02:21:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1370 0.008594 [API:8081]10.0.0.249 - - [2025-09-15 02:21:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1598 0.047068 [API:8081]10.0.0.249 - - [2025-09-15 02:21:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.008392 [API:8081]10.0.0.27 - - [2025-09-15 02:21:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.087450 [API:8081]10.0.0.27 - - [2025-09-15 02:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140576 [API:8081]10.0.0.38 - - [2025-09-15 02:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.216553 [API:8081]10.0.0.27 - - [2025-09-15 02:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.230366 [API:8081]10.0.0.249 - - [2025-09-15 02:22:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.136681 [API:8081]10.0.0.249 - - [2025-09-15 02:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143433 [API:8081]10.0.0.38 - - [2025-09-15 02:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.113920 [API:8081]10.0.0.27 - - [2025-09-15 02:23:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055423 [API:8081]10.0.0.249 - - [2025-09-15 02:24:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13041 0.017849 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:24:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002254 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:24:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002802 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:24:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002442 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:24:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002149 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:24:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001734 [API:8081]10.0.0.249 - - [2025-09-15 02:24:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13041 0.015841 [API:8081]10.0.0.249 - - [2025-09-15 02:24:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13041 0.016838 [API:8081]10.0.0.249 - - [2025-09-15 02:24:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12615 0.053383 [API:8081]10.0.0.249 - - [2025-09-15 02:24:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007813 [API:8081]10.0.0.27 - - [2025-09-15 02:24:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.053468 [API:8081]10.0.0.249 - - [2025-09-15 02:24:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008027 [API:8081]10.0.0.249 - - [2025-09-15 02:25:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.047943 [API:8081]10.0.0.249 - - [2025-09-15 02:25:44] "GET /analytics HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.249 - - [2025-09-15 02:25:44] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.38 - - [2025-09-15 02:26:14] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.38 - - [2025-09-15 02:26:14] "GET /analytics HTTP/1.1" 401 206 0.000188 [API:8081]10.0.0.27 - - [2025-09-15 02:26:14] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.27 - - [2025-09-15 02:26:14] "GET /analytics HTTP/1.1" 401 206 0.000123 [API:8081]10.0.0.249 - - [2025-09-15 02:26:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.249 - - [2025-09-15 02:26:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.050742 [API:8081]10.0.0.27 - - [2025-09-15 02:26:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049593 [API:8081]10.0.0.27 - - [2025-09-15 02:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158060 [API:8081]10.0.0.38 - - [2025-09-15 02:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.215004 [API:8081]10.0.0.27 - - [2025-09-15 02:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.217351 [API:8081]10.0.0.249 - - [2025-09-15 02:27:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.422086 [API:8081]10.0.0.27 - - [2025-09-15 02:27:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.212162 [API:8081]10.0.0.249 - - [2025-09-15 02:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179140 [API:8081]10.0.0.38 - - [2025-09-15 02:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.060475 [API:8081]10.0.0.249 - - [2025-09-15 02:28:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007552 [API:8081]10.0.0.249 - - [2025-09-15 02:28:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-09-15 02:28:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.061653 [API:8081]10.0.0.249 - - [2025-09-15 02:28:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2025-09-15 02:28:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.047081 [API:8081]10.0.0.249 - - [2025-09-15 02:28:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.046445 [API:8081]10.0.0.249 - - [2025-09-15 02:28:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.052437 [API:8081]10.0.0.249 - - [2025-09-15 02:29:40] "GET /analytics/uves/virtual-machine/35f2c04a-ffe2-4206-96b8-3f01905e135d?flat HTTP/1.1" 200 1712 0.009797 [API:8081]10.0.0.249 - - [2025-09-15 02:29:40] "GET /analytics/uves/virtual-machine/35f2c04a-ffe2-4206-96b8-3f01905e135d?flat HTTP/1.1" 200 1712 0.009661 [API:8081]10.0.0.249 - - [2025-09-15 02:29:40] "GET /analytics/uves/virtual-machine/35f2c04a-ffe2-4206-96b8-3f01905e135d?flat HTTP/1.1" 200 1712 0.010817 [API:8081]10.0.0.249 - - [2025-09-15 02:29:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009603 [API:8081]10.0.0.249 - - [2025-09-15 02:29:43] "GET /analytics/uves/virtual-machine/b3d6fb0c-6698-4ccf-b13d-06072774eecf?flat HTTP/1.1" 200 1840 0.010385 [API:8081]10.0.0.249 - - [2025-09-15 02:29:43] "GET /analytics/uves/virtual-machine/b3d6fb0c-6698-4ccf-b13d-06072774eecf?flat HTTP/1.1" 200 1840 0.011127 [API:8081]10.0.0.249 - - [2025-09-15 02:29:43] "GET /analytics/uves/virtual-machine/b3d6fb0c-6698-4ccf-b13d-06072774eecf?flat HTTP/1.1" 200 1840 0.010634 [API:8081]10.0.0.249 - - [2025-09-15 02:29:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13003 0.017784 [API:8081]10.0.0.249 - - [2025-09-15 02:29:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13003 0.017816 [API:8081]10.0.0.249 - - [2025-09-15 02:29:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009056 [API:8081]10.0.0.249 - - [2025-09-15 02:29:46] "GET /analytics/uves/virtual-machine/50fb621c-82bf-4d5e-ad4e-8999a453e848?flat HTTP/1.1" 200 1712 0.009977 [API:8081]10.0.0.249 - - [2025-09-15 02:29:46] "GET /analytics/uves/virtual-machine/50fb621c-82bf-4d5e-ad4e-8999a453e848?flat HTTP/1.1" 200 1712 0.009474 [API:8081]10.0.0.249 - - [2025-09-15 02:29:46] "GET /analytics/uves/virtual-machine/50fb621c-82bf-4d5e-ad4e-8999a453e848?flat HTTP/1.1" 200 1712 0.009145 [API:8081]10.0.0.249 - - [2025-09-15 02:29:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009934 [API:8081]10.0.0.27 - - [2025-09-15 02:29:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048105 [API:8081]10.0.0.249 - - [2025-09-15 02:30:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008603 [API:8081]10.0.0.27 - - [2025-09-15 02:30:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.056125 [API:8081]10.0.0.249 - - [2025-09-15 02:30:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13013 0.017615 [API:8081]10.0.0.249 - - [2025-09-15 02:30:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13013 0.016091 [API:8081]10.0.0.249 - - [2025-09-15 02:31:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13013 0.017542 [API:8081]10.0.0.249 - - [2025-09-15 02:31:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13013 0.017365 [API:8081]10.0.0.249 - - [2025-09-15 02:31:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13013 0.016217 [API:8081]10.0.0.249 - - [2025-09-15 02:31:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13013 0.018064 [API:8081]10.0.0.249 - - [2025-09-15 02:31:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12625 0.016961 [API:8081]10.0.0.249 - - [2025-09-15 02:31:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007406 [API:8081]10.0.0.249 - - [2025-09-15 02:31:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008461 [API:8081]10.0.0.249 - - [2025-09-15 02:31:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2025-09-15 02:31:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.048296 [API:8081]10.0.0.249 - - [2025-09-15 02:31:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.049974 [API:8081]10.0.0.249 - - [2025-09-15 02:31:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.073028 [API:8081]10.0.0.249 - - [2025-09-15 02:32:30] "GET /analytics/uves/virtual-machine/bc1b774b-f3f5-4c2e-af4c-a95fc43d55c2?flat HTTP/1.1" 200 1719 0.011683 [API:8081]10.0.0.249 - - [2025-09-15 02:32:30] "GET /analytics/uves/virtual-machine/bc1b774b-f3f5-4c2e-af4c-a95fc43d55c2?flat HTTP/1.1" 200 1719 0.010675 [API:8081]10.0.0.249 - - [2025-09-15 02:32:30] "GET /analytics/uves/virtual-machine/bc1b774b-f3f5-4c2e-af4c-a95fc43d55c2?flat HTTP/1.1" 200 1719 0.009580 [API:8081]10.0.0.249 - - [2025-09-15 02:32:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008788 [API:8081]10.0.0.249 - - [2025-09-15 02:32:34] "GET /analytics/uves/virtual-machine/cb3d0927-973d-4d5a-ac2f-ded0ad6e7676?flat HTTP/1.1" 200 1719 0.011751 [API:8081]10.0.0.249 - - [2025-09-15 02:32:34] "GET /analytics/uves/virtual-machine/cb3d0927-973d-4d5a-ac2f-ded0ad6e7676?flat HTTP/1.1" 200 1719 0.010849 [API:8081]10.0.0.249 - - [2025-09-15 02:32:34] "GET /analytics/uves/virtual-machine/cb3d0927-973d-4d5a-ac2f-ded0ad6e7676?flat HTTP/1.1" 200 1719 0.010306 [API:8081]10.0.0.249 - - [2025-09-15 02:32:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13037 0.017409 [API:8081]10.0.0.249 - - [2025-09-15 02:32:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13037 0.025079 [API:8081]10.0.0.249 - - [2025-09-15 02:32:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008571 [API:8081]10.0.0.249 - - [2025-09-15 02:32:37] "GET /analytics/uves/virtual-machine/d73159e4-0d40-4a8d-89ba-01e411439bbf?flat HTTP/1.1" 200 1767 0.010351 [API:8081]10.0.0.249 - - [2025-09-15 02:32:37] "GET /analytics/uves/virtual-machine/d73159e4-0d40-4a8d-89ba-01e411439bbf?flat HTTP/1.1" 200 1767 0.009294 [API:8081]10.0.0.249 - - [2025-09-15 02:32:37] "GET /analytics/uves/virtual-machine/d73159e4-0d40-4a8d-89ba-01e411439bbf?flat HTTP/1.1" 200 1767 0.010103 [API:8081]10.0.0.249 - - [2025-09-15 02:32:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008141 [API:8081]10.0.0.27 - - [2025-09-15 02:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137502 [API:8081]10.0.0.38 - - [2025-09-15 02:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.261632 [API:8081]10.0.0.27 - - [2025-09-15 02:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.233862 [API:8081]10.0.0.249 - - [2025-09-15 02:32:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123943 [API:8081]10.0.0.249 - - [2025-09-15 02:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121433 [API:8081]10.0.0.38 - - [2025-09-15 02:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.080381 [API:8081]10.0.0.27 - - [2025-09-15 02:32:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054616 [API:8081]10.0.0.249 - - [2025-09-15 02:33:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009567 [API:8081]10.0.0.249 - - [2025-09-15 02:33:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13046 0.017288 [API:8081]10.0.0.249 - - [2025-09-15 02:33:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13046 0.016215 [API:8081]10.0.0.249 - - [2025-09-15 02:33:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13046 0.016146 [API:8081]10.0.0.249 - - [2025-09-15 02:33:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13046 0.019815 [API:8081]10.0.0.249 - - [2025-09-15 02:33:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13046 0.016997 [API:8081]10.0.0.249 - - [2025-09-15 02:33:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13046 0.017855 [API:8081]10.0.0.249 - - [2025-09-15 02:33:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12630 0.018048 [API:8081]10.0.0.249 - - [2025-09-15 02:33:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008382 [API:8081]10.0.0.249 - - [2025-09-15 02:33:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007632 [API:8081]10.0.0.27 - - [2025-09-15 02:33:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.056812 [API:8081]10.0.0.249 - - [2025-09-15 02:34:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2025-09-15 02:34:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.046663 [API:8081]10.0.0.249 - - [2025-09-15 02:34:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.049544 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:34:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002163 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:34:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002213 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:34:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002536 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:34:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002243 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:34:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002548 [API:8081]10.0.0.249 - - [2025-09-15 02:35:44] "GET /analytics HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.249 - - [2025-09-15 02:35:44] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.249 - - [2025-09-15 02:35:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2025-09-15 02:35:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1360 0.048502 [API:8081]10.0.0.27 - - [2025-09-15 02:35:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058367 [API:8081]10.0.0.38 - - [2025-09-15 02:36:14] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.38 - - [2025-09-15 02:36:14] "GET /analytics HTTP/1.1" 401 206 0.000157 [API:8081]10.0.0.27 - - [2025-09-15 02:36:14] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.27 - - [2025-09-15 02:36:14] "GET /analytics HTTP/1.1" 401 206 0.000127 [API:8081]10.0.0.27 - - [2025-09-15 02:36:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055644 [API:8081]10.0.0.27 - - [2025-09-15 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143896 [API:8081]10.0.0.38 - - [2025-09-15 02:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.208140 [API:8081]10.0.0.27 - - [2025-09-15 02:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.236337 [API:8081]10.0.0.249 - - [2025-09-15 02:37:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.141029 [API:8081]10.0.0.249 - - [2025-09-15 02:37:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.134260 [API:8081]10.0.0.38 - - [2025-09-15 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144557 [API:8081]10.0.0.249 - - [2025-09-15 02:37:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014421 [API:8081]10.0.0.249 - - [2025-09-15 02:38:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-09-15 02:38:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.044047 [API:8081]10.0.0.249 - - [2025-09-15 02:38:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.049657 [API:8081]10.0.0.27 - - [2025-09-15 02:38:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061779 [API:8081]10.0.0.27 - - [2025-09-15 02:40:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061724 [API:8081]10.0.0.249 - - [2025-09-15 02:41:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13039 0.015993 [API:8081]10.0.0.249 - - [2025-09-15 02:41:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13039 0.057310 [API:8081]10.0.0.249 - - [2025-09-15 02:41:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13039 0.017340 [API:8081]10.0.0.249 - - [2025-09-15 02:41:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13039 0.017539 [API:8081]10.0.0.249 - - [2025-09-15 02:41:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13039 0.022556 [API:8081]10.0.0.249 - - [2025-09-15 02:41:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13039 0.019051 [API:8081]10.0.0.249 - - [2025-09-15 02:41:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13039 0.016860 [API:8081]10.0.0.249 - - [2025-09-15 02:41:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12632 0.016668 [API:8081]10.0.0.249 - - [2025-09-15 02:41:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008064 [API:8081]10.0.0.249 - - [2025-09-15 02:41:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007447 [API:8081]10.0.0.27 - - [2025-09-15 02:42:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073704 [API:8081]10.0.0.249 - - [2025-09-15 02:42:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.249 - - [2025-09-15 02:42:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.052581 [API:8081]10.0.0.249 - - [2025-09-15 02:42:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.052154 [API:8081]10.0.0.27 - - [2025-09-15 02:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145813 [API:8081]10.0.0.38 - - [2025-09-15 02:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.282025 [API:8081]10.0.0.27 - - [2025-09-15 02:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.297696 [API:8081]10.0.0.249 - - [2025-09-15 02:42:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143145 [API:8081]10.0.0.249 - - [2025-09-15 02:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138586 [API:8081]10.0.0.38 - - [2025-09-15 02:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.084623 [API:8081]10.0.0.27 - - [2025-09-15 02:43:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.050526 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:44:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003249 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:44:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002867 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:44:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002274 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:44:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002476 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:44:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001734 [API:8081]10.0.0.27 - - [2025-09-15 02:45:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058147 [API:8081]10.0.0.249 - - [2025-09-15 02:45:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13071 0.017099 [API:8081]10.0.0.249 - - [2025-09-15 02:45:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13071 0.052182 [API:8081]10.0.0.249 - - [2025-09-15 02:45:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13071 0.016594 [API:8081]10.0.0.249 - - [2025-09-15 02:45:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12829 0.017625 [API:8081]10.0.0.249 - - [2025-09-15 02:45:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008418 [API:8081]10.0.0.249 - - [2025-09-15 02:45:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007408 [API:8081]10.0.0.249 - - [2025-09-15 02:45:44] "GET /analytics HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2025-09-15 02:45:44] "GET /analytics HTTP/1.1" 401 206 0.000129 [API:8081]10.0.0.27 - - [2025-09-15 02:46:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.049757 [API:8081]10.0.0.38 - - [2025-09-15 02:46:14] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.38 - - [2025-09-15 02:46:14] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.27 - - [2025-09-15 02:46:14] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.27 - - [2025-09-15 02:46:14] "GET /analytics HTTP/1.1" 401 206 0.000131 [API:8081]10.0.0.27 - - [2025-09-15 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135909 [API:8081]10.0.0.38 - - [2025-09-15 02:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121831 [API:8081]10.0.0.27 - - [2025-09-15 02:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200263 [API:8081]10.0.0.249 - - [2025-09-15 02:47:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156963 [API:8081]10.0.0.249 - - [2025-09-15 02:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.115553 [API:8081]10.0.0.38 - - [2025-09-15 02:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129031 [API:8081]10.0.0.27 - - [2025-09-15 02:48:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061356 [API:8081]10.0.0.27 - - [2025-09-15 02:49:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.056442 [API:8081]10.0.0.249 - - [2025-09-15 02:49:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2025-09-15 02:49:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.051663 [API:8081]10.0.0.249 - - [2025-09-15 02:50:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.043607 [API:8081]10.0.0.27 - - [2025-09-15 02:51:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049580 [API:8081]10.0.0.27 - - [2025-09-15 02:52:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.096204 [API:8081]10.0.0.249 - - [2025-09-15 02:52:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2025-09-15 02:52:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.045412 [API:8081]10.0.0.27 - - [2025-09-15 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150280 [API:8081]10.0.0.38 - - [2025-09-15 02:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.275596 [API:8081]10.0.0.27 - - [2025-09-15 02:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.277100 [API:8081]10.0.0.249 - - [2025-09-15 02:52:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132700 [API:8081]10.0.0.249 - - [2025-09-15 02:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.155752 [API:8081]10.0.0.38 - - [2025-09-15 02:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.076048 [API:8081]10.0.0.249 - - [2025-09-15 02:52:53] "GET /analytics/uves/virtual-machine/db29df54-8aeb-4fce-b70d-90f01374502e?flat HTTP/1.1" 200 1781 0.056714 [API:8081]10.0.0.249 - - [2025-09-15 02:52:53] "GET /analytics/uves/virtual-machine/db29df54-8aeb-4fce-b70d-90f01374502e?flat HTTP/1.1" 200 1781 0.047540 [API:8081]10.0.0.249 - - [2025-09-15 02:52:53] "GET /analytics/uves/virtual-machine/db29df54-8aeb-4fce-b70d-90f01374502e?flat HTTP/1.1" 200 1781 0.013750 [API:8081]10.0.0.249 - - [2025-09-15 02:52:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007575 [API:8081]10.0.0.249 - - [2025-09-15 02:53:13] "GET /analytics/uves/virtual-machine/2d7e0bc4-b1c1-4702-8594-b67d93c608d7?flat HTTP/1.1" 200 2045 0.014314 [API:8081]10.0.0.249 - - [2025-09-15 02:53:13] "GET /analytics/uves/virtual-machine/2d7e0bc4-b1c1-4702-8594-b67d93c608d7?flat HTTP/1.1" 200 2045 0.012216 [API:8081]10.0.0.249 - - [2025-09-15 02:53:14] "GET /analytics/uves/virtual-machine/2d7e0bc4-b1c1-4702-8594-b67d93c608d7?flat HTTP/1.1" 200 2045 0.010751 [API:8081]10.0.0.249 - - [2025-09-15 02:53:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13265 0.020561 [API:8081]10.0.0.249 - - [2025-09-15 02:53:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13265 0.018098 [API:8081]10.0.0.249 - - [2025-09-15 02:53:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009348 [API:8081]10.0.0.249 - - [2025-09-15 02:53:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13259 0.019172 [API:8081]10.0.0.249 - - [2025-09-15 02:53:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13258 0.018745 [API:8081]10.0.0.249 - - [2025-09-15 02:53:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13258 0.017546 [API:8081]10.0.0.249 - - [2025-09-15 02:53:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13258 0.024823 [API:8081]10.0.0.249 - - [2025-09-15 02:53:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13258 0.016517 [API:8081]10.0.0.249 - - [2025-09-15 02:54:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13258 0.016099 [API:8081]10.0.0.249 - - [2025-09-15 02:54:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13258 0.016892 [API:8081]10.0.0.249 - - [2025-09-15 02:54:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13258 0.016238 [API:8081]10.0.0.27 - - [2025-09-15 02:54:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056903 [API:8081]10.0.0.249 - - [2025-09-15 02:54:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13258 0.018523 [API:8081]10.0.0.249 - - [2025-09-15 02:54:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12661 0.023928 [API:8081]10.0.0.249 - - [2025-09-15 02:54:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009509 [API:8081]10.0.0.249 - - [2025-09-15 02:54:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009020 [API:8081]10.0.0.249 - - [2025-09-15 02:54:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2025-09-15 02:54:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.051322 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:54:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004563 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:54:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002409 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:54:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002367 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:54:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002124 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 02:54:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002225 [API:8081]10.0.0.27 - - [2025-09-15 02:55:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.057089 [API:8081]10.0.0.249 - - [2025-09-15 02:55:14] "GET /analytics/uves/virtual-machine/46d85729-c179-4009-bb2c-df7abff0059e?flat HTTP/1.1" 200 1790 0.051741 [API:8081]10.0.0.249 - - [2025-09-15 02:55:14] "GET /analytics/uves/virtual-machine/46d85729-c179-4009-bb2c-df7abff0059e?flat HTTP/1.1" 200 1790 0.009399 [API:8081]10.0.0.249 - - [2025-09-15 02:55:15] "GET /analytics/uves/virtual-machine/46d85729-c179-4009-bb2c-df7abff0059e?flat HTTP/1.1" 200 1790 0.048762 [API:8081]10.0.0.249 - - [2025-09-15 02:55:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011025 [API:8081]10.0.0.249 - - [2025-09-15 02:55:35] "GET /analytics/uves/virtual-machine/6e1c9702-a1de-4285-a3df-2717db2486fb?flat HTTP/1.1" 200 1790 0.009108 [API:8081]10.0.0.249 - - [2025-09-15 02:55:35] "GET /analytics/uves/virtual-machine/6e1c9702-a1de-4285-a3df-2717db2486fb?flat HTTP/1.1" 200 1790 0.011519 [API:8081]10.0.0.249 - - [2025-09-15 02:55:35] "GET /analytics/uves/virtual-machine/6e1c9702-a1de-4285-a3df-2717db2486fb?flat HTTP/1.1" 200 1790 0.009672 [API:8081]10.0.0.249 - - [2025-09-15 02:55:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13292 0.016669 [API:8081]10.0.0.249 - - [2025-09-15 02:55:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13292 0.017649 [API:8081]10.0.0.249 - - [2025-09-15 02:55:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010061 [API:8081]10.0.0.249 - - [2025-09-15 02:55:44] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2025-09-15 02:55:44] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.38 - - [2025-09-15 02:56:14] "GET /analytics HTTP/1.1" 401 206 0.000201 [API:8081]10.0.0.38 - - [2025-09-15 02:56:14] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.27 - - [2025-09-15 02:56:14] "GET /analytics HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.27 - - [2025-09-15 02:56:14] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.249 - - [2025-09-15 02:56:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13293 0.022813 [API:8081]10.0.0.249 - - [2025-09-15 02:56:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12671 0.016200 [API:8081]10.0.0.249 - - [2025-09-15 02:56:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009660 [API:8081]10.0.0.249 - - [2025-09-15 02:56:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007476 [API:8081]10.0.0.249 - - [2025-09-15 02:57:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.249 - - [2025-09-15 02:57:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.046108 [API:8081]10.0.0.27 - - [2025-09-15 02:57:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057425 [API:8081]10.0.0.249 - - [2025-09-15 02:57:47] "GET /analytics/uves/virtual-machine/e304c5fe-451a-4a11-b2f0-995cf6840ba4?flat HTTP/1.1" 200 1773 0.049188 [API:8081]10.0.0.249 - - [2025-09-15 02:57:47] "GET /analytics/uves/virtual-machine/e304c5fe-451a-4a11-b2f0-995cf6840ba4?flat HTTP/1.1" 200 1773 0.015254 [API:8081]10.0.0.249 - - [2025-09-15 02:57:47] "GET /analytics/uves/virtual-machine/e304c5fe-451a-4a11-b2f0-995cf6840ba4?flat HTTP/1.1" 200 1773 0.051184 [API:8081]10.0.0.249 - - [2025-09-15 02:57:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008469 [API:8081]10.0.0.27 - - [2025-09-15 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.167741 [API:8081]10.0.0.38 - - [2025-09-15 02:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.223128 [API:8081]10.0.0.27 - - [2025-09-15 02:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.225004 [API:8081]10.0.0.249 - - [2025-09-15 02:57:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176809 [API:8081]10.0.0.249 - - [2025-09-15 02:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171205 [API:8081]10.0.0.38 - - [2025-09-15 02:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.011109 [API:8081]10.0.0.249 - - [2025-09-15 02:58:08] "GET /analytics/uves/virtual-machine/ce0443f1-d1f8-47f6-9823-34427af59e94?flat HTTP/1.1" 200 1773 0.011526 [API:8081]10.0.0.249 - - [2025-09-15 02:58:08] "GET /analytics/uves/virtual-machine/ce0443f1-d1f8-47f6-9823-34427af59e94?flat HTTP/1.1" 200 1773 0.009716 [API:8081]10.0.0.249 - - [2025-09-15 02:58:08] "GET /analytics/uves/virtual-machine/ce0443f1-d1f8-47f6-9823-34427af59e94?flat HTTP/1.1" 200 1773 0.009070 [API:8081]10.0.0.249 - - [2025-09-15 02:58:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13239 0.016684 [API:8081]10.0.0.249 - - [2025-09-15 02:58:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13239 0.015594 [API:8081]10.0.0.249 - - [2025-09-15 02:58:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007661 [API:8081]10.0.0.27 - - [2025-09-15 02:58:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055107 [API:8081]10.0.0.249 - - [2025-09-15 02:59:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.020187 [API:8081]10.0.0.249 - - [2025-09-15 02:59:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.050562 [API:8081]10.0.0.249 - - [2025-09-15 02:59:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.016526 [API:8081]10.0.0.249 - - [2025-09-15 02:59:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.017366 [API:8081]10.0.0.249 - - [2025-09-15 02:59:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.018051 [API:8081]10.0.0.249 - - [2025-09-15 02:59:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.017597 [API:8081]10.0.0.249 - - [2025-09-15 02:59:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.018653 [API:8081]10.0.0.249 - - [2025-09-15 02:59:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.015728 [API:8081]10.0.0.249 - - [2025-09-15 02:59:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13242 0.019325 [API:8081]10.0.0.249 - - [2025-09-15 02:59:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12944 0.017134 [API:8081]10.0.0.249 - - [2025-09-15 02:59:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007342 [API:8081]10.0.0.249 - - [2025-09-15 02:59:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009045 [API:8081]10.0.0.249 - - [2025-09-15 03:00:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-09-15 03:00:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.050569 [API:8081]10.0.0.249 - - [2025-09-15 03:00:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.047837 [API:8081]10.0.0.249 - - [2025-09-15 03:00:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.046742 [API:8081]10.0.0.27 - - [2025-09-15 03:00:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053459 [API:8081]10.0.0.249 - - [2025-09-15 03:00:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008293 [API:8081]10.0.0.249 - - [2025-09-15 03:00:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1550 0.007759 [API:8081]10.0.0.249 - - [2025-09-15 03:00:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1764 0.008477 [API:8081]10.0.0.249 - - [2025-09-15 03:00:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1988 0.008413 [API:8081]10.0.0.249 - - [2025-09-15 03:00:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2214 0.008388 [API:8081]10.0.0.249 - - [2025-09-15 03:00:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-09-15 03:00:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.050621 [API:8081]10.0.0.249 - - [2025-09-15 03:00:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.050056 [API:8081]10.0.0.249 - - [2025-09-15 03:00:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.049117 [API:8081]10.0.0.249 - - [2025-09-15 03:00:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.008066 [API:8081]10.0.0.249 - - [2025-09-15 03:00:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008144 [API:8081]10.0.0.249 - - [2025-09-15 03:00:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008176 [API:8081]10.0.0.249 - - [2025-09-15 03:01:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.249 - - [2025-09-15 03:01:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.051943 [API:8081]10.0.0.27 - - [2025-09-15 03:01:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.054682 [API:8081]10.0.0.249 - - [2025-09-15 03:01:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.072471 [API:8081]10.0.0.249 - - [2025-09-15 03:01:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008410 [API:8081]10.0.0.249 - - [2025-09-15 03:01:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.049906 [API:8081]10.0.0.249 - - [2025-09-15 03:01:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.017860 [API:8081]10.0.0.249 - - [2025-09-15 03:01:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008969 [API:8081]10.0.0.249 - - [2025-09-15 03:01:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.007945 [API:8081]10.0.0.249 - - [2025-09-15 03:01:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.008329 [API:8081]10.0.0.249 - - [2025-09-15 03:01:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-09-15 03:01:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.058691 [API:8081]10.0.0.249 - - [2025-09-15 03:01:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.044639 [API:8081]10.0.0.249 - - [2025-09-15 03:01:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.047122 [API:8081]10.0.0.249 - - [2025-09-15 03:01:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.007929 [API:8081]10.0.0.249 - - [2025-09-15 03:01:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008814 [API:8081]10.0.0.27 - - [2025-09-15 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154581 [API:8081]10.0.0.38 - - [2025-09-15 03:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.266204 [API:8081]10.0.0.27 - - [2025-09-15 03:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.278031 [API:8081]10.0.0.249 - - [2025-09-15 03:02:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140732 [API:8081]10.0.0.249 - - [2025-09-15 03:02:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159566 [API:8081]10.0.0.38 - - [2025-09-15 03:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179200 [API:8081]10.0.0.27 - - [2025-09-15 03:03:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050313 [API:8081]10.0.0.27 - - [2025-09-15 03:04:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063603 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:04:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002944 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:04:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002734 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:04:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002852 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:04:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002408 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:04:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002019 [API:8081]10.0.0.249 - - [2025-09-15 03:05:44] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.249 - - [2025-09-15 03:05:44] "GET /analytics HTTP/1.1" 401 206 0.000118 [API:8081]10.0.0.38 - - [2025-09-15 03:06:14] "GET /analytics HTTP/1.1" 401 206 0.000201 [API:8081]10.0.0.38 - - [2025-09-15 03:06:14] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.27 - - [2025-09-15 03:06:14] "GET /analytics HTTP/1.1" 401 206 0.000202 [API:8081]10.0.0.27 - - [2025-09-15 03:06:14] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.27 - - [2025-09-15 03:06:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061083 [API:8081]10.0.0.27 - - [2025-09-15 03:07:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060706 [API:8081]10.0.0.27 - - [2025-09-15 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.224390 [API:8081]10.0.0.38 - - [2025-09-15 03:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.317905 [API:8081]10.0.0.27 - - [2025-09-15 03:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.336326 [API:8081]10.0.0.249 - - [2025-09-15 03:07:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.313939 [API:8081]10.0.0.249 - - [2025-09-15 03:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.260110 [API:8081]10.0.0.38 - - [2025-09-15 03:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.032314 [API:8081]10.0.0.249 - - [2025-09-15 03:07:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2025-09-15 03:07:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.049522 [API:8081]10.0.0.249 - - [2025-09-15 03:07:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.062716 [API:8081]10.0.0.27 - - [2025-09-15 03:09:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061571 [API:8081]10.0.0.27 - - [2025-09-15 03:10:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068277 [API:8081]10.0.0.249 - - [2025-09-15 03:12:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.249 - - [2025-09-15 03:12:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.067004 [API:8081]10.0.0.27 - - [2025-09-15 03:12:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064061 [API:8081]10.0.0.27 - - [2025-09-15 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.193254 [API:8081]10.0.0.38 - - [2025-09-15 03:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.259308 [API:8081]10.0.0.27 - - [2025-09-15 03:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.276022 [API:8081]10.0.0.249 - - [2025-09-15 03:12:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170910 [API:8081]10.0.0.249 - - [2025-09-15 03:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175016 [API:8081]10.0.0.38 - - [2025-09-15 03:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206881 [API:8081]10.0.0.249 - - [2025-09-15 03:13:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2025-09-15 03:13:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.051453 [API:8081]10.0.0.27 - - [2025-09-15 03:13:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.062883 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:14:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002633 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:14:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002217 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:14:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002591 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:14:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003467 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:14:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002421 [API:8081]10.0.0.27 - - [2025-09-15 03:15:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060277 [API:8081]10.0.0.249 - - [2025-09-15 03:15:44] "GET /analytics HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2025-09-15 03:15:44] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.38 - - [2025-09-15 03:16:14] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.38 - - [2025-09-15 03:16:14] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.27 - - [2025-09-15 03:16:14] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.27 - - [2025-09-15 03:16:14] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.27 - - [2025-09-15 03:16:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.065470 [API:8081]10.0.0.27 - - [2025-09-15 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.351851 [API:8081]10.0.0.38 - - [2025-09-15 03:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.263588 [API:8081]10.0.0.27 - - [2025-09-15 03:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.317022 [API:8081]10.0.0.249 - - [2025-09-15 03:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.511519 [API:8081]10.0.0.249 - - [2025-09-15 03:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.257276 [API:8081]10.0.0.38 - - [2025-09-15 03:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.020980 [API:8081]10.0.0.249 - - [2025-09-15 03:18:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2025-09-15 03:18:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.055644 [API:8081]10.0.0.27 - - [2025-09-15 03:18:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065525 [API:8081]10.0.0.27 - - [2025-09-15 03:19:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.065489 [API:8081]10.0.0.27 - - [2025-09-15 03:21:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062143 [API:8081]10.0.0.27 - - [2025-09-15 03:22:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064293 [API:8081]10.0.0.27 - - [2025-09-15 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174087 [API:8081]10.0.0.38 - - [2025-09-15 03:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.309563 [API:8081]10.0.0.27 - - [2025-09-15 03:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.322222 [API:8081]10.0.0.249 - - [2025-09-15 03:22:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.193011 [API:8081]10.0.0.249 - - [2025-09-15 03:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.199334 [API:8081]10.0.0.38 - - [2025-09-15 03:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.193024 [API:8081]10.0.0.249 - - [2025-09-15 03:23:00] "GET /analytics/uves/virtual-machine/c0fea1ae-6b7f-47c3-88b6-f8d63610475e?flat HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-09-15 03:23:01] "GET /analytics/uves/virtual-machine/c0fea1ae-6b7f-47c3-88b6-f8d63610475e?flat HTTP/1.1" 200 1275 0.063957 [API:8081]10.0.0.249 - - [2025-09-15 03:23:01] "GET /analytics/uves/virtual-machine/c0fea1ae-6b7f-47c3-88b6-f8d63610475e?flat HTTP/1.1" 200 1275 0.048203 [API:8081]10.0.0.249 - - [2025-09-15 03:23:02] "GET /analytics/uves/virtual-machine/c0fea1ae-6b7f-47c3-88b6-f8d63610475e?flat HTTP/1.1" 200 1275 0.050478 [API:8081]10.0.0.249 - - [2025-09-15 03:23:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008648 [API:8081]10.0.0.249 - - [2025-09-15 03:23:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008785 [API:8081]10.0.0.249 - - [2025-09-15 03:23:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009632 [API:8081]10.0.0.27 - - [2025-09-15 03:24:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064714 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:24:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002532 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:24:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002304 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:24:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002342 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:24:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002161 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:24:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001948 [API:8081]10.0.0.27 - - [2025-09-15 03:25:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060170 [API:8081]10.0.0.249 - - [2025-09-15 03:25:44] "GET /analytics HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.249 - - [2025-09-15 03:25:44] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.38 - - [2025-09-15 03:26:14] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.38 - - [2025-09-15 03:26:14] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.27 - - [2025-09-15 03:26:14] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.27 - - [2025-09-15 03:26:14] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.249 - - [2025-09-15 03:26:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.249 - - [2025-09-15 03:26:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.053122 [API:8081]10.0.0.27 - - [2025-09-15 03:27:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054184 [API:8081]10.0.0.27 - - [2025-09-15 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158089 [API:8081]10.0.0.38 - - [2025-09-15 03:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.118076 [API:8081]10.0.0.27 - - [2025-09-15 03:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.223084 [API:8081]10.0.0.249 - - [2025-09-15 03:27:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.114659 [API:8081]10.0.0.249 - - [2025-09-15 03:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161391 [API:8081]10.0.0.38 - - [2025-09-15 03:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.091247 [API:8081]10.0.0.27 - - [2025-09-15 03:28:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.072715 [API:8081]10.0.0.249 - - [2025-09-15 03:29:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000533 [API:8081]10.0.0.249 - - [2025-09-15 03:29:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.049235 [API:8081]10.0.0.27 - - [2025-09-15 03:30:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062068 [API:8081]10.0.0.27 - - [2025-09-15 03:31:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.131999 [API:8081]10.0.0.249 - - [2025-09-15 03:31:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000426 [API:8081]10.0.0.249 - - [2025-09-15 03:31:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.069504 [API:8081]10.0.0.27 - - [2025-09-15 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.253978 [API:8081]10.0.0.38 - - [2025-09-15 03:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.374726 [API:8081]10.0.0.27 - - [2025-09-15 03:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.386532 [API:8081]10.0.0.249 - - [2025-09-15 03:32:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173079 [API:8081]10.0.0.249 - - [2025-09-15 03:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.177566 [API:8081]10.0.0.38 - - [2025-09-15 03:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.234116 [API:8081]10.0.0.249 - - [2025-09-15 03:33:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2025-09-15 03:33:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.061158 [API:8081]10.0.0.27 - - [2025-09-15 03:33:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059432 [API:8081]10.0.0.249 - - [2025-09-15 03:33:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.093005 [API:8081]10.0.0.249 - - [2025-09-15 03:33:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010125 [API:8081]10.0.0.249 - - [2025-09-15 03:34:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.056918 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:34:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002569 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:34:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003022 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:34:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004133 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:34:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002479 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:34:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002496 [API:8081]10.0.0.249 - - [2025-09-15 03:34:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009897 [API:8081]10.0.0.249 - - [2025-09-15 03:34:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.011392 [API:8081]10.0.0.249 - - [2025-09-15 03:34:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008398 [API:8081]10.0.0.249 - - [2025-09-15 03:34:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009879 [API:8081]10.0.0.249 - - [2025-09-15 03:34:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009489 [API:8081]10.0.0.27 - - [2025-09-15 03:34:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055078 [API:8081]10.0.0.249 - - [2025-09-15 03:35:44] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.249 - - [2025-09-15 03:35:44] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.38 - - [2025-09-15 03:36:14] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.38 - - [2025-09-15 03:36:14] "GET /analytics HTTP/1.1" 401 206 0.000188 [API:8081]10.0.0.27 - - [2025-09-15 03:36:14] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2025-09-15 03:36:14] "GET /analytics HTTP/1.1" 401 206 0.000121 [API:8081]10.0.0.27 - - [2025-09-15 03:36:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064313 [API:8081]10.0.0.27 - - [2025-09-15 03:37:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061582 [API:8081]10.0.0.27 - - [2025-09-15 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121840 [API:8081]10.0.0.38 - - [2025-09-15 03:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.241860 [API:8081]10.0.0.27 - - [2025-09-15 03:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.271612 [API:8081]10.0.0.249 - - [2025-09-15 03:37:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129979 [API:8081]10.0.0.249 - - [2025-09-15 03:37:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128048 [API:8081]10.0.0.38 - - [2025-09-15 03:37:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.071520 [API:8081]10.0.0.27 - - [2025-09-15 03:39:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060621 [API:8081]10.0.0.27 - - [2025-09-15 03:40:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.059237 [API:8081]10.0.0.27 - - [2025-09-15 03:42:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059837 [API:8081]10.0.0.27 - - [2025-09-15 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170926 [API:8081]10.0.0.38 - - [2025-09-15 03:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.296422 [API:8081]10.0.0.27 - - [2025-09-15 03:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.321332 [API:8081]10.0.0.249 - - [2025-09-15 03:42:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160935 [API:8081]10.0.0.249 - - [2025-09-15 03:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159580 [API:8081]10.0.0.38 - - [2025-09-15 03:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.213901 [API:8081]10.0.0.27 - - [2025-09-15 03:43:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.073130 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:44:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002779 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:44:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002863 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:44:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002334 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:44:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002296 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:44:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002436 [API:8081]10.0.0.249 - - [2025-09-15 03:45:44] "GET /analytics HTTP/1.1" 401 206 0.000448 [API:8081]10.0.0.249 - - [2025-09-15 03:45:44] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.27 - - [2025-09-15 03:45:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054133 [API:8081]10.0.0.38 - - [2025-09-15 03:46:14] "GET /analytics HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.38 - - [2025-09-15 03:46:14] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.27 - - [2025-09-15 03:46:14] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.27 - - [2025-09-15 03:46:14] "GET /analytics HTTP/1.1" 401 206 0.000126 [API:8081]10.0.0.27 - - [2025-09-15 03:46:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.057117 [API:8081]10.0.0.27 - - [2025-09-15 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135859 [API:8081]10.0.0.38 - - [2025-09-15 03:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.334294 [API:8081]10.0.0.27 - - [2025-09-15 03:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.309600 [API:8081]10.0.0.249 - - [2025-09-15 03:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.392776 [API:8081]10.0.0.249 - - [2025-09-15 03:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161336 [API:8081]10.0.0.38 - - [2025-09-15 03:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.020059 [API:8081]10.0.0.27 - - [2025-09-15 03:48:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068365 [API:8081]10.0.0.27 - - [2025-09-15 03:49:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.062441 [API:8081]10.0.0.249 - - [2025-09-15 03:50:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.249 - - [2025-09-15 03:50:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1332 0.065653 [API:8081]10.0.0.249 - - [2025-09-15 03:50:56] "GET /analytics/uves/virtual-machine/a3f3fb8b-0375-4ab3-bec1-dcc974fe4207?flat HTTP/1.1" 200 1713 0.059558 [API:8081]10.0.0.249 - - [2025-09-15 03:50:56] "GET /analytics/uves/virtual-machine/a3f3fb8b-0375-4ab3-bec1-dcc974fe4207?flat HTTP/1.1" 200 1713 0.056906 [API:8081]10.0.0.249 - - [2025-09-15 03:50:56] "GET /analytics/uves/virtual-machine/a3f3fb8b-0375-4ab3-bec1-dcc974fe4207?flat HTTP/1.1" 200 1713 0.010918 [API:8081]10.0.0.249 - - [2025-09-15 03:50:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008288 [API:8081]10.0.0.249 - - [2025-09-15 03:51:02] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1712 0.010667 [API:8081]10.0.0.249 - - [2025-09-15 03:51:02] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1712 0.010416 [API:8081]10.0.0.249 - - [2025-09-15 03:51:03] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1712 0.009884 [API:8081]10.0.0.249 - - [2025-09-15 03:51:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13068 0.018386 [API:8081]10.0.0.249 - - [2025-09-15 03:51:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13068 0.018300 [API:8081]10.0.0.249 - - [2025-09-15 03:51:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009917 [API:8081]10.0.0.27 - - [2025-09-15 03:51:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054247 [API:8081]10.0.0.27 - - [2025-09-15 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203109 [API:8081]10.0.0.38 - - [2025-09-15 03:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.312118 [API:8081]10.0.0.27 - - [2025-09-15 03:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.299221 [API:8081]10.0.0.249 - - [2025-09-15 03:52:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137281 [API:8081]10.0.0.249 - - [2025-09-15 03:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150588 [API:8081]10.0.0.38 - - [2025-09-15 03:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153034 [API:8081]10.0.0.27 - - [2025-09-15 03:52:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1750 0.058222 [API:8081]10.0.0.249 - - [2025-09-15 03:53:15] "GET /analytics/uves/virtual-machine/a3f3fb8b-0375-4ab3-bec1-dcc974fe4207?flat HTTP/1.1" 200 1474 0.010530 [API:8081]10.0.0.249 - - [2025-09-15 03:53:17] "GET /analytics/uves/virtual-machine/a3f3fb8b-0375-4ab3-bec1-dcc974fe4207?flat HTTP/1.1" 200 1474 0.011598 [API:8081]10.0.0.249 - - [2025-09-15 03:53:19] "GET /analytics/uves/virtual-machine/a3f3fb8b-0375-4ab3-bec1-dcc974fe4207?flat HTTP/1.1" 200 1857 0.013619 [API:8081]10.0.0.249 - - [2025-09-15 03:53:19] "GET /analytics/uves/virtual-machine/a3f3fb8b-0375-4ab3-bec1-dcc974fe4207?flat HTTP/1.1" 200 1906 0.010080 [API:8081]10.0.0.249 - - [2025-09-15 03:53:19] "GET /analytics/uves/virtual-machine/a3f3fb8b-0375-4ab3-bec1-dcc974fe4207?flat HTTP/1.1" 200 1906 0.012811 [API:8081]10.0.0.249 - - [2025-09-15 03:53:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008754 [API:8081]10.0.0.249 - - [2025-09-15 03:53:22] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1473 0.013017 [API:8081]10.0.0.249 - - [2025-09-15 03:53:24] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1473 0.009875 [API:8081]10.0.0.249 - - [2025-09-15 03:53:26] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1473 0.010451 [API:8081]10.0.0.249 - - [2025-09-15 03:53:28] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1900 0.010441 [API:8081]10.0.0.249 - - [2025-09-15 03:53:29] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1900 0.010117 [API:8081]10.0.0.249 - - [2025-09-15 03:53:29] "GET /analytics/uves/virtual-machine/a4e0ea08-b3ac-45f3-802e-077de8388cd0?flat HTTP/1.1" 200 1900 0.010421 [API:8081]10.0.0.249 - - [2025-09-15 03:53:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 11992 0.017015 [API:8081]10.0.0.249 - - [2025-09-15 03:53:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 11992 0.017388 [API:8081]10.0.0.249 - - [2025-09-15 03:53:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008655 [API:8081]10.0.0.249 - - [2025-09-15 03:54:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12282 0.016654 [API:8081]10.0.0.249 - - [2025-09-15 03:54:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008206 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:54:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002833 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:54:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002558 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:54:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003228 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:54:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 03:54:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002524 [API:8081]10.0.0.249 - - [2025-09-15 03:54:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008213 [API:8081]10.0.0.27 - - [2025-09-15 03:54:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.423516 [API:8081]10.0.0.249 - - [2025-09-15 03:55:44] "GET /analytics HTTP/1.1" 401 206 0.000207 [API:8081]10.0.0.249 - - [2025-09-15 03:55:44] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.27 - - [2025-09-15 03:55:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.114342 [API:8081]10.0.0.38 - - [2025-09-15 03:56:14] "GET /analytics HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.38 - - [2025-09-15 03:56:14] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.27 - - [2025-09-15 03:56:14] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.27 - - [2025-09-15 03:56:14] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.249 - - [2025-09-15 03:57:08] "GET /analytics/uves/virtual-machine/1df54405-7669-4d23-8d9f-4719c309844e?flat HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.249 - - [2025-09-15 03:57:09] "GET /analytics/uves/virtual-machine/1df54405-7669-4d23-8d9f-4719c309844e?flat HTTP/1.1" 200 1271 0.109729 [API:8081]10.0.0.249 - - [2025-09-15 03:57:10] "GET /analytics/uves/virtual-machine/1df54405-7669-4d23-8d9f-4719c309844e?flat HTTP/1.1" 200 1271 0.087824 [API:8081]10.0.0.249 - - [2025-09-15 03:57:10] "GET /analytics/uves/virtual-machine/1df54405-7669-4d23-8d9f-4719c309844e?flat HTTP/1.1" 200 1271 0.056177 [API:8081]10.0.0.249 - - [2025-09-15 03:57:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-09-15 03:57:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12885 0.059188 [API:8081]10.0.0.249 - - [2025-09-15 03:57:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12885 0.059280 [API:8081]10.0.0.249 - - [2025-09-15 03:57:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.067344 [API:8081]10.0.0.249 - - [2025-09-15 03:57:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12885 0.016209 [API:8081]10.0.0.249 - - [2025-09-15 03:57:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12885 0.062936 [API:8081]10.0.0.249 - - [2025-09-15 03:57:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12885 0.019627 [API:8081]10.0.0.249 - - [2025-09-15 03:57:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12885 0.017158 [API:8081]10.0.0.249 - - [2025-09-15 03:57:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12473 0.018451 [API:8081]10.0.0.249 - - [2025-09-15 03:57:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008245 [API:8081]10.0.0.27 - - [2025-09-15 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.242161 [API:8081]10.0.0.38 - - [2025-09-15 03:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.278651 [API:8081]10.0.0.27 - - [2025-09-15 03:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.275177 [API:8081]10.0.0.249 - - [2025-09-15 03:57:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166899 [API:8081]10.0.0.249 - - [2025-09-15 03:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.177552 [API:8081]10.0.0.38 - - [2025-09-15 03:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.011133 [API:8081]10.0.0.249 - - [2025-09-15 03:57:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.249 - - [2025-09-15 03:57:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.047048 [API:8081]10.0.0.27 - - [2025-09-15 03:58:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.119904 [API:8081]10.0.0.249 - - [2025-09-15 03:58:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.055704 [API:8081]10.0.0.249 - - [2025-09-15 03:58:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.008055 [API:8081]10.0.0.249 - - [2025-09-15 03:58:26] "GET /analytics/uves/virtual-machine/780fd174-63d8-4634-b302-a6e424d6cbc4?flat HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2025-09-15 03:58:26] "GET /analytics/uves/virtual-machine/780fd174-63d8-4634-b302-a6e424d6cbc4?flat HTTP/1.1" 200 965 0.085439 [API:8081]10.0.0.249 - - [2025-09-15 03:58:29] "GET /analytics/uves/virtual-machine/780fd174-63d8-4634-b302-a6e424d6cbc4?flat HTTP/1.1" 200 1412 0.067072 [API:8081]10.0.0.249 - - [2025-09-15 03:58:29] "GET /analytics/uves/virtual-machine/780fd174-63d8-4634-b302-a6e424d6cbc4?flat HTTP/1.1" 200 1412 0.037865 [API:8081]10.0.0.249 - - [2025-09-15 03:58:29] "GET /analytics/uves/virtual-machine/780fd174-63d8-4634-b302-a6e424d6cbc4?flat HTTP/1.1" 200 1412 0.040183 [API:8081]10.0.0.249 - - [2025-09-15 03:58:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.016508 [API:8081]10.0.0.249 - - [2025-09-15 03:58:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.057020 [API:8081]10.0.0.249 - - [2025-09-15 03:58:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.044908 [API:8081]10.0.0.249 - - [2025-09-15 03:58:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.019124 [API:8081]10.0.0.249 - - [2025-09-15 03:58:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.018268 [API:8081]10.0.0.249 - - [2025-09-15 03:58:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.018102 [API:8081]10.0.0.249 - - [2025-09-15 03:58:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.111655 [API:8081]10.0.0.249 - - [2025-09-15 03:58:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.018798 [API:8081]10.0.0.249 - - [2025-09-15 03:58:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.018281 [API:8081]10.0.0.249 - - [2025-09-15 03:58:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 13019 0.020648 [API:8081]10.0.0.249 - - [2025-09-15 03:58:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12570 0.019355 [API:8081]10.0.0.249 - - [2025-09-15 03:58:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007585 [API:8081]10.0.0.27 - - [2025-09-15 03:59:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.152735 [Introspect:8090]10.0.0.249 - - [2025-09-15 03:59:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001321 [API:8081]10.0.0.249 - - [2025-09-15 03:59:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2025-09-15 03:59:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.050998 [API:8081]10.0.0.27 - - [2025-09-15 04:01:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065168 [API:8081]10.0.0.27 - - [2025-09-15 04:02:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.062461 [API:8081]10.0.0.249 - - [2025-09-15 04:02:09] "GET /analytics/uves/virtual-machine/9a097769-a6c1-4910-b778-345c2a1edcc3?flat HTTP/1.1" 200 2065 0.012439 [API:8081]10.0.0.249 - - [2025-09-15 04:02:10] "GET /analytics/uves/virtual-machine/9a097769-a6c1-4910-b778-345c2a1edcc3?flat HTTP/1.1" 200 2065 0.068172 [API:8081]10.0.0.249 - - [2025-09-15 04:02:10] "GET /analytics/uves/virtual-machine/9a097769-a6c1-4910-b778-345c2a1edcc3?flat HTTP/1.1" 200 2065 0.054416 [API:8081]10.0.0.249 - - [2025-09-15 04:02:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011011 [API:8081]10.0.0.249 - - [2025-09-15 04:02:12] "GET /analytics/uves/virtual-machine/4e88012c-7e85-4cd7-85ed-97ba4e8b1f72?flat HTTP/1.1" 200 2049 0.010537 [API:8081]10.0.0.249 - - [2025-09-15 04:02:12] "GET /analytics/uves/virtual-machine/4e88012c-7e85-4cd7-85ed-97ba4e8b1f72?flat HTTP/1.1" 200 2049 0.011908 [API:8081]10.0.0.249 - - [2025-09-15 04:02:12] "GET /analytics/uves/virtual-machine/4e88012c-7e85-4cd7-85ed-97ba4e8b1f72?flat HTTP/1.1" 200 2049 0.012632 [API:8081]10.0.0.249 - - [2025-09-15 04:02:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12991 0.017920 [API:8081]10.0.0.249 - - [2025-09-15 04:02:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12991 0.017561 [API:8081]10.0.0.249 - - [2025-09-15 04:02:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009558 [API:8081]10.0.0.249 - - [2025-09-15 04:02:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12991 0.019095 [API:8081]10.0.0.249 - - [2025-09-15 04:02:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12991 0.018279 [API:8081]10.0.0.249 - - [2025-09-15 04:02:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12991 0.019696 [API:8081]10.0.0.249 - - [2025-09-15 04:02:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-2?flat HTTP/1.1" 200 12603 0.017011 [API:8081]10.0.0.249 - - [2025-09-15 04:02:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008572 [API:8081]10.0.0.27 - - [2025-09-15 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.202784 [API:8081]10.0.0.38 - - [2025-09-15 04:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.268028 [API:8081]10.0.0.27 - - [2025-09-15 04:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.308069 [API:8081]10.0.0.249 - - [2025-09-15 04:02:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206644 [API:8081]10.0.0.249 - - [2025-09-15 04:02:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.243291 [API:8081]10.0.0.249 - - [2025-09-15 04:02:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008785 [API:8081]10.0.0.38 - - [2025-09-15 04:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147371 [API:8081]10.0.0.249 - - [2025-09-15 04:02:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.007896 [API:8081]10.0.0.249 - - [2025-09-15 04:02:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.008882 [API:8081]10.0.0.27 - - [2025-09-15 04:04:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060252 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:04:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003477 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:04:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002811 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:04:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002478 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:04:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002343 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:04:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002034 [API:8081]10.0.0.27 - - [2025-09-15 04:05:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.065697 [API:8081]10.0.0.249 - - [2025-09-15 04:05:44] "GET /analytics HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-09-15 04:05:44] "GET /analytics HTTP/1.1" 401 206 0.000122 [API:8081]10.0.0.38 - - [2025-09-15 04:06:14] "GET /analytics HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.38 - - [2025-09-15 04:06:14] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.27 - - [2025-09-15 04:06:14] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.27 - - [2025-09-15 04:06:14] "GET /analytics HTTP/1.1" 401 206 0.000134 [Introspect:8090]10.0.0.249 - - [2025-09-15 04:06:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001284 [API:8081]10.0.0.249 - - [2025-09-15 04:06:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.050187 [API:8081]10.0.0.249 - - [2025-09-15 04:07:01] "GET /analytics/uves/virtual-machine/63f480f4-3651-49bd-9b86-2ba1691ba016?flat HTTP/1.1" 200 1716 0.072914 [API:8081]10.0.0.249 - - [2025-09-15 04:07:01] "GET /analytics/uves/virtual-machine/63f480f4-3651-49bd-9b86-2ba1691ba016?flat HTTP/1.1" 200 1716 0.059783 [API:8081]10.0.0.249 - - [2025-09-15 04:07:01] "GET /analytics/uves/virtual-machine/63f480f4-3651-49bd-9b86-2ba1691ba016?flat HTTP/1.1" 200 1716 0.014311 [API:8081]10.0.0.249 - - [2025-09-15 04:07:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12466 0.018388 [API:8081]10.0.0.249 - - [2025-09-15 04:07:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12466 0.018251 [API:8081]10.0.0.249 - - [2025-09-15 04:07:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009271 [API:8081]10.0.0.27 - - [2025-09-15 04:07:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087598 [API:8081]10.0.0.249 - - [2025-09-15 04:07:48] "GET /analytics/uves/virtual-machine/0d3bdb1c-da48-47d4-ac20-5aa07783bbbf?flat HTTP/1.1" 200 1715 0.010239 [API:8081]10.0.0.249 - - [2025-09-15 04:07:48] "GET /analytics/uves/virtual-machine/0d3bdb1c-da48-47d4-ac20-5aa07783bbbf?flat HTTP/1.1" 200 1715 0.010380 [API:8081]10.0.0.249 - - [2025-09-15 04:07:48] "GET /analytics/uves/virtual-machine/0d3bdb1c-da48-47d4-ac20-5aa07783bbbf?flat HTTP/1.1" 200 1715 0.011477 [API:8081]10.0.0.249 - - [2025-09-15 04:07:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008908 [API:8081]10.0.0.27 - - [2025-09-15 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.208087 [API:8081]10.0.0.38 - - [2025-09-15 04:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.265516 [API:8081]10.0.0.27 - - [2025-09-15 04:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.262345 [API:8081]10.0.0.249 - - [2025-09-15 04:07:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159047 [API:8081]10.0.0.249 - - [2025-09-15 04:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.199807 [API:8081]10.0.0.38 - - [2025-09-15 04:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146621 [API:8081]10.0.0.27 - - [2025-09-15 04:08:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.071971 [API:8081]10.0.0.249 - - [2025-09-15 04:09:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008426 [API:8081]10.0.0.249 - - [2025-09-15 04:09:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12990 0.017073 [API:8081]10.0.0.249 - - [2025-09-15 04:09:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12990 0.017271 [API:8081]10.0.0.249 - - [2025-09-15 04:09:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12990 0.019799 [API:8081]10.0.0.249 - - [2025-09-15 04:09:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12990 0.022377 [API:8081]10.0.0.249 - - [2025-09-15 04:09:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12990 0.020438 [API:8081]10.0.0.249 - - [2025-09-15 04:09:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12990 0.019444 [API:8081]10.0.0.249 - - [2025-09-15 04:09:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12867 0.018088 [API:8081]10.0.0.249 - - [2025-09-15 04:09:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009264 [API:8081]10.0.0.27 - - [2025-09-15 04:10:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085438 [API:8081]10.0.0.249 - - [2025-09-15 04:10:34] "GET /analytics/uves/virtual-machine/e43e76c3-b699-4f4e-822a-69a6eaa50ced?flat HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.249 - - [2025-09-15 04:10:34] "GET /analytics/uves/virtual-machine/e43e76c3-b699-4f4e-822a-69a6eaa50ced?flat HTTP/1.1" 200 1262 0.093431 [API:8081]10.0.0.249 - - [2025-09-15 04:10:35] "GET /analytics/uves/virtual-machine/e43e76c3-b699-4f4e-822a-69a6eaa50ced?flat HTTP/1.1" 200 1262 0.054067 [API:8081]10.0.0.249 - - [2025-09-15 04:10:35] "GET /analytics/uves/virtual-machine/e43e76c3-b699-4f4e-822a-69a6eaa50ced?flat HTTP/1.1" 200 1262 0.060303 [API:8081]10.0.0.249 - - [2025-09-15 04:10:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12967 0.016188 [API:8081]10.0.0.249 - - [2025-09-15 04:10:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12967 0.018422 [API:8081]10.0.0.249 - - [2025-09-15 04:10:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009052 [API:8081]10.0.0.249 - - [2025-09-15 04:10:37] "GET /analytics/uves/virtual-machine/8562e9a3-bc08-4e40-b187-60f9e96ed77e?flat HTTP/1.1" 200 1394 0.010037 [API:8081]10.0.0.249 - - [2025-09-15 04:10:37] "GET /analytics/uves/virtual-machine/8562e9a3-bc08-4e40-b187-60f9e96ed77e?flat HTTP/1.1" 200 1394 0.010862 [API:8081]10.0.0.249 - - [2025-09-15 04:10:37] "GET /analytics/uves/virtual-machine/8562e9a3-bc08-4e40-b187-60f9e96ed77e?flat HTTP/1.1" 200 1394 0.011969 [API:8081]10.0.0.249 - - [2025-09-15 04:10:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008305 [API:8081]10.0.0.249 - - [2025-09-15 04:11:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008338 [API:8081]10.0.0.249 - - [2025-09-15 04:11:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12986 0.017154 [API:8081]10.0.0.27 - - [2025-09-15 04:11:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.063318 [API:8081]10.0.0.249 - - [2025-09-15 04:11:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12986 0.017362 [API:8081]10.0.0.249 - - [2025-09-15 04:11:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12986 0.017528 [API:8081]10.0.0.249 - - [2025-09-15 04:11:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12986 0.016955 [API:8081]10.0.0.249 - - [2025-09-15 04:11:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12986 0.018828 [API:8081]10.0.0.249 - - [2025-09-15 04:11:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12986 0.017868 [API:8081]10.0.0.249 - - [2025-09-15 04:11:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4110-1?flat HTTP/1.1" 200 12595 0.018825 [API:8081]10.0.0.249 - - [2025-09-15 04:11:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008635 [API:8081]10.0.0.249 - - [2025-09-15 04:11:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.249 - - [2025-09-15 04:11:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.056069 [API:8081]10.0.0.249 - - [2025-09-15 04:11:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.055207 [API:8081]10.0.0.27 - - [2025-09-15 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146021 [API:8081]10.0.0.38 - - [2025-09-15 04:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.290470 [API:8081]10.0.0.27 - - [2025-09-15 04:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.333066 [API:8081]10.0.0.249 - - [2025-09-15 04:12:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173878 [API:8081]10.0.0.249 - - [2025-09-15 04:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176363 [API:8081]10.0.0.38 - - [2025-09-15 04:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.012677 [API:8081]10.0.0.27 - - [2025-09-15 04:13:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071574 [API:8081]10.0.0.27 - - [2025-09-15 04:14:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.059008 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:14:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003085 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:14:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002989 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:14:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002779 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:14:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4110-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002413 [LOCAL API:8181]127.0.0.1 - - [2025-09-15 04:14:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002215 [API:8081]10.0.0.249 - - [2025-09-15 04:15:44] "GET /analytics HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.249 - - [2025-09-15 04:15:44] "GET /analytics HTTP/1.1" 401 206 0.000200 [API:8081]10.0.0.38 - - [2025-09-15 04:16:14] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.38 - - [2025-09-15 04:16:14] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.27 - - [2025-09-15 04:16:14] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.27 - - [2025-09-15 04:16:14] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.27 - - [2025-09-15 04:16:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061376 [API:8081]10.0.0.27 - - [2025-09-15 04:17:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.092050 [API:8081]10.0.0.249 - - [2025-09-15 04:17:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.249 - - [2025-09-15 04:17:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.058775 [API:8081]10.0.0.27 - - [2025-09-15 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129575 [API:8081]10.0.0.38 - - [2025-09-15 04:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.281335 [API:8081]10.0.0.27 - - [2025-09-15 04:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.276546 [API:8081]10.0.0.249 - - [2025-09-15 04:17:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144010 [API:8081]10.0.0.249 - - [2025-09-15 04:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161808 [API:8081]10.0.0.38 - - [2025-09-15 04:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.141064 [API:8081]10.0.0.27 - - [2025-09-15 04:19:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060784 [API:8081]10.0.0.27 - - [2025-09-15 04:20:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.059029 [API:8081]10.0.0.27 - - [2025-09-15 04:22:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063817 [API:8081]10.0.0.27 - - [2025-09-15 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148865 [API:8081]10.0.0.38 - - [2025-09-15 04:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.282552 [API:8081]10.0.0.27 - - [2025-09-15 04:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.290121 [API:8081]10.0.0.249 - - [2025-09-15 04:22:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206548 [API:8081]10.0.0.249 - - [2025-09-15 04:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161161 [API:8081]10.0.0.38 - - [2025-09-15 04:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015118 [Introspect:8090]10.0.0.38 - - [2025-09-15 04:22:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001018