++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Sep 8 02:14:51 AM UTC 2025 ===================' INFO: =================== Mon Sep 8 02:14:51 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.14,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ 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.41,10.0.0.27,10.0.0.38 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.41,10.0.0.27,10.0.0.38 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.27,10.0.0.38 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.41,10.0.0.27,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 3 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 09/08/2025 02:15:00.194 7fd97eaaf700 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/08/2025 02:15:00.396 7fd97eaaf700 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 09/08/2025 02:15:00.408 7fd97eaaf700 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/08/2025 02:15:00.408 7fd97eaaf700 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.38:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.27 - - [2025-09-08 02:15:38] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.27 - - [2025-09-08 02:15:38] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.38 - - [2025-09-08 02:15:39] "GET /analytics HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.38 - - [2025-09-08 02:15:39] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.41 - - [2025-09-08 02:15:40] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-09-08 02:15:40] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2025-09-08 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-09-08 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.38 - - [2025-09-08 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.38 - - [2025-09-08 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.41 - - [2025-09-08 02:16:11] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-09-08 02:16:11] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.27 - - [2025-09-08 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-09-08 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.38 - - [2025-09-08 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.38 - - [2025-09-08 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.27 - - [2025-09-08 02:16:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.055585 [API:8081]10.0.0.38 - - [2025-09-08 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.482778 [API:8081]10.0.0.27 - - [2025-09-08 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.196041 [API:8081]10.0.0.27 - - [2025-09-08 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.339721 [API:8081]10.0.0.38 - - [2025-09-08 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.389517 [API:8081]10.0.0.27 - - [2025-09-08 02:18:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.180677 [API:8081]10.0.0.41 - - [2025-09-08 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143526 [API:8081]10.0.0.41 - - [2025-09-08 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.122471 [Introspect:8090]10.0.0.38 - - [2025-09-08 02:18:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001300 [Introspect:8090]10.0.0.38 - - [2025-09-08 02:19:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001199 [API:8081]10.0.0.27 - - [2025-09-08 02:20:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061280 [Introspect:8090]10.0.0.41 - - [2025-09-08 02:20:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001366 [API:8081]10.0.0.41 - - [2025-09-08 02:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?flat HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.41 - - [2025-09-08 02:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?flat HTTP/1.1" 200 4777 0.060674 [API:8081]10.0.0.41 - - [2025-09-08 02:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?flat HTTP/1.1" 200 4775 0.065440 [API:8081]10.0.0.41 - - [2025-09-08 02:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?flat HTTP/1.1" 200 4777 0.064894 [Introspect:8090]10.0.0.41 - - [2025-09-08 02:20:37] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000702 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12107 0.020501 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12107 0.017546 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 8136 0.013156 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 8134 0.013458 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-3?flat HTTP/1.1" 200 8136 0.015136 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 8136 0.013445 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 8134 0.014536 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-3?flat HTTP/1.1" 200 8136 0.014252 [API:8081]10.0.0.41 - - [2025-09-08 02:20:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.41 - - [2025-09-08 02:20:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.055980 [API:8081]10.0.0.27 - - [2025-09-08 02:21:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.063197 [API:8081]10.0.0.38 - - [2025-09-08 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185203 [API:8081]10.0.0.27 - - [2025-09-08 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190271 [API:8081]10.0.0.27 - - [2025-09-08 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168014 [API:8081]10.0.0.38 - - [2025-09-08 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154649 [API:8081]10.0.0.41 - - [2025-09-08 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.255652 [API:8081]10.0.0.41 - - [2025-09-08 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.223175 [API:8081]10.0.0.27 - - [2025-09-08 02:23:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091342 [API:8081]10.0.0.27 - - [2025-09-08 02:24:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.080734 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003512 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.023586 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004840 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.004290 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003120 [API:8081]10.0.0.41 - - [2025-09-08 02:25:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-09-08 02:25:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.091331 [API:8081]10.0.0.41 - - [2025-09-08 02:25:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.052510 [API:8081]10.0.0.27 - - [2025-09-08 02:26:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098719 [API:8081]10.0.0.41 - - [2025-09-08 02:26:11] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-09-08 02:26:11] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.27 - - [2025-09-08 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-09-08 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.38 - - [2025-09-08 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.38 - - [2025-09-08 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-09-08 02:27:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.070862 [API:8081]10.0.0.38 - - [2025-09-08 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157953 [API:8081]10.0.0.27 - - [2025-09-08 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174881 [API:8081]10.0.0.27 - - [2025-09-08 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146400 [API:8081]10.0.0.38 - - [2025-09-08 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015149 [API:8081]10.0.0.41 - - [2025-09-08 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166982 [API:8081]10.0.0.41 - - [2025-09-08 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164878 [API:8081]10.0.0.27 - - [2025-09-08 02:29:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.411140 [API:8081]10.0.0.27 - - [2025-09-08 02:30:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061344 [API:8081]10.0.0.41 - - [2025-09-08 02:31:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2025-09-08 02:31:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.054173 [API:8081]10.0.0.41 - - [2025-09-08 02:31:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.058130 [API:8081]10.0.0.27 - - [2025-09-08 02:32:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058859 [API:8081]10.0.0.38 - - [2025-09-08 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.246789 [API:8081]10.0.0.27 - - [2025-09-08 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157494 [API:8081]10.0.0.27 - - [2025-09-08 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162157 [API:8081]10.0.0.38 - - [2025-09-08 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017944 [API:8081]10.0.0.41 - - [2025-09-08 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.209100 [API:8081]10.0.0.41 - - [2025-09-08 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.225857 [API:8081]10.0.0.27 - - [2025-09-08 02:33:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060383 [API:8081]10.0.0.41 - - [2025-09-08 02:33:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009344 [API:8081]10.0.0.41 - - [2025-09-08 02:33:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.053104 [API:8081]10.0.0.41 - - [2025-09-08 02:33:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.010299 [API:8081]10.0.0.41 - - [2025-09-08 02:33:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.009416 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003336 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003199 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003946 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003121 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002609 [API:8081]10.0.0.27 - - [2025-09-08 02:35:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060023 [API:8081]10.0.0.41 - - [2025-09-08 02:36:11] "GET /analytics HTTP/1.1" 401 205 0.000570 [API:8081]10.0.0.41 - - [2025-09-08 02:36:11] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2025-09-08 02:36:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.072195 [API:8081]10.0.0.27 - - [2025-09-08 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2025-09-08 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.38 - - [2025-09-08 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2025-09-08 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.41 - - [2025-09-08 02:37:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13047 0.064346 [API:8081]10.0.0.41 - - [2025-09-08 02:37:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13047 0.019728 [API:8081]10.0.0.41 - - [2025-09-08 02:37:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13047 0.066141 [API:8081]10.0.0.41 - - [2025-09-08 02:37:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13047 0.021456 [API:8081]10.0.0.41 - - [2025-09-08 02:37:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13047 0.018708 [API:8081]10.0.0.41 - - [2025-09-08 02:37:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12620 0.023449 [API:8081]10.0.0.41 - - [2025-09-08 02:37:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012551 [API:8081]10.0.0.41 - - [2025-09-08 02:37:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009551 [API:8081]10.0.0.38 - - [2025-09-08 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140172 [API:8081]10.0.0.27 - - [2025-09-08 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160747 [API:8081]10.0.0.27 - - [2025-09-08 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146207 [API:8081]10.0.0.38 - - [2025-09-08 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.116637 [API:8081]10.0.0.41 - - [2025-09-08 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.191760 [API:8081]10.0.0.41 - - [2025-09-08 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.199641 [API:8081]10.0.0.41 - - [2025-09-08 02:38:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.009195 [API:8081]10.0.0.27 - - [2025-09-08 02:38:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064761 [API:8081]10.0.0.27 - - [2025-09-08 02:39:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065482 [API:8081]10.0.0.41 - - [2025-09-08 02:39:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-09-08 02:39:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.051697 [API:8081]10.0.0.27 - - [2025-09-08 02:41:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067313 [API:8081]10.0.0.41 - - [2025-09-08 02:41:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.063209 [API:8081]10.0.0.41 - - [2025-09-08 02:41:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-09-08 02:41:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.066864 [API:8081]10.0.0.41 - - [2025-09-08 02:41:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-09-08 02:41:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.055562 [API:8081]10.0.0.41 - - [2025-09-08 02:41:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.057847 [API:8081]10.0.0.41 - - [2025-09-08 02:41:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.052469 [API:8081]10.0.0.27 - - [2025-09-08 02:42:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.072774 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375?flat HTTP/1.1" 200 1713 0.013728 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375?flat HTTP/1.1" 200 1713 0.011081 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375?flat HTTP/1.1" 200 1713 0.014748 [API:8081]10.0.0.41 - - [2025-09-08 02:42:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009610 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd?flat HTTP/1.1" 200 1978 0.012635 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd?flat HTTP/1.1" 200 1978 0.012259 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd?flat HTTP/1.1" 200 1978 0.012978 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13012 0.018313 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13012 0.019654 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010153 [API:8081]10.0.0.41 - - [2025-09-08 02:42:51] "GET /analytics/uves/virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d?flat HTTP/1.1" 200 1713 0.012273 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d?flat HTTP/1.1" 200 1713 0.011579 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d?flat HTTP/1.1" 200 1713 0.012380 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009911 [API:8081]10.0.0.38 - - [2025-09-08 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146897 [API:8081]10.0.0.27 - - [2025-09-08 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.227115 [API:8081]10.0.0.27 - - [2025-09-08 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152172 [API:8081]10.0.0.38 - - [2025-09-08 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.090654 [API:8081]10.0.0.41 - - [2025-09-08 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146388 [API:8081]10.0.0.41 - - [2025-09-08 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150076 [API:8081]10.0.0.41 - - [2025-09-08 02:43:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010309 [API:8081]10.0.0.41 - - [2025-09-08 02:43:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.019721 [API:8081]10.0.0.41 - - [2025-09-08 02:43:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.020125 [API:8081]10.0.0.41 - - [2025-09-08 02:43:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.018785 [API:8081]10.0.0.41 - - [2025-09-08 02:44:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.021340 [API:8081]10.0.0.41 - - [2025-09-08 02:44:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.019031 [API:8081]10.0.0.41 - - [2025-09-08 02:44:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.020180 [API:8081]10.0.0.41 - - [2025-09-08 02:44:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.020283 [API:8081]10.0.0.41 - - [2025-09-08 02:44:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.018565 [API:8081]10.0.0.41 - - [2025-09-08 02:44:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13010 0.019779 [API:8081]10.0.0.41 - - [2025-09-08 02:44:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12630 0.022770 [API:8081]10.0.0.41 - - [2025-09-08 02:44:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.017001 [API:8081]10.0.0.27 - - [2025-09-08 02:44:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064727 [API:8081]10.0.0.41 - - [2025-09-08 02:44:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012709 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003854 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004413 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003895 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003601 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003064 [API:8081]10.0.0.41 - - [2025-09-08 02:45:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000507 [API:8081]10.0.0.41 - - [2025-09-08 02:45:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.061211 [API:8081]10.0.0.41 - - [2025-09-08 02:45:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.058308 [API:8081]10.0.0.41 - - [2025-09-08 02:45:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.051611 [API:8081]10.0.0.27 - - [2025-09-08 02:45:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.073217 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a?flat HTTP/1.1" 200 1717 0.011312 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a?flat HTTP/1.1" 200 1717 0.011369 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a?flat HTTP/1.1" 200 1717 0.013308 [API:8081]10.0.0.41 - - [2025-09-08 02:46:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011731 [API:8081]10.0.0.41 - - [2025-09-08 02:46:05] "GET /analytics/uves/virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322?flat HTTP/1.1" 200 1718 0.011127 [API:8081]10.0.0.41 - - [2025-09-08 02:46:05] "GET /analytics/uves/virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322?flat HTTP/1.1" 200 1718 0.011515 [API:8081]10.0.0.41 - - [2025-09-08 02:46:05] "GET /analytics/uves/virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322?flat HTTP/1.1" 200 1718 0.012436 [API:8081]10.0.0.41 - - [2025-09-08 02:46:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13037 0.019937 [API:8081]10.0.0.41 - - [2025-09-08 02:46:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13037 0.018661 [API:8081]10.0.0.41 - - [2025-09-08 02:46:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009189 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a?flat HTTP/1.1" 200 1717 0.011395 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a?flat HTTP/1.1" 200 1717 0.011891 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a?flat HTTP/1.1" 200 1717 0.012008 [API:8081]10.0.0.41 - - [2025-09-08 02:46:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009384 [API:8081]10.0.0.41 - - [2025-09-08 02:46:11] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-09-08 02:46:11] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.27 - - [2025-09-08 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2025-09-08 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.38 - - [2025-09-08 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.38 - - [2025-09-08 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.41 - - [2025-09-08 02:47:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014531 [API:8081]10.0.0.41 - - [2025-09-08 02:47:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13039 0.021113 [API:8081]10.0.0.41 - - [2025-09-08 02:47:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13039 0.021960 [API:8081]10.0.0.27 - - [2025-09-08 02:47:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071141 [API:8081]10.0.0.41 - - [2025-09-08 02:47:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13039 0.020607 [API:8081]10.0.0.41 - - [2025-09-08 02:47:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13039 0.018166 [API:8081]10.0.0.41 - - [2025-09-08 02:47:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13039 0.020785 [API:8081]10.0.0.41 - - [2025-09-08 02:47:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13039 0.018085 [API:8081]10.0.0.41 - - [2025-09-08 02:47:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13039 0.021205 [API:8081]10.0.0.41 - - [2025-09-08 02:47:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13039 0.017706 [API:8081]10.0.0.41 - - [2025-09-08 02:47:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12811 0.018976 [API:8081]10.0.0.41 - - [2025-09-08 02:47:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009151 [API:8081]10.0.0.41 - - [2025-09-08 02:47:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009628 [API:8081]10.0.0.38 - - [2025-09-08 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.579407 [API:8081]10.0.0.27 - - [2025-09-08 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.310512 [API:8081]10.0.0.27 - - [2025-09-08 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.265422 [API:8081]10.0.0.38 - - [2025-09-08 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.011096 [API:8081]10.0.0.41 - - [2025-09-08 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.202580 [API:8081]10.0.0.41 - - [2025-09-08 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.410362 [API:8081]10.0.0.41 - - [2025-09-08 02:48:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-09-08 02:48:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.057337 [API:8081]10.0.0.41 - - [2025-09-08 02:48:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.063055 [API:8081]10.0.0.27 - - [2025-09-08 02:48:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060910 [API:8081]10.0.0.27 - - [2025-09-08 02:50:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.436005 [API:8081]10.0.0.41 - - [2025-09-08 02:50:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-09-08 02:50:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.054704 [API:8081]10.0.0.27 - - [2025-09-08 02:51:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061019 [API:8081]10.0.0.41 - - [2025-09-08 02:52:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.058593 [API:8081]10.0.0.38 - - [2025-09-08 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.199346 [API:8081]10.0.0.27 - - [2025-09-08 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.340042 [API:8081]10.0.0.27 - - [2025-09-08 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.271255 [API:8081]10.0.0.38 - - [2025-09-08 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.012730 [API:8081]10.0.0.41 - - [2025-09-08 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137061 [API:8081]10.0.0.41 - - [2025-09-08 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.389920 [API:8081]10.0.0.41 - - [2025-09-08 02:53:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-09-08 02:53:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.056767 [API:8081]10.0.0.41 - - [2025-09-08 02:53:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.061680 [API:8081]10.0.0.27 - - [2025-09-08 02:53:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057432 [API:8081]10.0.0.27 - - [2025-09-08 02:54:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060057 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003631 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003289 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003317 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003456 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002708 [API:8081]10.0.0.41 - - [2025-09-08 02:55:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12633 0.019240 [API:8081]10.0.0.41 - - [2025-09-08 02:55:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.051960 [API:8081]10.0.0.41 - - [2025-09-08 02:56:11] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-09-08 02:56:11] "GET /analytics HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-09-08 02:56:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009739 [API:8081]10.0.0.27 - - [2025-09-08 02:56:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.415541 [API:8081]10.0.0.41 - - [2025-09-08 02:56:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.41 - - [2025-09-08 02:56:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.053021 [API:8081]10.0.0.27 - - [2025-09-08 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2025-09-08 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.38 - - [2025-09-08 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.38 - - [2025-09-08 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.41 - - [2025-09-08 02:56:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.056208 [API:8081]10.0.0.27 - - [2025-09-08 02:57:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.062776 [API:8081]10.0.0.38 - - [2025-09-08 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187407 [API:8081]10.0.0.27 - - [2025-09-08 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200905 [API:8081]10.0.0.27 - - [2025-09-08 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.149106 [API:8081]10.0.0.38 - - [2025-09-08 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.112410 [API:8081]10.0.0.41 - - [2025-09-08 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.136868 [API:8081]10.0.0.41 - - [2025-09-08 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163040 [API:8081]10.0.0.27 - - [2025-09-08 02:59:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068028 [API:8081]10.0.0.41 - - [2025-09-08 02:59:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13061 0.021422 [API:8081]10.0.0.41 - - [2025-09-08 02:59:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13061 0.068843 [API:8081]10.0.0.41 - - [2025-09-08 02:59:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12633 0.021313 [API:8081]10.0.0.41 - - [2025-09-08 02:59:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010220 [API:8081]10.0.0.41 - - [2025-09-08 03:00:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009817 [API:8081]10.0.0.27 - - [2025-09-08 03:00:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.080575 [API:8081]10.0.0.27 - - [2025-09-08 03:02:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064147 [API:8081]10.0.0.38 - - [2025-09-08 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.266694 [API:8081]10.0.0.27 - - [2025-09-08 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151333 [API:8081]10.0.0.27 - - [2025-09-08 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163918 [API:8081]10.0.0.38 - - [2025-09-08 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.040186 [API:8081]10.0.0.41 - - [2025-09-08 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.199285 [API:8081]10.0.0.41 - - [2025-09-08 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.294455 [API:8081]10.0.0.27 - - [2025-09-08 03:03:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060017 [API:8081]10.0.0.41 - - [2025-09-08 03:04:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-09-08 03:04:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.054681 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003487 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003656 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004252 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003903 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003231 [API:8081]10.0.0.41 - - [2025-09-08 03:05:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.078525 [API:8081]10.0.0.27 - - [2025-09-08 03:05:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056456 [API:8081]10.0.0.41 - - [2025-09-08 03:06:11] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-09-08 03:06:11] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2025-09-08 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2025-09-08 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.38 - - [2025-09-08 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-09-08 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.27 - - [2025-09-08 03:06:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.097445 [API:8081]10.0.0.41 - - [2025-09-08 03:06:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000460 [API:8081]10.0.0.41 - - [2025-09-08 03:06:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.057743 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7?flat HTTP/1.1" 200 1781 0.058273 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7?flat HTTP/1.1" 200 1781 0.076107 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7?flat HTTP/1.1" 200 1781 0.011927 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009867 [API:8081]10.0.0.38 - - [2025-09-08 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.178993 [API:8081]10.0.0.27 - - [2025-09-08 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.177304 [API:8081]10.0.0.27 - - [2025-09-08 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161139 [API:8081]10.0.0.38 - - [2025-09-08 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.018832 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-machine/031951ea-c637-44c3-a791-a050f0598523?flat HTTP/1.1" 200 2093 0.011917 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-machine/031951ea-c637-44c3-a791-a050f0598523?flat HTTP/1.1" 200 2093 0.013354 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-machine/031951ea-c637-44c3-a791-a050f0598523?flat HTTP/1.1" 200 2093 0.011116 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13265 0.020666 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13265 0.019858 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010721 [API:8081]10.0.0.41 - - [2025-09-08 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161644 [API:8081]10.0.0.41 - - [2025-09-08 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187520 [API:8081]10.0.0.27 - - [2025-09-08 03:08:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065001 [API:8081]10.0.0.41 - - [2025-09-08 03:09:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13252 0.019331 [API:8081]10.0.0.41 - - [2025-09-08 03:09:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13252 0.019008 [API:8081]10.0.0.41 - - [2025-09-08 03:09:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13252 0.019342 [API:8081]10.0.0.41 - - [2025-09-08 03:09:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13252 0.019611 [API:8081]10.0.0.41 - - [2025-09-08 03:09:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12661 0.020590 [API:8081]10.0.0.41 - - [2025-09-08 03:09:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009804 [API:8081]10.0.0.27 - - [2025-09-08 03:09:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.094873 [API:8081]10.0.0.41 - - [2025-09-08 03:09:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009075 [API:8081]10.0.0.41 - - [2025-09-08 03:10:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.41 - - [2025-09-08 03:10:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.053470 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce?flat HTTP/1.1" 200 1790 0.071363 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce?flat HTTP/1.1" 200 1790 0.058110 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce?flat HTTP/1.1" 200 1790 0.012629 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009834 [API:8081]10.0.0.41 - - [2025-09-08 03:11:11] "GET /analytics/uves/virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb?flat HTTP/1.1" 200 1845 0.010594 [API:8081]10.0.0.41 - - [2025-09-08 03:11:11] "GET /analytics/uves/virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb?flat HTTP/1.1" 200 1845 0.011199 [API:8081]10.0.0.41 - - [2025-09-08 03:11:12] "GET /analytics/uves/virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb?flat HTTP/1.1" 200 1845 0.012451 [API:8081]10.0.0.41 - - [2025-09-08 03:11:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13295 0.019734 [API:8081]10.0.0.41 - - [2025-09-08 03:11:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13295 0.018842 [API:8081]10.0.0.41 - - [2025-09-08 03:11:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010040 [API:8081]10.0.0.27 - - [2025-09-08 03:11:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055053 [API:8081]10.0.0.27 - - [2025-09-08 03:12:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058420 [API:8081]10.0.0.41 - - [2025-09-08 03:12:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.020370 [API:8081]10.0.0.41 - - [2025-09-08 03:12:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.017609 [API:8081]10.0.0.41 - - [2025-09-08 03:12:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.018885 [API:8081]10.0.0.38 - - [2025-09-08 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145147 [API:8081]10.0.0.27 - - [2025-09-08 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153652 [API:8081]10.0.0.41 - - [2025-09-08 03:12:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.016970 [API:8081]10.0.0.27 - - [2025-09-08 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.178102 [API:8081]10.0.0.38 - - [2025-09-08 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129861 [API:8081]10.0.0.41 - - [2025-09-08 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165197 [API:8081]10.0.0.41 - - [2025-09-08 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173023 [API:8081]10.0.0.41 - - [2025-09-08 03:13:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.019408 [API:8081]10.0.0.41 - - [2025-09-08 03:13:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.021189 [API:8081]10.0.0.41 - - [2025-09-08 03:13:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.018777 [API:8081]10.0.0.41 - - [2025-09-08 03:13:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.018919 [API:8081]10.0.0.41 - - [2025-09-08 03:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13298 0.018991 [API:8081]10.0.0.41 - - [2025-09-08 03:13:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12666 0.020832 [API:8081]10.0.0.41 - - [2025-09-08 03:13:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008864 [API:8081]10.0.0.41 - - [2025-09-08 03:13:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008810 [API:8081]10.0.0.41 - - [2025-09-08 03:14:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.41 - - [2025-09-08 03:14:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.070081 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01?flat HTTP/1.1" 200 1773 0.060207 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01?flat HTTP/1.1" 200 1773 0.062391 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01?flat HTTP/1.1" 200 1773 0.012418 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010009 [API:8081]10.0.0.27 - - [2025-09-08 03:14:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057854 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003373 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003052 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003565 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003172 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.004576 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b?flat HTTP/1.1" 200 1828 0.011971 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b?flat HTTP/1.1" 200 1828 0.010554 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b?flat HTTP/1.1" 200 1828 0.010906 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13239 0.060859 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13239 0.019594 [API:8081]10.0.0.41 - - [2025-09-08 03:15:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010647 [API:8081]10.0.0.27 - - [2025-09-08 03:15:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060699 [API:8081]10.0.0.41 - - [2025-09-08 03:16:11] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-09-08 03:16:11] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.27 - - [2025-09-08 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2025-09-08 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2025-09-08 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.38 - - [2025-09-08 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.41 - - [2025-09-08 03:16:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13242 0.017838 [API:8081]10.0.0.41 - - [2025-09-08 03:16:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13242 0.019595 [API:8081]10.0.0.41 - - [2025-09-08 03:16:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13242 0.020516 [API:8081]10.0.0.41 - - [2025-09-08 03:17:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13242 0.020198 [API:8081]10.0.0.41 - - [2025-09-08 03:17:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13242 0.018339 [API:8081]10.0.0.41 - - [2025-09-08 03:17:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13242 0.018166 [API:8081]10.0.0.41 - - [2025-09-08 03:17:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13242 0.020144 [API:8081]10.0.0.41 - - [2025-09-08 03:17:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13242 0.019014 [API:8081]10.0.0.41 - - [2025-09-08 03:17:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 12944 0.019390 [API:8081]10.0.0.41 - - [2025-09-08 03:17:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009643 [API:8081]10.0.0.41 - - [2025-09-08 03:17:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010077 [API:8081]10.0.0.41 - - [2025-09-08 03:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-09-08 03:17:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.056080 [API:8081]10.0.0.41 - - [2025-09-08 03:17:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.072703 [API:8081]10.0.0.41 - - [2025-09-08 03:17:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.054234 [API:8081]10.0.0.27 - - [2025-09-08 03:17:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057025 [API:8081]10.0.0.41 - - [2025-09-08 03:17:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.011637 [API:8081]10.0.0.41 - - [2025-09-08 03:17:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.010772 [API:8081]10.0.0.41 - - [2025-09-08 03:17:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.009672 [API:8081]10.0.0.41 - - [2025-09-08 03:17:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1990 0.008451 [API:8081]10.0.0.38 - - [2025-09-08 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.276409 [API:8081]10.0.0.27 - - [2025-09-08 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.198992 [API:8081]10.0.0.41 - - [2025-09-08 03:17:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.011230 [API:8081]10.0.0.27 - - [2025-09-08 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169103 [API:8081]10.0.0.38 - - [2025-09-08 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173253 [API:8081]10.0.0.41 - - [2025-09-08 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175653 [API:8081]10.0.0.41 - - [2025-09-08 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.294428 [API:8081]10.0.0.41 - - [2025-09-08 03:18:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-09-08 03:18:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.076732 [API:8081]10.0.0.41 - - [2025-09-08 03:18:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.065602 [API:8081]10.0.0.41 - - [2025-09-08 03:18:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.059980 [API:8081]10.0.0.41 - - [2025-09-08 03:18:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.009904 [API:8081]10.0.0.41 - - [2025-09-08 03:18:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.009390 [API:8081]10.0.0.41 - - [2025-09-08 03:18:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.011679 [API:8081]10.0.0.41 - - [2025-09-08 03:18:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-09-08 03:18:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.053802 [API:8081]10.0.0.41 - - [2025-09-08 03:18:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.070300 [API:8081]10.0.0.41 - - [2025-09-08 03:18:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.055710 [API:8081]10.0.0.27 - - [2025-09-08 03:18:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.123461 [API:8081]10.0.0.41 - - [2025-09-08 03:19:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009846 [API:8081]10.0.0.41 - - [2025-09-08 03:19:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009641 [API:8081]10.0.0.41 - - [2025-09-08 03:19:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.011755 [API:8081]10.0.0.41 - - [2025-09-08 03:19:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.008766 [API:8081]10.0.0.41 - - [2025-09-08 03:19:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.010119 [API:8081]10.0.0.41 - - [2025-09-08 03:19:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-09-08 03:19:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.065776 [API:8081]10.0.0.41 - - [2025-09-08 03:19:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.050822 [API:8081]10.0.0.41 - - [2025-09-08 03:19:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.055361 [API:8081]10.0.0.41 - - [2025-09-08 03:19:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.010017 [API:8081]10.0.0.41 - - [2025-09-08 03:19:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008557 [API:8081]10.0.0.27 - - [2025-09-08 03:20:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063564 [API:8081]10.0.0.27 - - [2025-09-08 03:21:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061055 [API:8081]10.0.0.38 - - [2025-09-08 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154953 [API:8081]10.0.0.27 - - [2025-09-08 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166489 [API:8081]10.0.0.27 - - [2025-09-08 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132922 [API:8081]10.0.0.38 - - [2025-09-08 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179209 [API:8081]10.0.0.41 - - [2025-09-08 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147871 [API:8081]10.0.0.41 - - [2025-09-08 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173482 [API:8081]10.0.0.27 - - [2025-09-08 03:23:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065115 [API:8081]10.0.0.27 - - [2025-09-08 03:24:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060826 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003287 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003312 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003404 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003410 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003528 [API:8081]10.0.0.41 - - [2025-09-08 03:25:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.41 - - [2025-09-08 03:25:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.078611 [API:8081]10.0.0.41 - - [2025-09-08 03:25:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.050396 [API:8081]10.0.0.41 - - [2025-09-08 03:26:11] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.41 - - [2025-09-08 03:26:11] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.27 - - [2025-09-08 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.27 - - [2025-09-08 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.38 - - [2025-09-08 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.38 - - [2025-09-08 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.27 - - [2025-09-08 03:27:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062941 [API:8081]10.0.0.38 - - [2025-09-08 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170232 [API:8081]10.0.0.27 - - [2025-09-08 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146306 [API:8081]10.0.0.27 - - [2025-09-08 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157267 [API:8081]10.0.0.38 - - [2025-09-08 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148347 [API:8081]10.0.0.41 - - [2025-09-08 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150373 [API:8081]10.0.0.41 - - [2025-09-08 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.487188 [API:8081]10.0.0.27 - - [2025-09-08 03:28:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065998 [API:8081]10.0.0.41 - - [2025-09-08 03:29:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.41 - - [2025-09-08 03:29:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.059325 [API:8081]10.0.0.27 - - [2025-09-08 03:30:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071829 [API:8081]10.0.0.41 - - [2025-09-08 03:30:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-09-08 03:30:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.071820 [API:8081]10.0.0.27 - - [2025-09-08 03:31:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.071394 [API:8081]10.0.0.38 - - [2025-09-08 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.198078 [API:8081]10.0.0.27 - - [2025-09-08 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166626 [API:8081]10.0.0.27 - - [2025-09-08 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165358 [API:8081]10.0.0.38 - - [2025-09-08 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156063 [API:8081]10.0.0.41 - - [2025-09-08 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175519 [API:8081]10.0.0.41 - - [2025-09-08 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187898 [API:8081]10.0.0.27 - - [2025-09-08 03:33:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071815 [API:8081]10.0.0.27 - - [2025-09-08 03:34:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065792 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003280 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003521 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003669 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.011672 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003445 [API:8081]10.0.0.41 - - [2025-09-08 03:35:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-09-08 03:35:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.056372 [API:8081]10.0.0.27 - - [2025-09-08 03:36:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070743 [API:8081]10.0.0.41 - - [2025-09-08 03:36:11] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-09-08 03:36:11] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.27 - - [2025-09-08 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.27 - - [2025-09-08 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.38 - - [2025-09-08 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-09-08 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.27 - - [2025-09-08 03:37:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.074852 [API:8081]10.0.0.38 - - [2025-09-08 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176830 [API:8081]10.0.0.27 - - [2025-09-08 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146176 [API:8081]10.0.0.27 - - [2025-09-08 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140066 [API:8081]10.0.0.38 - - [2025-09-08 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148951 [API:8081]10.0.0.41 - - [2025-09-08 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133669 [API:8081]10.0.0.41 - - [2025-09-08 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159417 [API:8081]10.0.0.27 - - [2025-09-08 03:39:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058613 [API:8081]10.0.0.41 - - [2025-09-08 03:40:12] "GET /analytics/uves/virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e?flat HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-09-08 03:40:13] "GET /analytics/uves/virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e?flat HTTP/1.1" 200 965 0.405758 [API:8081]10.0.0.27 - - [2025-09-08 03:40:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.094378 [API:8081]10.0.0.41 - - [2025-09-08 03:40:15] "GET /analytics/uves/virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e?flat HTTP/1.1" 200 965 0.058716 [API:8081]10.0.0.41 - - [2025-09-08 03:40:17] "GET /analytics/uves/virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e?flat HTTP/1.1" 200 965 0.012046 [API:8081]10.0.0.41 - - [2025-09-08 03:40:19] "GET /analytics/uves/virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e?flat HTTP/1.1" 200 1401 0.058662 [API:8081]10.0.0.41 - - [2025-09-08 03:40:19] "GET /analytics/uves/virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e?flat HTTP/1.1" 200 1401 0.011333 [API:8081]10.0.0.41 - - [2025-09-08 03:40:19] "GET /analytics/uves/virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e?flat HTTP/1.1" 200 1401 0.011584 [API:8081]10.0.0.41 - - [2025-09-08 03:40:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009870 [API:8081]10.0.0.41 - - [2025-09-08 03:40:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009919 [API:8081]10.0.0.41 - - [2025-09-08 03:40:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012036 [API:8081]10.0.0.27 - - [2025-09-08 03:42:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059370 [API:8081]10.0.0.38 - - [2025-09-08 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179266 [API:8081]10.0.0.27 - - [2025-09-08 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162278 [API:8081]10.0.0.27 - - [2025-09-08 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150586 [API:8081]10.0.0.38 - - [2025-09-08 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.232803 [API:8081]10.0.0.41 - - [2025-09-08 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.216246 [API:8081]10.0.0.41 - - [2025-09-08 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.191858 [API:8081]10.0.0.27 - - [2025-09-08 03:43:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060206 [API:8081]10.0.0.41 - - [2025-09-08 03:43:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.41 - - [2025-09-08 03:43:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.058249 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002757 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003474 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.005104 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003742 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002713 [API:8081]10.0.0.27 - - [2025-09-08 03:45:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063360 [API:8081]10.0.0.41 - - [2025-09-08 03:46:11] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-09-08 03:46:11] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.27 - - [2025-09-08 03:46:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059676 [API:8081]10.0.0.41 - - [2025-09-08 03:46:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.41 - - [2025-09-08 03:46:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.062047 [API:8081]10.0.0.27 - - [2025-09-08 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.27 - - [2025-09-08 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.38 - - [2025-09-08 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-09-08 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.38 - - [2025-09-08 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.246401 [API:8081]10.0.0.27 - - [2025-09-08 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190808 [API:8081]10.0.0.27 - - [2025-09-08 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.149168 [API:8081]10.0.0.38 - - [2025-09-08 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179684 [API:8081]10.0.0.41 - - [2025-09-08 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.238863 [API:8081]10.0.0.41 - - [2025-09-08 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.209977 [API:8081]10.0.0.27 - - [2025-09-08 03:48:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080591 [API:8081]10.0.0.41 - - [2025-09-08 03:48:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.41 - - [2025-09-08 03:48:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.057173 [API:8081]10.0.0.27 - - [2025-09-08 03:49:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.081637 [API:8081]10.0.0.41 - - [2025-09-08 03:50:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-09-08 03:50:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.067777 [API:8081]10.0.0.41 - - [2025-09-08 03:51:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.082009 [API:8081]10.0.0.41 - - [2025-09-08 03:51:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.065911 [API:8081]10.0.0.41 - - [2025-09-08 03:51:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009811 [API:8081]10.0.0.27 - - [2025-09-08 03:51:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062388 [API:8081]10.0.0.41 - - [2025-09-08 03:51:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010868 [API:8081]10.0.0.41 - - [2025-09-08 03:51:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.013054 [API:8081]10.0.0.41 - - [2025-09-08 03:51:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009624 [API:8081]10.0.0.41 - - [2025-09-08 03:51:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010096 [API:8081]10.0.0.41 - - [2025-09-08 03:51:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009806 [API:8081]10.0.0.27 - - [2025-09-08 03:52:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059299 [API:8081]10.0.0.38 - - [2025-09-08 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158010 [API:8081]10.0.0.27 - - [2025-09-08 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179384 [API:8081]10.0.0.27 - - [2025-09-08 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205156 [API:8081]10.0.0.38 - - [2025-09-08 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.184778 [API:8081]10.0.0.41 - - [2025-09-08 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.177328 [API:8081]10.0.0.41 - - [2025-09-08 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161906 [API:8081]10.0.0.27 - - [2025-09-08 03:54:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058842 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003411 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003630 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003322 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003357 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002572 [API:8081]10.0.0.27 - - [2025-09-08 03:55:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.126689 [API:8081]10.0.0.41 - - [2025-09-08 03:56:11] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-09-08 03:56:11] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.27 - - [2025-09-08 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2025-09-08 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.38 - - [2025-09-08 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-09-08 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.27 - - [2025-09-08 03:57:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072949 [API:8081]10.0.0.38 - - [2025-09-08 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146660 [API:8081]10.0.0.27 - - [2025-09-08 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179122 [API:8081]10.0.0.27 - - [2025-09-08 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159445 [API:8081]10.0.0.38 - - [2025-09-08 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174696 [API:8081]10.0.0.41 - - [2025-09-08 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175261 [API:8081]10.0.0.41 - - [2025-09-08 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.193489 [API:8081]10.0.0.27 - - [2025-09-08 03:58:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059350 [API:8081]10.0.0.27 - - [2025-09-08 04:00:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061352 [API:8081]10.0.0.27 - - [2025-09-08 04:01:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.064475 [API:8081]10.0.0.38 - - [2025-09-08 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.141955 [API:8081]10.0.0.27 - - [2025-09-08 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.132054 [API:8081]10.0.0.27 - - [2025-09-08 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.130675 [API:8081]10.0.0.38 - - [2025-09-08 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.162539 [API:8081]10.0.0.41 - - [2025-09-08 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.135469 [API:8081]10.0.0.41 - - [2025-09-08 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.169307 [API:8081]10.0.0.27 - - [2025-09-08 04:03:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065459 [API:8081]10.0.0.27 - - [2025-09-08 04:04:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.073281 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004277 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004257 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.006008 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003773 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003128 [API:8081]10.0.0.41 - - [2025-09-08 04:06:11] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.41 - - [2025-09-08 04:06:11] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.27 - - [2025-09-08 04:06:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076133 [API:8081]10.0.0.27 - - [2025-09-08 04:06:40] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2025-09-08 04:06:40] "GET /analytics HTTP/1.1" 401 205 0.000552 [API:8081]10.0.0.38 - - [2025-09-08 04:06:40] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2025-09-08 04:06:40] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.41 - - [2025-09-08 04:06:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.41 - - [2025-09-08 04:06:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.072826 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8?flat HTTP/1.1" 200 1712 0.063035 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8?flat HTTP/1.1" 200 1712 0.055523 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8?flat HTTP/1.1" 200 1712 0.011976 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011503 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1711 0.011565 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1711 0.010907 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1711 0.011760 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13077 0.022764 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13077 0.021506 [API:8081]10.0.0.41 - - [2025-09-08 04:07:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010609 [API:8081]10.0.0.27 - - [2025-09-08 04:07:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060923 [API:8081]10.0.0.38 - - [2025-09-08 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188924 [API:8081]10.0.0.27 - - [2025-09-08 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200369 [API:8081]10.0.0.27 - - [2025-09-08 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163438 [API:8081]10.0.0.38 - - [2025-09-08 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185860 [API:8081]10.0.0.41 - - [2025-09-08 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137379 [API:8081]10.0.0.41 - - [2025-09-08 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151556 [API:8081]10.0.0.27 - - [2025-09-08 04:09:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.057492 [API:8081]10.0.0.41 - - [2025-09-08 04:09:45] "GET /analytics/uves/virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8?flat HTTP/1.1" 200 1473 0.011648 [API:8081]10.0.0.41 - - [2025-09-08 04:09:47] "GET /analytics/uves/virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8?flat HTTP/1.1" 200 1473 0.012517 [API:8081]10.0.0.41 - - [2025-09-08 04:09:49] "GET /analytics/uves/virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8?flat HTTP/1.1" 200 2021 0.015459 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8?flat HTTP/1.1" 200 2021 0.012729 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8?flat HTTP/1.1" 200 2021 0.012675 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011909 [API:8081]10.0.0.41 - - [2025-09-08 04:09:53] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1472 0.012514 [API:8081]10.0.0.41 - - [2025-09-08 04:09:55] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1472 0.011320 [API:8081]10.0.0.41 - - [2025-09-08 04:09:57] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1472 0.012013 [API:8081]10.0.0.41 - - [2025-09-08 04:09:59] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1903 0.013661 [API:8081]10.0.0.41 - - [2025-09-08 04:09:59] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1903 0.012410 [API:8081]10.0.0.41 - - [2025-09-08 04:10:00] "GET /analytics/uves/virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151?flat HTTP/1.1" 200 1903 0.013590 [API:8081]10.0.0.41 - - [2025-09-08 04:10:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010972 [API:8081]10.0.0.27 - - [2025-09-08 04:10:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.070890 [API:8081]10.0.0.41 - - [2025-09-08 04:11:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010779 [API:8081]10.0.0.41 - - [2025-09-08 04:11:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012429 [API:8081]10.0.0.27 - - [2025-09-08 04:12:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058140 [API:8081]10.0.0.38 - - [2025-09-08 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162035 [API:8081]10.0.0.27 - - [2025-09-08 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.391180 [API:8081]10.0.0.27 - - [2025-09-08 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.369119 [API:8081]10.0.0.38 - - [2025-09-08 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139760 [API:8081]10.0.0.41 - - [2025-09-08 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.351147 [API:8081]10.0.0.41 - - [2025-09-08 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205982 [API:8081]10.0.0.27 - - [2025-09-08 04:13:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063952 [API:8081]10.0.0.41 - - [2025-09-08 04:13:53] "GET /analytics/uves/virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda?flat HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.41 - - [2025-09-08 04:13:54] "GET /analytics/uves/virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda?flat HTTP/1.1" 200 965 0.122077 [API:8081]10.0.0.41 - - [2025-09-08 04:13:56] "GET /analytics/uves/virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda?flat HTTP/1.1" 200 965 0.114318 [API:8081]10.0.0.41 - - [2025-09-08 04:13:58] "GET /analytics/uves/virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda?flat HTTP/1.1" 200 1397 0.068432 [API:8081]10.0.0.41 - - [2025-09-08 04:13:59] "GET /analytics/uves/virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda?flat HTTP/1.1" 200 1397 0.047933 [API:8081]10.0.0.41 - - [2025-09-08 04:13:59] "GET /analytics/uves/virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda?flat HTTP/1.1" 200 1397 0.046181 [API:8081]10.0.0.41 - - [2025-09-08 04:14:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.124217 [API:8081]10.0.0.41 - - [2025-09-08 04:14:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-09-08 04:14:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.057007 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003913 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004013 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004652 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003863 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003036 [API:8081]10.0.0.41 - - [2025-09-08 04:15:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2025-09-08 04:15:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.059132 [API:8081]10.0.0.41 - - [2025-09-08 04:15:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.056494 [API:8081]10.0.0.41 - - [2025-09-08 04:15:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.057643 [API:8081]10.0.0.41 - - [2025-09-08 04:15:34] "GET /analytics/uves/virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab?flat HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.41 - - [2025-09-08 04:15:34] "GET /analytics/uves/virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab?flat HTTP/1.1" 200 1282 0.098200 [API:8081]10.0.0.41 - - [2025-09-08 04:15:35] "GET /analytics/uves/virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab?flat HTTP/1.1" 200 1282 0.073184 [API:8081]10.0.0.41 - - [2025-09-08 04:15:35] "GET /analytics/uves/virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab?flat HTTP/1.1" 200 1282 0.043509 [API:8081]10.0.0.41 - - [2025-09-08 04:15:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.045475 [API:8081]10.0.0.27 - - [2025-09-08 04:15:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067337 [API:8081]10.0.0.41 - - [2025-09-08 04:15:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009453 [Introspect:8090]10.0.0.41 - - [2025-09-08 04:16:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001257 [API:8081]10.0.0.41 - - [2025-09-08 04:16:11] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-09-08 04:16:11] "GET /analytics HTTP/1.1" 401 205 0.000255 [Introspect:8090]10.0.0.41 - - [2025-09-08 04:16:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001596 [API:8081]10.0.0.41 - - [2025-09-08 04:16:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.41 - - [2025-09-08 04:16:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.065586 [API:8081]10.0.0.27 - - [2025-09-08 04:16:40] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2025-09-08 04:16:40] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-09-08 04:16:40] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.38 - - [2025-09-08 04:16:40] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.27 - - [2025-09-08 04:16:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.058512 [API:8081]10.0.0.38 - - [2025-09-08 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168166 [API:8081]10.0.0.27 - - [2025-09-08 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176346 [API:8081]10.0.0.27 - - [2025-09-08 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156703 [API:8081]10.0.0.38 - - [2025-09-08 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.199029 [API:8081]10.0.0.41 - - [2025-09-08 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154798 [API:8081]10.0.0.41 - - [2025-09-08 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188840 [API:8081]10.0.0.27 - - [2025-09-08 04:18:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085747 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef?flat HTTP/1.1" 200 2076 0.012589 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef?flat HTTP/1.1" 200 2076 0.074078 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef?flat HTTP/1.1" 200 2076 0.060392 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010278 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a?flat HTTP/1.1" 200 2054 0.014639 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a?flat HTTP/1.1" 200 2054 0.012658 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a?flat HTTP/1.1" 200 2054 0.012543 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010136 [API:8081]10.0.0.41 - - [2025-09-08 04:19:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011172 [API:8081]10.0.0.27 - - [2025-09-08 04:19:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063545 [API:8081]10.0.0.41 - - [2025-09-08 04:19:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010720 [API:8081]10.0.0.41 - - [2025-09-08 04:19:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.010135 [API:8081]10.0.0.41 - - [2025-09-08 04:19:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.009396 [API:8081]10.0.0.27 - - [2025-09-08 04:21:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.066200 [Introspect:8090]10.0.0.41 - - [2025-09-08 04:22:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001287 [API:8081]10.0.0.41 - - [2025-09-08 04:22:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.067563 [API:8081]10.0.0.27 - - [2025-09-08 04:22:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.061714 [API:8081]10.0.0.38 - - [2025-09-08 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161156 [API:8081]10.0.0.27 - - [2025-09-08 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.177080 [API:8081]10.0.0.27 - - [2025-09-08 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163362 [API:8081]10.0.0.38 - - [2025-09-08 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157455 [API:8081]10.0.0.41 - - [2025-09-08 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165218 [API:8081]10.0.0.41 - - [2025-09-08 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.195571 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed?flat HTTP/1.1" 200 1717 0.062534 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed?flat HTTP/1.1" 200 1717 0.011709 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed?flat HTTP/1.1" 200 1717 0.058375 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009237 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6?flat HTTP/1.1" 200 1716 0.011994 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6?flat HTTP/1.1" 200 1716 0.014004 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6?flat HTTP/1.1" 200 1716 0.013557 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13075 0.019855 [API:8081]10.0.0.41 - - [2025-09-08 04:24:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13075 0.019891 [API:8081]10.0.0.41 - - [2025-09-08 04:24:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011244 [API:8081]10.0.0.27 - - [2025-09-08 04:24:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060030 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003504 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003513 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003962 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004349 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003417 [API:8081]10.0.0.41 - - [2025-09-08 04:25:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13666 0.023368 [API:8081]10.0.0.41 - - [2025-09-08 04:25:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13665 0.021381 [API:8081]10.0.0.41 - - [2025-09-08 04:25:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13665 0.020641 [API:8081]10.0.0.41 - - [2025-09-08 04:25:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13665 0.021236 [API:8081]10.0.0.41 - - [2025-09-08 04:25:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13665 0.020946 [API:8081]10.0.0.41 - - [2025-09-08 04:25:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13665 0.022945 [API:8081]10.0.0.41 - - [2025-09-08 04:25:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13534 0.022157 [API:8081]10.0.0.41 - - [2025-09-08 04:25:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008763 [API:8081]10.0.0.27 - - [2025-09-08 04:25:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.058900 [API:8081]10.0.0.41 - - [2025-09-08 04:26:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011643 [API:8081]10.0.0.41 - - [2025-09-08 04:26:11] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-09-08 04:26:11] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.27 - - [2025-09-08 04:26:40] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-09-08 04:26:40] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.38 - - [2025-09-08 04:26:40] "GET /analytics HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.38 - - [2025-09-08 04:26:40] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.41 - - [2025-09-08 04:27:13] "GET /analytics/uves/virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc?flat HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2025-09-08 04:27:13] "GET /analytics/uves/virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc?flat HTTP/1.1" 200 1262 0.114039 [API:8081]10.0.0.41 - - [2025-09-08 04:27:14] "GET /analytics/uves/virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc?flat HTTP/1.1" 200 1262 0.060825 [API:8081]10.0.0.41 - - [2025-09-08 04:27:14] "GET /analytics/uves/virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc?flat HTTP/1.1" 200 1262 0.060161 [API:8081]10.0.0.41 - - [2025-09-08 04:27:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008622 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9?flat HTTP/1.1" 200 1395 0.011353 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9?flat HTTP/1.1" 200 1395 0.012374 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9?flat HTTP/1.1" 200 1395 0.013245 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13650 0.020547 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13650 0.020606 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010668 [API:8081]10.0.0.41 - - [2025-09-08 04:27:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13649 0.022927 [API:8081]10.0.0.41 - - [2025-09-08 04:27:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13649 0.024457 [API:8081]10.0.0.41 - - [2025-09-08 04:27:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 13266 0.021010 [API:8081]10.0.0.41 - - [2025-09-08 04:27:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010582 [API:8081]10.0.0.27 - - [2025-09-08 04:27:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064465 [API:8081]10.0.0.38 - - [2025-09-08 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.193649 [API:8081]10.0.0.27 - - [2025-09-08 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154193 [API:8081]10.0.0.27 - - [2025-09-08 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.189916 [API:8081]10.0.0.41 - - [2025-09-08 04:28:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013064 [API:8081]10.0.0.38 - - [2025-09-08 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231627 [API:8081]10.0.0.41 - - [2025-09-08 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151699 [API:8081]10.0.0.41 - - [2025-09-08 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185295 [API:8081]10.0.0.41 - - [2025-09-08 04:28:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2025-09-08 04:28:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.059249 [API:8081]10.0.0.41 - - [2025-09-08 04:28:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.061597 [API:8081]10.0.0.27 - - [2025-09-08 04:28:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.058927 [API:8081]10.0.0.27 - - [2025-09-08 04:30:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057623 [API:8081]10.0.0.27 - - [2025-09-08 04:31:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.058494 [API:8081]10.0.0.38 - - [2025-09-08 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.278367 [API:8081]10.0.0.27 - - [2025-09-08 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150183 [API:8081]10.0.0.27 - - [2025-09-08 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174461 [API:8081]10.0.0.38 - - [2025-09-08 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154472 [API:8081]10.0.0.41 - - [2025-09-08 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190892 [API:8081]10.0.0.41 - - [2025-09-08 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168259 [API:8081]10.0.0.41 - - [2025-09-08 04:33:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2025-09-08 04:33:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.092473 [API:8081]10.0.0.27 - - [2025-09-08 04:33:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065719 [API:8081]10.0.0.27 - - [2025-09-08 04:35:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.066931 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003286 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003275 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003627 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003445 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002563 [API:8081]10.0.0.41 - - [2025-09-08 04:36:11] "GET /analytics HTTP/1.1" 401 205 0.000487 [API:8081]10.0.0.41 - - [2025-09-08 04:36:11] "GET /analytics HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.27 - - [2025-09-08 04:36:40] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-09-08 04:36:40] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.38 - - [2025-09-08 04:36:40] "GET /analytics HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.38 - - [2025-09-08 04:36:40] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.27 - - [2025-09-08 04:37:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077471 [API:8081]10.0.0.38 - - [2025-09-08 04:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170385 [API:8081]10.0.0.27 - - [2025-09-08 04:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166196 [API:8081]10.0.0.27 - - [2025-09-08 04:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139019 [API:8081]10.0.0.38 - - [2025-09-08 04:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133360 [API:8081]10.0.0.41 - - [2025-09-08 04:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130302 [API:8081]10.0.0.41 - - [2025-09-08 04:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137585 [API:8081]10.0.0.27 - - [2025-09-08 04:38:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.058170 [Introspect:8090]10.0.0.38 - - [2025-09-08 04:38:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001346