++ 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 Oct 20 02:08:22 AM UTC 2025 ===================' INFO: =================== Mon Oct 20 02:08:22 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:8081 10.0.0.254:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.254:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.254:8081 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:8086 10.0.0.254:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.254:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.254:8086 10.0.0.27: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.22,10.0.0.254,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:8082 10.0.0.254:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.254:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.254:8082 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:9161 10.0.0.254:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.254:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.254:9161 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.254:9041 10.0.0.27: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.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254: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, +++ '[' -n 10.0.0.22:2181,10.0.0.254:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.254:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.254:2181,10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254: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, +++ '[' -n 10.0.0.22:5673,10.0.0.254:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.254:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.254:5673,10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:6379 10.0.0.254:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.254:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.254:6379 10.0.0.27: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.22,10.0.0.254,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254: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 ' +++ '[' -n '10.0.0.22:9092 10.0.0.254:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.254:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.254:9092 10.0.0.27: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.22 ++ 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.22,10.0.0.254,10.0.0.27 ++ 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.22,10.0.0.254,10.0.0.27 ++ 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.22,10.0.0.254,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.22 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.22,10.0.0.254,10.0.0.27 +++ local servers=10.0.0.22,10.0.0.254,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ uniq ++++ sort ++++ grep -vi host ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.27,10.20.0.193,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ (( 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.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + 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 ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 10/20/2025 02:08:30.281 7f461e6a4940 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/20/2025 02:08:30.427 7f461e6a4940 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/20/2025 02:08:30.437 7f461e6a4940 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/20/2025 02:08:30.437 7f461e6a4940 [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.27: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.254 - - [2025-10-20 02:08:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.370825 [API:8081]10.0.0.27 - - [2025-10-20 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-10-20 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.22 - - [2025-10-20 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.22 - - [2025-10-20 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.254 - - [2025-10-20 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.254 - - [2025-10-20 02:09:04] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.27 - - [2025-10-20 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.27 - - [2025-10-20 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.22 - - [2025-10-20 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2025-10-20 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.254 - - [2025-10-20 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.254 - - [2025-10-20 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.254 - - [2025-10-20 02:09:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.377589 [API:8081]10.0.0.27 - - [2025-10-20 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.27 - - [2025-10-20 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.22 - - [2025-10-20 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000161 [Introspect:8090]10.0.0.27 - - [2025-10-20 02:11:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001061 [Introspect:8090]10.0.0.27 - - [2025-10-20 02:11:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.000932 [API:8081]10.0.0.254 - - [2025-10-20 02:11:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.365961 [API:8081]10.0.0.27 - - [2025-10-20 02:11:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2025-10-20 02:11:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.254 - - [2025-10-20 02:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.22 - - [2025-10-20 02:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.254 - - [2025-10-20 02:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-10-20 02:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.27 - - [2025-10-20 02:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2025-10-20 02:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000533 [API:8081]10.0.0.254 - - [2025-10-20 02:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.254 - - [2025-10-20 02:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.22 - - [2025-10-20 02:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-10-20 02:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [Introspect:8090]10.0.0.22 - - [2025-10-20 02:12:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001003 [API:8081]10.0.0.22 - - [2025-10-20 02:12:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?flat HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-10-20 02:12:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?flat HTTP/1.1" 200 4778 0.059740 [API:8081]10.0.0.22 - - [2025-10-20 02:12:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?flat HTTP/1.1" 200 4780 0.060686 [API:8081]10.0.0.22 - - [2025-10-20 02:12:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?flat HTTP/1.1" 200 4780 0.059631 [Introspect:8090]10.0.0.22 - - [2025-10-20 02:12:36] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000515 [API:8081]10.0.0.22 - - [2025-10-20 02:12:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12084 0.017811 [API:8081]10.0.0.22 - - [2025-10-20 02:12:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12084 0.016307 [API:8081]10.0.0.22 - - [2025-10-20 02:12:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 8138 0.014733 [API:8081]10.0.0.22 - - [2025-10-20 02:12:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4370-2?flat HTTP/1.1" 200 8138 0.013596 [API:8081]10.0.0.22 - - [2025-10-20 02:12:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4370-3?flat HTTP/1.1" 200 8138 0.013563 [API:8081]10.0.0.22 - - [2025-10-20 02:12:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 8138 0.013784 [API:8081]10.0.0.22 - - [2025-10-20 02:12:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4370-2?flat HTTP/1.1" 200 8138 0.013244 [API:8081]10.0.0.22 - - [2025-10-20 02:12:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4370-3?flat HTTP/1.1" 200 8138 0.013113 [API:8081]10.0.0.254 - - [2025-10-20 02:12:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.054650 [API:8081]10.0.0.22 - - [2025-10-20 02:12:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2025-10-20 02:12:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.047256 [API:8081]10.0.0.254 - - [2025-10-20 02:14:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071389 [API:8081]10.0.0.254 - - [2025-10-20 02:15:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065903 [API:8081]10.0.0.22 - - [2025-10-20 02:16:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-10-20 02:16:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.050964 [API:8081]10.0.0.22 - - [2025-10-20 02:16:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.057072 [API:8081]10.0.0.27 - - [2025-10-20 02:16:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2025-10-20 02:16:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.254 - - [2025-10-20 02:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2025-10-20 02:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.254 - - [2025-10-20 02:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 02:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2025-10-20 02:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-10-20 02:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.254 - - [2025-10-20 02:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.254 - - [2025-10-20 02:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-20 02:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-10-20 02:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.254 - - [2025-10-20 02:17:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054016 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:18:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003692 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003317 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002873 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002649 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:18:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002518 [API:8081]10.0.0.254 - - [2025-10-20 02:18:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.053712 [API:8081]10.0.0.254 - - [2025-10-20 02:19:35] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.254 - - [2025-10-20 02:19:35] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.27 - - [2025-10-20 02:20:05] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-10-20 02:20:05] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.22 - - [2025-10-20 02:20:05] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2025-10-20 02:20:05] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.254 - - [2025-10-20 02:20:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071435 [API:8081]10.0.0.27 - - [2025-10-20 02:21:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2025-10-20 02:21:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.254 - - [2025-10-20 02:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-10-20 02:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.254 - - [2025-10-20 02:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.22 - - [2025-10-20 02:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2025-10-20 02:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2025-10-20 02:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.254 - - [2025-10-20 02:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.254 - - [2025-10-20 02:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2025-10-20 02:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.22 - - [2025-10-20 02:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.254 - - [2025-10-20 02:21:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.133914 [API:8081]10.0.0.22 - - [2025-10-20 02:21:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.22 - - [2025-10-20 02:21:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1578 0.047876 [API:8081]10.0.0.22 - - [2025-10-20 02:21:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1578 0.058652 [API:8081]10.0.0.22 - - [2025-10-20 02:23:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.060187 [API:8081]10.0.0.22 - - [2025-10-20 02:23:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.008961 [API:8081]10.0.0.22 - - [2025-10-20 02:23:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.008535 [API:8081]10.0.0.22 - - [2025-10-20 02:23:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.008584 [API:8081]10.0.0.254 - - [2025-10-20 02:23:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054731 [API:8081]10.0.0.254 - - [2025-10-20 02:24:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.053655 [API:8081]10.0.0.22 - - [2025-10-20 02:26:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13030 0.017474 [API:8081]10.0.0.22 - - [2025-10-20 02:26:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13030 0.017842 [API:8081]10.0.0.22 - - [2025-10-20 02:26:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13030 0.056131 [API:8081]10.0.0.22 - - [2025-10-20 02:26:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13030 0.019124 [API:8081]10.0.0.22 - - [2025-10-20 02:26:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13030 0.023985 [API:8081]10.0.0.22 - - [2025-10-20 02:26:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13030 0.020095 [API:8081]10.0.0.22 - - [2025-10-20 02:26:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13030 0.020931 [API:8081]10.0.0.22 - - [2025-10-20 02:26:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13030 0.018176 [API:8081]10.0.0.27 - - [2025-10-20 02:26:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-10-20 02:26:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.254 - - [2025-10-20 02:26:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-10-20 02:26:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.254 - - [2025-10-20 02:26:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.22 - - [2025-10-20 02:26:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.22 - - [2025-10-20 02:26:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12616 0.016610 [API:8081]10.0.0.22 - - [2025-10-20 02:26:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008102 [API:8081]10.0.0.27 - - [2025-10-20 02:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2025-10-20 02:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.254 - - [2025-10-20 02:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.254 - - [2025-10-20 02:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.22 - - [2025-10-20 02:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-10-20 02:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.254 - - [2025-10-20 02:26:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055113 [API:8081]10.0.0.22 - - [2025-10-20 02:27:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.060343 [API:8081]10.0.0.22 - - [2025-10-20 02:27:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.008218 [API:8081]10.0.0.254 - - [2025-10-20 02:27:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.056857 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:28:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002741 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:28:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002700 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:28:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002748 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:28:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002542 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:28:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002177 [API:8081]10.0.0.22 - - [2025-10-20 02:29:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.22 - - [2025-10-20 02:29:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.046640 [API:8081]10.0.0.254 - - [2025-10-20 02:29:35] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.254 - - [2025-10-20 02:29:35] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.254 - - [2025-10-20 02:29:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061033 [API:8081]10.0.0.27 - - [2025-10-20 02:30:05] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-10-20 02:30:05] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.22 - - [2025-10-20 02:30:05] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-20 02:30:05] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.22 - - [2025-10-20 02:30:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.047113 [API:8081]10.0.0.254 - - [2025-10-20 02:30:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.050281 [API:8081]10.0.0.22 - - [2025-10-20 02:30:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.22 - - [2025-10-20 02:30:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.046129 [API:8081]10.0.0.22 - - [2025-10-20 02:31:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-10-20 02:31:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.066935 [API:8081]10.0.0.22 - - [2025-10-20 02:31:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.057539 [API:8081]10.0.0.22 - - [2025-10-20 02:31:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.045983 [API:8081]10.0.0.27 - - [2025-10-20 02:31:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-10-20 02:31:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.254 - - [2025-10-20 02:31:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.22 - - [2025-10-20 02:31:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.254 - - [2025-10-20 02:31:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.22 - - [2025-10-20 02:31:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2025-10-20 02:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2025-10-20 02:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.254 - - [2025-10-20 02:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.254 - - [2025-10-20 02:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001149 [API:8081]10.0.0.22 - - [2025-10-20 02:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.22 - - [2025-10-20 02:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2025-10-20 02:31:58] "GET /analytics/uves/virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7?flat HTTP/1.1" 200 1711 0.013733 [API:8081]10.0.0.22 - - [2025-10-20 02:31:58] "GET /analytics/uves/virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7?flat HTTP/1.1" 200 1711 0.010408 [API:8081]10.0.0.22 - - [2025-10-20 02:31:58] "GET /analytics/uves/virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7?flat HTTP/1.1" 200 1711 0.010760 [API:8081]10.0.0.22 - - [2025-10-20 02:31:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009224 [API:8081]10.0.0.22 - - [2025-10-20 02:32:01] "GET /analytics/uves/virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6?flat HTTP/1.1" 200 1712 0.009449 [API:8081]10.0.0.22 - - [2025-10-20 02:32:01] "GET /analytics/uves/virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6?flat HTTP/1.1" 200 1712 0.009723 [API:8081]10.0.0.22 - - [2025-10-20 02:32:01] "GET /analytics/uves/virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6?flat HTTP/1.1" 200 1712 0.016900 [API:8081]10.0.0.22 - - [2025-10-20 02:32:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13003 0.016834 [API:8081]10.0.0.22 - - [2025-10-20 02:32:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13003 0.016387 [API:8081]10.0.0.22 - - [2025-10-20 02:32:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009644 [API:8081]10.0.0.22 - - [2025-10-20 02:32:04] "GET /analytics/uves/virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba?flat HTTP/1.1" 200 1713 0.010266 [API:8081]10.0.0.22 - - [2025-10-20 02:32:04] "GET /analytics/uves/virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba?flat HTTP/1.1" 200 1713 0.009965 [API:8081]10.0.0.22 - - [2025-10-20 02:32:04] "GET /analytics/uves/virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba?flat HTTP/1.1" 200 1713 0.010673 [API:8081]10.0.0.22 - - [2025-10-20 02:32:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008628 [API:8081]10.0.0.22 - - [2025-10-20 02:32:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008932 [API:8081]10.0.0.22 - - [2025-10-20 02:32:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.017880 [API:8081]10.0.0.22 - - [2025-10-20 02:32:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.016790 [API:8081]10.0.0.22 - - [2025-10-20 02:32:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.017789 [API:8081]10.0.0.22 - - [2025-10-20 02:32:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.017815 [API:8081]10.0.0.254 - - [2025-10-20 02:32:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051824 [API:8081]10.0.0.22 - - [2025-10-20 02:32:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.018616 [API:8081]10.0.0.22 - - [2025-10-20 02:33:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.018262 [API:8081]10.0.0.22 - - [2025-10-20 02:33:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.019583 [API:8081]10.0.0.22 - - [2025-10-20 02:33:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.017761 [API:8081]10.0.0.22 - - [2025-10-20 02:33:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13011 0.018484 [API:8081]10.0.0.22 - - [2025-10-20 02:33:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12620 0.017921 [API:8081]10.0.0.22 - - [2025-10-20 02:33:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007277 [API:8081]10.0.0.22 - - [2025-10-20 02:33:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009431 [API:8081]10.0.0.254 - - [2025-10-20 02:33:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.086530 [API:8081]10.0.0.22 - - [2025-10-20 02:33:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-10-20 02:33:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.047891 [API:8081]10.0.0.22 - - [2025-10-20 02:33:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.047948 [API:8081]10.0.0.22 - - [2025-10-20 02:34:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.053759 [API:8081]10.0.0.22 - - [2025-10-20 02:34:46] "GET /analytics/uves/virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe?flat HTTP/1.1" 200 1718 0.010911 [API:8081]10.0.0.22 - - [2025-10-20 02:34:46] "GET /analytics/uves/virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe?flat HTTP/1.1" 200 1718 0.012590 [API:8081]10.0.0.22 - - [2025-10-20 02:34:46] "GET /analytics/uves/virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe?flat HTTP/1.1" 200 1718 0.010328 [API:8081]10.0.0.22 - - [2025-10-20 02:34:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008064 [API:8081]10.0.0.22 - - [2025-10-20 02:34:50] "GET /analytics/uves/virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf?flat HTTP/1.1" 200 1719 0.011255 [API:8081]10.0.0.22 - - [2025-10-20 02:34:50] "GET /analytics/uves/virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf?flat HTTP/1.1" 200 1719 0.011025 [API:8081]10.0.0.22 - - [2025-10-20 02:34:50] "GET /analytics/uves/virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf?flat HTTP/1.1" 200 1719 0.011189 [API:8081]10.0.0.22 - - [2025-10-20 02:34:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13026 0.018032 [API:8081]10.0.0.22 - - [2025-10-20 02:34:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13026 0.015785 [API:8081]10.0.0.22 - - [2025-10-20 02:34:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008306 [API:8081]10.0.0.22 - - [2025-10-20 02:34:54] "GET /analytics/uves/virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff?flat HTTP/1.1" 200 1719 0.011007 [API:8081]10.0.0.22 - - [2025-10-20 02:34:54] "GET /analytics/uves/virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff?flat HTTP/1.1" 200 1719 0.011291 [API:8081]10.0.0.22 - - [2025-10-20 02:34:54] "GET /analytics/uves/virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff?flat HTTP/1.1" 200 1719 0.010796 [API:8081]10.0.0.22 - - [2025-10-20 02:34:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009457 [API:8081]10.0.0.22 - - [2025-10-20 02:35:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008051 [API:8081]10.0.0.22 - - [2025-10-20 02:35:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.020508 [API:8081]10.0.0.22 - - [2025-10-20 02:35:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.020349 [API:8081]10.0.0.22 - - [2025-10-20 02:35:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.018858 [API:8081]10.0.0.22 - - [2025-10-20 02:35:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.016228 [API:8081]10.0.0.254 - - [2025-10-20 02:35:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058897 [API:8081]10.0.0.22 - - [2025-10-20 02:35:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.018502 [API:8081]10.0.0.22 - - [2025-10-20 02:36:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.018901 [API:8081]10.0.0.22 - - [2025-10-20 02:36:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.017042 [API:8081]10.0.0.22 - - [2025-10-20 02:36:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.017224 [API:8081]10.0.0.22 - - [2025-10-20 02:36:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13032 0.018497 [API:8081]10.0.0.22 - - [2025-10-20 02:36:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12625 0.018022 [API:8081]10.0.0.22 - - [2025-10-20 02:36:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007877 [API:8081]10.0.0.22 - - [2025-10-20 02:36:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011212 [API:8081]10.0.0.27 - - [2025-10-20 02:36:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-10-20 02:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.254 - - [2025-10-20 02:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-10-20 02:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.254 - - [2025-10-20 02:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-10-20 02:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2025-10-20 02:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-10-20 02:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.254 - - [2025-10-20 02:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.254 - - [2025-10-20 02:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-10-20 02:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.22 - - [2025-10-20 02:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.22 - - [2025-10-20 02:36:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2025-10-20 02:36:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.056576 [API:8081]10.0.0.22 - - [2025-10-20 02:36:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.050545 [API:8081]10.0.0.254 - - [2025-10-20 02:36:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.077305 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:38:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002605 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:38:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003887 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:38:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004914 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:38:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003401 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:38:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003685 [API:8081]10.0.0.254 - - [2025-10-20 02:38:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.362519 [API:8081]10.0.0.22 - - [2025-10-20 02:39:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-10-20 02:39:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1570 0.050963 [API:8081]10.0.0.254 - - [2025-10-20 02:39:35] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.254 - - [2025-10-20 02:39:35] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.254 - - [2025-10-20 02:40:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.054682 [API:8081]10.0.0.27 - - [2025-10-20 02:40:05] "GET /analytics HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.27 - - [2025-10-20 02:40:05] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.22 - - [2025-10-20 02:40:05] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.22 - - [2025-10-20 02:40:05] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.22 - - [2025-10-20 02:41:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.051471 [API:8081]10.0.0.22 - - [2025-10-20 02:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 02:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.050405 [API:8081]10.0.0.22 - - [2025-10-20 02:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.052452 [API:8081]10.0.0.27 - - [2025-10-20 02:41:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-10-20 02:41:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.254 - - [2025-10-20 02:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-10-20 02:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.254 - - [2025-10-20 02:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-10-20 02:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-10-20 02:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2025-10-20 02:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.254 - - [2025-10-20 02:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2025-10-20 02:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.254 - - [2025-10-20 02:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-10-20 02:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.254 - - [2025-10-20 02:42:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062592 [API:8081]10.0.0.254 - - [2025-10-20 02:43:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.052211 [API:8081]10.0.0.22 - - [2025-10-20 02:44:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13035 0.015832 [API:8081]10.0.0.22 - - [2025-10-20 02:44:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13035 0.058428 [API:8081]10.0.0.22 - - [2025-10-20 02:44:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13035 0.015855 [API:8081]10.0.0.22 - - [2025-10-20 02:44:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13035 0.018986 [API:8081]10.0.0.22 - - [2025-10-20 02:44:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12617 0.016773 [API:8081]10.0.0.22 - - [2025-10-20 02:44:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007604 [API:8081]10.0.0.254 - - [2025-10-20 02:45:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049762 [API:8081]10.0.0.22 - - [2025-10-20 02:45:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010042 [API:8081]10.0.0.22 - - [2025-10-20 02:45:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-10-20 02:45:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.047757 [API:8081]10.0.0.22 - - [2025-10-20 02:45:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.051307 [API:8081]10.0.0.254 - - [2025-10-20 02:46:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.054062 [API:8081]10.0.0.27 - - [2025-10-20 02:46:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.27 - - [2025-10-20 02:46:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.22 - - [2025-10-20 02:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.254 - - [2025-10-20 02:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000539 [API:8081]10.0.0.22 - - [2025-10-20 02:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.254 - - [2025-10-20 02:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.27 - - [2025-10-20 02:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-10-20 02:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.254 - - [2025-10-20 02:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.254 - - [2025-10-20 02:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.22 - - [2025-10-20 02:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2025-10-20 02:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.254 - - [2025-10-20 02:48:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051455 [API:8081]10.0.0.22 - - [2025-10-20 02:48:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.016802 [API:8081]10.0.0.22 - - [2025-10-20 02:48:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.063965 [API:8081]10.0.0.22 - - [2025-10-20 02:48:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.017717 [API:8081]10.0.0.22 - - [2025-10-20 02:48:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.018626 [API:8081]10.0.0.22 - - [2025-10-20 02:48:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.017073 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:48:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002727 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:48:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002837 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:48:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002528 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:48:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002558 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:48:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001990 [API:8081]10.0.0.22 - - [2025-10-20 02:48:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.016858 [API:8081]10.0.0.22 - - [2025-10-20 02:48:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.018019 [API:8081]10.0.0.22 - - [2025-10-20 02:48:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.018098 [API:8081]10.0.0.22 - - [2025-10-20 02:48:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13045 0.017162 [API:8081]10.0.0.22 - - [2025-10-20 02:48:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12625 0.019355 [API:8081]10.0.0.22 - - [2025-10-20 02:48:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010371 [API:8081]10.0.0.254 - - [2025-10-20 02:49:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.050265 [API:8081]10.0.0.22 - - [2025-10-20 02:49:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008849 [API:8081]10.0.0.254 - - [2025-10-20 02:49:35] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.254 - - [2025-10-20 02:49:35] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.27 - - [2025-10-20 02:50:05] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.27 - - [2025-10-20 02:50:05] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.22 - - [2025-10-20 02:50:05] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.22 - - [2025-10-20 02:50:05] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.254 - - [2025-10-20 02:51:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068283 [API:8081]10.0.0.27 - - [2025-10-20 02:51:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.27 - - [2025-10-20 02:51:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.22 - - [2025-10-20 02:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.254 - - [2025-10-20 02:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 02:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.254 - - [2025-10-20 02:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.27 - - [2025-10-20 02:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2025-10-20 02:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.254 - - [2025-10-20 02:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.254 - - [2025-10-20 02:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.22 - - [2025-10-20 02:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-10-20 02:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.254 - - [2025-10-20 02:52:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.088182 [API:8081]10.0.0.22 - - [2025-10-20 02:52:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-20 02:52:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.046539 [API:8081]10.0.0.22 - - [2025-10-20 02:53:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.049608 [API:8081]10.0.0.254 - - [2025-10-20 02:54:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055517 [API:8081]10.0.0.254 - - [2025-10-20 02:55:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.078087 [API:8081]10.0.0.22 - - [2025-10-20 02:55:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-10-20 02:55:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.061667 [API:8081]10.0.0.22 - - [2025-10-20 02:55:57] "GET /analytics/uves/virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3?flat HTTP/1.1" 200 1781 0.061021 [API:8081]10.0.0.22 - - [2025-10-20 02:55:57] "GET /analytics/uves/virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3?flat HTTP/1.1" 200 1781 0.050561 [API:8081]10.0.0.22 - - [2025-10-20 02:55:57] "GET /analytics/uves/virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3?flat HTTP/1.1" 200 1781 0.011556 [API:8081]10.0.0.22 - - [2025-10-20 02:55:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007998 [API:8081]10.0.0.22 - - [2025-10-20 02:56:18] "GET /analytics/uves/virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57?flat HTTP/1.1" 200 2033 0.012094 [API:8081]10.0.0.22 - - [2025-10-20 02:56:18] "GET /analytics/uves/virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57?flat HTTP/1.1" 200 2033 0.010624 [API:8081]10.0.0.22 - - [2025-10-20 02:56:18] "GET /analytics/uves/virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57?flat HTTP/1.1" 200 2033 0.010332 [API:8081]10.0.0.22 - - [2025-10-20 02:56:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13241 0.016377 [API:8081]10.0.0.22 - - [2025-10-20 02:56:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13241 0.019994 [API:8081]10.0.0.22 - - [2025-10-20 02:56:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008596 [API:8081]10.0.0.27 - - [2025-10-20 02:56:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2025-10-20 02:56:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-10-20 02:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.254 - - [2025-10-20 02:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2025-10-20 02:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.254 - - [2025-10-20 02:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-10-20 02:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-10-20 02:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.254 - - [2025-10-20 02:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.254 - - [2025-10-20 02:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.22 - - [2025-10-20 02:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-10-20 02:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.254 - - [2025-10-20 02:57:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057379 [API:8081]10.0.0.22 - - [2025-10-20 02:57:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.018390 [API:8081]10.0.0.22 - - [2025-10-20 02:57:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.016354 [API:8081]10.0.0.22 - - [2025-10-20 02:57:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.018033 [API:8081]10.0.0.22 - - [2025-10-20 02:57:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.018121 [API:8081]10.0.0.22 - - [2025-10-20 02:57:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.017468 [API:8081]10.0.0.22 - - [2025-10-20 02:57:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.018984 [API:8081]10.0.0.22 - - [2025-10-20 02:57:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.016854 [API:8081]10.0.0.22 - - [2025-10-20 02:57:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.016523 [API:8081]10.0.0.22 - - [2025-10-20 02:57:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13242 0.017379 [API:8081]10.0.0.22 - - [2025-10-20 02:57:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12650 0.017086 [API:8081]10.0.0.22 - - [2025-10-20 02:57:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007660 [API:8081]10.0.0.22 - - [2025-10-20 02:58:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007776 [API:8081]10.0.0.254 - - [2025-10-20 02:58:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.092436 [API:8081]10.0.0.22 - - [2025-10-20 02:58:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-10-20 02:58:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.047150 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:58:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002429 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:58:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002511 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:58:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002780 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:58:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002261 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 02:58:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001937 [API:8081]10.0.0.22 - - [2025-10-20 02:59:03] "GET /analytics/uves/virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97?flat HTTP/1.1" 200 1790 0.055054 [API:8081]10.0.0.22 - - [2025-10-20 02:59:03] "GET /analytics/uves/virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97?flat HTTP/1.1" 200 1790 0.068728 [API:8081]10.0.0.22 - - [2025-10-20 02:59:03] "GET /analytics/uves/virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97?flat HTTP/1.1" 200 1790 0.011240 [API:8081]10.0.0.22 - - [2025-10-20 02:59:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008601 [API:8081]10.0.0.22 - - [2025-10-20 02:59:24] "GET /analytics/uves/virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14?flat HTTP/1.1" 200 1920 0.012513 [API:8081]10.0.0.22 - - [2025-10-20 02:59:24] "GET /analytics/uves/virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14?flat HTTP/1.1" 200 1920 0.010949 [API:8081]10.0.0.22 - - [2025-10-20 02:59:24] "GET /analytics/uves/virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14?flat HTTP/1.1" 200 1920 0.010708 [API:8081]10.0.0.22 - - [2025-10-20 02:59:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13267 0.017556 [API:8081]10.0.0.22 - - [2025-10-20 02:59:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13267 0.016771 [API:8081]10.0.0.22 - - [2025-10-20 02:59:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008930 [API:8081]10.0.0.254 - - [2025-10-20 02:59:35] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.254 - - [2025-10-20 02:59:35] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.27 - - [2025-10-20 03:00:05] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.27 - - [2025-10-20 03:00:05] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.22 - - [2025-10-20 03:00:05] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-10-20 03:00:05] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.254 - - [2025-10-20 03:00:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067291 [API:8081]10.0.0.254 - - [2025-10-20 03:01:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.052875 [API:8081]10.0.0.22 - - [2025-10-20 03:01:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13274 0.032816 [API:8081]10.0.0.22 - - [2025-10-20 03:01:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13274 0.017273 [API:8081]10.0.0.22 - - [2025-10-20 03:01:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13274 0.016840 [API:8081]10.0.0.22 - - [2025-10-20 03:01:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13274 0.022285 [API:8081]10.0.0.22 - - [2025-10-20 03:01:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13274 0.017731 [API:8081]10.0.0.22 - - [2025-10-20 03:01:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13274 0.016207 [API:8081]10.0.0.22 - - [2025-10-20 03:01:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13274 0.022960 [API:8081]10.0.0.22 - - [2025-10-20 03:01:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12647 0.021858 [API:8081]10.0.0.22 - - [2025-10-20 03:01:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009951 [API:8081]10.0.0.27 - - [2025-10-20 03:01:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-10-20 03:01:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.254 - - [2025-10-20 03:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.22 - - [2025-10-20 03:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.254 - - [2025-10-20 03:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.22 - - [2025-10-20 03:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.27 - - [2025-10-20 03:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-10-20 03:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.254 - - [2025-10-20 03:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.254 - - [2025-10-20 03:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.22 - - [2025-10-20 03:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.22 - - [2025-10-20 03:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.22 - - [2025-10-20 03:02:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008622 [API:8081]10.0.0.22 - - [2025-10-20 03:02:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-10-20 03:02:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.052826 [API:8081]10.0.0.22 - - [2025-10-20 03:03:08] "GET /analytics/uves/virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34?flat HTTP/1.1" 200 1772 0.056486 [API:8081]10.0.0.22 - - [2025-10-20 03:03:08] "GET /analytics/uves/virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34?flat HTTP/1.1" 200 1772 0.050103 [API:8081]10.0.0.22 - - [2025-10-20 03:03:08] "GET /analytics/uves/virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34?flat HTTP/1.1" 200 1772 0.011734 [API:8081]10.0.0.22 - - [2025-10-20 03:03:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007874 [API:8081]10.0.0.254 - - [2025-10-20 03:03:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052046 [API:8081]10.0.0.22 - - [2025-10-20 03:03:28] "GET /analytics/uves/virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860?flat HTTP/1.1" 200 1772 0.012242 [API:8081]10.0.0.22 - - [2025-10-20 03:03:28] "GET /analytics/uves/virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860?flat HTTP/1.1" 200 1772 0.009439 [API:8081]10.0.0.22 - - [2025-10-20 03:03:28] "GET /analytics/uves/virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860?flat HTTP/1.1" 200 1772 0.012821 [API:8081]10.0.0.22 - - [2025-10-20 03:03:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13223 0.018194 [API:8081]10.0.0.22 - - [2025-10-20 03:03:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13223 0.016893 [API:8081]10.0.0.22 - - [2025-10-20 03:03:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011899 [API:8081]10.0.0.254 - - [2025-10-20 03:04:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.054131 [API:8081]10.0.0.22 - - [2025-10-20 03:05:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13222 0.017436 [API:8081]10.0.0.22 - - [2025-10-20 03:05:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13222 0.021335 [API:8081]10.0.0.22 - - [2025-10-20 03:06:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13222 0.016732 [API:8081]10.0.0.22 - - [2025-10-20 03:06:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13222 0.016060 [API:8081]10.0.0.22 - - [2025-10-20 03:06:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13222 0.017276 [API:8081]10.0.0.22 - - [2025-10-20 03:06:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13222 0.017581 [API:8081]10.0.0.22 - - [2025-10-20 03:06:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 12654 0.017671 [API:8081]10.0.0.22 - - [2025-10-20 03:06:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008733 [API:8081]10.0.0.254 - - [2025-10-20 03:06:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055808 [API:8081]10.0.0.27 - - [2025-10-20 03:06:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.27 - - [2025-10-20 03:06:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-10-20 03:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.254 - - [2025-10-20 03:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-10-20 03:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.254 - - [2025-10-20 03:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-10-20 03:06:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009252 [API:8081]10.0.0.27 - - [2025-10-20 03:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2025-10-20 03:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.254 - - [2025-10-20 03:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.254 - - [2025-10-20 03:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-10-20 03:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.22 - - [2025-10-20 03:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.22 - - [2025-10-20 03:07:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.22 - - [2025-10-20 03:07:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.049570 [API:8081]10.0.0.22 - - [2025-10-20 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.052174 [API:8081]10.0.0.22 - - [2025-10-20 03:07:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.051022 [API:8081]10.0.0.22 - - [2025-10-20 03:07:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.008762 [API:8081]10.0.0.22 - - [2025-10-20 03:07:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008706 [API:8081]10.0.0.22 - - [2025-10-20 03:07:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008445 [API:8081]10.0.0.22 - - [2025-10-20 03:07:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.009735 [API:8081]10.0.0.22 - - [2025-10-20 03:07:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.012131 [API:8081]10.0.0.254 - - [2025-10-20 03:07:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.053654 [API:8081]10.0.0.22 - - [2025-10-20 03:07:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.22 - - [2025-10-20 03:07:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.049282 [API:8081]10.0.0.22 - - [2025-10-20 03:07:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.051231 [API:8081]10.0.0.22 - - [2025-10-20 03:07:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.047324 [API:8081]10.0.0.22 - - [2025-10-20 03:07:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.008064 [API:8081]10.0.0.22 - - [2025-10-20 03:07:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1772 0.016224 [API:8081]10.0.0.22 - - [2025-10-20 03:07:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1986 0.008825 [API:8081]10.0.0.22 - - [2025-10-20 03:08:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-10-20 03:08:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.049567 [API:8081]10.0.0.22 - - [2025-10-20 03:08:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1764 0.059462 [API:8081]10.0.0.22 - - [2025-10-20 03:08:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1974 0.049162 [API:8081]10.0.0.22 - - [2025-10-20 03:08:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1332 0.010283 [API:8081]10.0.0.22 - - [2025-10-20 03:08:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008599 [API:8081]10.0.0.22 - - [2025-10-20 03:08:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1750 0.007953 [API:8081]10.0.0.22 - - [2025-10-20 03:08:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1970 0.011656 [API:8081]10.0.0.22 - - [2025-10-20 03:08:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2192 0.008603 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:08:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002694 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:08:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002808 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:08:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002847 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:08:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002576 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:08:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002319 [API:8081]10.0.0.22 - - [2025-10-20 03:08:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-10-20 03:08:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.050498 [API:8081]10.0.0.22 - - [2025-10-20 03:08:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.046041 [API:8081]10.0.0.22 - - [2025-10-20 03:08:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1774 0.070487 [API:8081]10.0.0.22 - - [2025-10-20 03:08:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2006 0.008770 [API:8081]10.0.0.22 - - [2025-10-20 03:08:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008204 [API:8081]10.0.0.254 - - [2025-10-20 03:09:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058957 [API:8081]10.0.0.254 - - [2025-10-20 03:09:35] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.254 - - [2025-10-20 03:09:35] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.27 - - [2025-10-20 03:10:05] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2025-10-20 03:10:05] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.22 - - [2025-10-20 03:10:05] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2025-10-20 03:10:05] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.254 - - [2025-10-20 03:10:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.052207 [API:8081]10.0.0.27 - - [2025-10-20 03:11:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-10-20 03:11:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-10-20 03:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.254 - - [2025-10-20 03:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.22 - - [2025-10-20 03:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.254 - - [2025-10-20 03:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-10-20 03:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.27 - - [2025-10-20 03:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.254 - - [2025-10-20 03:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.254 - - [2025-10-20 03:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-10-20 03:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.22 - - [2025-10-20 03:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.254 - - [2025-10-20 03:12:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054032 [API:8081]10.0.0.254 - - [2025-10-20 03:13:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.057274 [API:8081]10.0.0.22 - - [2025-10-20 03:14:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-10-20 03:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.047116 [API:8081]10.0.0.22 - - [2025-10-20 03:14:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.048451 [API:8081]10.0.0.254 - - [2025-10-20 03:15:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052328 [API:8081]10.0.0.254 - - [2025-10-20 03:16:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.056022 [API:8081]10.0.0.27 - - [2025-10-20 03:16:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2025-10-20 03:16:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-10-20 03:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.254 - - [2025-10-20 03:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-10-20 03:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.254 - - [2025-10-20 03:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.27 - - [2025-10-20 03:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2025-10-20 03:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.254 - - [2025-10-20 03:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.254 - - [2025-10-20 03:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.22 - - [2025-10-20 03:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 03:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-10-20 03:18:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-10-20 03:18:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.047352 [API:8081]10.0.0.254 - - [2025-10-20 03:18:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057020 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:18:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002576 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002398 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002590 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002508 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:18:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002114 [API:8081]10.0.0.22 - - [2025-10-20 03:18:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-10-20 03:18:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1136 0.047924 [API:8081]10.0.0.254 - - [2025-10-20 03:19:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058127 [API:8081]10.0.0.254 - - [2025-10-20 03:19:35] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.254 - - [2025-10-20 03:19:35] "GET /analytics HTTP/1.1" 401 205 0.000118 [API:8081]10.0.0.27 - - [2025-10-20 03:20:05] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.27 - - [2025-10-20 03:20:05] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.22 - - [2025-10-20 03:20:05] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.22 - - [2025-10-20 03:20:05] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.254 - - [2025-10-20 03:21:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061401 [API:8081]10.0.0.27 - - [2025-10-20 03:21:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-10-20 03:21:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-10-20 03:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.254 - - [2025-10-20 03:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2025-10-20 03:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.254 - - [2025-10-20 03:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-10-20 03:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-10-20 03:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.254 - - [2025-10-20 03:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.254 - - [2025-10-20 03:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.22 - - [2025-10-20 03:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-10-20 03:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.254 - - [2025-10-20 03:22:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059962 [API:8081]10.0.0.22 - - [2025-10-20 03:23:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-10-20 03:23:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.048513 [API:8081]10.0.0.254 - - [2025-10-20 03:24:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069105 [API:8081]10.0.0.254 - - [2025-10-20 03:25:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.053697 [API:8081]10.0.0.27 - - [2025-10-20 03:26:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.27 - - [2025-10-20 03:26:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.22 - - [2025-10-20 03:26:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.254 - - [2025-10-20 03:26:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.22 - - [2025-10-20 03:26:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.254 - - [2025-10-20 03:26:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-10-20 03:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-10-20 03:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000566 [API:8081]10.0.0.254 - - [2025-10-20 03:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.254 - - [2025-10-20 03:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.22 - - [2025-10-20 03:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.22 - - [2025-10-20 03:26:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.254 - - [2025-10-20 03:27:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053127 [API:8081]10.0.0.22 - - [2025-10-20 03:28:24] "GET /analytics/uves/virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a?flat HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-10-20 03:28:24] "GET /analytics/uves/virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a?flat HTTP/1.1" 200 1275 0.058341 [API:8081]10.0.0.22 - - [2025-10-20 03:28:25] "GET /analytics/uves/virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a?flat HTTP/1.1" 200 1275 0.050567 [API:8081]10.0.0.22 - - [2025-10-20 03:28:25] "GET /analytics/uves/virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a?flat HTTP/1.1" 200 1275 0.051548 [API:8081]10.0.0.22 - - [2025-10-20 03:28:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008468 [API:8081]10.0.0.22 - - [2025-10-20 03:28:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008809 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:28:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:28:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002405 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:28:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002679 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:28:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002557 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:28:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003111 [API:8081]10.0.0.254 - - [2025-10-20 03:28:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.053734 [API:8081]10.0.0.22 - - [2025-10-20 03:28:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008372 [API:8081]10.0.0.254 - - [2025-10-20 03:29:35] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.254 - - [2025-10-20 03:29:35] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.27 - - [2025-10-20 03:30:05] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-10-20 03:30:05] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.22 - - [2025-10-20 03:30:05] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2025-10-20 03:30:05] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.254 - - [2025-10-20 03:30:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066314 [API:8081]10.0.0.22 - - [2025-10-20 03:31:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-10-20 03:31:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.048903 [API:8081]10.0.0.254 - - [2025-10-20 03:31:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061234 [API:8081]10.0.0.27 - - [2025-10-20 03:31:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-10-20 03:31:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.22 - - [2025-10-20 03:31:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.254 - - [2025-10-20 03:31:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 03:31:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.254 - - [2025-10-20 03:31:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.27 - - [2025-10-20 03:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2025-10-20 03:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.254 - - [2025-10-20 03:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.254 - - [2025-10-20 03:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-10-20 03:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-10-20 03:31:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.254 - - [2025-10-20 03:33:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053084 [API:8081]10.0.0.22 - - [2025-10-20 03:34:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.22 - - [2025-10-20 03:34:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.052191 [API:8081]10.0.0.254 - - [2025-10-20 03:34:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.103204 [API:8081]10.0.0.22 - - [2025-10-20 03:35:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-10-20 03:35:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.049383 [API:8081]10.0.0.254 - - [2025-10-20 03:36:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068287 [API:8081]10.0.0.27 - - [2025-10-20 03:36:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2025-10-20 03:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.22 - - [2025-10-20 03:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.254 - - [2025-10-20 03:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2025-10-20 03:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.254 - - [2025-10-20 03:36:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2025-10-20 03:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2025-10-20 03:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.254 - - [2025-10-20 03:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.254 - - [2025-10-20 03:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.22 - - [2025-10-20 03:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-10-20 03:36:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.254 - - [2025-10-20 03:37:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.085086 [API:8081]10.0.0.22 - - [2025-10-20 03:37:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2025-10-20 03:37:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.049908 [API:8081]10.0.0.22 - - [2025-10-20 03:38:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.075708 [API:8081]10.0.0.22 - - [2025-10-20 03:38:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.050654 [API:8081]10.0.0.22 - - [2025-10-20 03:38:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008403 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:38:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002385 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:38:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002536 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:38:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002764 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:38:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002660 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:38:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002108 [API:8081]10.0.0.22 - - [2025-10-20 03:38:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008369 [API:8081]10.0.0.22 - - [2025-10-20 03:38:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009058 [API:8081]10.0.0.22 - - [2025-10-20 03:38:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008068 [API:8081]10.0.0.22 - - [2025-10-20 03:38:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009317 [API:8081]10.0.0.22 - - [2025-10-20 03:38:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009059 [API:8081]10.0.0.254 - - [2025-10-20 03:39:35] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.254 - - [2025-10-20 03:39:35] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.254 - - [2025-10-20 03:39:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051913 [API:8081]10.0.0.27 - - [2025-10-20 03:40:05] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-10-20 03:40:05] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.22 - - [2025-10-20 03:40:05] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-10-20 03:40:05] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.254 - - [2025-10-20 03:40:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.056041 [API:8081]10.0.0.27 - - [2025-10-20 03:41:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2025-10-20 03:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.22 - - [2025-10-20 03:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.254 - - [2025-10-20 03:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2025-10-20 03:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.254 - - [2025-10-20 03:41:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-10-20 03:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-10-20 03:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.254 - - [2025-10-20 03:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.254 - - [2025-10-20 03:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 03:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-10-20 03:41:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.254 - - [2025-10-20 03:42:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101479 [API:8081]10.0.0.254 - - [2025-10-20 03:43:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.051589 [API:8081]10.0.0.254 - - [2025-10-20 03:45:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050595 [API:8081]10.0.0.27 - - [2025-10-20 03:46:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2025-10-20 03:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-10-20 03:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.254 - - [2025-10-20 03:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-10-20 03:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.254 - - [2025-10-20 03:46:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2025-10-20 03:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.27 - - [2025-10-20 03:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.254 - - [2025-10-20 03:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000500 [API:8081]10.0.0.254 - - [2025-10-20 03:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.22 - - [2025-10-20 03:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.22 - - [2025-10-20 03:46:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.254 - - [2025-10-20 03:46:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.056687 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:48:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006929 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:48:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002819 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:48:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002710 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:48:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002628 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:48:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.010709 [API:8081]10.0.0.254 - - [2025-10-20 03:48:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065568 [API:8081]10.0.0.254 - - [2025-10-20 03:49:35] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.254 - - [2025-10-20 03:49:35] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.254 - - [2025-10-20 03:49:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.080667 [API:8081]10.0.0.27 - - [2025-10-20 03:50:05] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2025-10-20 03:50:05] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.22 - - [2025-10-20 03:50:05] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-10-20 03:50:05] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.27 - - [2025-10-20 03:51:43] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-10-20 03:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-10-20 03:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.254 - - [2025-10-20 03:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000449 [API:8081]10.0.0.22 - - [2025-10-20 03:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.254 - - [2025-10-20 03:51:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2025-10-20 03:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2025-10-20 03:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.254 - - [2025-10-20 03:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.254 - - [2025-10-20 03:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.22 - - [2025-10-20 03:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000615 [API:8081]10.0.0.22 - - [2025-10-20 03:51:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.254 - - [2025-10-20 03:51:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055915 [API:8081]10.0.0.254 - - [2025-10-20 03:52:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.051595 [API:8081]10.0.0.22 - - [2025-10-20 03:53:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2025-10-20 03:53:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.047411 [API:8081]10.0.0.22 - - [2025-10-20 03:53:59] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1714 0.071252 [API:8081]10.0.0.22 - - [2025-10-20 03:53:59] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1714 0.049118 [API:8081]10.0.0.22 - - [2025-10-20 03:54:00] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1714 0.018055 [API:8081]10.0.0.22 - - [2025-10-20 03:54:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.026641 [API:8081]10.0.0.22 - - [2025-10-20 03:54:04] "GET /analytics/uves/virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de?flat HTTP/1.1" 200 1713 0.011032 [API:8081]10.0.0.22 - - [2025-10-20 03:54:04] "GET /analytics/uves/virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de?flat HTTP/1.1" 200 1713 0.010124 [API:8081]10.0.0.22 - - [2025-10-20 03:54:04] "GET /analytics/uves/virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de?flat HTTP/1.1" 200 1713 0.012360 [API:8081]10.0.0.22 - - [2025-10-20 03:54:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13057 0.019361 [API:8081]10.0.0.22 - - [2025-10-20 03:54:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4370-1?flat HTTP/1.1" 200 13057 0.016139 [API:8081]10.0.0.22 - - [2025-10-20 03:54:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009502 [API:8081]10.0.0.254 - - [2025-10-20 03:54:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053028 [API:8081]10.0.0.254 - - [2025-10-20 03:55:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.062770 [API:8081]10.0.0.22 - - [2025-10-20 03:56:07] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1473 0.014581 [API:8081]10.0.0.22 - - [2025-10-20 03:56:09] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1473 0.012851 [API:8081]10.0.0.22 - - [2025-10-20 03:56:11] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1473 0.010929 [API:8081]10.0.0.22 - - [2025-10-20 03:56:13] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1473 0.011661 [API:8081]10.0.0.22 - - [2025-10-20 03:56:15] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1473 0.010536 [API:8081]10.0.0.22 - - [2025-10-20 03:56:17] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1473 0.010309 [API:8081]10.0.0.22 - - [2025-10-20 03:56:19] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1473 0.011135 [API:8081]10.0.0.22 - - [2025-10-20 03:56:21] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1898 0.012007 [API:8081]10.0.0.22 - - [2025-10-20 03:56:21] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1898 0.010996 [API:8081]10.0.0.22 - - [2025-10-20 03:56:21] "GET /analytics/uves/virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571?flat HTTP/1.1" 200 1898 0.013423 [API:8081]10.0.0.22 - - [2025-10-20 03:56:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008882 [API:8081]10.0.0.22 - - [2025-10-20 03:56:24] "GET /analytics/uves/virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de?flat HTTP/1.1" 200 1899 0.012501 [API:8081]10.0.0.22 - - [2025-10-20 03:56:24] "GET /analytics/uves/virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de?flat HTTP/1.1" 200 1899 0.010593 [API:8081]10.0.0.22 - - [2025-10-20 03:56:24] "GET /analytics/uves/virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de?flat HTTP/1.1" 200 1899 0.010493 [API:8081]10.0.0.22 - - [2025-10-20 03:56:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008422 [API:8081]10.0.0.27 - - [2025-10-20 03:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.27 - - [2025-10-20 03:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-10-20 03:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.254 - - [2025-10-20 03:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-10-20 03:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.254 - - [2025-10-20 03:56:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-10-20 03:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.27 - - [2025-10-20 03:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.254 - - [2025-10-20 03:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.254 - - [2025-10-20 03:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 03:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-10-20 03:56:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.22 - - [2025-10-20 03:57:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010299 [API:8081]10.0.0.22 - - [2025-10-20 03:57:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008410 [API:8081]10.0.0.254 - - [2025-10-20 03:57:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053746 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:58:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004022 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:58:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002549 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:58:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003805 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:58:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002547 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 03:58:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003976 [API:8081]10.0.0.254 - - [2025-10-20 03:58:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056767 [API:8081]10.0.0.254 - - [2025-10-20 03:59:35] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.254 - - [2025-10-20 03:59:35] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.27 - - [2025-10-20 04:00:05] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.27 - - [2025-10-20 04:00:05] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-10-20 04:00:05] "GET /analytics HTTP/1.1" 401 205 0.001471 [API:8081]10.0.0.22 - - [2025-10-20 04:00:05] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.22 - - [2025-10-20 04:00:06] "GET /analytics/uves/virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?flat HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-10-20 04:00:06] "GET /analytics/uves/virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?flat HTTP/1.1" 200 966 0.110864 [API:8081]10.0.0.22 - - [2025-10-20 04:00:08] "GET /analytics/uves/virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?flat HTTP/1.1" 200 966 0.086852 [API:8081]10.0.0.22 - - [2025-10-20 04:00:10] "GET /analytics/uves/virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?flat HTTP/1.1" 200 966 0.070043 [API:8081]10.0.0.22 - - [2025-10-20 04:00:12] "GET /analytics/uves/virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?flat HTTP/1.1" 200 1401 0.039969 [API:8081]10.0.0.22 - - [2025-10-20 04:00:13] "GET /analytics/uves/virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?flat HTTP/1.1" 200 1401 0.044870 [API:8081]10.0.0.22 - - [2025-10-20 04:00:13] "GET /analytics/uves/virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?flat HTTP/1.1" 200 1401 0.042255 [API:8081]10.0.0.22 - - [2025-10-20 04:00:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.039625 [API:8081]10.0.0.22 - - [2025-10-20 04:00:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2025-10-20 04:00:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.050226 [API:8081]10.0.0.254 - - [2025-10-20 04:01:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.354616 [API:8081]10.0.0.22 - - [2025-10-20 04:01:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.22 - - [2025-10-20 04:01:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.054822 [API:8081]10.0.0.22 - - [2025-10-20 04:01:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.053643 [API:8081]10.0.0.22 - - [2025-10-20 04:01:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.050727 [API:8081]10.0.0.22 - - [2025-10-20 04:01:37] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2025-10-20 04:01:37] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 966 0.080458 [API:8081]10.0.0.22 - - [2025-10-20 04:01:39] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 966 0.062487 [API:8081]10.0.0.22 - - [2025-10-20 04:01:41] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 966 0.039498 [API:8081]10.0.0.27 - - [2025-10-20 04:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.27 - - [2025-10-20 04:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2025-10-20 04:01:44] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 966 0.045496 [API:8081]10.0.0.22 - - [2025-10-20 04:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.254 - - [2025-10-20 04:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.22 - - [2025-10-20 04:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.254 - - [2025-10-20 04:01:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.27 - - [2025-10-20 04:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2025-10-20 04:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.254 - - [2025-10-20 04:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.254 - - [2025-10-20 04:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.22 - - [2025-10-20 04:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 04:01:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 04:01:46] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 966 0.037697 [API:8081]10.0.0.22 - - [2025-10-20 04:01:48] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 966 0.051809 [API:8081]10.0.0.22 - - [2025-10-20 04:01:50] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 1407 0.043608 [API:8081]10.0.0.22 - - [2025-10-20 04:01:50] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 1407 0.039783 [API:8081]10.0.0.22 - - [2025-10-20 04:01:50] "GET /analytics/uves/virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?flat HTTP/1.1" 200 1407 0.040230 [API:8081]10.0.0.22 - - [2025-10-20 04:01:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.040459 [API:8081]10.0.0.254 - - [2025-10-20 04:02:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056763 [API:8081]10.0.0.22 - - [2025-10-20 04:02:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009170 [Introspect:8090]10.0.0.22 - - [2025-10-20 04:02:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001325 [API:8081]10.0.0.22 - - [2025-10-20 04:02:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-10-20 04:02:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.050687 [API:8081]10.0.0.254 - - [2025-10-20 04:04:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051750 [API:8081]10.0.0.22 - - [2025-10-20 04:04:51] "GET /analytics/uves/virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb?flat HTTP/1.1" 200 2066 0.051086 [API:8081]10.0.0.22 - - [2025-10-20 04:04:51] "GET /analytics/uves/virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb?flat HTTP/1.1" 200 2066 0.014743 [API:8081]10.0.0.22 - - [2025-10-20 04:04:51] "GET /analytics/uves/virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb?flat HTTP/1.1" 200 2066 0.057925 [API:8081]10.0.0.22 - - [2025-10-20 04:04:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007869 [API:8081]10.0.0.22 - - [2025-10-20 04:04:54] "GET /analytics/uves/virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119?flat HTTP/1.1" 200 2055 0.011274 [API:8081]10.0.0.22 - - [2025-10-20 04:04:54] "GET /analytics/uves/virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119?flat HTTP/1.1" 200 2055 0.011763 [API:8081]10.0.0.22 - - [2025-10-20 04:04:54] "GET /analytics/uves/virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119?flat HTTP/1.1" 200 2055 0.010269 [API:8081]10.0.0.22 - - [2025-10-20 04:04:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010396 [API:8081]10.0.0.254 - - [2025-10-20 04:05:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.058022 [API:8081]10.0.0.22 - - [2025-10-20 04:05:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008722 [API:8081]10.0.0.22 - - [2025-10-20 04:05:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008700 [API:8081]10.0.0.22 - - [2025-10-20 04:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.009069 [API:8081]10.0.0.22 - - [2025-10-20 04:05:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.011954 [API:8081]10.0.0.27 - - [2025-10-20 04:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-10-20 04:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-10-20 04:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.254 - - [2025-10-20 04:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.22 - - [2025-10-20 04:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.254 - - [2025-10-20 04:06:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2025-10-20 04:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-10-20 04:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.254 - - [2025-10-20 04:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.254 - - [2025-10-20 04:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.22 - - [2025-10-20 04:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.22 - - [2025-10-20 04:06:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.254 - - [2025-10-20 04:07:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.132981 [API:8081]10.0.0.254 - - [2025-10-20 04:08:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.065114 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:08:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002821 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:08:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002830 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:08:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003311 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:08:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002535 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:08:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002101 [Introspect:8090]10.0.0.22 - - [2025-10-20 04:08:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.000961 [API:8081]10.0.0.22 - - [2025-10-20 04:08:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.050772 [API:8081]10.0.0.22 - - [2025-10-20 04:09:13] "GET /analytics/uves/virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6?flat HTTP/1.1" 200 1716 0.057600 [API:8081]10.0.0.22 - - [2025-10-20 04:09:13] "GET /analytics/uves/virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6?flat HTTP/1.1" 200 1716 0.052705 [API:8081]10.0.0.22 - - [2025-10-20 04:09:13] "GET /analytics/uves/virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6?flat HTTP/1.1" 200 1716 0.010613 [API:8081]10.0.0.22 - - [2025-10-20 04:09:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010803 [API:8081]10.0.0.254 - - [2025-10-20 04:09:35] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.254 - - [2025-10-20 04:09:35] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.22 - - [2025-10-20 04:09:55] "GET /analytics/uves/virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392?flat HTTP/1.1" 200 1716 0.012472 [API:8081]10.0.0.22 - - [2025-10-20 04:09:56] "GET /analytics/uves/virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392?flat HTTP/1.1" 200 1716 0.012783 [API:8081]10.0.0.22 - - [2025-10-20 04:09:56] "GET /analytics/uves/virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392?flat HTTP/1.1" 200 1716 0.014959 [API:8081]10.0.0.22 - - [2025-10-20 04:09:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.007939 [API:8081]10.0.0.27 - - [2025-10-20 04:10:05] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-10-20 04:10:05] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.22 - - [2025-10-20 04:10:05] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-10-20 04:10:05] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.254 - - [2025-10-20 04:10:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061740 [API:8081]10.0.0.254 - - [2025-10-20 04:11:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.058519 [API:8081]10.0.0.22 - - [2025-10-20 04:11:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007701 [API:8081]10.0.0.22 - - [2025-10-20 04:11:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007965 [API:8081]10.0.0.27 - - [2025-10-20 04:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-10-20 04:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2025-10-20 04:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.254 - - [2025-10-20 04:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.22 - - [2025-10-20 04:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.254 - - [2025-10-20 04:11:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-10-20 04:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-10-20 04:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.254 - - [2025-10-20 04:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.254 - - [2025-10-20 04:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-10-20 04:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000824 [API:8081]10.0.0.22 - - [2025-10-20 04:11:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.22 - - [2025-10-20 04:12:30] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.22 - - [2025-10-20 04:12:30] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 965 0.059758 [API:8081]10.0.0.22 - - [2025-10-20 04:12:32] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 965 0.046075 [API:8081]10.0.0.22 - - [2025-10-20 04:12:35] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 965 0.050244 [API:8081]10.0.0.22 - - [2025-10-20 04:12:37] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 965 0.011221 [API:8081]10.0.0.22 - - [2025-10-20 04:12:39] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 965 0.011938 [API:8081]10.0.0.22 - - [2025-10-20 04:12:41] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 965 0.009416 [API:8081]10.0.0.22 - - [2025-10-20 04:12:43] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 965 0.009990 [API:8081]10.0.0.22 - - [2025-10-20 04:12:45] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 1395 0.012527 [API:8081]10.0.0.22 - - [2025-10-20 04:12:45] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 1395 0.011219 [API:8081]10.0.0.22 - - [2025-10-20 04:12:45] "GET /analytics/uves/virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0?flat HTTP/1.1" 200 1395 0.011260 [API:8081]10.0.0.22 - - [2025-10-20 04:12:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009248 [API:8081]10.0.0.22 - - [2025-10-20 04:12:47] "GET /analytics/uves/virtual-machine/2265758b-3098-4681-9995-622430c260d5?flat HTTP/1.1" 200 1711 0.010054 [API:8081]10.0.0.22 - - [2025-10-20 04:12:47] "GET /analytics/uves/virtual-machine/2265758b-3098-4681-9995-622430c260d5?flat HTTP/1.1" 200 1711 0.011452 [API:8081]10.0.0.22 - - [2025-10-20 04:12:47] "GET /analytics/uves/virtual-machine/2265758b-3098-4681-9995-622430c260d5?flat HTTP/1.1" 200 1711 0.010234 [API:8081]10.0.0.22 - - [2025-10-20 04:12:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009001 [API:8081]10.0.0.254 - - [2025-10-20 04:13:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056942 [API:8081]10.0.0.22 - - [2025-10-20 04:13:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008564 [API:8081]10.0.0.22 - - [2025-10-20 04:13:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008806 [API:8081]10.0.0.22 - - [2025-10-20 04:13:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.22 - - [2025-10-20 04:13:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.046939 [API:8081]10.0.0.22 - - [2025-10-20 04:13:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.056044 [API:8081]10.0.0.254 - - [2025-10-20 04:14:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056437 [API:8081]10.0.0.254 - - [2025-10-20 04:16:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054041 [API:8081]10.0.0.27 - - [2025-10-20 04:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-10-20 04:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.22 - - [2025-10-20 04:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.254 - - [2025-10-20 04:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-10-20 04:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.254 - - [2025-10-20 04:16:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2025-10-20 04:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.27 - - [2025-10-20 04:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.254 - - [2025-10-20 04:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000749 [API:8081]10.0.0.254 - - [2025-10-20 04:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.22 - - [2025-10-20 04:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.22 - - [2025-10-20 04:16:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.254 - - [2025-10-20 04:17:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052746 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:18:30] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002728 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003411 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003195 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:18:30] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4370-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002920 [LOCAL API:8181]127.0.0.1 - - [2025-10-20 04:18:30] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002288 [API:8081]10.0.0.22 - - [2025-10-20 04:19:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-10-20 04:19:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.047548 [API:8081]10.0.0.254 - - [2025-10-20 04:19:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075831 [API:8081]10.0.0.254 - - [2025-10-20 04:19:35] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.254 - - [2025-10-20 04:19:35] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.27 - - [2025-10-20 04:20:05] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.27 - - [2025-10-20 04:20:05] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.22 - - [2025-10-20 04:20:05] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.22 - - [2025-10-20 04:20:05] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.254 - - [2025-10-20 04:20:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057246 [API:8081]10.0.0.27 - - [2025-10-20 04:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2025-10-20 04:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-10-20 04:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-10-20 04:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.254 - - [2025-10-20 04:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.254 - - [2025-10-20 04:21:44] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.27 - - [2025-10-20 04:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-10-20 04:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.254 - - [2025-10-20 04:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.254 - - [2025-10-20 04:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-10-20 04:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-10-20 04:21:45] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.254 - - [2025-10-20 04:22:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058042 [API:8081]10.0.0.254 - - [2025-10-20 04:23:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.055779 [API:8081]10.0.0.254 - - [2025-10-20 04:25:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060624 [Introspect:8090]10.0.0.27 - - [2025-10-20 04:25:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001094