++ 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 4 02:08:09 AM UTC 2025 ===================' INFO: =================== Thu Sep 4 02:08:09 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.57 ++ 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.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ 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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.57:8081 10.0.0.38:8081 10.0.0.131: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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ 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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.57:8086 10.0.0.38:8086 10.0.0.131: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.57,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ 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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.57:8082 10.0.0.38:8082 10.0.0.131: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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.57:9161 10.0.0.38:9161 10.0.0.131: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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131: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.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ 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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.57:2181,10.0.0.38:2181,10.0.0.131: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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ 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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.57:5673,10.0.0.38:5673,10.0.0.131: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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.57:6379 10.0.0.38:6379 10.0.0.131: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.57,10.0.0.38,10.0.0.131 ++ 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.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.57:9092 10.0.0.38:9092 10.0.0.131: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.57 ++ 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.57,10.0.0.38,10.0.0.131 ++ 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.57,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.57,10.0.0.38,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.57 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.57 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 +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.57,10.0.0.38,10.0.0.131 +++ local servers=10.0.0.57,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.57,10.20.0.25,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.57'\''))' +++ local server_ip=10.0.0.57 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.57 ]] +++ [[ ,10.0.0.57,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.57, ]] +++ echo 10.0.0.57 1 +++ return ++ local ip=10.0.0.57 ++ [[ -z 10.0.0.57 ]] ++ echo 10.0.0.57 + host_ip=10.0.0.57 + 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__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 09/04/2025 02:08:17.683 7f2881194880 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/04/2025 02:08:17.936 7f2881194880 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 09/04/2025 02:08:17.946 7f2881194880 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/04/2025 02:08:17.946 7f2881194880 [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.57:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.38 - - [2025-09-04 02:08:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.067005 [API:8081]10.0.0.38 - - [2025-09-04 02:08:54] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.38 - - [2025-09-04 02:08:54] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.131 - - [2025-09-04 02:08:54] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2025-09-04 02:08:54] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.57 - - [2025-09-04 02:08:55] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.57 - - [2025-09-04 02:08:55] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.38 - - [2025-09-04 02:09:25] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.38 - - [2025-09-04 02:09:25] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.131 - - [2025-09-04 02:09:25] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.131 - - [2025-09-04 02:09:25] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.57 - - [2025-09-04 02:09:26] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.57 - - [2025-09-04 02:09:26] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.38 - - [2025-09-04 02:09:55] "GET /analytics HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.38 - - [2025-09-04 02:09:55] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.131 - - [2025-09-04 02:09:56] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2025-09-04 02:09:56] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.38 - - [2025-09-04 02:10:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.050622 [API:8081]10.0.0.38 - - [2025-09-04 02:11:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1343 0.051429 [API:8081]10.0.0.131 - - [2025-09-04 02:11:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.089313 [API:8081]10.0.0.57 - - [2025-09-04 02:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.085599 [API:8081]10.0.0.38 - - [2025-09-04 02:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129927 [API:8081]10.0.0.131 - - [2025-09-04 02:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146579 [API:8081]10.0.0.38 - - [2025-09-04 02:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.078470 [API:8081]10.0.0.57 - - [2025-09-04 02:11:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139948 [Introspect:8090]10.0.0.57 - - [2025-09-04 02:11:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001188 [Introspect:8090]10.0.0.57 - - [2025-09-04 02:12:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001620 [Introspect:8090]10.0.0.57 - - [2025-09-04 02:13:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001198 [API:8081]10.0.0.38 - - [2025-09-04 02:13:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066468 [Introspect:8090]10.0.0.57 - - [2025-09-04 02:13:25] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000600 [API:8081]10.0.0.57 - - [2025-09-04 02:13:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1:Control:contrail-control:0?flat HTTP/1.1" 200 38001 0.065412 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.055756 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2:Control:contrail-control:0?flat HTTP/1.1" 200 38002 0.068458 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.021774 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3:Control:contrail-control:0?flat HTTP/1.1" 200 27607 0.016434 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13499 0.014966 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.018875 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.017805 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3357 0.015199 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3357 0.012836 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010603 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.013364 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4008 0.013259 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4307 0.015561 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011367 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013809 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012080 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013796 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013975 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.019306 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.017281 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.023055 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.019330 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.018920 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.019732 [API:8081]10.0.0.57 - - [2025-09-04 02:13:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.013270 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.019540 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015901 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.018552 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.017994 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.036753 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12109 0.037161 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.019347 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.019116 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12109 0.024244 [API:8081]10.0.0.57 - - [2025-09-04 02:13:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023148 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.018989 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.017125 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.019020 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.011829 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.015134 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.019154 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3998 0.012434 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.013539 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.019258 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.013992 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.011366 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.014508 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013175 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015148 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3678 0.013882 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015549 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3679 0.012949 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.017752 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3678 0.015705 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.014159 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4309 0.019583 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.013636 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1:Control:contrail-control:0?flat HTTP/1.1" 200 38004 0.030753 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.015309 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.015631 [API:8081]10.0.0.57 - - [2025-09-04 02:13:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2:Control:contrail-control:0?flat HTTP/1.1" 200 38004 0.023493 [API:8081]10.0.0.57 - - [2025-09-04 02:13:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.014325 [API:8081]10.0.0.57 - - [2025-09-04 02:13:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.019683 [API:8081]10.0.0.57 - - [2025-09-04 02:13:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3:Control:contrail-control:0?flat HTTP/1.1" 200 27607 0.020439 [API:8081]10.0.0.57 - - [2025-09-04 02:13:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.014762 [API:8081]10.0.0.57 - - [2025-09-04 02:13:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4012-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13499 0.019176 [API:8081]10.0.0.57 - - [2025-09-04 02:13:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12109 0.022090 [API:8081]10.0.0.57 - - [2025-09-04 02:13:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?flat HTTP/1.1" 200 16768 0.023679 [API:8081]10.0.0.57 - - [2025-09-04 02:13:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?flat HTTP/1.1" 200 15342 0.019597 [API:8081]10.0.0.57 - - [2025-09-04 02:13:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?flat HTTP/1.1" 200 16743 0.018005 [API:8081]10.0.0.57 - - [2025-09-04 02:13:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?flat HTTP/1.1" 200 16768 0.019615 [API:8081]10.0.0.57 - - [2025-09-04 02:13:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?flat HTTP/1.1" 200 15342 0.017993 [API:8081]10.0.0.57 - - [2025-09-04 02:13:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?flat HTTP/1.1" 200 16743 0.017967 [API:8081]10.0.0.57 - - [2025-09-04 02:13:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?flat HTTP/1.1" 200 16768 0.019838 [API:8081]10.0.0.57 - - [2025-09-04 02:13:33] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?flat HTTP/1.1" 200 15342 0.024642 [API:8081]10.0.0.57 - - [2025-09-04 02:13:33] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?flat HTTP/1.1" 200 16743 0.021113 [API:8081]10.0.0.57 - - [2025-09-04 02:13:33] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?flat HTTP/1.1" 200 16768 0.021654 [API:8081]10.0.0.57 - - [2025-09-04 02:13:33] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?flat HTTP/1.1" 200 15342 0.023407 [API:8081]10.0.0.57 - - [2025-09-04 02:13:33] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?flat HTTP/1.1" 200 16743 0.022282 [API:8081]10.0.0.57 - - [2025-09-04 02:13:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 8141 0.017890 [API:8081]10.0.0.57 - - [2025-09-04 02:13:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 8140 0.017051 [API:8081]10.0.0.57 - - [2025-09-04 02:13:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4012-3?flat HTTP/1.1" 200 8138 0.016811 [API:8081]10.0.0.57 - - [2025-09-04 02:13:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.57 - - [2025-09-04 02:13:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.052330 [API:8081]10.0.0.57 - - [2025-09-04 02:13:56] "POST /analytics/query HTTP/1.1" 200 54669 1.068284 [API:8081]10.0.0.57 - - [2025-09-04 02:13:57] "POST /analytics/query HTTP/1.1" 200 5875 1.085830 [API:8081]10.0.0.57 - - [2025-09-04 02:13:58] "POST /analytics/query HTTP/1.1" 200 871 1.033720 [API:8081]10.0.0.57 - - [2025-09-04 02:13:59] "POST /analytics/query HTTP/1.1" 200 5875 1.022992 [API:8081]10.0.0.57 - - [2025-09-04 02:14:00] "POST /analytics/query HTTP/1.1" 200 871 1.029522 [API:8081]10.0.0.57 - - [2025-09-04 02:14:11] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000893 [API:8081]10.0.0.38 - - [2025-09-04 02:14:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.076600 [API:8081]10.0.0.131 - - [2025-09-04 02:16:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161513 [API:8081]10.0.0.57 - - [2025-09-04 02:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150855 [API:8081]10.0.0.38 - - [2025-09-04 02:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203544 [API:8081]10.0.0.131 - - [2025-09-04 02:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143304 [API:8081]10.0.0.38 - - [2025-09-04 02:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180820 [API:8081]10.0.0.57 - - [2025-09-04 02:16:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.440680 [API:8081]10.0.0.38 - - [2025-09-04 02:16:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.208886 [API:8081]10.0.0.38 - - [2025-09-04 02:17:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.082284 [API:8081]10.0.0.57 - - [2025-09-04 02:17:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.57 - - [2025-09-04 02:17:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1434 0.050914 [API:8081]10.0.0.57 - - [2025-09-04 02:17:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.058321 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:18:17] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002655 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:18:17] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002809 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:18:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002893 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:18:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002810 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:18:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002423 [API:8081]10.0.0.57 - - [2025-09-04 02:19:26] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.57 - - [2025-09-04 02:19:26] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.38 - - [2025-09-04 02:19:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056295 [API:8081]10.0.0.38 - - [2025-09-04 02:19:55] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2025-09-04 02:19:55] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.131 - - [2025-09-04 02:19:56] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.131 - - [2025-09-04 02:19:56] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.38 - - [2025-09-04 02:20:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058164 [API:8081]10.0.0.131 - - [2025-09-04 02:21:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162085 [API:8081]10.0.0.57 - - [2025-09-04 02:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.325047 [API:8081]10.0.0.38 - - [2025-09-04 02:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.537174 [API:8081]10.0.0.131 - - [2025-09-04 02:21:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.510778 [API:8081]10.0.0.38 - - [2025-09-04 02:21:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.379491 [API:8081]10.0.0.57 - - [2025-09-04 02:21:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154877 [API:8081]10.0.0.38 - - [2025-09-04 02:22:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068331 [API:8081]10.0.0.57 - - [2025-09-04 02:23:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.57 - - [2025-09-04 02:23:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.079618 [API:8081]10.0.0.38 - - [2025-09-04 02:23:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.358426 [API:8081]10.0.0.57 - - [2025-09-04 02:23:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.061262 [API:8081]10.0.0.57 - - [2025-09-04 02:25:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1364 0.007434 [API:8081]10.0.0.57 - - [2025-09-04 02:25:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1592 0.051830 [API:8081]10.0.0.57 - - [2025-09-04 02:25:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1820 0.009375 [API:8081]10.0.0.57 - - [2025-09-04 02:25:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2048 0.009082 [API:8081]10.0.0.38 - - [2025-09-04 02:25:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052504 [API:8081]10.0.0.131 - - [2025-09-04 02:26:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169785 [API:8081]10.0.0.57 - - [2025-09-04 02:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.134246 [API:8081]10.0.0.38 - - [2025-09-04 02:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145809 [API:8081]10.0.0.131 - - [2025-09-04 02:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.108377 [API:8081]10.0.0.38 - - [2025-09-04 02:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.012948 [API:8081]10.0.0.57 - - [2025-09-04 02:26:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160115 [API:8081]10.0.0.38 - - [2025-09-04 02:26:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066266 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:28:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002193 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002521 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002461 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002319 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:28:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001951 [API:8081]10.0.0.57 - - [2025-09-04 02:28:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.019888 [API:8081]10.0.0.57 - - [2025-09-04 02:28:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.020323 [API:8081]10.0.0.57 - - [2025-09-04 02:28:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-87591943:ctest-vnet1-02707230?flat HTTP/1.1" 200 8247 0.014181 [API:8081]10.0.0.57 - - [2025-09-04 02:28:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008298 [API:8081]10.0.0.57 - - [2025-09-04 02:28:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25189 0.021372 [API:8081]10.0.0.57 - - [2025-09-04 02:28:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13058 0.024179 [API:8081]10.0.0.57 - - [2025-09-04 02:28:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25189 0.026063 [API:8081]10.0.0.57 - - [2025-09-04 02:28:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13058 0.021803 [API:8081]10.0.0.57 - - [2025-09-04 02:28:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25189 0.065002 [API:8081]10.0.0.57 - - [2025-09-04 02:28:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12824 0.066231 [API:8081]10.0.0.57 - - [2025-09-04 02:28:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-87591943:ctest-vnet0-93412024?flat HTTP/1.1" 200 8241 0.013334 [API:8081]10.0.0.57 - - [2025-09-04 02:28:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008134 [API:8081]10.0.0.38 - - [2025-09-04 02:28:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075548 [API:8081]10.0.0.57 - - [2025-09-04 02:28:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.009741 [API:8081]10.0.0.57 - - [2025-09-04 02:29:26] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.57 - - [2025-09-04 02:29:26] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.38 - - [2025-09-04 02:29:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060850 [API:8081]10.0.0.38 - - [2025-09-04 02:29:55] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-09-04 02:29:55] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.131 - - [2025-09-04 02:29:56] "GET /analytics HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.131 - - [2025-09-04 02:29:56] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.57 - - [2025-09-04 02:30:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.57 - - [2025-09-04 02:30:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.058931 [API:8081]10.0.0.131 - - [2025-09-04 02:31:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.062624 [API:8081]10.0.0.57 - - [2025-09-04 02:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151713 [API:8081]10.0.0.38 - - [2025-09-04 02:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180888 [API:8081]10.0.0.131 - - [2025-09-04 02:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131524 [API:8081]10.0.0.38 - - [2025-09-04 02:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123400 [API:8081]10.0.0.57 - - [2025-09-04 02:31:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121438 [API:8081]10.0.0.38 - - [2025-09-04 02:31:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049062 [API:8081]10.0.0.57 - - [2025-09-04 02:31:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.068146 [API:8081]10.0.0.57 - - [2025-09-04 02:31:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13086 0.021001 [API:8081]10.0.0.57 - - [2025-09-04 02:32:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.060910 [API:8081]10.0.0.57 - - [2025-09-04 02:32:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13086 0.021624 [API:8081]10.0.0.57 - - [2025-09-04 02:32:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.023137 [API:8081]10.0.0.57 - - [2025-09-04 02:32:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13086 0.022957 [API:8081]10.0.0.57 - - [2025-09-04 02:32:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.022682 [API:8081]10.0.0.57 - - [2025-09-04 02:32:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12644 0.021646 [API:8081]10.0.0.57 - - [2025-09-04 02:32:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-85906862:ctest-vnet0-50539431?flat HTTP/1.1" 200 7196 0.013362 [API:8081]10.0.0.57 - - [2025-09-04 02:32:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012335 [API:8081]10.0.0.57 - - [2025-09-04 02:32:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.57 - - [2025-09-04 02:32:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.058828 [API:8081]10.0.0.57 - - [2025-09-04 02:32:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.57 - - [2025-09-04 02:32:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.058568 [API:8081]10.0.0.57 - - [2025-09-04 02:32:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.048787 [API:8081]10.0.0.57 - - [2025-09-04 02:32:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.050308 [API:8081]10.0.0.38 - - [2025-09-04 02:32:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079622 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:73d488bd-6d7a-455c-86d3-ee32d5441b34?flat HTTP/1.1" 200 5228 0.013492 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:73d488bd-6d7a-455c-86d3-ee32d5441b34?flat HTTP/1.1" 200 5228 0.015198 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:73d488bd-6d7a-455c-86d3-ee32d5441b34?flat HTTP/1.1" 200 5228 0.017758 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-37442501:ctest-VN1-35146619?flat HTTP/1.1" 200 8556 0.016113 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.020844 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.022056 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.021439 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.056565 [API:8081]10.0.0.57 - - [2025-09-04 02:33:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009562 [API:8081]10.0.0.57 - - [2025-09-04 02:33:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:f1f625ec-d2ec-40d0-bffb-3e34c2f9fb64?flat HTTP/1.1" 200 5099 0.013067 [API:8081]10.0.0.57 - - [2025-09-04 02:33:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:f1f625ec-d2ec-40d0-bffb-3e34c2f9fb64?flat HTTP/1.1" 200 5099 0.020946 [API:8081]10.0.0.57 - - [2025-09-04 02:33:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:f1f625ec-d2ec-40d0-bffb-3e34c2f9fb64?flat HTTP/1.1" 200 5099 0.017572 [API:8081]10.0.0.57 - - [2025-09-04 02:33:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-37442501:ctest-VN2-19614281?flat HTTP/1.1" 200 7856 0.020358 [API:8081]10.0.0.57 - - [2025-09-04 02:33:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.027411 [API:8081]10.0.0.57 - - [2025-09-04 02:33:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.020254 [API:8081]10.0.0.57 - - [2025-09-04 02:33:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009513 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:e8fc0763-0192-4901-9fa7-32823aef32e8?flat HTTP/1.1" 200 5092 0.017498 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:e8fc0763-0192-4901-9fa7-32823aef32e8?flat HTTP/1.1" 200 5092 0.015588 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-37442501:e8fc0763-0192-4901-9fa7-32823aef32e8?flat HTTP/1.1" 200 5092 0.013487 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-37442501:ctest-VN3-72725623?flat HTTP/1.1" 200 7443 0.015370 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.025155 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.024509 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.019775 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.027981 [API:8081]10.0.0.57 - - [2025-09-04 02:33:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010420 [API:8081]10.0.0.38 - - [2025-09-04 02:34:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067261 [API:8081]10.0.0.57 - - [2025-09-04 02:34:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.022531 [API:8081]10.0.0.57 - - [2025-09-04 02:34:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.020417 [API:8081]10.0.0.57 - - [2025-09-04 02:34:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.021070 [API:8081]10.0.0.57 - - [2025-09-04 02:34:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.023586 [API:8081]10.0.0.57 - - [2025-09-04 02:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.034336 [API:8081]10.0.0.57 - - [2025-09-04 02:34:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.022176 [API:8081]10.0.0.57 - - [2025-09-04 02:34:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.020937 [API:8081]10.0.0.57 - - [2025-09-04 02:34:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.019360 [API:8081]10.0.0.57 - - [2025-09-04 02:35:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.027418 [API:8081]10.0.0.57 - - [2025-09-04 02:35:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.023271 [API:8081]10.0.0.57 - - [2025-09-04 02:35:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.161222 [API:8081]10.0.0.57 - - [2025-09-04 02:35:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13402 0.020955 [API:8081]10.0.0.57 - - [2025-09-04 02:35:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.028756 [API:8081]10.0.0.57 - - [2025-09-04 02:35:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13039 0.020650 [API:8081]10.0.0.57 - - [2025-09-04 02:35:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-37442501:ctest-VN3-72725623?flat HTTP/1.1" 200 6216 0.015375 [API:8081]10.0.0.57 - - [2025-09-04 02:35:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009568 [API:8081]10.0.0.57 - - [2025-09-04 02:35:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.028717 [API:8081]10.0.0.57 - - [2025-09-04 02:35:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.028597 [API:8081]10.0.0.57 - - [2025-09-04 02:35:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.019631 [API:8081]10.0.0.57 - - [2025-09-04 02:35:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.021164 [API:8081]10.0.0.57 - - [2025-09-04 02:35:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.023201 [API:8081]10.0.0.57 - - [2025-09-04 02:35:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.025928 [API:8081]10.0.0.57 - - [2025-09-04 02:35:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.021662 [API:8081]10.0.0.57 - - [2025-09-04 02:35:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-37442501:ctest-VN2-19614281?flat HTTP/1.1" 200 6550 0.017840 [API:8081]10.0.0.57 - - [2025-09-04 02:35:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009165 [API:8081]10.0.0.57 - - [2025-09-04 02:35:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.029646 [API:8081]10.0.0.57 - - [2025-09-04 02:35:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13039 0.026157 [API:8081]10.0.0.57 - - [2025-09-04 02:35:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021949 [API:8081]10.0.0.57 - - [2025-09-04 02:35:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13039 0.019749 [API:8081]10.0.0.57 - - [2025-09-04 02:35:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.028778 [API:8081]10.0.0.57 - - [2025-09-04 02:35:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12644 0.025447 [API:8081]10.0.0.57 - - [2025-09-04 02:35:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-37442501:ctest-VN1-35146619?flat HTTP/1.1" 200 6770 0.013144 [API:8081]10.0.0.57 - - [2025-09-04 02:35:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014647 [API:8081]10.0.0.38 - - [2025-09-04 02:35:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.075412 [API:8081]10.0.0.57 - - [2025-09-04 02:35:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.57 - - [2025-09-04 02:35:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.060816 [API:8081]10.0.0.57 - - [2025-09-04 02:35:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.054067 [API:8081]10.0.0.57 - - [2025-09-04 02:35:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.054937 [API:8081]10.0.0.131 - - [2025-09-04 02:36:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.155552 [API:8081]10.0.0.57 - - [2025-09-04 02:36:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.191189 [API:8081]10.0.0.38 - - [2025-09-04 02:36:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.221115 [API:8081]10.0.0.131 - - [2025-09-04 02:36:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.240502 [API:8081]10.0.0.38 - - [2025-09-04 02:36:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.239971 [API:8081]10.0.0.57 - - [2025-09-04 02:36:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142065 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:b0230ea8-e2ba-40de-9149-aae3cd65a6ed?flat HTTP/1.1" 200 5361 0.014323 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:b0230ea8-e2ba-40de-9149-aae3cd65a6ed?flat HTTP/1.1" 200 5361 0.014924 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:b0230ea8-e2ba-40de-9149-aae3cd65a6ed?flat HTTP/1.1" 200 5361 0.015048 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:b0230ea8-e2ba-40de-9149-aae3cd65a6ed?flat HTTP/1.1" 200 5361 0.014466 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-16254764:ctest-VN1-43502880?flat HTTP/1.1" 200 9448 0.016809 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.022064 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13435 0.019814 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.020459 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13435 0.019305 [API:8081]10.0.0.57 - - [2025-09-04 02:36:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007979 [API:8081]10.0.0.57 - - [2025-09-04 02:36:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:64fe77e0-9b1b-4ae6-8e95-504a476c93aa?flat HTTP/1.1" 200 5222 0.013830 [API:8081]10.0.0.57 - - [2025-09-04 02:36:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:64fe77e0-9b1b-4ae6-8e95-504a476c93aa?flat HTTP/1.1" 200 5222 0.013320 [API:8081]10.0.0.57 - - [2025-09-04 02:36:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:64fe77e0-9b1b-4ae6-8e95-504a476c93aa?flat HTTP/1.1" 200 5222 0.018494 [API:8081]10.0.0.57 - - [2025-09-04 02:36:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:64fe77e0-9b1b-4ae6-8e95-504a476c93aa?flat HTTP/1.1" 200 5222 0.012761 [API:8081]10.0.0.57 - - [2025-09-04 02:36:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-16254764:ctest-VN2-33211179?flat HTTP/1.1" 200 8639 0.017300 [API:8081]10.0.0.57 - - [2025-09-04 02:36:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.020485 [API:8081]10.0.0.57 - - [2025-09-04 02:36:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.034177 [API:8081]10.0.0.57 - - [2025-09-04 02:36:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009517 [API:8081]10.0.0.57 - - [2025-09-04 02:36:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:87d9dfe1-e43e-4e8a-889e-5bee8c73a5a4?flat HTTP/1.1" 200 5222 0.013391 [API:8081]10.0.0.57 - - [2025-09-04 02:36:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:87d9dfe1-e43e-4e8a-889e-5bee8c73a5a4?flat HTTP/1.1" 200 5222 0.016142 [API:8081]10.0.0.57 - - [2025-09-04 02:36:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:87d9dfe1-e43e-4e8a-889e-5bee8c73a5a4?flat HTTP/1.1" 200 5222 0.016178 [API:8081]10.0.0.57 - - [2025-09-04 02:36:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-16254764:87d9dfe1-e43e-4e8a-889e-5bee8c73a5a4?flat HTTP/1.1" 200 5222 0.019455 [API:8081]10.0.0.57 - - [2025-09-04 02:36:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-16254764:ctest-VN3-74964432?flat HTTP/1.1" 200 8206 0.022891 [API:8081]10.0.0.57 - - [2025-09-04 02:36:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.028839 [API:8081]10.0.0.57 - - [2025-09-04 02:36:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13435 0.020706 [API:8081]10.0.0.57 - - [2025-09-04 02:36:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.019528 [API:8081]10.0.0.57 - - [2025-09-04 02:36:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13435 0.020526 [API:8081]10.0.0.57 - - [2025-09-04 02:36:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008508 [API:8081]10.0.0.57 - - [2025-09-04 02:37:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.022160 [API:8081]10.0.0.57 - - [2025-09-04 02:37:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.022219 [API:8081]10.0.0.57 - - [2025-09-04 02:37:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.022893 [API:8081]10.0.0.57 - - [2025-09-04 02:37:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.021043 [API:8081]10.0.0.38 - - [2025-09-04 02:37:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054473 [API:8081]10.0.0.57 - - [2025-09-04 02:37:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.031714 [API:8081]10.0.0.57 - - [2025-09-04 02:37:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.027986 [API:8081]10.0.0.57 - - [2025-09-04 02:37:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.021740 [API:8081]10.0.0.57 - - [2025-09-04 02:37:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.020447 [API:8081]10.0.0.57 - - [2025-09-04 02:37:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.019724 [API:8081]10.0.0.57 - - [2025-09-04 02:37:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.020643 [API:8081]10.0.0.57 - - [2025-09-04 02:37:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.034765 [API:8081]10.0.0.57 - - [2025-09-04 02:37:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.030172 [API:8081]10.0.0.57 - - [2025-09-04 02:37:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.032323 [API:8081]10.0.0.57 - - [2025-09-04 02:37:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.020200 [API:8081]10.0.0.57 - - [2025-09-04 02:38:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.039305 [API:8081]10.0.0.57 - - [2025-09-04 02:38:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.036934 [API:8081]10.0.0.57 - - [2025-09-04 02:38:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.031819 [API:8081]10.0.0.57 - - [2025-09-04 02:38:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13445 0.020432 [API:8081]10.0.0.57 - - [2025-09-04 02:38:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.023399 [API:8081]10.0.0.57 - - [2025-09-04 02:38:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13057 0.020575 [API:8081]10.0.0.57 - - [2025-09-04 02:38:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-16254764:ctest-VN3-74964432?flat HTTP/1.1" 200 6967 0.013844 [API:8081]10.0.0.57 - - [2025-09-04 02:38:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009234 [API:8081]10.0.0.57 - - [2025-09-04 02:38:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.019270 [API:8081]10.0.0.57 - - [2025-09-04 02:38:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.022296 [API:8081]10.0.0.57 - - [2025-09-04 02:38:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.020407 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:38:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002966 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:38:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002933 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:38:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003930 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:38:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002516 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:38:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001722 [API:8081]10.0.0.57 - - [2025-09-04 02:38:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.022226 [API:8081]10.0.0.57 - - [2025-09-04 02:38:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.022249 [API:8081]10.0.0.57 - - [2025-09-04 02:38:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.019999 [API:8081]10.0.0.57 - - [2025-09-04 02:38:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.019495 [API:8081]10.0.0.57 - - [2025-09-04 02:38:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-16254764:ctest-VN2-33211179?flat HTTP/1.1" 200 7315 0.012304 [API:8081]10.0.0.57 - - [2025-09-04 02:38:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007729 [API:8081]10.0.0.57 - - [2025-09-04 02:38:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.021955 [API:8081]10.0.0.57 - - [2025-09-04 02:38:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13057 0.019530 [API:8081]10.0.0.57 - - [2025-09-04 02:38:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.038296 [API:8081]10.0.0.57 - - [2025-09-04 02:38:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13057 0.021822 [API:8081]10.0.0.57 - - [2025-09-04 02:38:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.024343 [API:8081]10.0.0.57 - - [2025-09-04 02:38:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12645 0.021257 [API:8081]10.0.0.57 - - [2025-09-04 02:38:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-16254764:ctest-VN1-43502880?flat HTTP/1.1" 200 7641 0.013595 [API:8081]10.0.0.57 - - [2025-09-04 02:38:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008398 [API:8081]10.0.0.38 - - [2025-09-04 02:38:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.062936 [API:8081]10.0.0.57 - - [2025-09-04 02:38:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.57 - - [2025-09-04 02:38:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.059095 [API:8081]10.0.0.57 - - [2025-09-04 02:38:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.053889 [API:8081]10.0.0.57 - - [2025-09-04 02:39:26] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.57 - - [2025-09-04 02:39:26] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.38 - - [2025-09-04 02:39:55] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-09-04 02:39:55] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.131 - - [2025-09-04 02:39:56] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2025-09-04 02:39:56] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.38 - - [2025-09-04 02:40:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057340 [API:8081]10.0.0.57 - - [2025-09-04 02:41:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.57 - - [2025-09-04 02:41:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.139049 [API:8081]10.0.0.131 - - [2025-09-04 02:41:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142905 [API:8081]10.0.0.57 - - [2025-09-04 02:41:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188213 [API:8081]10.0.0.38 - - [2025-09-04 02:41:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.201474 [API:8081]10.0.0.131 - - [2025-09-04 02:41:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164935 [API:8081]10.0.0.38 - - [2025-09-04 02:41:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133114 [API:8081]10.0.0.57 - - [2025-09-04 02:41:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143147 [API:8081]10.0.0.38 - - [2025-09-04 02:41:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.080422 [API:8081]10.0.0.57 - - [2025-09-04 02:43:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.078999 [API:8081]10.0.0.57 - - [2025-09-04 02:43:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13077 0.028257 [API:8081]10.0.0.57 - - [2025-09-04 02:43:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.060616 [API:8081]10.0.0.57 - - [2025-09-04 02:43:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13077 0.021308 [API:8081]10.0.0.57 - - [2025-09-04 02:43:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.019682 [API:8081]10.0.0.57 - - [2025-09-04 02:43:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13077 0.026449 [API:8081]10.0.0.57 - - [2025-09-04 02:43:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.022356 [API:8081]10.0.0.57 - - [2025-09-04 02:43:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13077 0.023049 [API:8081]10.0.0.57 - - [2025-09-04 02:43:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.033009 [API:8081]10.0.0.57 - - [2025-09-04 02:43:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13077 0.024105 [API:8081]10.0.0.57 - - [2025-09-04 02:43:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.019846 [API:8081]10.0.0.57 - - [2025-09-04 02:43:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13077 0.020139 [API:8081]10.0.0.57 - - [2025-09-04 02:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.024012 [API:8081]10.0.0.57 - - [2025-09-04 02:43:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13077 0.022375 [API:8081]10.0.0.57 - - [2025-09-04 02:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.019232 [API:8081]10.0.0.57 - - [2025-09-04 02:43:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12651 0.027887 [API:8081]10.0.0.57 - - [2025-09-04 02:43:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-84460502:ctest-vnet0-53917790?flat HTTP/1.1" 200 7967 0.017500 [API:8081]10.0.0.57 - - [2025-09-04 02:43:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011912 [API:8081]10.0.0.38 - - [2025-09-04 02:43:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.111418 [API:8081]10.0.0.57 - - [2025-09-04 02:43:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.57 - - [2025-09-04 02:43:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.054552 [API:8081]10.0.0.57 - - [2025-09-04 02:43:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.045191 [API:8081]10.0.0.38 - - [2025-09-04 02:44:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.126535 [API:8081]10.0.0.131 - - [2025-09-04 02:46:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146673 [API:8081]10.0.0.57 - - [2025-09-04 02:46:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135367 [API:8081]10.0.0.38 - - [2025-09-04 02:46:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185800 [API:8081]10.0.0.131 - - [2025-09-04 02:46:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132788 [API:8081]10.0.0.38 - - [2025-09-04 02:46:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.125110 [API:8081]10.0.0.57 - - [2025-09-04 02:46:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131896 [API:8081]10.0.0.38 - - [2025-09-04 02:46:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057116 [API:8081]10.0.0.57 - - [2025-09-04 02:47:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.019527 [API:8081]10.0.0.57 - - [2025-09-04 02:47:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.063352 [API:8081]10.0.0.57 - - [2025-09-04 02:47:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.020534 [API:8081]10.0.0.57 - - [2025-09-04 02:47:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.031059 [API:8081]10.0.0.57 - - [2025-09-04 02:47:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.024236 [API:8081]10.0.0.57 - - [2025-09-04 02:47:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.025564 [API:8081]10.0.0.57 - - [2025-09-04 02:47:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.032071 [API:8081]10.0.0.57 - - [2025-09-04 02:47:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-11334909:ctest-vnet1-68144501?flat HTTP/1.1" 200 7306 0.015202 [API:8081]10.0.0.57 - - [2025-09-04 02:47:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011503 [API:8081]10.0.0.57 - - [2025-09-04 02:47:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.020456 [API:8081]10.0.0.57 - - [2025-09-04 02:47:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13062 0.029811 [API:8081]10.0.0.57 - - [2025-09-04 02:47:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.021153 [API:8081]10.0.0.57 - - [2025-09-04 02:47:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13062 0.021600 [API:8081]10.0.0.57 - - [2025-09-04 02:47:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.032546 [API:8081]10.0.0.57 - - [2025-09-04 02:47:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12656 0.025929 [API:8081]10.0.0.57 - - [2025-09-04 02:47:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-11334909:ctest-vnet0-50379148?flat HTTP/1.1" 200 6958 0.013176 [API:8081]10.0.0.57 - - [2025-09-04 02:47:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008841 [API:8081]10.0.0.38 - - [2025-09-04 02:47:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.127678 [API:8081]10.0.0.57 - - [2025-09-04 02:47:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.57 - - [2025-09-04 02:47:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.065315 [API:8081]10.0.0.57 - - [2025-09-04 02:47:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.046858 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:48:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002439 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:48:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002422 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:48:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002456 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:48:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002532 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:48:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003749 [API:8081]10.0.0.57 - - [2025-09-04 02:49:26] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.57 - - [2025-09-04 02:49:26] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.38 - - [2025-09-04 02:49:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059718 [API:8081]10.0.0.38 - - [2025-09-04 02:49:55] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-09-04 02:49:55] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.131 - - [2025-09-04 02:49:56] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2025-09-04 02:49:56] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.38 - - [2025-09-04 02:50:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.053470 [API:8081]10.0.0.131 - - [2025-09-04 02:51:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147331 [API:8081]10.0.0.57 - - [2025-09-04 02:51:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205366 [API:8081]10.0.0.38 - - [2025-09-04 02:51:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.258046 [API:8081]10.0.0.131 - - [2025-09-04 02:51:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.243099 [API:8081]10.0.0.38 - - [2025-09-04 02:51:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.207179 [API:8081]10.0.0.57 - - [2025-09-04 02:51:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200703 [API:8081]10.0.0.57 - - [2025-09-04 02:51:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.024030 [API:8081]10.0.0.57 - - [2025-09-04 02:51:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.077760 [API:8081]10.0.0.57 - - [2025-09-04 02:51:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.028859 [API:8081]10.0.0.57 - - [2025-09-04 02:51:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.020353 [API:8081]10.0.0.57 - - [2025-09-04 02:51:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.020178 [API:8081]10.0.0.57 - - [2025-09-04 02:51:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-68958777:ctest-vnet1-89840173?flat HTTP/1.1" 200 8068 0.011495 [API:8081]10.0.0.57 - - [2025-09-04 02:51:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008958 [API:8081]10.0.0.57 - - [2025-09-04 02:52:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.031397 [API:8081]10.0.0.57 - - [2025-09-04 02:52:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13089 0.022157 [API:8081]10.0.0.57 - - [2025-09-04 02:52:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.021994 [API:8081]10.0.0.57 - - [2025-09-04 02:52:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13089 0.028018 [API:8081]10.0.0.57 - - [2025-09-04 02:52:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.021668 [API:8081]10.0.0.57 - - [2025-09-04 02:52:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12657 0.021609 [API:8081]10.0.0.57 - - [2025-09-04 02:52:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-68958777:ctest-vnet0-66784676?flat HTTP/1.1" 200 7709 0.013587 [API:8081]10.0.0.57 - - [2025-09-04 02:52:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007550 [API:8081]10.0.0.38 - - [2025-09-04 02:52:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061338 [API:8081]10.0.0.38 - - [2025-09-04 02:53:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.057654 [API:8081]10.0.0.38 - - [2025-09-04 02:55:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056264 [API:8081]10.0.0.131 - - [2025-09-04 02:56:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148610 [API:8081]10.0.0.57 - - [2025-09-04 02:56:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.259511 [API:8081]10.0.0.38 - - [2025-09-04 02:56:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.390839 [API:8081]10.0.0.131 - - [2025-09-04 02:56:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.306114 [API:8081]10.0.0.38 - - [2025-09-04 02:56:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187538 [API:8081]10.0.0.57 - - [2025-09-04 02:56:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147624 [API:8081]10.0.0.57 - - [2025-09-04 02:56:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.57 - - [2025-09-04 02:56:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.055261 [API:8081]10.0.0.38 - - [2025-09-04 02:57:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069861 [API:8081]10.0.0.57 - - [2025-09-04 02:57:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.055063 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:58:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002421 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:58:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003183 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:58:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002344 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:58:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002279 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 02:58:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002153 [API:8081]10.0.0.38 - - [2025-09-04 02:59:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063563 [API:8081]10.0.0.57 - - [2025-09-04 02:59:26] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.57 - - [2025-09-04 02:59:26] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.57 - - [2025-09-04 02:59:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.57 - - [2025-09-04 02:59:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.061175 [API:8081]10.0.0.38 - - [2025-09-04 02:59:55] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-09-04 02:59:55] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.131 - - [2025-09-04 02:59:56] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2025-09-04 02:59:56] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.38 - - [2025-09-04 03:00:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.084959 [API:8081]10.0.0.57 - - [2025-09-04 03:00:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:4274bb8d-1f4b-48c0-a667-18a37bc8cbb6?flat HTTP/1.1" 200 5822 0.059054 [API:8081]10.0.0.57 - - [2025-09-04 03:00:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:4274bb8d-1f4b-48c0-a667-18a37bc8cbb6?flat HTTP/1.1" 200 5822 0.014102 [API:8081]10.0.0.57 - - [2025-09-04 03:00:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:4274bb8d-1f4b-48c0-a667-18a37bc8cbb6?flat HTTP/1.1" 200 5822 0.066018 [API:8081]10.0.0.57 - - [2025-09-04 03:00:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545-19403369?flat HTTP/1.1" 200 10799 0.018164 [API:8081]10.0.0.57 - - [2025-09-04 03:00:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.032721 [API:8081]10.0.0.57 - - [2025-09-04 03:00:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13271 0.025332 [API:8081]10.0.0.57 - - [2025-09-04 03:00:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.029886 [API:8081]10.0.0.57 - - [2025-09-04 03:00:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13271 0.028521 [API:8081]10.0.0.57 - - [2025-09-04 03:00:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008409 [API:8081]10.0.0.57 - - [2025-09-04 03:00:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:031bdffa-076f-4347-ac63-2fd11cf0cd71?flat HTTP/1.1" 200 5689 0.013404 [API:8081]10.0.0.57 - - [2025-09-04 03:00:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:031bdffa-076f-4347-ac63-2fd11cf0cd71?flat HTTP/1.1" 200 5689 0.014316 [API:8081]10.0.0.57 - - [2025-09-04 03:00:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:031bdffa-076f-4347-ac63-2fd11cf0cd71?flat HTTP/1.1" 200 5689 0.014544 [API:8081]10.0.0.57 - - [2025-09-04 03:00:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545-19403369?flat HTTP/1.1" 200 10799 0.017571 [API:8081]10.0.0.57 - - [2025-09-04 03:00:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.025655 [API:8081]10.0.0.57 - - [2025-09-04 03:00:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.023220 [API:8081]10.0.0.57 - - [2025-09-04 03:00:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008893 [API:8081]10.0.0.57 - - [2025-09-04 03:01:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.017933 [API:8081]10.0.0.57 - - [2025-09-04 03:01:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020800 [API:8081]10.0.0.57 - - [2025-09-04 03:01:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.021941 [API:8081]10.0.0.57 - - [2025-09-04 03:01:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.027678 [API:8081]10.0.0.57 - - [2025-09-04 03:01:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.019493 [API:8081]10.0.0.57 - - [2025-09-04 03:01:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.022222 [API:8081]10.0.0.131 - - [2025-09-04 03:01:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151792 [API:8081]10.0.0.57 - - [2025-09-04 03:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180729 [API:8081]10.0.0.38 - - [2025-09-04 03:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187353 [API:8081]10.0.0.131 - - [2025-09-04 03:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140043 [API:8081]10.0.0.38 - - [2025-09-04 03:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148596 [API:8081]10.0.0.57 - - [2025-09-04 03:01:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159668 [API:8081]10.0.0.57 - - [2025-09-04 03:01:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.019169 [API:8081]10.0.0.57 - - [2025-09-04 03:01:29] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545-19403369?flat HTTP/1.1" 200 11703 0.018223 [API:8081]10.0.0.57 - - [2025-09-04 03:01:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.015067 [API:8081]10.0.0.57 - - [2025-09-04 03:01:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.019890 [API:8081]10.0.0.57 - - [2025-09-04 03:01:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13270 0.021091 [API:8081]10.0.0.57 - - [2025-09-04 03:01:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.020267 [API:8081]10.0.0.57 - - [2025-09-04 03:01:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13270 0.020654 [API:8081]10.0.0.57 - - [2025-09-04 03:01:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.022268 [API:8081]10.0.0.57 - - [2025-09-04 03:01:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12674 0.027256 [API:8081]10.0.0.57 - - [2025-09-04 03:01:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545:ctest-SecurityGroupBasicRegressionTests1Ipv6-51991545-19403369?flat HTTP/1.1" 200 8803 0.013764 [API:8081]10.0.0.57 - - [2025-09-04 03:01:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009782 [API:8081]10.0.0.57 - - [2025-09-04 03:01:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.57 - - [2025-09-04 03:01:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.053530 [API:8081]10.0.0.38 - - [2025-09-04 03:02:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050805 [API:8081]10.0.0.57 - - [2025-09-04 03:02:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:08f55a7b-77e8-421b-aed0-4b026cf0ef9c?flat HTTP/1.1" 200 5810 0.052892 [API:8081]10.0.0.57 - - [2025-09-04 03:02:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:08f55a7b-77e8-421b-aed0-4b026cf0ef9c?flat HTTP/1.1" 200 5810 0.013443 [API:8081]10.0.0.57 - - [2025-09-04 03:02:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:08f55a7b-77e8-421b-aed0-4b026cf0ef9c?flat HTTP/1.1" 200 5810 0.053005 [API:8081]10.0.0.57 - - [2025-09-04 03:02:33] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743-08889696?flat HTTP/1.1" 200 10446 0.016688 [API:8081]10.0.0.57 - - [2025-09-04 03:02:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.020785 [API:8081]10.0.0.57 - - [2025-09-04 03:02:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13299 0.020101 [API:8081]10.0.0.57 - - [2025-09-04 03:02:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.021091 [API:8081]10.0.0.57 - - [2025-09-04 03:02:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13299 0.021235 [API:8081]10.0.0.57 - - [2025-09-04 03:02:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008985 [API:8081]10.0.0.57 - - [2025-09-04 03:02:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:443c88e0-94b1-4d74-b7ac-82021c7bf2dd?flat HTTP/1.1" 200 5674 0.013453 [API:8081]10.0.0.57 - - [2025-09-04 03:02:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:443c88e0-94b1-4d74-b7ac-82021c7bf2dd?flat HTTP/1.1" 200 5674 0.012727 [API:8081]10.0.0.57 - - [2025-09-04 03:02:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:443c88e0-94b1-4d74-b7ac-82021c7bf2dd?flat HTTP/1.1" 200 5674 0.017112 [API:8081]10.0.0.57 - - [2025-09-04 03:02:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743-08889696?flat HTTP/1.1" 200 11766 0.021876 [API:8081]10.0.0.57 - - [2025-09-04 03:02:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.020079 [API:8081]10.0.0.57 - - [2025-09-04 03:02:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.019592 [API:8081]10.0.0.57 - - [2025-09-04 03:02:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010343 [API:8081]10.0.0.38 - - [2025-09-04 03:03:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063452 [API:8081]10.0.0.57 - - [2025-09-04 03:04:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.019372 [API:8081]10.0.0.57 - - [2025-09-04 03:04:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.018311 [API:8081]10.0.0.57 - - [2025-09-04 03:04:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.027065 [API:8081]10.0.0.57 - - [2025-09-04 03:04:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.019072 [API:8081]10.0.0.57 - - [2025-09-04 03:05:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021188 [API:8081]10.0.0.57 - - [2025-09-04 03:05:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743-08889696?flat HTTP/1.1" 200 11567 0.017535 [API:8081]10.0.0.57 - - [2025-09-04 03:05:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010914 [API:8081]10.0.0.57 - - [2025-09-04 03:05:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.029204 [API:8081]10.0.0.57 - - [2025-09-04 03:05:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13294 0.021367 [API:8081]10.0.0.57 - - [2025-09-04 03:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.034584 [API:8081]10.0.0.57 - - [2025-09-04 03:05:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13294 0.030056 [API:8081]10.0.0.38 - - [2025-09-04 03:05:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079046 [API:8081]10.0.0.57 - - [2025-09-04 03:05:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.021696 [API:8081]10.0.0.57 - - [2025-09-04 03:05:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12674 0.027263 [API:8081]10.0.0.57 - - [2025-09-04 03:05:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743:ctest-SecurityGroupBasicRegressionTests1_contrail-23158743-08889696?flat HTTP/1.1" 200 8430 0.013373 [API:8081]10.0.0.57 - - [2025-09-04 03:05:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008457 [API:8081]10.0.0.57 - - [2025-09-04 03:05:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.57 - - [2025-09-04 03:05:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.056654 [API:8081]10.0.0.38 - - [2025-09-04 03:06:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.056111 [API:8081]10.0.0.57 - - [2025-09-04 03:06:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:226c61ce-d109-4602-967d-8eb2d6b2c89b?flat HTTP/1.1" 200 5681 0.056989 [API:8081]10.0.0.57 - - [2025-09-04 03:06:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:226c61ce-d109-4602-967d-8eb2d6b2c89b?flat HTTP/1.1" 200 5681 0.014155 [API:8081]10.0.0.57 - - [2025-09-04 03:06:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:226c61ce-d109-4602-967d-8eb2d6b2c89b?flat HTTP/1.1" 200 5681 0.066364 [API:8081]10.0.0.57 - - [2025-09-04 03:06:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:ctest-SecurityGroupBasicRegressionTests1-75320331-85650034?flat HTTP/1.1" 200 9934 0.022428 [API:8081]10.0.0.57 - - [2025-09-04 03:06:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.036043 [API:8081]10.0.0.57 - - [2025-09-04 03:06:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13252 0.033212 [API:8081]10.0.0.57 - - [2025-09-04 03:06:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.027330 [API:8081]10.0.0.57 - - [2025-09-04 03:06:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13252 0.021700 [API:8081]10.0.0.57 - - [2025-09-04 03:06:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009045 [API:8081]10.0.0.131 - - [2025-09-04 03:06:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139189 [API:8081]10.0.0.57 - - [2025-09-04 03:06:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160203 [API:8081]10.0.0.38 - - [2025-09-04 03:06:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.202596 [API:8081]10.0.0.131 - - [2025-09-04 03:06:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169036 [API:8081]10.0.0.38 - - [2025-09-04 03:06:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179440 [API:8081]10.0.0.57 - - [2025-09-04 03:06:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168242 [API:8081]10.0.0.57 - - [2025-09-04 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:29963299-7444-4ab8-b73a-73f40f550962?flat HTTP/1.1" 200 5819 0.012770 [API:8081]10.0.0.57 - - [2025-09-04 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:29963299-7444-4ab8-b73a-73f40f550962?flat HTTP/1.1" 200 5819 0.012261 [API:8081]10.0.0.57 - - [2025-09-04 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:29963299-7444-4ab8-b73a-73f40f550962?flat HTTP/1.1" 200 5819 0.013173 [API:8081]10.0.0.57 - - [2025-09-04 03:06:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:ctest-SecurityGroupBasicRegressionTests1-75320331-85650034?flat HTTP/1.1" 200 11329 0.020440 [API:8081]10.0.0.57 - - [2025-09-04 03:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.018370 [API:8081]10.0.0.57 - - [2025-09-04 03:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.023895 [API:8081]10.0.0.57 - - [2025-09-04 03:06:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008909 [API:8081]10.0.0.57 - - [2025-09-04 03:07:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.023295 [API:8081]10.0.0.57 - - [2025-09-04 03:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.044262 [API:8081]10.0.0.57 - - [2025-09-04 03:07:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.019602 [API:8081]10.0.0.57 - - [2025-09-04 03:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.020059 [API:8081]10.0.0.57 - - [2025-09-04 03:07:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.037009 [API:8081]10.0.0.57 - - [2025-09-04 03:07:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.020127 [API:8081]10.0.0.57 - - [2025-09-04 03:07:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:ctest-SecurityGroupBasicRegressionTests1-75320331-85650034?flat HTTP/1.1" 200 10757 0.016610 [API:8081]10.0.0.57 - - [2025-09-04 03:07:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010109 [API:8081]10.0.0.57 - - [2025-09-04 03:08:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.024256 [API:8081]10.0.0.57 - - [2025-09-04 03:08:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13250 0.020977 [API:8081]10.0.0.57 - - [2025-09-04 03:08:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.031600 [API:8081]10.0.0.57 - - [2025-09-04 03:08:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13250 0.022132 [API:8081]10.0.0.57 - - [2025-09-04 03:08:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.021354 [API:8081]10.0.0.57 - - [2025-09-04 03:08:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12679 0.021521 [API:8081]10.0.0.57 - - [2025-09-04 03:08:07] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-75320331:ctest-SecurityGroupBasicRegressionTests1-75320331-85650034?flat HTTP/1.1" 200 7956 0.013870 [API:8081]10.0.0.57 - - [2025-09-04 03:08:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009500 [API:8081]10.0.0.38 - - [2025-09-04 03:08:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064490 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:08:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003344 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:08:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003775 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:08:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004658 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:08:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002752 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:08:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002498 [API:8081]10.0.0.57 - - [2025-09-04 03:08:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.57 - - [2025-09-04 03:08:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.062936 [API:8081]10.0.0.57 - - [2025-09-04 03:08:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.061442 [API:8081]10.0.0.57 - - [2025-09-04 03:08:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.059439 [API:8081]10.0.0.57 - - [2025-09-04 03:08:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.009399 [API:8081]10.0.0.57 - - [2025-09-04 03:08:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.009500 [API:8081]10.0.0.57 - - [2025-09-04 03:08:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.011829 [API:8081]10.0.0.57 - - [2025-09-04 03:08:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.009498 [API:8081]10.0.0.57 - - [2025-09-04 03:08:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.009243 [API:8081]10.0.0.57 - - [2025-09-04 03:08:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.57 - - [2025-09-04 03:09:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.053478 [API:8081]10.0.0.57 - - [2025-09-04 03:09:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.053956 [API:8081]10.0.0.57 - - [2025-09-04 03:09:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.050366 [API:8081]10.0.0.38 - - [2025-09-04 03:09:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060872 [API:8081]10.0.0.57 - - [2025-09-04 03:09:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.009409 [API:8081]10.0.0.57 - - [2025-09-04 03:09:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.008183 [API:8081]10.0.0.57 - - [2025-09-04 03:09:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1768 0.008782 [API:8081]10.0.0.57 - - [2025-09-04 03:09:26] "GET /analytics HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.57 - - [2025-09-04 03:09:26] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.57 - - [2025-09-04 03:09:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.57 - - [2025-09-04 03:09:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.058645 [API:8081]10.0.0.57 - - [2025-09-04 03:09:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.053867 [API:8081]10.0.0.57 - - [2025-09-04 03:09:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1756 0.051712 [API:8081]10.0.0.57 - - [2025-09-04 03:09:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.008277 [API:8081]10.0.0.57 - - [2025-09-04 03:09:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.008469 [API:8081]10.0.0.57 - - [2025-09-04 03:09:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1748 0.010164 [API:8081]10.0.0.57 - - [2025-09-04 03:09:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1968 0.008331 [API:8081]10.0.0.57 - - [2025-09-04 03:09:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2190 0.011045 [API:8081]10.0.0.38 - - [2025-09-04 03:09:55] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-09-04 03:09:55] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.131 - - [2025-09-04 03:09:56] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.131 - - [2025-09-04 03:09:56] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.57 - - [2025-09-04 03:10:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.57 - - [2025-09-04 03:10:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1336 0.051049 [API:8081]10.0.0.57 - - [2025-09-04 03:10:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.053751 [API:8081]10.0.0.57 - - [2025-09-04 03:10:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1772 0.053489 [API:8081]10.0.0.57 - - [2025-09-04 03:10:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2004 0.009626 [API:8081]10.0.0.57 - - [2025-09-04 03:10:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.009920 [API:8081]10.0.0.38 - - [2025-09-04 03:11:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055410 [API:8081]10.0.0.131 - - [2025-09-04 03:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164675 [API:8081]10.0.0.57 - - [2025-09-04 03:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.192790 [API:8081]10.0.0.38 - - [2025-09-04 03:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205684 [API:8081]10.0.0.131 - - [2025-09-04 03:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151731 [API:8081]10.0.0.38 - - [2025-09-04 03:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.108447 [API:8081]10.0.0.57 - - [2025-09-04 03:11:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151982 [API:8081]10.0.0.38 - - [2025-09-04 03:12:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.074027 [API:8081]10.0.0.38 - - [2025-09-04 03:14:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060403 [API:8081]10.0.0.38 - - [2025-09-04 03:15:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058190 [API:8081]10.0.0.131 - - [2025-09-04 03:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.349548 [API:8081]10.0.0.57 - - [2025-09-04 03:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.260044 [API:8081]10.0.0.57 - - [2025-09-04 03:16:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2025-09-04 03:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.247602 [API:8081]10.0.0.131 - - [2025-09-04 03:16:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.601925 [API:8081]10.0.0.38 - - [2025-09-04 03:16:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.469135 [API:8081]10.0.0.57 - - [2025-09-04 03:16:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.386893 [API:8081]10.0.0.57 - - [2025-09-04 03:16:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.319289 [API:8081]10.0.0.57 - - [2025-09-04 03:16:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.052002 [API:8081]10.0.0.38 - - [2025-09-04 03:17:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066408 [API:8081]10.0.0.38 - - [2025-09-04 03:18:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.061126 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:18:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002947 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:18:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002622 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:18:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002840 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:18:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002611 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:18:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002362 [API:8081]10.0.0.57 - - [2025-09-04 03:19:26] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.57 - - [2025-09-04 03:19:26] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.38 - - [2025-09-04 03:19:55] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2025-09-04 03:19:55] "GET /analytics HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.131 - - [2025-09-04 03:19:56] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2025-09-04 03:19:56] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.38 - - [2025-09-04 03:20:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064371 [API:8081]10.0.0.57 - - [2025-09-04 03:20:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.57 - - [2025-09-04 03:20:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.054422 [API:8081]10.0.0.38 - - [2025-09-04 03:21:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058093 [API:8081]10.0.0.57 - - [2025-09-04 03:21:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.57 - - [2025-09-04 03:21:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.054414 [API:8081]10.0.0.131 - - [2025-09-04 03:21:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.040821 [API:8081]10.0.0.57 - - [2025-09-04 03:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.273132 [API:8081]10.0.0.38 - - [2025-09-04 03:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.320763 [API:8081]10.0.0.131 - - [2025-09-04 03:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.327488 [API:8081]10.0.0.38 - - [2025-09-04 03:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.149509 [API:8081]10.0.0.57 - - [2025-09-04 03:21:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188195 [API:8081]10.0.0.38 - - [2025-09-04 03:23:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056818 [API:8081]10.0.0.38 - - [2025-09-04 03:24:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064416 [API:8081]10.0.0.38 - - [2025-09-04 03:26:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059668 [API:8081]10.0.0.131 - - [2025-09-04 03:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151666 [API:8081]10.0.0.57 - - [2025-09-04 03:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180013 [API:8081]10.0.0.38 - - [2025-09-04 03:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.523336 [API:8081]10.0.0.131 - - [2025-09-04 03:26:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.497518 [API:8081]10.0.0.38 - - [2025-09-04 03:26:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.343637 [API:8081]10.0.0.57 - - [2025-09-04 03:26:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162551 [API:8081]10.0.0.57 - - [2025-09-04 03:27:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.57 - - [2025-09-04 03:27:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.056019 [API:8081]10.0.0.38 - - [2025-09-04 03:27:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059149 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:28:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002231 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002280 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002131 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:28:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002145 [API:8081]10.0.0.38 - - [2025-09-04 03:29:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059975 [API:8081]10.0.0.57 - - [2025-09-04 03:29:26] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.57 - - [2025-09-04 03:29:26] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.38 - - [2025-09-04 03:29:55] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-09-04 03:29:55] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.131 - - [2025-09-04 03:29:56] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.131 - - [2025-09-04 03:29:56] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.38 - - [2025-09-04 03:30:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063326 [API:8081]10.0.0.131 - - [2025-09-04 03:31:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137410 [API:8081]10.0.0.57 - - [2025-09-04 03:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146481 [API:8081]10.0.0.38 - - [2025-09-04 03:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.597176 [API:8081]10.0.0.131 - - [2025-09-04 03:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.345441 [API:8081]10.0.0.38 - - [2025-09-04 03:31:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173571 [API:8081]10.0.0.57 - - [2025-09-04 03:31:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.211348 [API:8081]10.0.0.57 - - [2025-09-04 03:32:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-78621663:d00de764-7e4c-4323-9a0e-f12caa95d71b?flat HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.57 - - [2025-09-04 03:32:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-78621663:d00de764-7e4c-4323-9a0e-f12caa95d71b?flat HTTP/1.1" 200 5118 0.062241 [API:8081]10.0.0.57 - - [2025-09-04 03:32:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-78621663:d00de764-7e4c-4323-9a0e-f12caa95d71b?flat HTTP/1.1" 200 5118 0.060830 [API:8081]10.0.0.57 - - [2025-09-04 03:32:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-78621663:d00de764-7e4c-4323-9a0e-f12caa95d71b?flat HTTP/1.1" 200 5118 0.056823 [API:8081]10.0.0.57 - - [2025-09-04 03:32:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-78621663:ctest-random-23206463?flat HTTP/1.1" 200 7505 0.015854 [API:8081]10.0.0.57 - - [2025-09-04 03:32:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.021045 [API:8081]10.0.0.57 - - [2025-09-04 03:32:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13084 0.025260 [API:8081]10.0.0.57 - - [2025-09-04 03:32:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.023034 [API:8081]10.0.0.57 - - [2025-09-04 03:32:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13084 0.020923 [API:8081]10.0.0.57 - - [2025-09-04 03:32:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008156 [API:8081]10.0.0.57 - - [2025-09-04 03:32:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008362 [API:8081]10.0.0.57 - - [2025-09-04 03:32:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.022165 [API:8081]10.0.0.57 - - [2025-09-04 03:32:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13084 0.021242 [API:8081]10.0.0.57 - - [2025-09-04 03:32:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.035812 [API:8081]10.0.0.57 - - [2025-09-04 03:32:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13084 0.027052 [API:8081]10.0.0.57 - - [2025-09-04 03:32:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.036134 [API:8081]10.0.0.57 - - [2025-09-04 03:32:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13084 0.023778 [API:8081]10.0.0.38 - - [2025-09-04 03:32:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071153 [API:8081]10.0.0.57 - - [2025-09-04 03:32:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.035034 [API:8081]10.0.0.57 - - [2025-09-04 03:32:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13084 0.023496 [API:8081]10.0.0.57 - - [2025-09-04 03:32:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.019958 [API:8081]10.0.0.57 - - [2025-09-04 03:32:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13084 0.026301 [API:8081]10.0.0.57 - - [2025-09-04 03:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.023486 [API:8081]10.0.0.57 - - [2025-09-04 03:32:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13084 0.025424 [API:8081]10.0.0.57 - - [2025-09-04 03:32:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.021409 [API:8081]10.0.0.57 - - [2025-09-04 03:32:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12696 0.026654 [API:8081]10.0.0.57 - - [2025-09-04 03:32:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-78621663:ctest-random-23206463?flat HTTP/1.1" 200 8120 0.020220 [API:8081]10.0.0.57 - - [2025-09-04 03:32:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014553 [API:8081]10.0.0.38 - - [2025-09-04 03:33:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058215 [API:8081]10.0.0.38 - - [2025-09-04 03:35:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096542 [API:8081]10.0.0.57 - - [2025-09-04 03:35:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.57 - - [2025-09-04 03:35:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.053505 [API:8081]10.0.0.131 - - [2025-09-04 03:36:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.178982 [API:8081]10.0.0.57 - - [2025-09-04 03:36:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188677 [API:8081]10.0.0.38 - - [2025-09-04 03:36:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.226148 [API:8081]10.0.0.131 - - [2025-09-04 03:36:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138393 [API:8081]10.0.0.38 - - [2025-09-04 03:36:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127247 [API:8081]10.0.0.57 - - [2025-09-04 03:36:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185144 [API:8081]10.0.0.38 - - [2025-09-04 03:36:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059089 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:38:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002339 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:38:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003149 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:38:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002366 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:38:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002308 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:38:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001596 [API:8081]10.0.0.38 - - [2025-09-04 03:38:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084421 [API:8081]10.0.0.57 - - [2025-09-04 03:38:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.57 - - [2025-09-04 03:38:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.064497 [API:8081]10.0.0.57 - - [2025-09-04 03:39:26] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.57 - - [2025-09-04 03:39:26] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.38 - - [2025-09-04 03:39:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.055020 [API:8081]10.0.0.38 - - [2025-09-04 03:39:55] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-09-04 03:39:55] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.131 - - [2025-09-04 03:39:56] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.131 - - [2025-09-04 03:39:56] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.57 - - [2025-09-04 03:40:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.57 - - [2025-09-04 03:40:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.054060 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:25] "POST /analytics/query HTTP/1.1" 202 179 0.021815 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:25] "GET /analytics/query/089e8e4c-8941-11f0-b738-00000a000039 HTTP/1.1" 200 221 0.008881 [API:8081]10.0.0.131 - - [2025-09-04 03:41:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.172563 [API:8081]10.0.0.57 - - [2025-09-04 03:41:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.212881 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:26] "GET /analytics/query/089e8e4c-8941-11f0-b738-00000a000039 HTTP/1.1" 200 221 0.002088 [API:8081]10.0.0.38 - - [2025-09-04 03:41:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.280596 [API:8081]10.0.0.131 - - [2025-09-04 03:41:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.204504 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:26] "GET /analytics/query/089e8e4c-8941-11f0-b738-00000a000039 HTTP/1.1" 200 221 0.002064 [API:8081]10.0.0.38 - - [2025-09-04 03:41:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188769 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:27] "GET /analytics/query/089e8e4c-8941-11f0-b738-00000a000039 HTTP/1.1" 200 338 0.002084 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:27] "GET /analytics/query/089e8e4c-8941-11f0-b738-00000a000039/chunk-final/0 HTTP/1.1" 200 858 0.002618 [API:8081]10.0.0.57 - - [2025-09-04 03:41:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.219372 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:28] "POST /analytics/query HTTP/1.1" 202 179 0.007045 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:28] "GET /analytics/query/09f97000-8941-11f0-8bdd-00000a000039 HTTP/1.1" 200 221 0.005690 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:28] "GET /analytics/query/09f97000-8941-11f0-8bdd-00000a000039 HTTP/1.1" 200 221 0.001989 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:29] "GET /analytics/query/09f97000-8941-11f0-8bdd-00000a000039 HTTP/1.1" 200 221 0.003405 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:29] "GET /analytics/query/09f97000-8941-11f0-8bdd-00000a000039 HTTP/1.1" 200 338 0.002152 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:29] "GET /analytics/query/09f97000-8941-11f0-8bdd-00000a000039/chunk-final/0 HTTP/1.1" 200 858 0.002484 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:30] "POST /analytics/query HTTP/1.1" 202 179 0.005627 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:30] "GET /analytics/query/0b450909-8941-11f0-9ae1-00000a000039 HTTP/1.1" 200 221 0.006791 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:30] "GET /analytics/query/0b450909-8941-11f0-9ae1-00000a000039 HTTP/1.1" 200 339 0.003183 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:30] "GET /analytics/query/0b450909-8941-11f0-9ae1-00000a000039/chunk-final/0 HTTP/1.1" 200 26208 0.005576 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:31] "POST /analytics/query HTTP/1.1" 202 179 0.004718 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:31] "GET /analytics/query/0bfbdf3e-8941-11f0-b146-00000a000039 HTTP/1.1" 200 221 0.002360 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:32] "GET /analytics/query/0bfbdf3e-8941-11f0-b146-00000a000039 HTTP/1.1" 200 339 0.003095 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:32] "GET /analytics/query/0bfbdf3e-8941-11f0-b146-00000a000039/chunk-final/0 HTTP/1.1" 200 26897 0.003325 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:32] "POST /analytics/query HTTP/1.1" 202 179 0.006494 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:32] "GET /analytics/query/0caa61db-8941-11f0-8725-00000a000039 HTTP/1.1" 200 221 0.002673 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:33] "GET /analytics/query/0caa61db-8941-11f0-8725-00000a000039 HTTP/1.1" 200 339 0.003273 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:33] "GET /analytics/query/0caa61db-8941-11f0-8725-00000a000039/chunk-final/0 HTTP/1.1" 200 9829 0.003803 [API:8081]10.0.0.38 - - [2025-09-04 03:41:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054737 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:37] "GET /analytics/tables HTTP/1.1" 200 27988 0.009081 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:37] "POST /analytics/query HTTP/1.1" 202 179 0.018099 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:37] "GET /analytics/query/0f6203fc-8941-11f0-8027-00000a000039 HTTP/1.1" 200 221 0.002111 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:37] "GET /analytics/query/0f6203fc-8941-11f0-8027-00000a000039 HTTP/1.1" 200 340 0.002394 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:37] "GET /analytics/query/0f6203fc-8941-11f0-8027-00000a000039/chunk-final/0 HTTP/1.1" 200 323707 0.014733 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:38] "GET /analytics/tables HTTP/1.1" 200 27988 0.002491 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:39] "GET /analytics/tables HTTP/1.1" 200 27988 0.002944 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:39] "POST /analytics/query HTTP/1.1" 202 179 0.008848 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:39] "GET /analytics/query/108b5ea8-8941-11f0-a2af-00000a000039 HTTP/1.1" 200 221 0.005790 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:39] "GET /analytics/query/108b5ea8-8941-11f0-a2af-00000a000039 HTTP/1.1" 200 338 0.001994 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:39] "GET /analytics/query/108b5ea8-8941-11f0-a2af-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.002454 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:39] "POST /analytics/query HTTP/1.1" 202 179 0.022488 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:39] "GET /analytics/query/10dea0fe-8941-11f0-82af-00000a000039 HTTP/1.1" 200 221 0.002280 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:40] "GET /analytics/query/10dea0fe-8941-11f0-82af-00000a000039 HTTP/1.1" 200 338 0.002172 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:40] "GET /analytics/query/10dea0fe-8941-11f0-82af-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.001616 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:40] "POST /analytics/query HTTP/1.1" 202 179 0.009649 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:40] "GET /analytics/query/11324db8-8941-11f0-8f9d-00000a000039 HTTP/1.1" 200 221 0.004056 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:40] "GET /analytics/query/11324db8-8941-11f0-8f9d-00000a000039 HTTP/1.1" 200 338 0.002736 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:40] "GET /analytics/query/11324db8-8941-11f0-8f9d-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.002171 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:40] "POST /analytics/query HTTP/1.1" 202 179 0.007206 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:40] "GET /analytics/query/11854d70-8941-11f0-8592-00000a000039 HTTP/1.1" 200 221 0.002095 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:41] "GET /analytics/query/11854d70-8941-11f0-8592-00000a000039 HTTP/1.1" 200 338 0.002253 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:41] "GET /analytics/query/11854d70-8941-11f0-8592-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.001716 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:41] "POST /analytics/query HTTP/1.1" 202 179 0.015831 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:41] "GET /analytics/query/11d602e5-8941-11f0-87b7-00000a000039 HTTP/1.1" 200 221 0.002368 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:41] "GET /analytics/query/11d602e5-8941-11f0-87b7-00000a000039 HTTP/1.1" 200 338 0.002627 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:41] "GET /analytics/query/11d602e5-8941-11f0-87b7-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.001925 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:41] "POST /analytics/query HTTP/1.1" 202 179 0.005153 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:41] "GET /analytics/query/122829f9-8941-11f0-85d0-00000a000039 HTTP/1.1" 200 221 0.008260 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:42] "GET /analytics/query/122829f9-8941-11f0-85d0-00000a000039 HTTP/1.1" 200 338 0.002241 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:42] "GET /analytics/query/122829f9-8941-11f0-85d0-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.002021 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:42] "POST /analytics/query HTTP/1.1" 202 179 0.004220 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:42] "GET /analytics/query/1279fc9c-8941-11f0-92c9-00000a000039 HTTP/1.1" 200 221 0.001668 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:42] "GET /analytics/query/1279fc9c-8941-11f0-92c9-00000a000039 HTTP/1.1" 200 338 0.002237 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:42] "GET /analytics/query/1279fc9c-8941-11f0-92c9-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.001708 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:42] "POST /analytics/query HTTP/1.1" 202 179 0.004913 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:42] "GET /analytics/query/12ca3bd5-8941-11f0-bcd8-00000a000039 HTTP/1.1" 200 221 0.005903 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:43] "GET /analytics/query/12ca3bd5-8941-11f0-bcd8-00000a000039 HTTP/1.1" 200 338 0.002008 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:43] "GET /analytics/query/12ca3bd5-8941-11f0-bcd8-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.001607 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:43] "POST /analytics/query HTTP/1.1" 202 179 0.005089 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:43] "GET /analytics/query/131b481f-8941-11f0-bb0d-00000a000039 HTTP/1.1" 200 221 0.001999 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:44] "GET /analytics/query/131b481f-8941-11f0-bb0d-00000a000039 HTTP/1.1" 200 338 0.001920 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:44] "GET /analytics/query/131b481f-8941-11f0-bb0d-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.002504 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:44] "POST /analytics/query HTTP/1.1" 202 179 0.004738 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:44] "GET /analytics/query/136bb5ff-8941-11f0-aecf-00000a000039 HTTP/1.1" 200 221 0.002367 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:44] "GET /analytics/query/136bb5ff-8941-11f0-aecf-00000a000039 HTTP/1.1" 200 338 0.002702 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:44] "GET /analytics/query/136bb5ff-8941-11f0-aecf-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.003011 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:44] "POST /analytics/query HTTP/1.1" 202 179 0.006443 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:44] "GET /analytics/query/13bee9dd-8941-11f0-94b4-00000a000039 HTTP/1.1" 200 221 0.002028 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:45] "GET /analytics/query/13bee9dd-8941-11f0-94b4-00000a000039 HTTP/1.1" 200 338 0.003028 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:45] "GET /analytics/query/13bee9dd-8941-11f0-94b4-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.003379 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:45] "POST /analytics/query HTTP/1.1" 202 179 0.006967 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:45] "GET /analytics/query/141249fc-8941-11f0-b504-00000a000039 HTTP/1.1" 200 221 0.011262 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:45] "GET /analytics/query/141249fc-8941-11f0-b504-00000a000039 HTTP/1.1" 200 338 0.003425 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:45] "GET /analytics/query/141249fc-8941-11f0-b504-00000a000039/chunk-final/0 HTTP/1.1" 200 145 0.001860 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:46] "GET /analytics/tables HTTP/1.1" 200 27988 0.002314 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:46] "GET /analytics/tables HTTP/1.1" 200 27988 0.002757 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:46] "POST /analytics/query HTTP/1.1" 202 179 0.017069 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:46] "GET /analytics/query/152ba102-8941-11f0-9fce-00000a000039 HTTP/1.1" 200 221 0.009130 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:47] "GET /analytics/query/152ba102-8941-11f0-9fce-00000a000039 HTTP/1.1" 200 340 0.002498 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:47] "GET /analytics/query/152ba102-8941-11f0-9fce-00000a000039/chunk-final/0 HTTP/1.1" 200 1558621 0.020302 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:47] "POST /analytics/query HTTP/1.1" 202 179 0.004936 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:47] "GET /analytics/query/1589b7b3-8941-11f0-b9f9-00000a000039 HTTP/1.1" 200 221 0.008168 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:48] "GET /analytics/query/1589b7b3-8941-11f0-b9f9-00000a000039 HTTP/1.1" 200 340 0.002478 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:48] "GET /analytics/query/1589b7b3-8941-11f0-b9f9-00000a000039/chunk-final/0 HTTP/1.1" 200 1560025 0.029592 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:48] "GET /analytics/tables HTTP/1.1" 200 27988 0.002636 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:49] "GET /analytics/tables HTTP/1.1" 200 27988 0.002608 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:50] "GET /analytics/tables HTTP/1.1" 200 27988 0.002954 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:50] "GET /analytics/tables HTTP/1.1" 200 27988 0.003627 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:51] "GET /analytics/tables HTTP/1.1" 200 27988 0.002463 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:51] "POST /analytics/query HTTP/1.1" 202 179 0.005822 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:51] "GET /analytics/query/17e8ad9f-8941-11f0-8f30-00000a000039 HTTP/1.1" 200 221 0.013217 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:52] "GET /analytics/query/17e8ad9f-8941-11f0-8f30-00000a000039 HTTP/1.1" 200 339 0.002066 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:52] "GET /analytics/query/17e8ad9f-8941-11f0-8f30-00000a000039/chunk-final/0 HTTP/1.1" 200 63511 0.005597 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:52] "GET /analytics/tables HTTP/1.1" 200 27988 0.002243 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:52] "POST /analytics/query HTTP/1.1" 202 179 0.014984 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:52] "GET /analytics/query/18ac615b-8941-11f0-8882-00000a000039 HTTP/1.1" 200 221 0.003833 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:53] "GET /analytics/query/18ac615b-8941-11f0-8882-00000a000039 HTTP/1.1" 200 341 0.002243 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:53] "GET /analytics/query/18ac615b-8941-11f0-8882-00000a000039/chunk-final/0 HTTP/1.1" 200 930407 0.036377 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:54] "GET /analytics/tables HTTP/1.1" 200 27988 0.002403 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:54] "GET /analytics/tables HTTP/1.1" 200 27988 0.002795 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:57] "GET /analytics/tables HTTP/1.1" 200 27988 0.002297 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:58] "GET /analytics/tables HTTP/1.1" 200 27988 0.002537 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:41:59] "POST /analytics/query HTTP/1.1" 200 2268 1.009849 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:00] "GET /analytics/tables HTTP/1.1" 200 27988 0.002938 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:00] "GET /analytics/tables HTTP/1.1" 200 27988 0.002289 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:01] "GET /analytics/tables HTTP/1.1" 200 27988 0.003312 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:02] "GET /analytics/tables HTTP/1.1" 200 27988 0.003203 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:02] "GET /analytics/tables HTTP/1.1" 200 27988 0.002559 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:03] "GET /analytics/tables HTTP/1.1" 200 27988 0.003078 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:04] "GET /analytics/tables HTTP/1.1" 200 27988 0.002507 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:05] "POST /analytics/query HTTP/1.1" 200 141439 1.033885 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:05] "GET /analytics/tables HTTP/1.1" 200 27988 0.002713 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:06] "GET /analytics/tables HTTP/1.1" 200 27988 0.002378 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:07] "GET /analytics/tables HTTP/1.1" 200 27988 0.002784 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:07] "GET /analytics/tables HTTP/1.1" 200 27988 0.002343 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:08] "GET /analytics/tables HTTP/1.1" 200 27988 0.002780 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:09] "GET /analytics/tables HTTP/1.1" 200 27988 0.002259 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:42:09] "GET /analytics/tables HTTP/1.1" 200 27988 0.003354 [API:8081]10.0.0.57 - - [2025-09-04 03:42:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.57 - - [2025-09-04 03:42:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.062452 [API:8081]10.0.0.38 - - [2025-09-04 03:42:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.054620 [API:8081]10.0.0.57 - - [2025-09-04 03:43:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.098238 [API:8081]10.0.0.57 - - [2025-09-04 03:43:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.013916 [API:8081]10.0.0.57 - - [2025-09-04 03:43:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.051116 [API:8081]10.0.0.57 - - [2025-09-04 03:43:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008861 [API:8081]10.0.0.57 - - [2025-09-04 03:43:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009702 [API:8081]10.0.0.57 - - [2025-09-04 03:43:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008971 [API:8081]10.0.0.57 - - [2025-09-04 03:43:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009431 [API:8081]10.0.0.57 - - [2025-09-04 03:43:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.015356 [API:8081]10.0.0.57 - - [2025-09-04 03:43:58] "POST /analytics/query HTTP/1.1" 200 222 1.020770 [API:8081]10.0.0.57 - - [2025-09-04 03:43:59] "POST /analytics/query HTTP/1.1" 200 222 1.016550 [API:8081]10.0.0.57 - - [2025-09-04 03:44:00] "POST /analytics/query HTTP/1.1" 200 353 1.016778 [API:8081]10.0.0.38 - - [2025-09-04 03:44:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079223 [API:8081]10.0.0.38 - - [2025-09-04 03:45:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.072497 [API:8081]10.0.0.131 - - [2025-09-04 03:46:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.014738 [API:8081]10.0.0.57 - - [2025-09-04 03:46:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164562 [API:8081]10.0.0.38 - - [2025-09-04 03:46:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.229131 [API:8081]10.0.0.131 - - [2025-09-04 03:46:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165956 [API:8081]10.0.0.38 - - [2025-09-04 03:46:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.093139 [API:8081]10.0.0.57 - - [2025-09-04 03:46:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.234594 [API:8081]10.0.0.57 - - [2025-09-04 03:47:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26209 0.021321 [API:8081]10.0.0.57 - - [2025-09-04 03:47:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13777 0.022681 [API:8081]10.0.0.57 - - [2025-09-04 03:47:21] "POST /analytics/query HTTP/1.1" 200 507 1.020584 [API:8081]10.0.0.57 - - [2025-09-04 03:47:22] "POST /analytics/query HTTP/1.1" 200 353 1.063724 [API:8081]10.0.0.57 - - [2025-09-04 03:47:23] "POST /analytics/query HTTP/1.1" 200 353 1.017097 [API:8081]10.0.0.38 - - [2025-09-04 03:47:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.138277 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:48:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003343 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:48:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003286 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:48:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003286 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:48:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002646 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:48:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001640 [API:8081]10.0.0.38 - - [2025-09-04 03:48:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.072312 [API:8081]10.0.0.57 - - [2025-09-04 03:49:26] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.57 - - [2025-09-04 03:49:26] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.38 - - [2025-09-04 03:49:55] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-09-04 03:49:55] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.131 - - [2025-09-04 03:49:56] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-09-04 03:49:56] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.38 - - [2025-09-04 03:50:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057773 [API:8081]10.0.0.131 - - [2025-09-04 03:51:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175611 [API:8081]10.0.0.57 - - [2025-09-04 03:51:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.223276 [API:8081]10.0.0.38 - - [2025-09-04 03:51:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.240836 [API:8081]10.0.0.131 - - [2025-09-04 03:51:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.313885 [API:8081]10.0.0.38 - - [2025-09-04 03:51:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.408412 [API:8081]10.0.0.57 - - [2025-09-04 03:51:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169225 [API:8081]10.0.0.38 - - [2025-09-04 03:51:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079651 [API:8081]10.0.0.38 - - [2025-09-04 03:53:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058345 [API:8081]10.0.0.38 - - [2025-09-04 03:54:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.068656 [API:8081]10.0.0.131 - - [2025-09-04 03:56:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.079722 [API:8081]10.0.0.57 - - [2025-09-04 03:56:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161843 [API:8081]10.0.0.38 - - [2025-09-04 03:56:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.186188 [API:8081]10.0.0.131 - - [2025-09-04 03:56:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153739 [API:8081]10.0.0.38 - - [2025-09-04 03:56:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.013773 [API:8081]10.0.0.57 - - [2025-09-04 03:56:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162717 [API:8081]10.0.0.38 - - [2025-09-04 03:56:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052896 [API:8081]10.0.0.38 - - [2025-09-04 03:57:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.055404 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:58:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:58:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002848 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:58:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002596 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:58:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002718 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 03:58:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002338 [API:8081]10.0.0.57 - - [2025-09-04 03:59:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.57 - - [2025-09-04 03:59:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.053215 [API:8081]10.0.0.57 - - [2025-09-04 03:59:26] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.57 - - [2025-09-04 03:59:26] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.38 - - [2025-09-04 03:59:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081465 [API:8081]10.0.0.38 - - [2025-09-04 03:59:55] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-09-04 03:59:55] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.131 - - [2025-09-04 03:59:56] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.131 - - [2025-09-04 03:59:56] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:ae648b8a-ebbd-41c8-b413-ef4275960b3d?flat HTTP/1.1" 200 5204 0.061563 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:ae648b8a-ebbd-41c8-b413-ef4275960b3d?flat HTTP/1.1" 200 5204 0.015481 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:ae648b8a-ebbd-41c8-b413-ef4275960b3d?flat HTTP/1.1" 200 5204 0.064438 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-56224050:EVPN-VN1?flat HTTP/1.1" 200 3941 0.020867 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.020814 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13076 0.022923 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.019955 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13076 0.021346 [API:8081]10.0.0.57 - - [2025-09-04 03:59:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008512 [API:8081]10.0.0.57 - - [2025-09-04 04:00:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad?flat HTTP/1.1" 200 5070 0.018193 [API:8081]10.0.0.57 - - [2025-09-04 04:00:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad?flat HTTP/1.1" 200 5070 0.017778 [API:8081]10.0.0.57 - - [2025-09-04 04:00:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad?flat HTTP/1.1" 200 5070 0.015336 [API:8081]10.0.0.57 - - [2025-09-04 04:00:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-56224050:EVPN-VN1?flat HTTP/1.1" 200 3941 0.019053 [API:8081]10.0.0.57 - - [2025-09-04 04:00:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26209 0.021616 [API:8081]10.0.0.57 - - [2025-09-04 04:00:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26209 0.023102 [API:8081]10.0.0.57 - - [2025-09-04 04:00:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009691 [API:8081]10.0.0.38 - - [2025-09-04 04:00:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.056568 [API:8081]10.0.0.131 - - [2025-09-04 04:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203947 [API:8081]10.0.0.57 - - [2025-09-04 04:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140012 [API:8081]10.0.0.38 - - [2025-09-04 04:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.189986 [API:8081]10.0.0.131 - - [2025-09-04 04:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171138 [API:8081]10.0.0.38 - - [2025-09-04 04:01:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148814 [API:8081]10.0.0.57 - - [2025-09-04 04:01:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157170 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:ae648b8a-ebbd-41c8-b413-ef4275960b3d?flat HTTP/1.1" 200 5315 0.013344 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:ae648b8a-ebbd-41c8-b413-ef4275960b3d?flat HTTP/1.1" 200 5315 0.013508 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:ae648b8a-ebbd-41c8-b413-ef4275960b3d?flat HTTP/1.1" 200 5315 0.014124 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-56224050:EVPN-VN1?flat HTTP/1.1" 200 8303 0.016035 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23719 0.019218 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 11995 0.019492 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23719 0.020886 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 11995 0.020297 [API:8081]10.0.0.57 - - [2025-09-04 04:02:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013021 [API:8081]10.0.0.57 - - [2025-09-04 04:02:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad?flat HTTP/1.1" 200 5323 0.013478 [API:8081]10.0.0.57 - - [2025-09-04 04:02:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad?flat HTTP/1.1" 200 5323 0.015304 [API:8081]10.0.0.57 - - [2025-09-04 04:02:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-56224050:3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad?flat HTTP/1.1" 200 5323 0.013407 [API:8081]10.0.0.57 - - [2025-09-04 04:02:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-56224050:EVPN-VN1?flat HTTP/1.1" 200 9445 0.019295 [API:8081]10.0.0.57 - - [2025-09-04 04:02:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23098 0.019505 [API:8081]10.0.0.57 - - [2025-09-04 04:02:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23098 0.020477 [API:8081]10.0.0.57 - - [2025-09-04 04:02:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009820 [API:8081]10.0.0.38 - - [2025-09-04 04:02:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060400 [API:8081]10.0.0.57 - - [2025-09-04 04:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24463 0.018629 [API:8081]10.0.0.57 - - [2025-09-04 04:03:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-56224050:EVPN-VN1?flat HTTP/1.1" 200 8522 0.019410 [API:8081]10.0.0.57 - - [2025-09-04 04:03:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008398 [API:8081]10.0.0.57 - - [2025-09-04 04:03:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25291 0.020298 [API:8081]10.0.0.57 - - [2025-09-04 04:03:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12802 0.019587 [API:8081]10.0.0.57 - - [2025-09-04 04:03:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25292 0.025540 [API:8081]10.0.0.57 - - [2025-09-04 04:03:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12415 0.026642 [API:8081]10.0.0.57 - - [2025-09-04 04:03:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-56224050:EVPN-VN1?flat HTTP/1.1" 200 5989 0.016401 [API:8081]10.0.0.57 - - [2025-09-04 04:03:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013278 [API:8081]10.0.0.38 - - [2025-09-04 04:03:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064343 [API:8081]10.0.0.38 - - [2025-09-04 04:05:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.433968 [API:8081]10.0.0.57 - - [2025-09-04 04:06:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-29261900:262723bf-a3a7-4bb7-9673-c18434c12230?flat HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.57 - - [2025-09-04 04:06:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-29261900:262723bf-a3a7-4bb7-9673-c18434c12230?flat HTTP/1.1" 200 5324 0.455973 [API:8081]10.0.0.57 - - [2025-09-04 04:06:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-29261900:262723bf-a3a7-4bb7-9673-c18434c12230?flat HTTP/1.1" 200 5324 0.104019 [API:8081]10.0.0.57 - - [2025-09-04 04:06:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-29261900:262723bf-a3a7-4bb7-9673-c18434c12230?flat HTTP/1.1" 200 5324 0.055973 [API:8081]10.0.0.57 - - [2025-09-04 04:06:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-68677597:ctest-TestRbac-68677597-67966379?flat HTTP/1.1" 200 8375 0.057104 [API:8081]10.0.0.57 - - [2025-09-04 04:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.080726 [API:8081]10.0.0.57 - - [2025-09-04 04:06:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.123595 [API:8081]10.0.0.57 - - [2025-09-04 04:06:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.57 - - [2025-09-04 04:06:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25329 0.070345 [API:8081]10.0.0.57 - - [2025-09-04 04:06:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.064248 [API:8081]10.0.0.57 - - [2025-09-04 04:06:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.076630 [API:8081]10.0.0.57 - - [2025-09-04 04:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.128004 [API:8081]10.0.0.57 - - [2025-09-04 04:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25329 0.031380 [API:8081]10.0.0.57 - - [2025-09-04 04:06:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.028724 [API:8081]10.0.0.57 - - [2025-09-04 04:06:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.061497 [API:8081]10.0.0.57 - - [2025-09-04 04:06:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040389 [API:8081]10.0.0.57 - - [2025-09-04 04:06:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.133360 [API:8081]10.0.0.57 - - [2025-09-04 04:06:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25329 0.081111 [API:8081]10.0.0.57 - - [2025-09-04 04:06:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.025948 [API:8081]10.0.0.131 - - [2025-09-04 04:06:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.068433 [API:8081]10.0.0.57 - - [2025-09-04 04:06:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25329 0.032213 [API:8081]10.0.0.57 - - [2025-09-04 04:06:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.022842 [API:8081]10.0.0.57 - - [2025-09-04 04:06:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.201943 [API:8081]10.0.0.38 - - [2025-09-04 04:06:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.210757 [API:8081]10.0.0.131 - - [2025-09-04 04:06:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176502 [API:8081]10.0.0.38 - - [2025-09-04 04:06:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170002 [API:8081]10.0.0.57 - - [2025-09-04 04:06:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.198970 [API:8081]10.0.0.57 - - [2025-09-04 04:06:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.020961 [API:8081]10.0.0.57 - - [2025-09-04 04:06:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.020856 [API:8081]10.0.0.57 - - [2025-09-04 04:06:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.023180 [API:8081]10.0.0.57 - - [2025-09-04 04:06:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.022448 [API:8081]10.0.0.57 - - [2025-09-04 04:06:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.022119 [API:8081]10.0.0.57 - - [2025-09-04 04:06:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.021046 [API:8081]10.0.0.57 - - [2025-09-04 04:06:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.031254 [API:8081]10.0.0.57 - - [2025-09-04 04:06:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.023678 [API:8081]10.0.0.57 - - [2025-09-04 04:06:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.031771 [API:8081]10.0.0.57 - - [2025-09-04 04:06:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12893 0.021079 [API:8081]10.0.0.57 - - [2025-09-04 04:06:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.022054 [API:8081]10.0.0.57 - - [2025-09-04 04:06:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12484 0.019994 [API:8081]10.0.0.57 - - [2025-09-04 04:06:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-68677597:ctest-TestRbac-68677597-67966379?flat HTTP/1.1" 200 6501 0.011951 [API:8081]10.0.0.57 - - [2025-09-04 04:06:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013217 [API:8081]10.0.0.38 - - [2025-09-04 04:06:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.068865 [API:8081]10.0.0.57 - - [2025-09-04 04:07:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.57 - - [2025-09-04 04:07:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.052448 [API:8081]10.0.0.57 - - [2025-09-04 04:07:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.054017 [API:8081]10.0.0.57 - - [2025-09-04 04:07:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.115438 [API:8081]10.0.0.57 - - [2025-09-04 04:07:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-40784583:01dd1eef-7720-466e-b4e2-82c190608553?flat HTTP/1.1" 401 205 0.000517 [API:8081]10.0.0.57 - - [2025-09-04 04:07:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-40784583:01dd1eef-7720-466e-b4e2-82c190608553?flat HTTP/1.1" 200 5389 0.129667 [API:8081]10.0.0.57 - - [2025-09-04 04:07:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-40784583:01dd1eef-7720-466e-b4e2-82c190608553?flat HTTP/1.1" 200 5389 0.056606 [API:8081]10.0.0.57 - - [2025-09-04 04:07:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-40784583:01dd1eef-7720-466e-b4e2-82c190608553?flat HTTP/1.1" 200 5389 0.066440 [API:8081]10.0.0.57 - - [2025-09-04 04:07:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40784583:ctest-TestRbacBasic-40784583-19100775?flat HTTP/1.1" 200 4135 0.072089 [API:8081]10.0.0.57 - - [2025-09-04 04:07:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.060728 [API:8081]10.0.0.57 - - [2025-09-04 04:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.072777 [API:8081]10.0.0.57 - - [2025-09-04 04:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.020813 [API:8081]10.0.0.57 - - [2025-09-04 04:07:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.025301 [API:8081]10.0.0.57 - - [2025-09-04 04:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.069367 [API:8081]10.0.0.57 - - [2025-09-04 04:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.075458 [API:8081]10.0.0.57 - - [2025-09-04 04:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.031338 [API:8081]10.0.0.57 - - [2025-09-04 04:07:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.036535 [API:8081]10.0.0.57 - - [2025-09-04 04:07:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.071795 [API:8081]10.0.0.57 - - [2025-09-04 04:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033489 [API:8081]10.0.0.57 - - [2025-09-04 04:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.082387 [API:8081]10.0.0.57 - - [2025-09-04 04:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.027196 [API:8081]10.0.0.57 - - [2025-09-04 04:07:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.030509 [API:8081]10.0.0.57 - - [2025-09-04 04:07:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.033255 [API:8081]10.0.0.57 - - [2025-09-04 04:07:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.037351 [API:8081]10.0.0.57 - - [2025-09-04 04:07:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.034470 [API:8081]10.0.0.57 - - [2025-09-04 04:07:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.024554 [API:8081]10.0.0.57 - - [2025-09-04 04:08:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.020892 [API:8081]10.0.0.57 - - [2025-09-04 04:08:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.020392 [API:8081]10.0.0.57 - - [2025-09-04 04:08:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.022533 [API:8081]10.0.0.57 - - [2025-09-04 04:08:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.019958 [API:8081]10.0.0.57 - - [2025-09-04 04:08:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.022479 [API:8081]10.0.0.57 - - [2025-09-04 04:08:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.022681 [API:8081]10.0.0.57 - - [2025-09-04 04:08:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.023737 [API:8081]10.0.0.57 - - [2025-09-04 04:08:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.020839 [API:8081]10.0.0.57 - - [2025-09-04 04:08:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.021717 [API:8081]10.0.0.57 - - [2025-09-04 04:08:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13026 0.020006 [API:8081]10.0.0.57 - - [2025-09-04 04:08:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.022424 [API:8081]10.0.0.57 - - [2025-09-04 04:08:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12579 0.019778 [API:8081]10.0.0.57 - - [2025-09-04 04:08:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40784583:ctest-TestRbacBasic-40784583-19100775?flat HTTP/1.1" 200 6881 0.012683 [API:8081]10.0.0.57 - - [2025-09-04 04:08:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009656 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:08:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002911 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:08:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.009222 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:08:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:08:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003624 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:08:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002250 [Introspect:8090]10.0.0.57 - - [2025-09-04 04:08:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001105 [API:8081]10.0.0.57 - - [2025-09-04 04:08:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.57 - - [2025-09-04 04:08:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.047233 [API:8081]10.0.0.38 - - [2025-09-04 04:08:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066216 [API:8081]10.0.0.57 - - [2025-09-04 04:09:26] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.57 - - [2025-09-04 04:09:26] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.38 - - [2025-09-04 04:09:55] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-09-04 04:09:55] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.131 - - [2025-09-04 04:09:56] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-09-04 04:09:56] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.38 - - [2025-09-04 04:09:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.062481 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:fe53f6fd-7632-4ee7-ac69-24b32b04fd64?flat HTTP/1.1" 200 5369 0.013672 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:fe53f6fd-7632-4ee7-ac69-24b32b04fd64?flat HTTP/1.1" 200 5369 0.052689 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:fe53f6fd-7632-4ee7-ac69-24b32b04fd64?flat HTTP/1.1" 200 5369 0.059415 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66246978:ctest-vn1-97647779?flat HTTP/1.1" 200 9418 0.020658 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.020802 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13006 0.020626 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.019722 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13006 0.019586 [API:8081]10.0.0.57 - - [2025-09-04 04:11:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009354 [API:8081]10.0.0.57 - - [2025-09-04 04:11:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:244bfc10-7f23-4a77-85ab-6d81783b0ba8?flat HTTP/1.1" 200 5373 0.017314 [API:8081]10.0.0.57 - - [2025-09-04 04:11:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:244bfc10-7f23-4a77-85ab-6d81783b0ba8?flat HTTP/1.1" 200 5373 0.017839 [API:8081]10.0.0.57 - - [2025-09-04 04:11:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:244bfc10-7f23-4a77-85ab-6d81783b0ba8?flat HTTP/1.1" 200 5373 0.014058 [API:8081]10.0.0.57 - - [2025-09-04 04:11:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66246978:ctest-vn1-97647779?flat HTTP/1.1" 200 9418 0.018922 [API:8081]10.0.0.57 - - [2025-09-04 04:11:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.018532 [API:8081]10.0.0.57 - - [2025-09-04 04:11:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.018687 [API:8081]10.0.0.57 - - [2025-09-04 04:11:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008672 [API:8081]10.0.0.57 - - [2025-09-04 04:11:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.018982 [API:8081]10.0.0.57 - - [2025-09-04 04:11:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.021382 [API:8081]10.0.0.57 - - [2025-09-04 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019608 [API:8081]10.0.0.57 - - [2025-09-04 04:11:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.021271 [API:8081]10.0.0.57 - - [2025-09-04 04:11:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.024025 [API:8081]10.0.0.57 - - [2025-09-04 04:11:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66246978:ctest-vn1-97647779?flat HTTP/1.1" 200 7728 0.019138 [API:8081]10.0.0.57 - - [2025-09-04 04:11:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010018 [API:8081]10.0.0.131 - - [2025-09-04 04:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148985 [API:8081]10.0.0.57 - - [2025-09-04 04:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.183465 [API:8081]10.0.0.57 - - [2025-09-04 04:11:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.029146 [API:8081]10.0.0.57 - - [2025-09-04 04:11:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13006 0.030791 [API:8081]10.0.0.38 - - [2025-09-04 04:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.178837 [API:8081]10.0.0.131 - - [2025-09-04 04:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160369 [API:8081]10.0.0.38 - - [2025-09-04 04:11:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.057326 [API:8081]10.0.0.57 - - [2025-09-04 04:11:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153710 [API:8081]10.0.0.57 - - [2025-09-04 04:11:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.023642 [API:8081]10.0.0.57 - - [2025-09-04 04:11:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13006 0.026991 [API:8081]10.0.0.57 - - [2025-09-04 04:11:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.032249 [API:8081]10.0.0.57 - - [2025-09-04 04:11:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13006 0.024225 [API:8081]10.0.0.57 - - [2025-09-04 04:11:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.021969 [API:8081]10.0.0.57 - - [2025-09-04 04:11:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13006 0.022549 [API:8081]10.0.0.57 - - [2025-09-04 04:11:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.020678 [API:8081]10.0.0.57 - - [2025-09-04 04:11:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13006 0.022456 [API:8081]10.0.0.57 - - [2025-09-04 04:11:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.035186 [API:8081]10.0.0.57 - - [2025-09-04 04:11:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 13006 0.021564 [API:8081]10.0.0.57 - - [2025-09-04 04:11:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.022638 [API:8081]10.0.0.57 - - [2025-09-04 04:11:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12608 0.024121 [API:8081]10.0.0.57 - - [2025-09-04 04:11:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66246978:ctest-vn1-97647779?flat HTTP/1.1" 200 4923 0.013427 [API:8081]10.0.0.57 - - [2025-09-04 04:11:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008113 [API:8081]10.0.0.57 - - [2025-09-04 04:11:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.015401 [API:8081]10.0.0.57 - - [2025-09-04 04:11:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.011769 [API:8081]10.0.0.38 - - [2025-09-04 04:11:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064273 [API:8081]10.0.0.38 - - [2025-09-04 04:12:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.061526 [Introspect:8090]10.0.0.57 - - [2025-09-04 04:14:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001101 [API:8081]10.0.0.57 - - [2025-09-04 04:14:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 12015 0.374313 [API:8081]10.0.0.57 - - [2025-09-04 04:14:43] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4012-1?flat HTTP/1.1" 200 6198 0.373972 [API:8081]10.0.0.57 - - [2025-09-04 04:14:44] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 6200 0.377715 [API:8081]10.0.0.57 - - [2025-09-04 04:14:44] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4012-3?flat HTTP/1.1" 200 4113 0.012030 [API:8081]10.0.0.57 - - [2025-09-04 04:14:44] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?flat HTTP/1.1" 200 5905 0.014121 [API:8081]10.0.0.57 - - [2025-09-04 04:14:44] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?flat HTTP/1.1" 200 7102 0.015127 [API:8081]10.0.0.57 - - [2025-09-04 04:14:44] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?flat HTTP/1.1" 200 6204 0.016222 [API:8081]10.0.0.57 - - [2025-09-04 04:14:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.015600 [API:8081]10.0.0.38 - - [2025-09-04 04:15:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065790 [API:8081]10.0.0.57 - - [2025-09-04 04:15:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:8f081528-20ae-4b90-894f-ed337980d52c?flat HTTP/1.1" 200 5245 0.014758 [API:8081]10.0.0.57 - - [2025-09-04 04:15:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:8f081528-20ae-4b90-894f-ed337980d52c?flat HTTP/1.1" 200 5245 0.015372 [API:8081]10.0.0.57 - - [2025-09-04 04:15:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:8f081528-20ae-4b90-894f-ed337980d52c?flat HTTP/1.1" 200 5245 0.014799 [API:8081]10.0.0.57 - - [2025-09-04 04:15:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66246978:ctest-vn1-18190503?flat HTTP/1.1" 200 7117 0.015608 [API:8081]10.0.0.57 - - [2025-09-04 04:15:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32882 0.029991 [API:8081]10.0.0.57 - - [2025-09-04 04:15:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32882 0.025152 [API:8081]10.0.0.57 - - [2025-09-04 04:15:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.022287 [API:8081]10.0.0.38 - - [2025-09-04 04:16:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060477 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:a711c2eb-6827-4269-b8a8-af25545e0d6e?flat HTTP/1.1" 200 5244 0.016080 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:a711c2eb-6827-4269-b8a8-af25545e0d6e?flat HTTP/1.1" 200 5244 0.016419 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66246978:a711c2eb-6827-4269-b8a8-af25545e0d6e?flat HTTP/1.1" 200 5244 0.016805 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66246978:ctest-vn2-29571567?flat HTTP/1.1" 200 7109 0.017498 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32249 0.025555 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 12461 0.022747 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32249 0.025977 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 12461 0.021647 [API:8081]10.0.0.57 - - [2025-09-04 04:16:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010607 [API:8081]10.0.0.131 - - [2025-09-04 04:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160619 [API:8081]10.0.0.57 - - [2025-09-04 04:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.193700 [API:8081]10.0.0.38 - - [2025-09-04 04:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185137 [API:8081]10.0.0.131 - - [2025-09-04 04:16:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.184213 [API:8081]10.0.0.38 - - [2025-09-04 04:16:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156514 [API:8081]10.0.0.57 - - [2025-09-04 04:16:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185334 [API:8081]10.0.0.57 - - [2025-09-04 04:17:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32280 0.038446 [API:8081]10.0.0.57 - - [2025-09-04 04:17:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 12879 0.022375 [API:8081]10.0.0.57 - - [2025-09-04 04:17:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66246978:ctest-vn2-29571567?flat HTTP/1.1" 200 7865 0.016907 [API:8081]10.0.0.57 - - [2025-09-04 04:17:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009215 [API:8081]10.0.0.57 - - [2025-09-04 04:17:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32900 0.024749 [API:8081]10.0.0.57 - - [2025-09-04 04:17:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32900 0.038606 [API:8081]10.0.0.57 - - [2025-09-04 04:17:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32900 0.025944 [API:8081]10.0.0.57 - - [2025-09-04 04:17:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32900 0.024140 [API:8081]10.0.0.57 - - [2025-09-04 04:17:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32900 0.025536 [API:8081]10.0.0.57 - - [2025-09-04 04:17:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32900 0.035347 [API:8081]10.0.0.57 - - [2025-09-04 04:17:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32900 0.034431 [API:8081]10.0.0.57 - - [2025-09-04 04:17:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66246978:ctest-vn1-18190503?flat HTTP/1.1" 200 7915 0.020670 [API:8081]10.0.0.57 - - [2025-09-04 04:17:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013001 [API:8081]10.0.0.38 - - [2025-09-04 04:18:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062606 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:18:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002459 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:18:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002401 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:18:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002622 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:18:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002294 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:18:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001985 [API:8081]10.0.0.57 - - [2025-09-04 04:19:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-10822715:1a59e3ed-34e3-4e4a-a529-751669182739?flat HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.57 - - [2025-09-04 04:19:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-10822715:1a59e3ed-34e3-4e4a-a529-751669182739?flat HTTP/1.1" 200 5217 0.068144 [API:8081]10.0.0.57 - - [2025-09-04 04:19:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-10822715:1a59e3ed-34e3-4e4a-a529-751669182739?flat HTTP/1.1" 200 5217 0.069759 [API:8081]10.0.0.57 - - [2025-09-04 04:19:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-10822715:1a59e3ed-34e3-4e4a-a529-751669182739?flat HTTP/1.1" 200 5217 0.064131 [API:8081]10.0.0.57 - - [2025-09-04 04:19:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-10822715:ctest-vn-17002476?flat HTTP/1.1" 200 6582 0.026879 [API:8081]10.0.0.57 - - [2025-09-04 04:19:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32914 0.038047 [API:8081]10.0.0.57 - - [2025-09-04 04:19:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32914 0.028243 [API:8081]10.0.0.57 - - [2025-09-04 04:19:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009235 [API:8081]10.0.0.57 - - [2025-09-04 04:19:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-10822715:49993482-6efd-4413-99c0-a8dc69675850?flat HTTP/1.1" 200 5236 0.014907 [API:8081]10.0.0.57 - - [2025-09-04 04:19:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-10822715:49993482-6efd-4413-99c0-a8dc69675850?flat HTTP/1.1" 200 5236 0.023152 [API:8081]10.0.0.57 - - [2025-09-04 04:19:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-10822715:49993482-6efd-4413-99c0-a8dc69675850?flat HTTP/1.1" 200 5236 0.020811 [API:8081]10.0.0.57 - - [2025-09-04 04:19:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-10822715:ctest-vn-17723028?flat HTTP/1.1" 200 6746 0.026069 [API:8081]10.0.0.57 - - [2025-09-04 04:19:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32297 0.038001 [API:8081]10.0.0.57 - - [2025-09-04 04:19:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 12965 0.035632 [API:8081]10.0.0.57 - - [2025-09-04 04:19:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32297 0.030668 [API:8081]10.0.0.57 - - [2025-09-04 04:19:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 12965 0.027709 [API:8081]10.0.0.57 - - [2025-09-04 04:19:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014918 [API:8081]10.0.0.38 - - [2025-09-04 04:19:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.056332 [API:8081]10.0.0.57 - - [2025-09-04 04:19:26] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.57 - - [2025-09-04 04:19:26] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.57 - - [2025-09-04 04:19:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32297 0.024759 [API:8081]10.0.0.57 - - [2025-09-04 04:19:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 12965 0.030566 [API:8081]10.0.0.57 - - [2025-09-04 04:19:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32303 0.026911 [API:8081]10.0.0.57 - - [2025-09-04 04:19:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 12965 0.028946 [API:8081]10.0.0.57 - - [2025-09-04 04:19:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32305 0.033287 [API:8081]10.0.0.57 - - [2025-09-04 04:19:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4012-2?flat HTTP/1.1" 200 12574 0.022153 [API:8081]10.0.0.57 - - [2025-09-04 04:19:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-10822715:ctest-vn-17723028?flat HTTP/1.1" 200 4888 0.013290 [API:8081]10.0.0.57 - - [2025-09-04 04:19:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013475 [API:8081]10.0.0.57 - - [2025-09-04 04:19:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.026709 [API:8081]10.0.0.57 - - [2025-09-04 04:19:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.044729 [API:8081]10.0.0.57 - - [2025-09-04 04:19:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.027203 [API:8081]10.0.0.57 - - [2025-09-04 04:19:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.027433 [API:8081]10.0.0.57 - - [2025-09-04 04:19:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.023999 [API:8081]10.0.0.57 - - [2025-09-04 04:19:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32924 0.025212 [API:8081]10.0.0.57 - - [2025-09-04 04:19:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4012-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32926 0.026005 [API:8081]10.0.0.57 - - [2025-09-04 04:19:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-10822715:ctest-vn-17002476?flat HTTP/1.1" 200 6177 0.013372 [API:8081]10.0.0.57 - - [2025-09-04 04:19:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008002 [API:8081]10.0.0.38 - - [2025-09-04 04:19:55] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2025-09-04 04:19:55] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.131 - - [2025-09-04 04:19:56] "GET /analytics HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.131 - - [2025-09-04 04:19:56] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.57 - - [2025-09-04 04:20:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.57 - - [2025-09-04 04:20:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.064076 [API:8081]10.0.0.57 - - [2025-09-04 04:20:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.063105 [API:8081]10.0.0.38 - - [2025-09-04 04:21:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058440 [API:8081]10.0.0.131 - - [2025-09-04 04:21:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.101911 [API:8081]10.0.0.57 - - [2025-09-04 04:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168439 [API:8081]10.0.0.38 - - [2025-09-04 04:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170142 [API:8081]10.0.0.131 - - [2025-09-04 04:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.209148 [API:8081]10.0.0.38 - - [2025-09-04 04:21:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.112839 [API:8081]10.0.0.57 - - [2025-09-04 04:21:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151047 [API:8081]10.0.0.38 - - [2025-09-04 04:22:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.077769 [API:8081]10.0.0.38 - - [2025-09-04 04:24:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058519 [API:8081]10.0.0.38 - - [2025-09-04 04:25:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060764 [API:8081]10.0.0.57 - - [2025-09-04 04:25:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.57 - - [2025-09-04 04:25:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.052490 [API:8081]10.0.0.131 - - [2025-09-04 04:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145394 [API:8081]10.0.0.57 - - [2025-09-04 04:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135582 [API:8081]10.0.0.38 - - [2025-09-04 04:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135658 [API:8081]10.0.0.131 - - [2025-09-04 04:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137956 [API:8081]10.0.0.38 - - [2025-09-04 04:26:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135747 [API:8081]10.0.0.57 - - [2025-09-04 04:26:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145543 [API:8081]10.0.0.38 - - [2025-09-04 04:27:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065400 [API:8081]10.0.0.38 - - [2025-09-04 04:28:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.065695 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:28:18] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002386 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003341 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002877 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:28:18] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4012-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002716 [LOCAL API:8181]127.0.0.1 - - [2025-09-04 04:28:18] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001680 [API:8081]10.0.0.57 - - [2025-09-04 04:29:26] "GET /analytics HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.57 - - [2025-09-04 04:29:26] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.38 - - [2025-09-04 04:29:55] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2025-09-04 04:29:55] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.131 - - [2025-09-04 04:29:56] "GET /analytics HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.131 - - [2025-09-04 04:29:56] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-09-04 04:30:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053827 [API:8081]10.0.0.38 - - [2025-09-04 04:31:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055235 [API:8081]10.0.0.131 - - [2025-09-04 04:31:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.018210 [API:8081]10.0.0.57 - - [2025-09-04 04:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146593 [API:8081]10.0.0.38 - - [2025-09-04 04:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123254 [API:8081]10.0.0.131 - - [2025-09-04 04:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128393 [API:8081]10.0.0.38 - - [2025-09-04 04:31:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.091960 [API:8081]10.0.0.57 - - [2025-09-04 04:31:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185763 [Introspect:8090]10.0.0.57 - - [2025-09-04 04:31:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001084