++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Sep 18 01:53:56 AM UTC 2025 ===================' INFO: =================== Thu Sep 18 01:53:56 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.22:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.22:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.22:8081 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.22:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.22:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.22:8086 10.0.0.41: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.56,10.0.0.22,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.22:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.22:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.22:8082 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.22:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.22:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.22:9161 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.22:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.22:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.22:9041 10.0.0.41: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.17,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.22:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.22:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.22:2181,10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.22:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.22:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.22:5673,10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.22:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.22:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.22:6379 10.0.0.41: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.56,10.0.0.22,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.22:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.22:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.22:9092 10.0.0.41: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.56 ++ 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.56,10.0.0.22,10.0.0.41 ++ 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.56,10.0.0.22,10.0.0.41 ++ 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.56,10.0.0.22,10.0.0.41 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.56 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.22,10.0.0.41 +++ local servers=10.0.0.56,10.0.0.22,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.41,10.20.0.14,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.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 09/18/2025 01:54:04.058 7f56a05b44c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/18/2025 01:54:04.220 7f56a05b44c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 09/18/2025 01:54:04.230 7f56a05b44c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/18/2025 01:54:04.230 7f56a05b44c0 [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.41: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.22 - - [2025-09-18 01:54:45] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2025-09-18 01:54:45] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.41 - - [2025-09-18 01:54:46] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-09-18 01:54:46] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.56 - - [2025-09-18 01:54:47] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.56 - - [2025-09-18 01:54:47] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.22 - - [2025-09-18 01:55:16] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2025-09-18 01:55:16] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.41 - - [2025-09-18 01:55:17] "GET /analytics HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.41 - - [2025-09-18 01:55:17] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-09-18 01:55:18] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.56 - - [2025-09-18 01:55:18] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.22 - - [2025-09-18 01:55:47] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2025-09-18 01:55:47] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.41 - - [2025-09-18 01:55:47] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-09-18 01:55:47] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.22 - - [2025-09-18 01:55:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.057130 [Introspect:8090]10.0.0.41 - - [2025-09-18 01:56:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001085 [API:8081]10.0.0.22 - - [2025-09-18 01:56:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060873 [API:8081]10.0.0.41 - - [2025-09-18 01:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.416743 [API:8081]10.0.0.22 - - [2025-09-18 01:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.604700 [API:8081]10.0.0.41 - - [2025-09-18 01:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.099112 [API:8081]10.0.0.22 - - [2025-09-18 01:57:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.308129 [API:8081]10.0.0.56 - - [2025-09-18 01:57:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.217723 [API:8081]10.0.0.56 - - [2025-09-18 01:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.076168 [Introspect:8090]10.0.0.41 - - [2025-09-18 01:57:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000977 [Introspect:8090]10.0.0.56 - - [2025-09-18 01:58:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001254 [API:8081]10.0.0.56 - - [2025-09-18 01:58:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?flat HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.56 - - [2025-09-18 01:58:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?flat HTTP/1.1" 200 4777 0.063359 [API:8081]10.0.0.56 - - [2025-09-18 01:58:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?flat HTTP/1.1" 200 4777 0.064713 [API:8081]10.0.0.56 - - [2025-09-18 01:58:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?flat HTTP/1.1" 200 4775 0.062749 [Introspect:8090]10.0.0.56 - - [2025-09-18 01:58:25] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000513 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12097 0.017405 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12094 0.015806 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12097 0.015616 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12094 0.019233 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 8134 0.012880 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 8134 0.011075 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-3?flat HTTP/1.1" 200 8133 0.012897 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 8134 0.011891 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 8134 0.012251 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-3?flat HTTP/1.1" 200 8133 0.020646 [API:8081]10.0.0.56 - - [2025-09-18 01:58:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.56 - - [2025-09-18 01:58:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.053747 [API:8081]10.0.0.22 - - [2025-09-18 01:58:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059248 [API:8081]10.0.0.22 - - [2025-09-18 01:59:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.071353 [API:8081]10.0.0.22 - - [2025-09-18 02:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.661289 [API:8081]10.0.0.41 - - [2025-09-18 02:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.674460 [API:8081]10.0.0.22 - - [2025-09-18 02:01:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.243238 [API:8081]10.0.0.22 - - [2025-09-18 02:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.814240 [API:8081]10.0.0.41 - - [2025-09-18 02:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.911186 [API:8081]10.0.0.56 - - [2025-09-18 02:02:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.324157 [API:8081]10.0.0.56 - - [2025-09-18 02:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.288498 [API:8081]10.0.0.22 - - [2025-09-18 02:03:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.074724 [API:8081]10.0.0.56 - - [2025-09-18 02:03:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-09-18 02:03:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.057865 [API:8081]10.0.0.56 - - [2025-09-18 02:03:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.054204 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002455 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003238 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002823 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002314 [API:8081]10.0.0.22 - - [2025-09-18 02:05:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064074 [API:8081]10.0.0.56 - - [2025-09-18 02:05:18] "GET /analytics HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.56 - - [2025-09-18 02:05:18] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.22 - - [2025-09-18 02:05:47] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-09-18 02:05:47] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.41 - - [2025-09-18 02:05:47] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.41 - - [2025-09-18 02:05:47] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.22 - - [2025-09-18 02:06:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066803 [API:8081]10.0.0.22 - - [2025-09-18 02:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.057437 [API:8081]10.0.0.41 - - [2025-09-18 02:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.018956 [API:8081]10.0.0.41 - - [2025-09-18 02:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.014672 [API:8081]10.0.0.22 - - [2025-09-18 02:07:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130790 [API:8081]10.0.0.56 - - [2025-09-18 02:07:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.194675 [API:8081]10.0.0.56 - - [2025-09-18 02:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187340 [API:8081]10.0.0.22 - - [2025-09-18 02:08:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077655 [API:8081]10.0.0.22 - - [2025-09-18 02:09:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.110962 [API:8081]10.0.0.56 - - [2025-09-18 02:10:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.56 - - [2025-09-18 02:10:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.069975 [API:8081]10.0.0.56 - - [2025-09-18 02:10:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.060492 [API:8081]10.0.0.22 - - [2025-09-18 02:11:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056509 [API:8081]10.0.0.41 - - [2025-09-18 02:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.007768 [API:8081]10.0.0.22 - - [2025-09-18 02:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203994 [API:8081]10.0.0.41 - - [2025-09-18 02:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.416386 [API:8081]10.0.0.22 - - [2025-09-18 02:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.511942 [API:8081]10.0.0.56 - - [2025-09-18 02:12:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.292818 [API:8081]10.0.0.56 - - [2025-09-18 02:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.194464 [API:8081]10.0.0.22 - - [2025-09-18 02:12:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068546 [API:8081]10.0.0.56 - - [2025-09-18 02:12:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009317 [API:8081]10.0.0.56 - - [2025-09-18 02:12:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.058105 [API:8081]10.0.0.56 - - [2025-09-18 02:12:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.009053 [API:8081]10.0.0.56 - - [2025-09-18 02:12:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.008434 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002631 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002659 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002916 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002228 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001978 [API:8081]10.0.0.22 - - [2025-09-18 02:14:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062130 [API:8081]10.0.0.22 - - [2025-09-18 02:15:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.081128 [API:8081]10.0.0.56 - - [2025-09-18 02:15:18] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.56 - - [2025-09-18 02:15:18] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.22 - - [2025-09-18 02:15:47] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2025-09-18 02:15:47] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.41 - - [2025-09-18 02:15:47] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.41 - - [2025-09-18 02:15:47] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.56 - - [2025-09-18 02:15:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12621 0.071218 [API:8081]10.0.0.56 - - [2025-09-18 02:15:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007977 [API:8081]10.0.0.56 - - [2025-09-18 02:15:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13049 0.078788 [API:8081]10.0.0.56 - - [2025-09-18 02:16:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13049 0.017179 [API:8081]10.0.0.56 - - [2025-09-18 02:16:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13049 0.016242 [API:8081]10.0.0.56 - - [2025-09-18 02:16:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13049 0.016695 [API:8081]10.0.0.56 - - [2025-09-18 02:16:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13049 0.018496 [API:8081]10.0.0.56 - - [2025-09-18 02:16:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13049 0.015668 [API:8081]10.0.0.56 - - [2025-09-18 02:16:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13049 0.016289 [API:8081]10.0.0.56 - - [2025-09-18 02:16:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13049 0.016416 [API:8081]10.0.0.56 - - [2025-09-18 02:16:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12815 0.016151 [API:8081]10.0.0.56 - - [2025-09-18 02:16:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008738 [API:8081]10.0.0.56 - - [2025-09-18 02:16:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.008245 [API:8081]10.0.0.22 - - [2025-09-18 02:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151630 [API:8081]10.0.0.41 - - [2025-09-18 02:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154708 [API:8081]10.0.0.22 - - [2025-09-18 02:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015379 [API:8081]10.0.0.41 - - [2025-09-18 02:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.040920 [API:8081]10.0.0.56 - - [2025-09-18 02:17:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.294320 [API:8081]10.0.0.56 - - [2025-09-18 02:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175993 [API:8081]10.0.0.22 - - [2025-09-18 02:17:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055226 [API:8081]10.0.0.22 - - [2025-09-18 02:18:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.100113 [API:8081]10.0.0.56 - - [2025-09-18 02:18:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.56 - - [2025-09-18 02:18:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.064349 [API:8081]10.0.0.56 - - [2025-09-18 02:19:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13072 0.068423 [API:8081]10.0.0.56 - - [2025-09-18 02:19:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13072 0.064662 [API:8081]10.0.0.56 - - [2025-09-18 02:19:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12638 0.017009 [API:8081]10.0.0.56 - - [2025-09-18 02:19:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008219 [API:8081]10.0.0.56 - - [2025-09-18 02:20:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-09-18 02:20:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.068627 [API:8081]10.0.0.22 - - [2025-09-18 02:20:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.421426 [API:8081]10.0.0.56 - - [2025-09-18 02:20:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-09-18 02:20:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.062072 [API:8081]10.0.0.56 - - [2025-09-18 02:20:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.063177 [API:8081]10.0.0.56 - - [2025-09-18 02:20:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.056160 [API:8081]10.0.0.22 - - [2025-09-18 02:21:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061470 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e?flat HTTP/1.1" 200 1713 0.010637 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e?flat HTTP/1.1" 200 1713 0.011452 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e?flat HTTP/1.1" 200 1713 0.009053 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13387 0.016280 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13387 0.017657 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011268 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690?flat HTTP/1.1" 200 1709 0.011175 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690?flat HTTP/1.1" 200 1709 0.012387 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690?flat HTTP/1.1" 200 1709 0.009419 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13015 0.018783 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13015 0.017477 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008116 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887?flat HTTP/1.1" 200 1712 0.010454 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887?flat HTTP/1.1" 200 1712 0.011536 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887?flat HTTP/1.1" 200 1712 0.010867 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13387 0.017599 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13387 0.018594 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007994 [API:8081]10.0.0.41 - - [2025-09-18 02:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.008080 [API:8081]10.0.0.22 - - [2025-09-18 02:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200469 [API:8081]10.0.0.41 - - [2025-09-18 02:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.313255 [API:8081]10.0.0.22 - - [2025-09-18 02:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.405896 [API:8081]10.0.0.56 - - [2025-09-18 02:22:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.207417 [API:8081]10.0.0.56 - - [2025-09-18 02:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162054 [API:8081]10.0.0.56 - - [2025-09-18 02:22:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13395 0.017348 [API:8081]10.0.0.56 - - [2025-09-18 02:22:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13395 0.017185 [API:8081]10.0.0.56 - - [2025-09-18 02:22:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13395 0.016375 [API:8081]10.0.0.56 - - [2025-09-18 02:22:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13395 0.016364 [API:8081]10.0.0.56 - - [2025-09-18 02:22:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13395 0.015980 [API:8081]10.0.0.56 - - [2025-09-18 02:22:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13029 0.016061 [API:8081]10.0.0.56 - - [2025-09-18 02:22:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007841 [API:8081]10.0.0.56 - - [2025-09-18 02:22:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.021115 [API:8081]10.0.0.56 - - [2025-09-18 02:22:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.017331 [API:8081]10.0.0.56 - - [2025-09-18 02:22:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.017374 [API:8081]10.0.0.56 - - [2025-09-18 02:22:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.017418 [API:8081]10.0.0.56 - - [2025-09-18 02:22:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.016745 [API:8081]10.0.0.56 - - [2025-09-18 02:22:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.016529 [API:8081]10.0.0.56 - - [2025-09-18 02:22:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.017297 [API:8081]10.0.0.56 - - [2025-09-18 02:22:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.019090 [API:8081]10.0.0.56 - - [2025-09-18 02:22:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13022 0.017666 [API:8081]10.0.0.56 - - [2025-09-18 02:22:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12632 0.016773 [API:8081]10.0.0.56 - - [2025-09-18 02:22:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008042 [API:8081]10.0.0.56 - - [2025-09-18 02:22:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13025 0.017178 [API:8081]10.0.0.56 - - [2025-09-18 02:23:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13025 0.017225 [API:8081]10.0.0.56 - - [2025-09-18 02:23:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13025 0.015763 [API:8081]10.0.0.56 - - [2025-09-18 02:23:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13025 0.016181 [API:8081]10.0.0.56 - - [2025-09-18 02:23:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13025 0.015928 [API:8081]10.0.0.56 - - [2025-09-18 02:23:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13025 0.015293 [API:8081]10.0.0.56 - - [2025-09-18 02:23:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13025 0.016623 [API:8081]10.0.0.22 - - [2025-09-18 02:23:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069368 [API:8081]10.0.0.56 - - [2025-09-18 02:23:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13025 0.018193 [API:8081]10.0.0.56 - - [2025-09-18 02:23:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12809 0.019511 [API:8081]10.0.0.56 - - [2025-09-18 02:23:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008715 [API:8081]10.0.0.56 - - [2025-09-18 02:23:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.56 - - [2025-09-18 02:23:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.053112 [API:8081]10.0.0.56 - - [2025-09-18 02:23:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.053480 [API:8081]10.0.0.56 - - [2025-09-18 02:23:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.056015 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002904 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003185 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003372 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002604 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002208 [API:8081]10.0.0.22 - - [2025-09-18 02:24:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060224 [API:8081]10.0.0.56 - - [2025-09-18 02:24:37] "GET /analytics/uves/virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def?flat HTTP/1.1" 200 1719 0.010146 [API:8081]10.0.0.56 - - [2025-09-18 02:24:37] "GET /analytics/uves/virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def?flat HTTP/1.1" 200 1719 0.011467 [API:8081]10.0.0.56 - - [2025-09-18 02:24:38] "GET /analytics/uves/virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def?flat HTTP/1.1" 200 1719 0.008465 [API:8081]10.0.0.56 - - [2025-09-18 02:24:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13429 0.018629 [API:8081]10.0.0.56 - - [2025-09-18 02:24:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13429 0.016605 [API:8081]10.0.0.56 - - [2025-09-18 02:24:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008588 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f?flat HTTP/1.1" 200 1716 0.010434 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f?flat HTTP/1.1" 200 1716 0.012822 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f?flat HTTP/1.1" 200 1716 0.008934 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13026 0.016947 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13026 0.017442 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007942 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machine/c5204217-f091-4943-9299-788554ac7cbf?flat HTTP/1.1" 200 1719 0.010405 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machine/c5204217-f091-4943-9299-788554ac7cbf?flat HTTP/1.1" 200 1719 0.009288 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machine/c5204217-f091-4943-9299-788554ac7cbf?flat HTTP/1.1" 200 1719 0.009086 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13429 0.017429 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13429 0.019334 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007397 [API:8081]10.0.0.56 - - [2025-09-18 02:25:18] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.56 - - [2025-09-18 02:25:18] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.56 - - [2025-09-18 02:25:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13438 0.020687 [API:8081]10.0.0.56 - - [2025-09-18 02:25:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13438 0.016271 [API:8081]10.0.0.56 - - [2025-09-18 02:25:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13438 0.016812 [API:8081]10.0.0.56 - - [2025-09-18 02:25:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13438 0.045784 [API:8081]10.0.0.56 - - [2025-09-18 02:25:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13438 0.018929 [API:8081]10.0.0.56 - - [2025-09-18 02:25:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13438 0.019352 [API:8081]10.0.0.22 - - [2025-09-18 02:25:47] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.22 - - [2025-09-18 02:25:47] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.41 - - [2025-09-18 02:25:47] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.41 - - [2025-09-18 02:25:47] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.56 - - [2025-09-18 02:25:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13438 0.016178 [API:8081]10.0.0.56 - - [2025-09-18 02:25:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13438 0.016124 [API:8081]10.0.0.56 - - [2025-09-18 02:25:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13052 0.015331 [API:8081]10.0.0.56 - - [2025-09-18 02:25:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009317 [API:8081]10.0.0.56 - - [2025-09-18 02:25:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.016343 [API:8081]10.0.0.56 - - [2025-09-18 02:26:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.018963 [API:8081]10.0.0.56 - - [2025-09-18 02:26:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.016879 [API:8081]10.0.0.56 - - [2025-09-18 02:26:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.019850 [API:8081]10.0.0.56 - - [2025-09-18 02:26:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.021888 [API:8081]10.0.0.56 - - [2025-09-18 02:26:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.017464 [API:8081]10.0.0.56 - - [2025-09-18 02:26:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.017354 [API:8081]10.0.0.56 - - [2025-09-18 02:26:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.017150 [API:8081]10.0.0.22 - - [2025-09-18 02:26:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071063 [API:8081]10.0.0.56 - - [2025-09-18 02:26:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13042 0.016594 [API:8081]10.0.0.56 - - [2025-09-18 02:26:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12638 0.016851 [API:8081]10.0.0.56 - - [2025-09-18 02:26:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008647 [API:8081]10.0.0.56 - - [2025-09-18 02:26:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13051 0.015970 [API:8081]10.0.0.56 - - [2025-09-18 02:26:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13050 0.018095 [API:8081]10.0.0.56 - - [2025-09-18 02:26:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13050 0.016874 [API:8081]10.0.0.56 - - [2025-09-18 02:26:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13050 0.016987 [API:8081]10.0.0.56 - - [2025-09-18 02:26:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13050 0.021291 [API:8081]10.0.0.56 - - [2025-09-18 02:26:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13050 0.018677 [API:8081]10.0.0.56 - - [2025-09-18 02:26:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13050 0.016245 [API:8081]10.0.0.56 - - [2025-09-18 02:26:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13050 0.016966 [API:8081]10.0.0.56 - - [2025-09-18 02:26:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13050 0.016945 [API:8081]10.0.0.56 - - [2025-09-18 02:26:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12644 0.016072 [API:8081]10.0.0.56 - - [2025-09-18 02:26:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008708 [API:8081]10.0.0.22 - - [2025-09-18 02:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.134796 [API:8081]10.0.0.41 - - [2025-09-18 02:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.118130 [API:8081]10.0.0.41 - - [2025-09-18 02:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.016082 [API:8081]10.0.0.22 - - [2025-09-18 02:27:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152675 [API:8081]10.0.0.56 - - [2025-09-18 02:27:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165629 [API:8081]10.0.0.56 - - [2025-09-18 02:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.319745 [API:8081]10.0.0.56 - - [2025-09-18 02:27:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-09-18 02:27:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.072238 [API:8081]10.0.0.56 - - [2025-09-18 02:27:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.059824 [API:8081]10.0.0.22 - - [2025-09-18 02:27:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055106 [API:8081]10.0.0.22 - - [2025-09-18 02:29:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.134305 [API:8081]10.0.0.56 - - [2025-09-18 02:29:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.56 - - [2025-09-18 02:29:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.067014 [API:8081]10.0.0.22 - - [2025-09-18 02:30:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063494 [API:8081]10.0.0.56 - - [2025-09-18 02:31:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13079 0.064449 [API:8081]10.0.0.56 - - [2025-09-18 02:31:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13079 0.017239 [API:8081]10.0.0.56 - - [2025-09-18 02:31:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13079 0.065825 [API:8081]10.0.0.56 - - [2025-09-18 02:31:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13079 0.017194 [API:8081]10.0.0.56 - - [2025-09-18 02:31:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13079 0.027349 [API:8081]10.0.0.56 - - [2025-09-18 02:31:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13079 0.015475 [API:8081]10.0.0.56 - - [2025-09-18 02:31:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13079 0.015740 [API:8081]10.0.0.56 - - [2025-09-18 02:31:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12647 0.016207 [API:8081]10.0.0.56 - - [2025-09-18 02:31:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009870 [API:8081]10.0.0.41 - - [2025-09-18 02:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.010876 [API:8081]10.0.0.22 - - [2025-09-18 02:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.297606 [API:8081]10.0.0.22 - - [2025-09-18 02:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.463979 [API:8081]10.0.0.41 - - [2025-09-18 02:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.576859 [API:8081]10.0.0.56 - - [2025-09-18 02:32:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.230180 [API:8081]10.0.0.56 - - [2025-09-18 02:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169665 [API:8081]10.0.0.56 - - [2025-09-18 02:32:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.56 - - [2025-09-18 02:32:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.053877 [API:8081]10.0.0.56 - - [2025-09-18 02:32:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.058978 [API:8081]10.0.0.22 - - [2025-09-18 02:32:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068216 [API:8081]10.0.0.22 - - [2025-09-18 02:33:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063324 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002456 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003197 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003400 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003429 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002517 [API:8081]10.0.0.56 - - [2025-09-18 02:35:18] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.56 - - [2025-09-18 02:35:18] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.22 - - [2025-09-18 02:35:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057882 [API:8081]10.0.0.56 - - [2025-09-18 02:35:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13052 0.060354 [API:8081]10.0.0.56 - - [2025-09-18 02:35:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13052 0.017360 [API:8081]10.0.0.56 - - [2025-09-18 02:35:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13052 0.019305 [API:8081]10.0.0.22 - - [2025-09-18 02:35:47] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.22 - - [2025-09-18 02:35:47] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.41 - - [2025-09-18 02:35:47] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-09-18 02:35:47] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.56 - - [2025-09-18 02:35:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13052 0.016265 [API:8081]10.0.0.56 - - [2025-09-18 02:35:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13052 0.020181 [API:8081]10.0.0.56 - - [2025-09-18 02:35:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13052 0.017504 [API:8081]10.0.0.56 - - [2025-09-18 02:35:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12641 0.018278 [API:8081]10.0.0.56 - - [2025-09-18 02:35:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008534 [API:8081]10.0.0.56 - - [2025-09-18 02:35:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.016183 [API:8081]10.0.0.56 - - [2025-09-18 02:36:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.017667 [API:8081]10.0.0.56 - - [2025-09-18 02:36:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.019323 [API:8081]10.0.0.56 - - [2025-09-18 02:36:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.015963 [API:8081]10.0.0.56 - - [2025-09-18 02:36:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.016382 [API:8081]10.0.0.56 - - [2025-09-18 02:36:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.016001 [API:8081]10.0.0.56 - - [2025-09-18 02:36:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.017344 [API:8081]10.0.0.56 - - [2025-09-18 02:36:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.016310 [API:8081]10.0.0.56 - - [2025-09-18 02:36:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13057 0.015837 [API:8081]10.0.0.56 - - [2025-09-18 02:36:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12646 0.016005 [API:8081]10.0.0.56 - - [2025-09-18 02:36:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013195 [API:8081]10.0.0.22 - - [2025-09-18 02:36:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060355 [API:8081]10.0.0.56 - - [2025-09-18 02:36:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.56 - - [2025-09-18 02:36:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.061582 [API:8081]10.0.0.56 - - [2025-09-18 02:36:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.050393 [API:8081]10.0.0.22 - - [2025-09-18 02:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.020571 [API:8081]10.0.0.41 - - [2025-09-18 02:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152946 [API:8081]10.0.0.22 - - [2025-09-18 02:37:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132695 [API:8081]10.0.0.41 - - [2025-09-18 02:37:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.284964 [API:8081]10.0.0.56 - - [2025-09-18 02:37:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170027 [API:8081]10.0.0.56 - - [2025-09-18 02:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187315 [API:8081]10.0.0.22 - - [2025-09-18 02:38:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059310 [API:8081]10.0.0.22 - - [2025-09-18 02:39:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063810 [API:8081]10.0.0.56 - - [2025-09-18 02:39:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13075 0.019379 [API:8081]10.0.0.56 - - [2025-09-18 02:39:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13075 0.064501 [API:8081]10.0.0.56 - - [2025-09-18 02:39:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12645 0.020595 [API:8081]10.0.0.56 - - [2025-09-18 02:39:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008820 [API:8081]10.0.0.56 - - [2025-09-18 02:39:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.015932 [API:8081]10.0.0.56 - - [2025-09-18 02:40:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.017980 [API:8081]10.0.0.56 - - [2025-09-18 02:40:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.021165 [API:8081]10.0.0.56 - - [2025-09-18 02:40:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.015929 [API:8081]10.0.0.56 - - [2025-09-18 02:40:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.017473 [API:8081]10.0.0.56 - - [2025-09-18 02:40:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.015683 [API:8081]10.0.0.56 - - [2025-09-18 02:40:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.018009 [API:8081]10.0.0.56 - - [2025-09-18 02:40:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.016611 [API:8081]10.0.0.56 - - [2025-09-18 02:40:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.015518 [API:8081]10.0.0.56 - - [2025-09-18 02:40:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12650 0.016623 [API:8081]10.0.0.56 - - [2025-09-18 02:40:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007584 [API:8081]10.0.0.22 - - [2025-09-18 02:41:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059885 [API:8081]10.0.0.41 - - [2025-09-18 02:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.008923 [API:8081]10.0.0.22 - - [2025-09-18 02:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.208939 [API:8081]10.0.0.41 - - [2025-09-18 02:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.013933 [API:8081]10.0.0.22 - - [2025-09-18 02:42:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.333289 [API:8081]10.0.0.56 - - [2025-09-18 02:42:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.241571 [API:8081]10.0.0.56 - - [2025-09-18 02:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.210718 [API:8081]10.0.0.22 - - [2025-09-18 02:42:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061482 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002475 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002667 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002854 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002532 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002157 [API:8081]10.0.0.22 - - [2025-09-18 02:44:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061071 [API:8081]10.0.0.56 - - [2025-09-18 02:45:18] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.56 - - [2025-09-18 02:45:18] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.22 - - [2025-09-18 02:45:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060946 [API:8081]10.0.0.22 - - [2025-09-18 02:45:47] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.22 - - [2025-09-18 02:45:47] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.41 - - [2025-09-18 02:45:47] "GET /analytics HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-09-18 02:45:47] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.56 - - [2025-09-18 02:46:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000903 [API:8081]10.0.0.56 - - [2025-09-18 02:46:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.054709 [API:8081]10.0.0.22 - - [2025-09-18 02:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128552 [API:8081]10.0.0.41 - - [2025-09-18 02:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.011512 [API:8081]10.0.0.22 - - [2025-09-18 02:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015627 [API:8081]10.0.0.41 - - [2025-09-18 02:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.018429 [API:8081]10.0.0.56 - - [2025-09-18 02:47:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171754 [API:8081]10.0.0.56 - - [2025-09-18 02:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185945 [API:8081]10.0.0.56 - - [2025-09-18 02:47:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.056438 [API:8081]10.0.0.22 - - [2025-09-18 02:47:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054685 [API:8081]10.0.0.22 - - [2025-09-18 02:48:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.056449 [API:8081]10.0.0.56 - - [2025-09-18 02:49:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.56 - - [2025-09-18 02:49:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.056275 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c?flat HTTP/1.1" 200 1780 0.051416 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c?flat HTTP/1.1" 200 1780 0.071647 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c?flat HTTP/1.1" 200 1780 0.008745 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13251 0.019752 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13251 0.015323 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008213 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8?flat HTTP/1.1" 200 1831 0.008795 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8?flat HTTP/1.1" 200 1831 0.009720 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8?flat HTTP/1.1" 200 1831 0.009542 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13251 0.015921 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13251 0.020224 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010276 [API:8081]10.0.0.22 - - [2025-09-18 02:50:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056664 [API:8081]10.0.0.56 - - [2025-09-18 02:51:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13264 0.017658 [API:8081]10.0.0.56 - - [2025-09-18 02:51:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13264 0.016512 [API:8081]10.0.0.56 - - [2025-09-18 02:51:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13264 0.016674 [API:8081]10.0.0.22 - - [2025-09-18 02:51:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.058963 [API:8081]10.0.0.56 - - [2025-09-18 02:51:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13264 0.016314 [API:8081]10.0.0.56 - - [2025-09-18 02:51:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13264 0.016543 [API:8081]10.0.0.56 - - [2025-09-18 02:51:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13264 0.017201 [API:8081]10.0.0.56 - - [2025-09-18 02:51:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12669 0.018488 [API:8081]10.0.0.56 - - [2025-09-18 02:51:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007041 [API:8081]10.0.0.22 - - [2025-09-18 02:51:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156055 [API:8081]10.0.0.41 - - [2025-09-18 02:51:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.109485 [API:8081]10.0.0.56 - - [2025-09-18 02:52:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13266 0.016596 [API:8081]10.0.0.41 - - [2025-09-18 02:52:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.316901 [API:8081]10.0.0.22 - - [2025-09-18 02:52:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.405012 [API:8081]10.0.0.56 - - [2025-09-18 02:52:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.225713 [API:8081]10.0.0.56 - - [2025-09-18 02:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145800 [API:8081]10.0.0.56 - - [2025-09-18 02:52:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13266 0.016679 [API:8081]10.0.0.56 - - [2025-09-18 02:52:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13266 0.018280 [API:8081]10.0.0.56 - - [2025-09-18 02:52:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13266 0.016508 [API:8081]10.0.0.56 - - [2025-09-18 02:52:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13266 0.017605 [API:8081]10.0.0.56 - - [2025-09-18 02:52:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13266 0.020755 [API:8081]10.0.0.56 - - [2025-09-18 02:52:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13266 0.017961 [API:8081]10.0.0.56 - - [2025-09-18 02:52:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13266 0.015925 [API:8081]10.0.0.56 - - [2025-09-18 02:52:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12670 0.015469 [API:8081]10.0.0.56 - - [2025-09-18 02:52:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008242 [API:8081]10.0.0.56 - - [2025-09-18 02:52:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.56 - - [2025-09-18 02:52:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.058736 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684?flat HTTP/1.1" 200 1790 0.060101 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684?flat HTTP/1.1" 200 1790 0.076060 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684?flat HTTP/1.1" 200 1790 0.010597 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13294 0.017125 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13294 0.016265 [API:8081]10.0.0.56 - - [2025-09-18 02:53:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009257 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c?flat HTTP/1.1" 200 1789 0.009631 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c?flat HTTP/1.1" 200 1789 0.011822 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c?flat HTTP/1.1" 200 1789 0.009178 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13289 0.019754 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13289 0.016656 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008373 [API:8081]10.0.0.22 - - [2025-09-18 02:53:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061026 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002712 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003144 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002810 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002522 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002065 [API:8081]10.0.0.22 - - [2025-09-18 02:54:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061445 [API:8081]10.0.0.56 - - [2025-09-18 02:55:18] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.56 - - [2025-09-18 02:55:18] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.22 - - [2025-09-18 02:55:47] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-09-18 02:55:47] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.41 - - [2025-09-18 02:55:47] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-09-18 02:55:47] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.56 - - [2025-09-18 02:56:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13283 0.017721 [API:8081]10.0.0.56 - - [2025-09-18 02:56:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13283 0.019212 [API:8081]10.0.0.56 - - [2025-09-18 02:56:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13283 0.021162 [API:8081]10.0.0.56 - - [2025-09-18 02:56:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12667 0.017194 [API:8081]10.0.0.56 - - [2025-09-18 02:56:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007737 [API:8081]10.0.0.56 - - [2025-09-18 02:56:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.019727 [API:8081]10.0.0.56 - - [2025-09-18 02:56:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.015853 [API:8081]10.0.0.56 - - [2025-09-18 02:56:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.019719 [API:8081]10.0.0.56 - - [2025-09-18 02:56:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.015655 [API:8081]10.0.0.56 - - [2025-09-18 02:56:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.015784 [API:8081]10.0.0.56 - - [2025-09-18 02:56:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.015163 [API:8081]10.0.0.56 - - [2025-09-18 02:56:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.017952 [API:8081]10.0.0.22 - - [2025-09-18 02:56:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071909 [API:8081]10.0.0.56 - - [2025-09-18 02:56:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.015717 [API:8081]10.0.0.56 - - [2025-09-18 02:56:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13289 0.023528 [API:8081]10.0.0.56 - - [2025-09-18 02:56:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12663 0.021791 [API:8081]10.0.0.56 - - [2025-09-18 02:56:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007535 [API:8081]10.0.0.22 - - [2025-09-18 02:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.484677 [API:8081]10.0.0.41 - - [2025-09-18 02:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.404801 [API:8081]10.0.0.41 - - [2025-09-18 02:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.021963 [API:8081]10.0.0.22 - - [2025-09-18 02:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.028951 [API:8081]10.0.0.56 - - [2025-09-18 02:57:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.284628 [API:8081]10.0.0.56 - - [2025-09-18 02:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.522523 [API:8081]10.0.0.56 - - [2025-09-18 02:57:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-09-18 02:57:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.062080 [API:8081]10.0.0.22 - - [2025-09-18 02:57:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063267 [API:8081]10.0.0.56 - - [2025-09-18 02:57:56] "GET /analytics/uves/virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3?flat HTTP/1.1" 200 1773 0.064278 [API:8081]10.0.0.56 - - [2025-09-18 02:57:56] "GET /analytics/uves/virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3?flat HTTP/1.1" 200 1773 0.010231 [API:8081]10.0.0.56 - - [2025-09-18 02:57:56] "GET /analytics/uves/virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3?flat HTTP/1.1" 200 1773 0.062416 [API:8081]10.0.0.56 - - [2025-09-18 02:57:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13235 0.021566 [API:8081]10.0.0.56 - - [2025-09-18 02:57:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13235 0.021318 [API:8081]10.0.0.56 - - [2025-09-18 02:57:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009444 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093?flat HTTP/1.1" 200 1818 0.009742 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093?flat HTTP/1.1" 200 1818 0.010363 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093?flat HTTP/1.1" 200 1818 0.009697 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13232 0.017936 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13232 0.017483 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008094 [API:8081]10.0.0.22 - - [2025-09-18 02:59:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067859 [API:8081]10.0.0.56 - - [2025-09-18 03:00:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13927 0.020531 [API:8081]10.0.0.56 - - [2025-09-18 03:00:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13927 0.022430 [API:8081]10.0.0.56 - - [2025-09-18 03:00:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13928 0.017019 [API:8081]10.0.0.56 - - [2025-09-18 03:00:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13928 0.019559 [API:8081]10.0.0.56 - - [2025-09-18 03:00:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13928 0.021081 [API:8081]10.0.0.56 - - [2025-09-18 03:00:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13928 0.018625 [API:8081]10.0.0.56 - - [2025-09-18 03:00:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13928 0.018670 [API:8081]10.0.0.56 - - [2025-09-18 03:00:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13928 0.024453 [API:8081]10.0.0.56 - - [2025-09-18 03:00:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13928 0.023028 [API:8081]10.0.0.22 - - [2025-09-18 03:00:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064122 [API:8081]10.0.0.56 - - [2025-09-18 03:00:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13504 0.018707 [API:8081]10.0.0.56 - - [2025-09-18 03:00:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008248 [API:8081]10.0.0.56 - - [2025-09-18 03:00:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.018871 [API:8081]10.0.0.56 - - [2025-09-18 03:01:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.018173 [API:8081]10.0.0.56 - - [2025-09-18 03:01:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.023553 [API:8081]10.0.0.56 - - [2025-09-18 03:01:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.018414 [API:8081]10.0.0.56 - - [2025-09-18 03:01:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.016698 [API:8081]10.0.0.56 - - [2025-09-18 03:01:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.017514 [API:8081]10.0.0.56 - - [2025-09-18 03:01:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.018437 [API:8081]10.0.0.56 - - [2025-09-18 03:01:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.016102 [API:8081]10.0.0.56 - - [2025-09-18 03:01:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13237 0.016223 [API:8081]10.0.0.56 - - [2025-09-18 03:01:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12670 0.017123 [API:8081]10.0.0.56 - - [2025-09-18 03:01:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009334 [API:8081]10.0.0.56 - - [2025-09-18 03:01:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.56 - - [2025-09-18 03:01:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.063759 [API:8081]10.0.0.56 - - [2025-09-18 03:01:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.064960 [API:8081]10.0.0.56 - - [2025-09-18 03:01:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.063460 [API:8081]10.0.0.22 - - [2025-09-18 03:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.044369 [API:8081]10.0.0.41 - - [2025-09-18 03:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.088017 [API:8081]10.0.0.41 - - [2025-09-18 03:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.118024 [API:8081]10.0.0.22 - - [2025-09-18 03:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.444987 [API:8081]10.0.0.56 - - [2025-09-18 03:02:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.355730 [API:8081]10.0.0.56 - - [2025-09-18 03:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.197612 [API:8081]10.0.0.56 - - [2025-09-18 03:02:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.010409 [API:8081]10.0.0.56 - - [2025-09-18 03:02:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1764 0.010644 [API:8081]10.0.0.56 - - [2025-09-18 03:02:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1978 0.008745 [API:8081]10.0.0.56 - - [2025-09-18 03:02:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2202 0.012691 [API:8081]10.0.0.56 - - [2025-09-18 03:02:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2428 0.012112 [API:8081]10.0.0.56 - - [2025-09-18 03:02:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-09-18 03:02:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.075459 [API:8081]10.0.0.56 - - [2025-09-18 03:02:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.055913 [API:8081]10.0.0.56 - - [2025-09-18 03:02:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1774 0.061820 [API:8081]10.0.0.22 - - [2025-09-18 03:02:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068405 [API:8081]10.0.0.56 - - [2025-09-18 03:03:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.008023 [API:8081]10.0.0.56 - - [2025-09-18 03:03:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.009175 [API:8081]10.0.0.56 - - [2025-09-18 03:03:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1770 0.008555 [API:8081]10.0.0.56 - - [2025-09-18 03:03:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-09-18 03:03:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.063288 [API:8081]10.0.0.56 - - [2025-09-18 03:03:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.066927 [API:8081]10.0.0.56 - - [2025-09-18 03:03:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.066789 [API:8081]10.0.0.56 - - [2025-09-18 03:03:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008516 [API:8081]10.0.0.56 - - [2025-09-18 03:03:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.010329 [API:8081]10.0.0.22 - - [2025-09-18 03:03:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.086149 [API:8081]10.0.0.56 - - [2025-09-18 03:03:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008320 [API:8081]10.0.0.56 - - [2025-09-18 03:03:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.010518 [API:8081]10.0.0.56 - - [2025-09-18 03:03:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.010231 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003121 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003550 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003005 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002627 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002033 [API:8081]10.0.0.56 - - [2025-09-18 03:04:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-09-18 03:04:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.065251 [API:8081]10.0.0.56 - - [2025-09-18 03:04:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.079593 [API:8081]10.0.0.56 - - [2025-09-18 03:04:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.058181 [API:8081]10.0.0.56 - - [2025-09-18 03:04:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.010141 [API:8081]10.0.0.56 - - [2025-09-18 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.012106 [API:8081]10.0.0.56 - - [2025-09-18 03:05:18] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.56 - - [2025-09-18 03:05:18] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.22 - - [2025-09-18 03:05:47] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-09-18 03:05:47] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.41 - - [2025-09-18 03:05:47] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-09-18 03:05:47] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.22 - - [2025-09-18 03:05:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069383 [API:8081]10.0.0.22 - - [2025-09-18 03:06:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066409 [API:8081]10.0.0.22 - - [2025-09-18 03:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.181197 [API:8081]10.0.0.41 - - [2025-09-18 03:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163527 [API:8081]10.0.0.22 - - [2025-09-18 03:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017914 [API:8081]10.0.0.41 - - [2025-09-18 03:07:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.184979 [API:8081]10.0.0.56 - - [2025-09-18 03:07:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.260584 [API:8081]10.0.0.56 - - [2025-09-18 03:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.194903 [API:8081]10.0.0.22 - - [2025-09-18 03:08:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065140 [API:8081]10.0.0.22 - - [2025-09-18 03:10:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.074166 [API:8081]10.0.0.56 - - [2025-09-18 03:11:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.56 - - [2025-09-18 03:11:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.060106 [API:8081]10.0.0.56 - - [2025-09-18 03:11:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.062001 [API:8081]10.0.0.22 - - [2025-09-18 03:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182960 [API:8081]10.0.0.41 - - [2025-09-18 03:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157350 [API:8081]10.0.0.41 - - [2025-09-18 03:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.014647 [API:8081]10.0.0.22 - - [2025-09-18 03:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.337826 [API:8081]10.0.0.56 - - [2025-09-18 03:12:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.192326 [API:8081]10.0.0.56 - - [2025-09-18 03:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.558928 [API:8081]10.0.0.22 - - [2025-09-18 03:12:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.120335 [API:8081]10.0.0.22 - - [2025-09-18 03:13:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.089243 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003188 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003543 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002771 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002975 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002256 [API:8081]10.0.0.22 - - [2025-09-18 03:15:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076469 [API:8081]10.0.0.56 - - [2025-09-18 03:15:18] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.56 - - [2025-09-18 03:15:18] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.56 - - [2025-09-18 03:15:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.56 - - [2025-09-18 03:15:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.059868 [API:8081]10.0.0.22 - - [2025-09-18 03:15:47] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-09-18 03:15:47] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.41 - - [2025-09-18 03:15:47] "GET /analytics HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.41 - - [2025-09-18 03:15:47] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.22 - - [2025-09-18 03:16:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.067543 [API:8081]10.0.0.56 - - [2025-09-18 03:16:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-09-18 03:16:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1136 0.066673 [API:8081]10.0.0.22 - - [2025-09-18 03:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206190 [API:8081]10.0.0.41 - - [2025-09-18 03:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200359 [API:8081]10.0.0.41 - - [2025-09-18 03:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.013668 [API:8081]10.0.0.22 - - [2025-09-18 03:17:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.088272 [API:8081]10.0.0.56 - - [2025-09-18 03:17:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.197536 [API:8081]10.0.0.56 - - [2025-09-18 03:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169365 [API:8081]10.0.0.22 - - [2025-09-18 03:18:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065769 [API:8081]10.0.0.22 - - [2025-09-18 03:19:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.071262 [API:8081]10.0.0.22 - - [2025-09-18 03:21:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058744 [API:8081]10.0.0.22 - - [2025-09-18 03:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.010964 [API:8081]10.0.0.41 - - [2025-09-18 03:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164914 [API:8081]10.0.0.22 - - [2025-09-18 03:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.633637 [API:8081]10.0.0.41 - - [2025-09-18 03:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.680456 [API:8081]10.0.0.56 - - [2025-09-18 03:22:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203959 [API:8081]10.0.0.56 - - [2025-09-18 03:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.314470 [API:8081]10.0.0.56 - - [2025-09-18 03:22:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.56 - - [2025-09-18 03:22:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.059915 [API:8081]10.0.0.22 - - [2025-09-18 03:22:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.062647 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002390 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002850 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003373 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003568 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002706 [API:8081]10.0.0.22 - - [2025-09-18 03:24:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060727 [API:8081]10.0.0.22 - - [2025-09-18 03:25:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.069627 [API:8081]10.0.0.56 - - [2025-09-18 03:25:18] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.56 - - [2025-09-18 03:25:18] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.22 - - [2025-09-18 03:25:47] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-09-18 03:25:47] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.41 - - [2025-09-18 03:25:47] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.41 - - [2025-09-18 03:25:47] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.22 - - [2025-09-18 03:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145055 [API:8081]10.0.0.41 - - [2025-09-18 03:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190583 [API:8081]10.0.0.22 - - [2025-09-18 03:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.010806 [API:8081]10.0.0.41 - - [2025-09-18 03:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.038064 [API:8081]10.0.0.56 - - [2025-09-18 03:27:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.226195 [API:8081]10.0.0.56 - - [2025-09-18 03:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133134 [API:8081]10.0.0.22 - - [2025-09-18 03:27:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079223 [API:8081]10.0.0.56 - - [2025-09-18 03:27:35] "GET /analytics/uves/virtual-machine/db8d1362-526b-4c93-89df-7997d046c406?flat HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/virtual-machine/db8d1362-526b-4c93-89df-7997d046c406?flat HTTP/1.1" 200 1275 0.063859 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/virtual-machine/db8d1362-526b-4c93-89df-7997d046c406?flat HTTP/1.1" 200 1275 0.059644 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/virtual-machine/db8d1362-526b-4c93-89df-7997d046c406?flat HTTP/1.1" 200 1275 0.054289 [API:8081]10.0.0.56 - - [2025-09-18 03:27:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.016930 [API:8081]10.0.0.56 - - [2025-09-18 03:27:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.016711 [API:8081]10.0.0.56 - - [2025-09-18 03:27:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009821 [API:8081]10.0.0.56 - - [2025-09-18 03:27:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008952 [API:8081]10.0.0.56 - - [2025-09-18 03:27:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.015692 [API:8081]10.0.0.56 - - [2025-09-18 03:27:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.016407 [API:8081]10.0.0.56 - - [2025-09-18 03:27:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13078 0.016108 [API:8081]10.0.0.56 - - [2025-09-18 03:27:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12865 0.017397 [API:8081]10.0.0.56 - - [2025-09-18 03:27:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008448 [API:8081]10.0.0.22 - - [2025-09-18 03:28:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.076092 [API:8081]10.0.0.22 - - [2025-09-18 03:30:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065018 [API:8081]10.0.0.56 - - [2025-09-18 03:30:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.56 - - [2025-09-18 03:30:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.070478 [API:8081]10.0.0.22 - - [2025-09-18 03:31:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068976 [API:8081]10.0.0.22 - - [2025-09-18 03:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179054 [API:8081]10.0.0.41 - - [2025-09-18 03:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.285806 [API:8081]10.0.0.22 - - [2025-09-18 03:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.363726 [API:8081]10.0.0.41 - - [2025-09-18 03:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.389023 [API:8081]10.0.0.56 - - [2025-09-18 03:32:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.199783 [API:8081]10.0.0.56 - - [2025-09-18 03:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.197153 [API:8081]10.0.0.22 - - [2025-09-18 03:33:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068210 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003341 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003821 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003371 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002513 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002132 [API:8081]10.0.0.22 - - [2025-09-18 03:34:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.077238 [API:8081]10.0.0.56 - - [2025-09-18 03:34:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.56 - - [2025-09-18 03:34:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.061849 [API:8081]10.0.0.56 - - [2025-09-18 03:35:18] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.56 - - [2025-09-18 03:35:18] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.22 - - [2025-09-18 03:35:47] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2025-09-18 03:35:47] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.41 - - [2025-09-18 03:35:47] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.41 - - [2025-09-18 03:35:47] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.22 - - [2025-09-18 03:36:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066873 [API:8081]10.0.0.56 - - [2025-09-18 03:36:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.56 - - [2025-09-18 03:36:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.066703 [API:8081]10.0.0.22 - - [2025-09-18 03:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.018875 [API:8081]10.0.0.41 - - [2025-09-18 03:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190073 [API:8081]10.0.0.22 - - [2025-09-18 03:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.020266 [API:8081]10.0.0.41 - - [2025-09-18 03:37:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147491 [API:8081]10.0.0.56 - - [2025-09-18 03:37:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.192055 [API:8081]10.0.0.56 - - [2025-09-18 03:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.242185 [API:8081]10.0.0.22 - - [2025-09-18 03:37:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.071037 [API:8081]10.0.0.56 - - [2025-09-18 03:38:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.56 - - [2025-09-18 03:38:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.063211 [API:8081]10.0.0.56 - - [2025-09-18 03:39:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.107252 [API:8081]10.0.0.56 - - [2025-09-18 03:39:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.075180 [API:8081]10.0.0.56 - - [2025-09-18 03:39:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009494 [API:8081]10.0.0.22 - - [2025-09-18 03:39:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066269 [API:8081]10.0.0.56 - - [2025-09-18 03:40:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009283 [API:8081]10.0.0.22 - - [2025-09-18 03:40:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.110448 [API:8081]10.0.0.56 - - [2025-09-18 03:40:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.012594 [API:8081]10.0.0.56 - - [2025-09-18 03:40:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010955 [API:8081]10.0.0.56 - - [2025-09-18 03:40:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009103 [API:8081]10.0.0.56 - - [2025-09-18 03:40:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009105 [API:8081]10.0.0.22 - - [2025-09-18 03:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.367923 [API:8081]10.0.0.41 - - [2025-09-18 03:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.262512 [API:8081]10.0.0.41 - - [2025-09-18 03:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017848 [API:8081]10.0.0.22 - - [2025-09-18 03:42:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.270566 [API:8081]10.0.0.56 - - [2025-09-18 03:42:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.251544 [API:8081]10.0.0.56 - - [2025-09-18 03:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.222705 [API:8081]10.0.0.22 - - [2025-09-18 03:42:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069760 [API:8081]10.0.0.22 - - [2025-09-18 03:43:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.058972 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002584 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002885 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002716 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002464 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002205 [API:8081]10.0.0.56 - - [2025-09-18 03:44:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13769 0.018565 [API:8081]10.0.0.56 - - [2025-09-18 03:45:18] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.56 - - [2025-09-18 03:45:18] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.22 - - [2025-09-18 03:45:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064606 [API:8081]10.0.0.22 - - [2025-09-18 03:45:47] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2025-09-18 03:45:47] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.41 - - [2025-09-18 03:45:47] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-09-18 03:45:47] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.22 - - [2025-09-18 03:46:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.072685 [API:8081]10.0.0.22 - - [2025-09-18 03:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140917 [API:8081]10.0.0.41 - - [2025-09-18 03:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.167638 [API:8081]10.0.0.41 - - [2025-09-18 03:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017152 [API:8081]10.0.0.22 - - [2025-09-18 03:47:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159719 [API:8081]10.0.0.56 - - [2025-09-18 03:47:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.221894 [API:8081]10.0.0.56 - - [2025-09-18 03:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174416 [API:8081]10.0.0.22 - - [2025-09-18 03:48:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092215 [API:8081]10.0.0.22 - - [2025-09-18 03:49:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068887 [API:8081]10.0.0.22 - - [2025-09-18 03:51:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064507 [API:8081]10.0.0.22 - - [2025-09-18 03:51:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.114684 [API:8081]10.0.0.41 - - [2025-09-18 03:51:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.221633 [API:8081]10.0.0.41 - - [2025-09-18 03:52:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.308649 [API:8081]10.0.0.22 - - [2025-09-18 03:52:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.395151 [API:8081]10.0.0.56 - - [2025-09-18 03:52:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.259364 [API:8081]10.0.0.56 - - [2025-09-18 03:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.206412 [API:8081]10.0.0.22 - - [2025-09-18 03:52:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063378 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002582 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003442 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003038 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002872 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002097 [API:8081]10.0.0.22 - - [2025-09-18 03:54:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065589 [API:8081]10.0.0.56 - - [2025-09-18 03:55:18] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.56 - - [2025-09-18 03:55:18] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.22 - - [2025-09-18 03:55:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.062534 [API:8081]10.0.0.22 - - [2025-09-18 03:55:47] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-09-18 03:55:47] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.41 - - [2025-09-18 03:55:47] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-09-18 03:55:47] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.22 - - [2025-09-18 03:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.031881 [API:8081]10.0.0.41 - - [2025-09-18 03:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.319060 [API:8081]10.0.0.41 - - [2025-09-18 03:57:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.074565 [API:8081]10.0.0.22 - - [2025-09-18 03:57:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.212212 [API:8081]10.0.0.56 - - [2025-09-18 03:57:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.227051 [API:8081]10.0.0.56 - - [2025-09-18 03:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.534608 [API:8081]10.0.0.56 - - [2025-09-18 03:57:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.56 - - [2025-09-18 03:57:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.061730 [API:8081]10.0.0.22 - - [2025-09-18 03:57:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070623 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63?flat HTTP/1.1" 200 1712 0.059230 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63?flat HTTP/1.1" 200 1712 0.009314 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63?flat HTTP/1.1" 200 1712 0.062217 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13077 0.018050 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13077 0.016688 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008362 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1710 0.010214 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1710 0.011421 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1710 0.011541 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13073 0.022132 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 13073 0.019913 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009818 [API:8081]10.0.0.22 - - [2025-09-18 03:58:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.067261 [API:8081]10.0.0.56 - - [2025-09-18 04:00:29] "GET /analytics/uves/virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63?flat HTTP/1.1" 200 1473 0.015005 [API:8081]10.0.0.56 - - [2025-09-18 04:00:31] "GET /analytics/uves/virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63?flat HTTP/1.1" 200 1473 0.011730 [API:8081]10.0.0.56 - - [2025-09-18 04:00:33] "GET /analytics/uves/virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63?flat HTTP/1.1" 200 2019 0.012149 [API:8081]10.0.0.56 - - [2025-09-18 04:00:33] "GET /analytics/uves/virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63?flat HTTP/1.1" 200 2019 0.012177 [API:8081]10.0.0.56 - - [2025-09-18 04:00:34] "GET /analytics/uves/virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63?flat HTTP/1.1" 200 2019 0.012057 [API:8081]10.0.0.56 - - [2025-09-18 04:00:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009226 [API:8081]10.0.0.56 - - [2025-09-18 04:00:37] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1473 0.011662 [API:8081]10.0.0.56 - - [2025-09-18 04:00:39] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1473 0.011495 [API:8081]10.0.0.56 - - [2025-09-18 04:00:41] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1473 0.010864 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1897 0.012528 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1897 0.014328 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287?flat HTTP/1.1" 200 1897 0.013248 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010077 [API:8081]10.0.0.22 - - [2025-09-18 04:00:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066766 [API:8081]10.0.0.22 - - [2025-09-18 04:01:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.081856 [API:8081]10.0.0.56 - - [2025-09-18 04:01:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011591 [API:8081]10.0.0.22 - - [2025-09-18 04:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.369035 [API:8081]10.0.0.41 - - [2025-09-18 04:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.306489 [API:8081]10.0.0.22 - - [2025-09-18 04:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.269263 [API:8081]10.0.0.41 - - [2025-09-18 04:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.347775 [API:8081]10.0.0.56 - - [2025-09-18 04:02:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.213552 [API:8081]10.0.0.56 - - [2025-09-18 04:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205792 [API:8081]10.0.0.56 - - [2025-09-18 04:02:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009570 [API:8081]10.0.0.22 - - [2025-09-18 04:03:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063229 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.008966 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.009650 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004391 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.012995 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002329 [API:8081]10.0.0.22 - - [2025-09-18 04:04:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.080328 [API:8081]10.0.0.56 - - [2025-09-18 04:04:58] "GET /analytics/uves/virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?flat HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.56 - - [2025-09-18 04:04:58] "GET /analytics/uves/virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?flat HTTP/1.1" 200 966 0.128186 [API:8081]10.0.0.56 - - [2025-09-18 04:05:00] "GET /analytics/uves/virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?flat HTTP/1.1" 200 966 0.118973 [API:8081]10.0.0.56 - - [2025-09-18 04:05:02] "GET /analytics/uves/virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?flat HTTP/1.1" 200 966 0.072116 [API:8081]10.0.0.56 - - [2025-09-18 04:05:04] "GET /analytics/uves/virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?flat HTTP/1.1" 200 1403 0.043897 [API:8081]10.0.0.56 - - [2025-09-18 04:05:05] "GET /analytics/uves/virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?flat HTTP/1.1" 200 1403 0.043435 [API:8081]10.0.0.56 - - [2025-09-18 04:05:05] "GET /analytics/uves/virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?flat HTTP/1.1" 200 1403 0.051104 [API:8081]10.0.0.56 - - [2025-09-18 04:05:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.044253 [API:8081]10.0.0.56 - - [2025-09-18 04:05:18] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-09-18 04:05:18] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-09-18 04:05:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.56 - - [2025-09-18 04:05:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.062191 [API:8081]10.0.0.22 - - [2025-09-18 04:05:47] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-09-18 04:05:47] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.41 - - [2025-09-18 04:05:47] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-09-18 04:05:47] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.56 - - [2025-09-18 04:06:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.56 - - [2025-09-18 04:06:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.064524 [API:8081]10.0.0.56 - - [2025-09-18 04:06:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.063949 [API:8081]10.0.0.56 - - [2025-09-18 04:06:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.065935 [API:8081]10.0.0.56 - - [2025-09-18 04:06:38] "GET /analytics/uves/virtual-machine/f6931a23-f861-4308-b861-6cc115d54292?flat HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.56 - - [2025-09-18 04:06:38] "GET /analytics/uves/virtual-machine/f6931a23-f861-4308-b861-6cc115d54292?flat HTTP/1.1" 200 1282 0.107342 [API:8081]10.0.0.56 - - [2025-09-18 04:06:39] "GET /analytics/uves/virtual-machine/f6931a23-f861-4308-b861-6cc115d54292?flat HTTP/1.1" 200 1282 0.085876 [API:8081]10.0.0.56 - - [2025-09-18 04:06:39] "GET /analytics/uves/virtual-machine/f6931a23-f861-4308-b861-6cc115d54292?flat HTTP/1.1" 200 1282 0.056747 [API:8081]10.0.0.56 - - [2025-09-18 04:06:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.050826 [API:8081]10.0.0.22 - - [2025-09-18 04:06:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064196 [API:8081]10.0.0.22 - - [2025-09-18 04:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.011187 [API:8081]10.0.0.41 - - [2025-09-18 04:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143046 [API:8081]10.0.0.22 - - [2025-09-18 04:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.016545 [API:8081]10.0.0.41 - - [2025-09-18 04:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.014684 [API:8081]10.0.0.56 - - [2025-09-18 04:07:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.298232 [API:8081]10.0.0.56 - - [2025-09-18 04:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.207619 [API:8081]10.0.0.56 - - [2025-09-18 04:07:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009292 [Introspect:8090]10.0.0.56 - - [2025-09-18 04:07:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001102 [API:8081]10.0.0.56 - - [2025-09-18 04:07:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.56 - - [2025-09-18 04:07:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.062684 [API:8081]10.0.0.22 - - [2025-09-18 04:07:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.070744 [API:8081]10.0.0.56 - - [2025-09-18 04:09:49] "GET /analytics/uves/virtual-machine/4969978e-36f9-4abc-8e76-93e225439316?flat HTTP/1.1" 200 2050 0.067144 [API:8081]10.0.0.56 - - [2025-09-18 04:09:49] "GET /analytics/uves/virtual-machine/4969978e-36f9-4abc-8e76-93e225439316?flat HTTP/1.1" 200 2050 0.013072 [API:8081]10.0.0.56 - - [2025-09-18 04:09:50] "GET /analytics/uves/virtual-machine/4969978e-36f9-4abc-8e76-93e225439316?flat HTTP/1.1" 200 2050 0.062057 [API:8081]10.0.0.56 - - [2025-09-18 04:09:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009164 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115?flat HTTP/1.1" 200 2069 0.010840 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115?flat HTTP/1.1" 200 2069 0.015100 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115?flat HTTP/1.1" 200 2069 0.011406 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009504 [API:8081]10.0.0.22 - - [2025-09-18 04:09:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064259 [API:8081]10.0.0.56 - - [2025-09-18 04:10:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009276 [API:8081]10.0.0.56 - - [2025-09-18 04:10:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008987 [API:8081]10.0.0.56 - - [2025-09-18 04:10:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.009820 [API:8081]10.0.0.56 - - [2025-09-18 04:10:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.009218 [API:8081]10.0.0.22 - - [2025-09-18 04:10:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.069355 [API:8081]10.0.0.22 - - [2025-09-18 04:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.368851 [API:8081]10.0.0.41 - - [2025-09-18 04:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.283332 [API:8081]10.0.0.22 - - [2025-09-18 04:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017899 [API:8081]10.0.0.41 - - [2025-09-18 04:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.323623 [API:8081]10.0.0.56 - - [2025-09-18 04:12:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.202636 [API:8081]10.0.0.56 - - [2025-09-18 04:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164068 [API:8081]10.0.0.22 - - [2025-09-18 04:12:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.063549 [API:8081]10.0.0.22 - - [2025-09-18 04:13:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.434819 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003925 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004242 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002868 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002571 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002127 [Introspect:8090]10.0.0.56 - - [2025-09-18 04:14:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001228 [API:8081]10.0.0.56 - - [2025-09-18 04:14:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.069047 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65?flat HTTP/1.1" 200 1717 0.067155 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65?flat HTTP/1.1" 200 1717 0.071621 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65?flat HTTP/1.1" 200 1717 0.013174 [API:8081]10.0.0.56 - - [2025-09-18 04:15:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008425 [API:8081]10.0.0.56 - - [2025-09-18 04:15:18] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.56 - - [2025-09-18 04:15:18] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.22 - - [2025-09-18 04:15:47] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-09-18 04:15:47] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.41 - - [2025-09-18 04:15:47] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-09-18 04:15:47] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.22 - - [2025-09-18 04:15:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068974 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda?flat HTTP/1.1" 200 1715 0.011061 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda?flat HTTP/1.1" 200 1715 0.010073 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda?flat HTTP/1.1" 200 1715 0.011220 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008971 [API:8081]10.0.0.22 - - [2025-09-18 04:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.186538 [API:8081]10.0.0.41 - - [2025-09-18 04:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.268274 [API:8081]10.0.0.41 - - [2025-09-18 04:17:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.358682 [API:8081]10.0.0.22 - - [2025-09-18 04:17:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.414106 [API:8081]10.0.0.22 - - [2025-09-18 04:17:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.075541 [API:8081]10.0.0.56 - - [2025-09-18 04:17:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.279940 [API:8081]10.0.0.56 - - [2025-09-18 04:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.246590 [API:8081]10.0.0.56 - - [2025-09-18 04:17:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009107 [API:8081]10.0.0.56 - - [2025-09-18 04:17:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009246 [API:8081]10.0.0.22 - - [2025-09-18 04:19:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062645 [API:8081]10.0.0.56 - - [2025-09-18 04:19:13] "GET /analytics/uves/virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b?flat HTTP/1.1" 401 205 0.000527 [API:8081]10.0.0.56 - - [2025-09-18 04:19:14] "GET /analytics/uves/virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b?flat HTTP/1.1" 200 1263 0.061950 [API:8081]10.0.0.56 - - [2025-09-18 04:19:14] "GET /analytics/uves/virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b?flat HTTP/1.1" 200 1263 0.061359 [API:8081]10.0.0.56 - - [2025-09-18 04:19:15] "GET /analytics/uves/virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b?flat HTTP/1.1" 200 1263 0.085391 [API:8081]10.0.0.56 - - [2025-09-18 04:19:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009115 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121?flat HTTP/1.1" 200 1260 0.014024 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121?flat HTTP/1.1" 200 1260 0.011178 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121?flat HTTP/1.1" 200 1260 0.011312 [API:8081]10.0.0.56 - - [2025-09-18 04:19:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009691 [API:8081]10.0.0.56 - - [2025-09-18 04:19:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008317 [API:8081]10.0.0.56 - - [2025-09-18 04:19:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010470 [API:8081]10.0.0.22 - - [2025-09-18 04:20:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.512256 [API:8081]10.0.0.56 - - [2025-09-18 04:20:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.56 - - [2025-09-18 04:20:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.060906 [API:8081]10.0.0.56 - - [2025-09-18 04:20:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.124410 [API:8081]10.0.0.22 - - [2025-09-18 04:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123077 [API:8081]10.0.0.41 - - [2025-09-18 04:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182296 [API:8081]10.0.0.41 - - [2025-09-18 04:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.075396 [API:8081]10.0.0.22 - - [2025-09-18 04:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135678 [API:8081]10.0.0.56 - - [2025-09-18 04:22:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.225034 [API:8081]10.0.0.56 - - [2025-09-18 04:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.259047 [API:8081]10.0.0.22 - - [2025-09-18 04:22:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079498 [API:8081]10.0.0.22 - - [2025-09-18 04:23:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064052 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003444 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004106 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003864 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002753 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002423 [API:8081]10.0.0.22 - - [2025-09-18 04:25:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066830 [API:8081]10.0.0.56 - - [2025-09-18 04:25:18] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.56 - - [2025-09-18 04:25:18] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.22 - - [2025-09-18 04:25:47] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2025-09-18 04:25:47] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.41 - - [2025-09-18 04:25:47] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.41 - - [2025-09-18 04:25:47] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.22 - - [2025-09-18 04:26:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068788 [API:8081]10.0.0.56 - - [2025-09-18 04:26:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.56 - - [2025-09-18 04:26:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.059650 [API:8081]10.0.0.22 - - [2025-09-18 04:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158217 [API:8081]10.0.0.41 - - [2025-09-18 04:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231913 [API:8081]10.0.0.22 - - [2025-09-18 04:27:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.343762 [API:8081]10.0.0.41 - - [2025-09-18 04:27:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.385975 [API:8081]10.0.0.56 - - [2025-09-18 04:27:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231104 [API:8081]10.0.0.56 - - [2025-09-18 04:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.228582 [API:8081]10.0.0.22 - - [2025-09-18 04:28:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071130 [API:8081]10.0.0.22 - - [2025-09-18 04:29:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066375 [API:8081]10.0.0.22 - - [2025-09-18 04:31:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066514 [API:8081]10.0.0.22 - - [2025-09-18 04:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.011625 [API:8081]10.0.0.41 - - [2025-09-18 04:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151532 [API:8081]10.0.0.22 - - [2025-09-18 04:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.011395 [API:8081]10.0.0.41 - - [2025-09-18 04:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.022006 [API:8081]10.0.0.56 - - [2025-09-18 04:32:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.246317 [API:8081]10.0.0.56 - - [2025-09-18 04:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173906 [API:8081]10.0.0.22 - - [2025-09-18 04:32:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.076360 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003092 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002746 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002645 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002746 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002194 [API:8081]10.0.0.22 - - [2025-09-18 04:34:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068683 [API:8081]10.0.0.22 - - [2025-09-18 04:35:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063210 [API:8081]10.0.0.56 - - [2025-09-18 04:35:18] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.56 - - [2025-09-18 04:35:18] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.22 - - [2025-09-18 04:35:47] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2025-09-18 04:35:47] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.41 - - [2025-09-18 04:35:47] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-09-18 04:35:47] "GET /analytics HTTP/1.1" 401 205 0.000156 [Introspect:8090]10.0.0.41 - - [2025-09-18 04:36:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001500