++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Oct 27 02:07:45 AM UTC 2025 ===================' INFO: =================== Mon Oct 27 02:07:45 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ 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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.33:9041 10.0.0.129: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.14,10.20.0.17,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.17,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.249,10.0.0.33,10.0.0.129 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.33,10.0.0.129 +++ local servers=10.0.0.249,10.0.0.33,10.0.0.129 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.249,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 1 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ grep '^ANALYTICS_API__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 10/27/2025 02:07:53.851 7f6713666640 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/27/2025 02:07:54.035 7f6713666640 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/27/2025 02:07:54.046 7f6713666640 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/27/2025 02:07:54.047 7f6713666640 [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.249: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.33 - - [2025-10-27 02:07:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.063089 [API:8081]10.0.0.33 - - [2025-10-27 02:08:31] "GET /analytics HTTP/1.1" 401 206 0.000501 [API:8081]10.0.0.33 - - [2025-10-27 02:08:31] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-10-27 02:08:32] "GET /analytics HTTP/1.1" 401 206 0.000511 [API:8081]10.0.0.249 - - [2025-10-27 02:08:32] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.129 - - [2025-10-27 02:08:32] "GET /analytics HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.129 - - [2025-10-27 02:08:32] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.33 - - [2025-10-27 02:09:02] "GET /analytics HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.33 - - [2025-10-27 02:09:02] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.249 - - [2025-10-27 02:09:03] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2025-10-27 02:09:03] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.129 - - [2025-10-27 02:09:03] "GET /analytics HTTP/1.1" 401 206 0.000570 [API:8081]10.0.0.129 - - [2025-10-27 02:09:03] "GET /analytics HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.33 - - [2025-10-27 02:09:32] "GET /analytics HTTP/1.1" 401 206 0.000648 [API:8081]10.0.0.33 - - [2025-10-27 02:09:32] "GET /analytics HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 02:09:33] "GET /analytics HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.249 - - [2025-10-27 02:09:33] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.33 - - [2025-10-27 02:09:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.069098 [API:8081]10.0.0.33 - - [2025-10-27 02:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000441 [API:8081]10.0.0.33 - - [2025-10-27 02:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.129 - - [2025-10-27 02:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.129 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.33 - - [2025-10-27 02:10:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.093029 [API:8081]10.0.0.33 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.33 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.249 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.249 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.129 - - [2025-10-27 02:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000459 [API:8081]10.0.0.129 - - [2025-10-27 02:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000721 [API:8081]10.0.0.249 - - [2025-10-27 02:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.249 - - [2025-10-27 02:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [Introspect:8090]10.0.0.249 - - [2025-10-27 02:11:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001150 [Introspect:8090]10.0.0.249 - - [2025-10-27 02:11:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001113 [API:8081]10.0.0.33 - - [2025-10-27 02:13:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086192 [Introspect:8090]10.0.0.249 - - [2025-10-27 02:13:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001066 [Introspect:8090]10.0.0.249 - - [2025-10-27 02:13:18] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000564 [API:8081]10.0.0.249 - - [2025-10-27 02:13:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000460 [API:8081]10.0.0.249 - - [2025-10-27 02:13:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1:Control:contrail-control:0?flat HTTP/1.1" 200 35560 0.073016 [API:8081]10.0.0.249 - - [2025-10-27 02:13:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16249 0.061955 [API:8081]10.0.0.249 - - [2025-10-27 02:13:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2:Control:contrail-control:0?flat HTTP/1.1" 200 38623 0.081197 [API:8081]10.0.0.249 - - [2025-10-27 02:13:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16249 0.015438 [API:8081]10.0.0.249 - - [2025-10-27 02:13:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3:Control:contrail-control:0?flat HTTP/1.1" 200 35560 0.023826 [API:8081]10.0.0.249 - - [2025-10-27 02:13:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13606 0.017782 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.029411 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.020202 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3359 0.017346 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3359 0.014962 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.013420 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.012827 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4010 0.012464 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4010 0.015647 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.010423 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011744 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.012759 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011330 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.012642 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.015356 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014051 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.016883 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011778 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013031 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.016591 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016839 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.063765 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.021801 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.020800 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.019198 [API:8081]10.0.0.249 - - [2025-10-27 02:13:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.019997 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.026046 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.026177 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.022244 [API:8081]10.0.0.249 - - [2025-10-27 02:13:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.022979 [API:8081]10.0.0.249 - - [2025-10-27 02:13:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.014245 [API:8081]10.0.0.249 - - [2025-10-27 02:13:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.022763 [API:8081]10.0.0.249 - - [2025-10-27 02:13:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.012607 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.014880 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.021052 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014040 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.014792 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.021549 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.023520 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.014742 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.021117 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.016576 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016896 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.018951 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.020463 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.015279 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.018664 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.012347 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.014893 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4010 0.015110 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4010 0.014179 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1:Control:contrail-control:0?flat HTTP/1.1" 200 35560 0.021100 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.014121 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16249 0.027778 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2:Control:contrail-control:0?flat HTTP/1.1" 200 38623 0.025382 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.014481 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16249 0.018241 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3:Control:contrail-control:0?flat HTTP/1.1" 200 35560 0.021297 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.013235 [API:8081]10.0.0.249 - - [2025-10-27 02:13:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4489-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13606 0.017127 [API:8081]10.0.0.249 - - [2025-10-27 02:13:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12087 0.025709 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?flat HTTP/1.1" 200 16323 0.021707 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?flat HTTP/1.1" 200 15186 0.024552 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?flat HTTP/1.1" 200 15976 0.020612 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?flat HTTP/1.1" 200 16323 0.023571 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?flat HTTP/1.1" 200 15186 0.027399 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?flat HTTP/1.1" 200 15976 0.022341 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?flat HTTP/1.1" 200 16323 0.037050 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?flat HTTP/1.1" 200 15186 0.025348 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?flat HTTP/1.1" 200 15976 0.025002 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?flat HTTP/1.1" 200 16323 0.021373 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?flat HTTP/1.1" 200 15186 0.021630 [API:8081]10.0.0.249 - - [2025-10-27 02:13:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?flat HTTP/1.1" 200 15976 0.023923 [API:8081]10.0.0.249 - - [2025-10-27 02:13:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 8145 0.018004 [API:8081]10.0.0.249 - - [2025-10-27 02:13:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 8140 0.017216 [API:8081]10.0.0.249 - - [2025-10-27 02:13:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-3?flat HTTP/1.1" 200 8140 0.023449 [API:8081]10.0.0.249 - - [2025-10-27 02:13:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2025-10-27 02:13:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.079768 [API:8081]10.0.0.249 - - [2025-10-27 02:13:49] "POST /analytics/query HTTP/1.1" 200 63971 1.086274 [API:8081]10.0.0.249 - - [2025-10-27 02:13:50] "POST /analytics/query HTTP/1.1" 200 5869 1.068574 [API:8081]10.0.0.249 - - [2025-10-27 02:13:51] "POST /analytics/query HTTP/1.1" 200 871 1.053046 [API:8081]10.0.0.249 - - [2025-10-27 02:13:52] "POST /analytics/query HTTP/1.1" 200 5869 1.030764 [API:8081]10.0.0.249 - - [2025-10-27 02:13:53] "POST /analytics/query HTTP/1.1" 200 871 1.027104 [API:8081]10.0.0.33 - - [2025-10-27 02:14:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.071320 [API:8081]10.0.0.249 - - [2025-10-27 02:14:06] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000926 [API:8081]10.0.0.33 - - [2025-10-27 02:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.33 - - [2025-10-27 02:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.129 - - [2025-10-27 02:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.129 - - [2025-10-27 02:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.33 - - [2025-10-27 02:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.33 - - [2025-10-27 02:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.249 - - [2025-10-27 02:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.249 - - [2025-10-27 02:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001206 [API:8081]10.0.0.129 - - [2025-10-27 02:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.129 - - [2025-10-27 02:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.249 - - [2025-10-27 02:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.249 - - [2025-10-27 02:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.33 - - [2025-10-27 02:16:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067459 [API:8081]10.0.0.33 - - [2025-10-27 02:17:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.116018 [API:8081]10.0.0.249 - - [2025-10-27 02:17:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.249 - - [2025-10-27 02:17:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1732 0.053285 [API:8081]10.0.0.249 - - [2025-10-27 02:17:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1965 0.049260 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002724 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003502 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.004531 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003761 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004715 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004515 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003683 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003231 [API:8081]10.0.0.129 - - [2025-10-27 02:19:03] "GET /analytics HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.129 - - [2025-10-27 02:19:03] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.33 - - [2025-10-27 02:19:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075320 [API:8081]10.0.0.33 - - [2025-10-27 02:19:32] "GET /analytics HTTP/1.1" 401 206 0.000463 [API:8081]10.0.0.33 - - [2025-10-27 02:19:32] "GET /analytics HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.249 - - [2025-10-27 02:19:33] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.249 - - [2025-10-27 02:19:33] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.33 - - [2025-10-27 02:20:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.068392 [API:8081]10.0.0.33 - - [2025-10-27 02:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.33 - - [2025-10-27 02:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.129 - - [2025-10-27 02:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.129 - - [2025-10-27 02:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.33 - - [2025-10-27 02:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.33 - - [2025-10-27 02:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2025-10-27 02:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000534 [API:8081]10.0.0.249 - - [2025-10-27 02:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.129 - - [2025-10-27 02:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.129 - - [2025-10-27 02:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 02:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.249 - - [2025-10-27 02:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.33 - - [2025-10-27 02:22:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.102893 [API:8081]10.0.0.33 - - [2025-10-27 02:23:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.052797 [API:8081]10.0.0.249 - - [2025-10-27 02:23:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2025-10-27 02:23:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.066641 [API:8081]10.0.0.249 - - [2025-10-27 02:23:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.049874 [API:8081]10.0.0.33 - - [2025-10-27 02:25:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069473 [API:8081]10.0.0.249 - - [2025-10-27 02:25:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1594 0.009826 [API:8081]10.0.0.249 - - [2025-10-27 02:25:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1823 0.010455 [API:8081]10.0.0.249 - - [2025-10-27 02:25:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1606 0.057335 [API:8081]10.0.0.249 - - [2025-10-27 02:25:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1835 0.008904 [API:8081]10.0.0.33 - - [2025-10-27 02:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.33 - - [2025-10-27 02:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.129 - - [2025-10-27 02:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000433 [API:8081]10.0.0.129 - - [2025-10-27 02:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.33 - - [2025-10-27 02:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000511 [API:8081]10.0.0.33 - - [2025-10-27 02:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000452 [API:8081]10.0.0.249 - - [2025-10-27 02:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.249 - - [2025-10-27 02:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.129 - - [2025-10-27 02:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.129 - - [2025-10-27 02:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2025-10-27 02:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-10-27 02:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.33 - - [2025-10-27 02:26:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.065741 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002898 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002656 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002630 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002611 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003162 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002830 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004176 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003420 [API:8081]10.0.0.33 - - [2025-10-27 02:28:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067477 [API:8081]10.0.0.129 - - [2025-10-27 02:29:03] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.129 - - [2025-10-27 02:29:03] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.33 - - [2025-10-27 02:29:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.071288 [API:8081]10.0.0.33 - - [2025-10-27 02:29:32] "GET /analytics HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.33 - - [2025-10-27 02:29:32] "GET /analytics HTTP/1.1" 401 206 0.000166 [API:8081]10.0.0.249 - - [2025-10-27 02:29:33] "GET /analytics HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-10-27 02:29:33] "GET /analytics HTTP/1.1" 401 206 0.000157 [API:8081]10.0.0.249 - - [2025-10-27 02:30:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.078814 [API:8081]10.0.0.249 - - [2025-10-27 02:30:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-56937129:ctest-vnet1-73015216?flat HTTP/1.1" 200 8247 0.062877 [API:8081]10.0.0.249 - - [2025-10-27 02:30:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.061339 [API:8081]10.0.0.249 - - [2025-10-27 02:30:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.024505 [API:8081]10.0.0.249 - - [2025-10-27 02:30:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.019673 [API:8081]10.0.0.249 - - [2025-10-27 02:30:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.027071 [API:8081]10.0.0.249 - - [2025-10-27 02:30:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.020931 [API:8081]10.0.0.33 - - [2025-10-27 02:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.33 - - [2025-10-27 02:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.129 - - [2025-10-27 02:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.129 - - [2025-10-27 02:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.33 - - [2025-10-27 02:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.33 - - [2025-10-27 02:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-10-27 02:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-10-27 02:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2025-10-27 02:31:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.021204 [API:8081]10.0.0.129 - - [2025-10-27 02:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000467 [API:8081]10.0.0.129 - - [2025-10-27 02:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-10-27 02:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2025-10-27 02:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000611 [API:8081]10.0.0.249 - - [2025-10-27 02:31:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.020390 [API:8081]10.0.0.249 - - [2025-10-27 02:31:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.021404 [API:8081]10.0.0.249 - - [2025-10-27 02:31:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.019162 [API:8081]10.0.0.249 - - [2025-10-27 02:31:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24579 0.022896 [API:8081]10.0.0.249 - - [2025-10-27 02:31:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-56937129:ctest-vnet0-48504550?flat HTTP/1.1" 200 8245 0.013582 [API:8081]10.0.0.249 - - [2025-10-27 02:31:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008371 [API:8081]10.0.0.33 - - [2025-10-27 02:31:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087446 [API:8081]10.0.0.249 - - [2025-10-27 02:31:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.010274 [API:8081]10.0.0.33 - - [2025-10-27 02:32:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.057328 [API:8081]10.0.0.249 - - [2025-10-27 02:33:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.249 - - [2025-10-27 02:33:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.060860 [API:8081]10.0.0.33 - - [2025-10-27 02:34:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065294 [API:8081]10.0.0.249 - - [2025-10-27 02:34:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.076223 [API:8081]10.0.0.249 - - [2025-10-27 02:34:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-20847933:ctest-vnet0-37120037?flat HTTP/1.1" 200 7194 0.016404 [API:8081]10.0.0.249 - - [2025-10-27 02:34:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.076595 [API:8081]10.0.0.249 - - [2025-10-27 02:34:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-10-27 02:34:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.074735 [API:8081]10.0.0.249 - - [2025-10-27 02:35:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2025-10-27 02:35:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.062722 [API:8081]10.0.0.249 - - [2025-10-27 02:35:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.058400 [API:8081]10.0.0.249 - - [2025-10-27 02:35:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.061086 [API:8081]10.0.0.33 - - [2025-10-27 02:35:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.067729 [API:8081]10.0.0.33 - - [2025-10-27 02:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.33 - - [2025-10-27 02:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.129 - - [2025-10-27 02:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.129 - - [2025-10-27 02:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.33 - - [2025-10-27 02:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.33 - - [2025-10-27 02:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-10-27 02:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-10-27 02:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.129 - - [2025-10-27 02:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.129 - - [2025-10-27 02:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2025-10-27 02:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-10-27 02:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:f6a00ef8-2fd1-4ca0-a571-1c53f3370254?flat HTTP/1.1" 200 5233 0.018669 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:f6a00ef8-2fd1-4ca0-a571-1c53f3370254?flat HTTP/1.1" 200 5233 0.014783 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:f6a00ef8-2fd1-4ca0-a571-1c53f3370254?flat HTTP/1.1" 200 5233 0.013708 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-27882696:ctest-VN1-82941108?flat HTTP/1.1" 200 8559 0.024727 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.114407 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020263 [API:8081]10.0.0.249 - - [2025-10-27 02:36:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010577 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:826eafd3-49ad-436f-8093-962830ceab0d?flat HTTP/1.1" 200 5092 0.017433 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:826eafd3-49ad-436f-8093-962830ceab0d?flat HTTP/1.1" 200 5092 0.016832 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:826eafd3-49ad-436f-8093-962830ceab0d?flat HTTP/1.1" 200 5092 0.016863 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-27882696:ctest-VN2-80864364?flat HTTP/1.1" 200 7859 0.018564 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023129 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.022301 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009081 [API:8081]10.0.0.249 - - [2025-10-27 02:36:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:ef96b16f-a070-4b58-a4d4-e1ca29f0decc?flat HTTP/1.1" 200 5103 0.020105 [API:8081]10.0.0.249 - - [2025-10-27 02:36:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:ef96b16f-a070-4b58-a4d4-e1ca29f0decc?flat HTTP/1.1" 200 5103 0.017017 [API:8081]10.0.0.249 - - [2025-10-27 02:36:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-27882696:ef96b16f-a070-4b58-a4d4-e1ca29f0decc?flat HTTP/1.1" 200 5103 0.014966 [API:8081]10.0.0.249 - - [2025-10-27 02:36:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-27882696:ctest-VN3-18239622?flat HTTP/1.1" 200 7448 0.015598 [API:8081]10.0.0.249 - - [2025-10-27 02:36:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026738 [API:8081]10.0.0.249 - - [2025-10-27 02:36:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021869 [API:8081]10.0.0.249 - - [2025-10-27 02:36:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012212 [API:8081]10.0.0.33 - - [2025-10-27 02:37:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079241 [API:8081]10.0.0.249 - - [2025-10-27 02:37:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022436 [API:8081]10.0.0.249 - - [2025-10-27 02:37:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021429 [API:8081]10.0.0.249 - - [2025-10-27 02:37:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.028777 [API:8081]10.0.0.249 - - [2025-10-27 02:37:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021415 [API:8081]10.0.0.249 - - [2025-10-27 02:37:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020024 [API:8081]10.0.0.249 - - [2025-10-27 02:37:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-27882696:ctest-VN3-18239622?flat HTTP/1.1" 200 6220 0.015615 [API:8081]10.0.0.249 - - [2025-10-27 02:37:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010021 [API:8081]10.0.0.249 - - [2025-10-27 02:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022050 [API:8081]10.0.0.249 - - [2025-10-27 02:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020778 [API:8081]10.0.0.249 - - [2025-10-27 02:37:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019787 [API:8081]10.0.0.249 - - [2025-10-27 02:37:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020759 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003333 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003763 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003843 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002963 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003548 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004546 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003290 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003639 [API:8081]10.0.0.249 - - [2025-10-27 02:37:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023952 [API:8081]10.0.0.249 - - [2025-10-27 02:38:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018552 [API:8081]10.0.0.249 - - [2025-10-27 02:38:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.038630 [API:8081]10.0.0.249 - - [2025-10-27 02:38:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023184 [API:8081]10.0.0.249 - - [2025-10-27 02:38:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.034235 [API:8081]10.0.0.249 - - [2025-10-27 02:38:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020421 [API:8081]10.0.0.249 - - [2025-10-27 02:38:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-27882696:ctest-VN2-80864364?flat HTTP/1.1" 200 6553 0.012630 [API:8081]10.0.0.249 - - [2025-10-27 02:38:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.012057 [API:8081]10.0.0.249 - - [2025-10-27 02:38:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019943 [API:8081]10.0.0.249 - - [2025-10-27 02:38:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.023110 [API:8081]10.0.0.33 - - [2025-10-27 02:38:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.062762 [API:8081]10.0.0.249 - - [2025-10-27 02:38:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020737 [API:8081]10.0.0.249 - - [2025-10-27 02:38:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.024353 [API:8081]10.0.0.249 - - [2025-10-27 02:38:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018717 [API:8081]10.0.0.249 - - [2025-10-27 02:38:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020321 [API:8081]10.0.0.249 - - [2025-10-27 02:38:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.029851 [API:8081]10.0.0.249 - - [2025-10-27 02:38:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.034527 [API:8081]10.0.0.249 - - [2025-10-27 02:38:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019195 [API:8081]10.0.0.249 - - [2025-10-27 02:38:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-27882696:ctest-VN1-82941108?flat HTTP/1.1" 200 6773 0.011848 [API:8081]10.0.0.249 - - [2025-10-27 02:38:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009472 [API:8081]10.0.0.249 - - [2025-10-27 02:38:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.249 - - [2025-10-27 02:38:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.075794 [API:8081]10.0.0.249 - - [2025-10-27 02:38:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.075397 [API:8081]10.0.0.249 - - [2025-10-27 02:38:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.051915 [API:8081]10.0.0.129 - - [2025-10-27 02:39:03] "GET /analytics HTTP/1.1" 401 206 0.000539 [API:8081]10.0.0.129 - - [2025-10-27 02:39:03] "GET /analytics HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.33 - - [2025-10-27 02:39:32] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.33 - - [2025-10-27 02:39:32] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.249 - - [2025-10-27 02:39:33] "GET /analytics HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2025-10-27 02:39:33] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.249 - - [2025-10-27 02:39:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:057f2d40-0722-424b-a7bb-86f38e1aa003?flat HTTP/1.1" 200 5358 0.013603 [API:8081]10.0.0.249 - - [2025-10-27 02:39:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:057f2d40-0722-424b-a7bb-86f38e1aa003?flat HTTP/1.1" 200 5358 0.013777 [API:8081]10.0.0.249 - - [2025-10-27 02:39:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:057f2d40-0722-424b-a7bb-86f38e1aa003?flat HTTP/1.1" 200 5358 0.013890 [API:8081]10.0.0.249 - - [2025-10-27 02:39:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:057f2d40-0722-424b-a7bb-86f38e1aa003?flat HTTP/1.1" 200 5358 0.015332 [API:8081]10.0.0.249 - - [2025-10-27 02:39:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99529177:ctest-VN1-81585903?flat HTTP/1.1" 200 9448 0.016861 [API:8081]10.0.0.249 - - [2025-10-27 02:39:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019225 [API:8081]10.0.0.249 - - [2025-10-27 02:39:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020030 [API:8081]10.0.0.249 - - [2025-10-27 02:39:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010428 [API:8081]10.0.0.249 - - [2025-10-27 02:39:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:7538dc9a-f242-48bf-9b59-874525b2d120?flat HTTP/1.1" 200 5230 0.014618 [API:8081]10.0.0.249 - - [2025-10-27 02:39:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:7538dc9a-f242-48bf-9b59-874525b2d120?flat HTTP/1.1" 200 5230 0.021335 [API:8081]10.0.0.249 - - [2025-10-27 02:39:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:7538dc9a-f242-48bf-9b59-874525b2d120?flat HTTP/1.1" 200 5230 0.017198 [API:8081]10.0.0.249 - - [2025-10-27 02:39:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:7538dc9a-f242-48bf-9b59-874525b2d120?flat HTTP/1.1" 200 5230 0.019749 [API:8081]10.0.0.249 - - [2025-10-27 02:39:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99529177:ctest-VN2-16971359?flat HTTP/1.1" 200 8646 0.020931 [API:8081]10.0.0.249 - - [2025-10-27 02:39:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022212 [API:8081]10.0.0.249 - - [2025-10-27 02:39:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.031402 [API:8081]10.0.0.249 - - [2025-10-27 02:39:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009864 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:1133d13e-a28c-400b-878b-d864e155e419?flat HTTP/1.1" 200 5227 0.013311 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:1133d13e-a28c-400b-878b-d864e155e419?flat HTTP/1.1" 200 5227 0.013109 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:1133d13e-a28c-400b-878b-d864e155e419?flat HTTP/1.1" 200 5227 0.013121 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99529177:1133d13e-a28c-400b-878b-d864e155e419?flat HTTP/1.1" 200 5227 0.014488 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99529177:ctest-VN3-30249183?flat HTTP/1.1" 200 8212 0.015839 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018744 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.028926 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010573 [API:8081]10.0.0.33 - - [2025-10-27 02:40:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073002 [API:8081]10.0.0.249 - - [2025-10-27 02:40:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.025831 [API:8081]10.0.0.249 - - [2025-10-27 02:40:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.021657 [API:8081]10.0.0.249 - - [2025-10-27 02:40:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.021955 [API:8081]10.0.0.249 - - [2025-10-27 02:40:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.019661 [API:8081]10.0.0.249 - - [2025-10-27 02:40:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.028314 [API:8081]10.0.0.33 - - [2025-10-27 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.33 - - [2025-10-27 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.129 - - [2025-10-27 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.129 - - [2025-10-27 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.33 - - [2025-10-27 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.33 - - [2025-10-27 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-10-27 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2025-10-27 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.129 - - [2025-10-27 02:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.129 - - [2025-10-27 02:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.249 - - [2025-10-27 02:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.249 - - [2025-10-27 02:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-10-27 02:41:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.021198 [API:8081]10.0.0.249 - - [2025-10-27 02:41:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.033029 [API:8081]10.0.0.249 - - [2025-10-27 02:41:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.022334 [API:8081]10.0.0.249 - - [2025-10-27 02:41:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.023940 [API:8081]10.0.0.249 - - [2025-10-27 02:41:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99529177:ctest-VN3-30249183?flat HTTP/1.1" 200 6973 0.013036 [API:8081]10.0.0.249 - - [2025-10-27 02:41:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008728 [API:8081]10.0.0.249 - - [2025-10-27 02:41:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024524 [API:8081]10.0.0.249 - - [2025-10-27 02:41:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019567 [API:8081]10.0.0.249 - - [2025-10-27 02:41:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022291 [API:8081]10.0.0.249 - - [2025-10-27 02:41:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032142 [API:8081]10.0.0.33 - - [2025-10-27 02:41:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.065577 [API:8081]10.0.0.249 - - [2025-10-27 02:41:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.028280 [API:8081]10.0.0.249 - - [2025-10-27 02:41:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022491 [API:8081]10.0.0.249 - - [2025-10-27 02:41:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019429 [API:8081]10.0.0.249 - - [2025-10-27 02:41:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024033 [API:8081]10.0.0.249 - - [2025-10-27 02:41:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023657 [API:8081]10.0.0.249 - - [2025-10-27 02:41:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024655 [API:8081]10.0.0.249 - - [2025-10-27 02:41:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99529177:ctest-VN2-16971359?flat HTTP/1.1" 200 7322 0.012585 [API:8081]10.0.0.249 - - [2025-10-27 02:41:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009664 [API:8081]10.0.0.249 - - [2025-10-27 02:41:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021499 [API:8081]10.0.0.249 - - [2025-10-27 02:41:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.033386 [API:8081]10.0.0.249 - - [2025-10-27 02:41:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.020823 [API:8081]10.0.0.249 - - [2025-10-27 02:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019497 [API:8081]10.0.0.249 - - [2025-10-27 02:41:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.037233 [API:8081]10.0.0.249 - - [2025-10-27 02:41:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.020831 [API:8081]10.0.0.249 - - [2025-10-27 02:42:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021168 [API:8081]10.0.0.249 - - [2025-10-27 02:42:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.024052 [API:8081]10.0.0.249 - - [2025-10-27 02:42:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.022967 [API:8081]10.0.0.249 - - [2025-10-27 02:42:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.020868 [API:8081]10.0.0.249 - - [2025-10-27 02:42:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99529177:ctest-VN1-81585903?flat HTTP/1.1" 200 7641 0.013192 [API:8081]10.0.0.249 - - [2025-10-27 02:42:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013376 [API:8081]10.0.0.249 - - [2025-10-27 02:42:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.249 - - [2025-10-27 02:42:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.073507 [API:8081]10.0.0.249 - - [2025-10-27 02:42:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.057896 [API:8081]10.0.0.33 - - [2025-10-27 02:43:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063479 [API:8081]10.0.0.33 - - [2025-10-27 02:44:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.082726 [API:8081]10.0.0.33 - - [2025-10-27 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.33 - - [2025-10-27 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.129 - - [2025-10-27 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.129 - - [2025-10-27 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.33 - - [2025-10-27 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.33 - - [2025-10-27 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-10-27 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.129 - - [2025-10-27 02:46:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.129 - - [2025-10-27 02:46:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2025-10-27 02:46:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-10-27 02:46:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.33 - - [2025-10-27 02:46:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062865 [API:8081]10.0.0.249 - - [2025-10-27 02:47:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-10-27 02:47:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1578 0.060113 [API:8081]10.0.0.33 - - [2025-10-27 02:47:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.069481 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002728 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002822 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002720 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002702 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002861 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002437 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002603 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002896 [API:8081]10.0.0.129 - - [2025-10-27 02:49:03] "GET /analytics HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.129 - - [2025-10-27 02:49:03] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.249 - - [2025-10-27 02:49:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.070291 [API:8081]10.0.0.249 - - [2025-10-27 02:49:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021573 [API:8081]10.0.0.249 - - [2025-10-27 02:49:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.065728 [API:8081]10.0.0.249 - - [2025-10-27 02:49:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.031352 [API:8081]10.0.0.33 - - [2025-10-27 02:49:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064783 [API:8081]10.0.0.249 - - [2025-10-27 02:49:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.037948 [API:8081]10.0.0.33 - - [2025-10-27 02:49:32] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.33 - - [2025-10-27 02:49:32] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.249 - - [2025-10-27 02:49:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.030122 [API:8081]10.0.0.249 - - [2025-10-27 02:49:33] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-10-27 02:49:33] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.249 - - [2025-10-27 02:49:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.022132 [API:8081]10.0.0.249 - - [2025-10-27 02:49:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021020 [API:8081]10.0.0.249 - - [2025-10-27 02:49:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.020446 [API:8081]10.0.0.249 - - [2025-10-27 02:49:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-72168330:ctest-vnet0-92483824?flat HTTP/1.1" 200 7964 0.014714 [API:8081]10.0.0.249 - - [2025-10-27 02:49:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009204 [API:8081]10.0.0.249 - - [2025-10-27 02:49:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2025-10-27 02:49:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.055111 [API:8081]10.0.0.249 - - [2025-10-27 02:50:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1369 0.060195 [API:8081]10.0.0.33 - - [2025-10-27 02:50:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.074603 [API:8081]10.0.0.33 - - [2025-10-27 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.33 - - [2025-10-27 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.129 - - [2025-10-27 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.129 - - [2025-10-27 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.33 - - [2025-10-27 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.33 - - [2025-10-27 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.249 - - [2025-10-27 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2025-10-27 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.129 - - [2025-10-27 02:51:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.129 - - [2025-10-27 02:51:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 02:51:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.249 - - [2025-10-27 02:51:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2025-10-27 02:52:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058139 [API:8081]10.0.0.249 - - [2025-10-27 02:52:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020044 [API:8081]10.0.0.249 - - [2025-10-27 02:52:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.101302 [API:8081]10.0.0.249 - - [2025-10-27 02:52:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019120 [API:8081]10.0.0.249 - - [2025-10-27 02:52:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019109 [API:8081]10.0.0.249 - - [2025-10-27 02:52:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.026043 [API:8081]10.0.0.249 - - [2025-10-27 02:52:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.023263 [API:8081]10.0.0.249 - - [2025-10-27 02:53:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.030129 [API:8081]10.0.0.249 - - [2025-10-27 02:53:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018260 [API:8081]10.0.0.249 - - [2025-10-27 02:53:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.021833 [API:8081]10.0.0.249 - - [2025-10-27 02:53:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.020509 [API:8081]10.0.0.249 - - [2025-10-27 02:53:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-09174749:ctest-vnet1-41479986?flat HTTP/1.1" 200 7306 0.011633 [API:8081]10.0.0.249 - - [2025-10-27 02:53:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008847 [API:8081]10.0.0.249 - - [2025-10-27 02:53:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.026101 [API:8081]10.0.0.249 - - [2025-10-27 02:53:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.022309 [API:8081]10.0.0.249 - - [2025-10-27 02:53:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.023171 [API:8081]10.0.0.249 - - [2025-10-27 02:53:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.019918 [API:8081]10.0.0.249 - - [2025-10-27 02:53:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.019133 [API:8081]10.0.0.249 - - [2025-10-27 02:53:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.026808 [API:8081]10.0.0.249 - - [2025-10-27 02:53:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.021429 [API:8081]10.0.0.33 - - [2025-10-27 02:53:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.065702 [API:8081]10.0.0.249 - - [2025-10-27 02:53:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.019833 [API:8081]10.0.0.249 - - [2025-10-27 02:53:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.021177 [API:8081]10.0.0.249 - - [2025-10-27 02:53:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.037197 [API:8081]10.0.0.249 - - [2025-10-27 02:53:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-09174749:ctest-vnet0-79861180?flat HTTP/1.1" 200 6959 0.012538 [API:8081]10.0.0.249 - - [2025-10-27 02:53:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007972 [API:8081]10.0.0.249 - - [2025-10-27 02:53:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-10-27 02:53:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.055399 [API:8081]10.0.0.249 - - [2025-10-27 02:54:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1393 0.049821 [API:8081]10.0.0.33 - - [2025-10-27 02:55:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069607 [API:8081]10.0.0.33 - - [2025-10-27 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.33 - - [2025-10-27 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.129 - - [2025-10-27 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.129 - - [2025-10-27 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.33 - - [2025-10-27 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.33 - - [2025-10-27 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2025-10-27 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2025-10-27 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.129 - - [2025-10-27 02:56:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.129 - - [2025-10-27 02:56:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 02:56:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-10-27 02:56:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.33 - - [2025-10-27 02:56:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.072930 [API:8081]10.0.0.249 - - [2025-10-27 02:57:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.020467 [API:8081]10.0.0.249 - - [2025-10-27 02:57:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.069674 [API:8081]10.0.0.249 - - [2025-10-27 02:57:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.021110 [API:8081]10.0.0.249 - - [2025-10-27 02:57:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.019378 [API:8081]10.0.0.249 - - [2025-10-27 02:57:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-90139631:ctest-vnet1-54371105?flat HTTP/1.1" 200 8068 0.015172 [API:8081]10.0.0.249 - - [2025-10-27 02:57:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009722 [API:8081]10.0.0.249 - - [2025-10-27 02:57:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019432 [API:8081]10.0.0.249 - - [2025-10-27 02:57:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.024620 [API:8081]10.0.0.249 - - [2025-10-27 02:57:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.020012 [API:8081]10.0.0.249 - - [2025-10-27 02:57:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019800 [API:8081]10.0.0.249 - - [2025-10-27 02:57:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.023444 [API:8081]10.0.0.249 - - [2025-10-27 02:57:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.031041 [API:8081]10.0.0.249 - - [2025-10-27 02:57:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.021084 [API:8081]10.0.0.249 - - [2025-10-27 02:57:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.024763 [API:8081]10.0.0.249 - - [2025-10-27 02:57:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.047716 [API:8081]10.0.0.249 - - [2025-10-27 02:57:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-90139631:ctest-vnet0-42901078?flat HTTP/1.1" 200 7707 0.014303 [API:8081]10.0.0.249 - - [2025-10-27 02:57:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010446 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006938 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.017788 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.010826 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.010977 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005536 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.020193 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003496 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005424 [API:8081]10.0.0.33 - - [2025-10-27 02:58:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063668 [API:8081]10.0.0.129 - - [2025-10-27 02:59:03] "GET /analytics HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.129 - - [2025-10-27 02:59:03] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.33 - - [2025-10-27 02:59:32] "GET /analytics HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.33 - - [2025-10-27 02:59:32] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.249 - - [2025-10-27 02:59:33] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-10-27 02:59:33] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.33 - - [2025-10-27 02:59:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.070505 [API:8081]10.0.0.33 - - [2025-10-27 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.33 - - [2025-10-27 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.129 - - [2025-10-27 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.129 - - [2025-10-27 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.33 - - [2025-10-27 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.33 - - [2025-10-27 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.249 - - [2025-10-27 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.129 - - [2025-10-27 03:01:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.129 - - [2025-10-27 03:01:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000695 [API:8081]10.0.0.249 - - [2025-10-27 03:01:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-10-27 03:01:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.33 - - [2025-10-27 03:01:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.222222 [API:8081]10.0.0.249 - - [2025-10-27 03:01:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.249 - - [2025-10-27 03:01:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.061683 [API:8081]10.0.0.33 - - [2025-10-27 03:02:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.069228 [API:8081]10.0.0.249 - - [2025-10-27 03:03:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1357 0.061502 [API:8081]10.0.0.249 - - [2025-10-27 03:04:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.249 - - [2025-10-27 03:04:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1485 0.076746 [API:8081]10.0.0.33 - - [2025-10-27 03:04:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063162 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:8ab20838-234c-4d01-b07e-bdedc46f8652?flat HTTP/1.1" 200 5814 0.067838 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:8ab20838-234c-4d01-b07e-bdedc46f8652?flat HTTP/1.1" 200 5814 0.013568 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:8ab20838-234c-4d01-b07e-bdedc46f8652?flat HTTP/1.1" 200 5814 0.071711 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920-93944006?flat HTTP/1.1" 200 10783 0.017693 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.020917 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019573 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011238 [API:8081]10.0.0.33 - - [2025-10-27 03:05:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.073099 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:04ba701e-23de-4ec5-8a31-fd5f5c89969e?flat HTTP/1.1" 200 5952 0.016514 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:04ba701e-23de-4ec5-8a31-fd5f5c89969e?flat HTTP/1.1" 200 5952 0.014440 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:04ba701e-23de-4ec5-8a31-fd5f5c89969e?flat HTTP/1.1" 200 5952 0.014624 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920-93944006?flat HTTP/1.1" 200 13394 0.018556 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.021196 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019500 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010525 [API:8081]10.0.0.33 - - [2025-10-27 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.33 - - [2025-10-27 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.129 - - [2025-10-27 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.129 - - [2025-10-27 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.33 - - [2025-10-27 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.33 - - [2025-10-27 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000462 [API:8081]10.0.0.249 - - [2025-10-27 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.129 - - [2025-10-27 03:06:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.129 - - [2025-10-27 03:06:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2025-10-27 03:06:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.249 - - [2025-10-27 03:06:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.249 - - [2025-10-27 03:07:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021455 [API:8081]10.0.0.249 - - [2025-10-27 03:07:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.033103 [API:8081]10.0.0.249 - - [2025-10-27 03:07:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920-93944006?flat HTTP/1.1" 200 11690 0.017682 [API:8081]10.0.0.249 - - [2025-10-27 03:07:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011270 [API:8081]10.0.0.249 - - [2025-10-27 03:07:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.030458 [API:8081]10.0.0.249 - - [2025-10-27 03:07:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.047946 [API:8081]10.0.0.249 - - [2025-10-27 03:07:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.024422 [API:8081]10.0.0.249 - - [2025-10-27 03:07:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.027286 [API:8081]10.0.0.249 - - [2025-10-27 03:07:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.020509 [API:8081]10.0.0.249 - - [2025-10-27 03:07:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.027273 [API:8081]10.0.0.249 - - [2025-10-27 03:07:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019641 [API:8081]10.0.0.249 - - [2025-10-27 03:07:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.031377 [API:8081]10.0.0.249 - - [2025-10-27 03:07:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.039073 [API:8081]10.0.0.249 - - [2025-10-27 03:07:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.027156 [API:8081]10.0.0.249 - - [2025-10-27 03:07:41] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920:ctest-SecurityGroupBasicRegressionTests1Ipv6-21034920-93944006?flat HTTP/1.1" 200 8791 0.024924 [API:8081]10.0.0.249 - - [2025-10-27 03:07:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.017633 [API:8081]10.0.0.33 - - [2025-10-27 03:07:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071199 [API:8081]10.0.0.249 - - [2025-10-27 03:07:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-10-27 03:07:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1286 0.054623 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003012 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005518 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004478 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004355 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004237 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003376 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003557 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003406 [API:8081]10.0.0.249 - - [2025-10-27 03:08:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:bb68aae7-a62f-4dad-84ec-4a115fd412b3?flat HTTP/1.1" 200 5808 0.061959 [API:8081]10.0.0.249 - - [2025-10-27 03:08:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:bb68aae7-a62f-4dad-84ec-4a115fd412b3?flat HTTP/1.1" 200 5808 0.056065 [API:8081]10.0.0.249 - - [2025-10-27 03:08:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:bb68aae7-a62f-4dad-84ec-4a115fd412b3?flat HTTP/1.1" 200 5808 0.012490 [API:8081]10.0.0.249 - - [2025-10-27 03:08:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738-49017936?flat HTTP/1.1" 200 4450 0.014258 [API:8081]10.0.0.249 - - [2025-10-27 03:08:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.029842 [API:8081]10.0.0.249 - - [2025-10-27 03:08:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.022894 [API:8081]10.0.0.249 - - [2025-10-27 03:08:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010436 [API:8081]10.0.0.33 - - [2025-10-27 03:08:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.069304 [API:8081]10.0.0.129 - - [2025-10-27 03:09:03] "GET /analytics HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.129 - - [2025-10-27 03:09:03] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:0eca0cfd-fbe2-415e-9882-52dd1ed4414f?flat HTTP/1.1" 200 5677 0.015734 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:0eca0cfd-fbe2-415e-9882-52dd1ed4414f?flat HTTP/1.1" 200 5677 0.015256 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:0eca0cfd-fbe2-415e-9882-52dd1ed4414f?flat HTTP/1.1" 200 5677 0.014879 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738-49017936?flat HTTP/1.1" 200 10589 0.019750 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.023020 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.024870 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010272 [API:8081]10.0.0.33 - - [2025-10-27 03:09:32] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.33 - - [2025-10-27 03:09:32] "GET /analytics HTTP/1.1" 401 206 0.000205 [API:8081]10.0.0.249 - - [2025-10-27 03:09:33] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2025-10-27 03:09:33] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.33 - - [2025-10-27 03:10:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061620 [API:8081]10.0.0.249 - - [2025-10-27 03:10:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.028888 [API:8081]10.0.0.249 - - [2025-10-27 03:10:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022247 [API:8081]10.0.0.249 - - [2025-10-27 03:10:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.028548 [API:8081]10.0.0.249 - - [2025-10-27 03:10:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022076 [API:8081]10.0.0.33 - - [2025-10-27 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.33 - - [2025-10-27 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.129 - - [2025-10-27 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.129 - - [2025-10-27 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.33 - - [2025-10-27 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.33 - - [2025-10-27 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-10-27 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.249 - - [2025-10-27 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.129 - - [2025-10-27 03:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.129 - - [2025-10-27 03:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-10-27 03:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2025-10-27 03:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2025-10-27 03:11:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.033496 [API:8081]10.0.0.249 - - [2025-10-27 03:11:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022871 [API:8081]10.0.0.249 - - [2025-10-27 03:11:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.029610 [API:8081]10.0.0.249 - - [2025-10-27 03:11:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020375 [API:8081]10.0.0.249 - - [2025-10-27 03:11:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738-49017936?flat HTTP/1.1" 200 11645 0.017153 [API:8081]10.0.0.249 - - [2025-10-27 03:11:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009526 [API:8081]10.0.0.249 - - [2025-10-27 03:11:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019942 [API:8081]10.0.0.249 - - [2025-10-27 03:11:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.020412 [API:8081]10.0.0.249 - - [2025-10-27 03:11:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019891 [API:8081]10.0.0.249 - - [2025-10-27 03:11:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.020252 [API:8081]10.0.0.249 - - [2025-10-27 03:11:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.025687 [API:8081]10.0.0.249 - - [2025-10-27 03:11:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.020396 [API:8081]10.0.0.249 - - [2025-10-27 03:11:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.033797 [API:8081]10.0.0.249 - - [2025-10-27 03:11:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.023619 [API:8081]10.0.0.249 - - [2025-10-27 03:11:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.020282 [API:8081]10.0.0.249 - - [2025-10-27 03:11:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019173 [API:8081]10.0.0.249 - - [2025-10-27 03:11:41] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738:ctest-SecurityGroupBasicRegressionTests1_contrail-41553738-49017936?flat HTTP/1.1" 200 8428 0.011718 [API:8081]10.0.0.249 - - [2025-10-27 03:11:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008272 [API:8081]10.0.0.33 - - [2025-10-27 03:11:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.066453 [API:8081]10.0.0.249 - - [2025-10-27 03:11:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2025-10-27 03:11:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1250 0.061674 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:41593c52-1cae-4699-8281-a4255f31609b?flat HTTP/1.1" 200 5669 0.059711 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:41593c52-1cae-4699-8281-a4255f31609b?flat HTTP/1.1" 200 5669 0.053643 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:41593c52-1cae-4699-8281-a4255f31609b?flat HTTP/1.1" 200 5669 0.013362 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:ctest-SecurityGroupBasicRegressionTests1-04516572-24648795?flat HTTP/1.1" 200 9920 0.018821 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.018630 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.027988 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010000 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:2e2aa016-dabc-4055-92ec-c4aa72fcab94?flat HTTP/1.1" 200 5539 0.013182 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:2e2aa016-dabc-4055-92ec-c4aa72fcab94?flat HTTP/1.1" 200 5539 0.015643 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:2e2aa016-dabc-4055-92ec-c4aa72fcab94?flat HTTP/1.1" 200 5539 0.019175 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:ctest-SecurityGroupBasicRegressionTests1-04516572-24648795?flat HTTP/1.1" 200 9995 0.025987 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.024755 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.021431 [API:8081]10.0.0.249 - - [2025-10-27 03:13:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011704 [API:8081]10.0.0.33 - - [2025-10-27 03:13:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072129 [API:8081]10.0.0.249 - - [2025-10-27 03:14:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019253 [API:8081]10.0.0.249 - - [2025-10-27 03:14:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.034826 [API:8081]10.0.0.249 - - [2025-10-27 03:14:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020313 [API:8081]10.0.0.249 - - [2025-10-27 03:14:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.030775 [API:8081]10.0.0.249 - - [2025-10-27 03:14:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019595 [API:8081]10.0.0.249 - - [2025-10-27 03:14:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.030035 [API:8081]10.0.0.249 - - [2025-10-27 03:14:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021236 [API:8081]10.0.0.249 - - [2025-10-27 03:14:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021709 [API:8081]10.0.0.249 - - [2025-10-27 03:14:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.036560 [API:8081]10.0.0.249 - - [2025-10-27 03:14:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:ctest-SecurityGroupBasicRegressionTests1-04516572-24648795?flat HTTP/1.1" 200 10809 0.017794 [API:8081]10.0.0.249 - - [2025-10-27 03:14:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010298 [API:8081]10.0.0.249 - - [2025-10-27 03:14:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.026094 [API:8081]10.0.0.249 - - [2025-10-27 03:14:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019457 [API:8081]10.0.0.33 - - [2025-10-27 03:14:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.054316 [API:8081]10.0.0.249 - - [2025-10-27 03:14:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019622 [API:8081]10.0.0.249 - - [2025-10-27 03:14:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.022862 [API:8081]10.0.0.249 - - [2025-10-27 03:14:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.026414 [API:8081]10.0.0.249 - - [2025-10-27 03:15:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.029233 [API:8081]10.0.0.249 - - [2025-10-27 03:15:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019845 [API:8081]10.0.0.249 - - [2025-10-27 03:15:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.024149 [API:8081]10.0.0.249 - - [2025-10-27 03:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.025771 [API:8081]10.0.0.249 - - [2025-10-27 03:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.023526 [API:8081]10.0.0.249 - - [2025-10-27 03:15:12] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-04516572:ctest-SecurityGroupBasicRegressionTests1-04516572-24648795?flat HTTP/1.1" 200 7948 0.014513 [API:8081]10.0.0.249 - - [2025-10-27 03:15:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009578 [API:8081]10.0.0.249 - - [2025-10-27 03:15:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.249 - - [2025-10-27 03:15:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.066959 [API:8081]10.0.0.249 - - [2025-10-27 03:15:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.064604 [API:8081]10.0.0.249 - - [2025-10-27 03:15:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1775 0.064509 [API:8081]10.0.0.249 - - [2025-10-27 03:15:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.015208 [API:8081]10.0.0.249 - - [2025-10-27 03:15:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.009645 [API:8081]10.0.0.249 - - [2025-10-27 03:15:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1775 0.010141 [API:8081]10.0.0.249 - - [2025-10-27 03:15:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2000 0.009603 [API:8081]10.0.0.249 - - [2025-10-27 03:15:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2227 0.009858 [API:8081]10.0.0.33 - - [2025-10-27 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.33 - - [2025-10-27 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.129 - - [2025-10-27 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.129 - - [2025-10-27 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.33 - - [2025-10-27 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.33 - - [2025-10-27 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-10-27 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.249 - - [2025-10-27 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.129 - - [2025-10-27 03:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.129 - - [2025-10-27 03:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000589 [API:8081]10.0.0.249 - - [2025-10-27 03:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.249 - - [2025-10-27 03:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2025-10-27 03:16:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.249 - - [2025-10-27 03:16:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.063169 [API:8081]10.0.0.249 - - [2025-10-27 03:16:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.071658 [API:8081]10.0.0.249 - - [2025-10-27 03:16:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1568 0.056723 [API:8081]10.0.0.249 - - [2025-10-27 03:16:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.009038 [API:8081]10.0.0.249 - - [2025-10-27 03:16:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.010243 [API:8081]10.0.0.249 - - [2025-10-27 03:16:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.011197 [API:8081]10.0.0.249 - - [2025-10-27 03:16:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2025-10-27 03:16:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.071299 [API:8081]10.0.0.249 - - [2025-10-27 03:16:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.074995 [API:8081]10.0.0.249 - - [2025-10-27 03:16:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.076231 [API:8081]10.0.0.33 - - [2025-10-27 03:16:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078110 [API:8081]10.0.0.249 - - [2025-10-27 03:16:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.009688 [API:8081]10.0.0.249 - - [2025-10-27 03:16:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.009756 [API:8081]10.0.0.249 - - [2025-10-27 03:16:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.008909 [API:8081]10.0.0.249 - - [2025-10-27 03:16:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1769 0.008981 [API:8081]10.0.0.249 - - [2025-10-27 03:16:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1992 0.008475 [API:8081]10.0.0.249 - - [2025-10-27 03:17:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.249 - - [2025-10-27 03:17:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1134 0.097922 [API:8081]10.0.0.249 - - [2025-10-27 03:17:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1351 0.064907 [API:8081]10.0.0.249 - - [2025-10-27 03:17:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.058013 [API:8081]10.0.0.249 - - [2025-10-27 03:17:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1805 0.014436 [API:8081]10.0.0.249 - - [2025-10-27 03:17:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2040 0.013623 [API:8081]10.0.0.33 - - [2025-10-27 03:17:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.066589 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003289 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003728 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003561 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004446 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003890 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003400 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004028 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003276 [API:8081]10.0.0.129 - - [2025-10-27 03:19:03] "GET /analytics HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.129 - - [2025-10-27 03:19:03] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.33 - - [2025-10-27 03:19:32] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.33 - - [2025-10-27 03:19:32] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.249 - - [2025-10-27 03:19:33] "GET /analytics HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-10-27 03:19:33] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.33 - - [2025-10-27 03:19:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073060 [API:8081]10.0.0.33 - - [2025-10-27 03:20:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.064477 [API:8081]10.0.0.33 - - [2025-10-27 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.33 - - [2025-10-27 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.129 - - [2025-10-27 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.129 - - [2025-10-27 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.33 - - [2025-10-27 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.33 - - [2025-10-27 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2025-10-27 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.249 - - [2025-10-27 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.129 - - [2025-10-27 03:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.129 - - [2025-10-27 03:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.249 - - [2025-10-27 03:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.249 - - [2025-10-27 03:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000551 [API:8081]10.0.0.33 - - [2025-10-27 03:22:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061283 [API:8081]10.0.0.249 - - [2025-10-27 03:23:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2025-10-27 03:23:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.074491 [API:8081]10.0.0.249 - - [2025-10-27 03:23:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.060633 [API:8081]10.0.0.33 - - [2025-10-27 03:23:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.055354 [API:8081]10.0.0.33 - - [2025-10-27 03:25:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055201 [API:8081]10.0.0.33 - - [2025-10-27 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.33 - - [2025-10-27 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.129 - - [2025-10-27 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.129 - - [2025-10-27 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.33 - - [2025-10-27 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.33 - - [2025-10-27 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.249 - - [2025-10-27 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-10-27 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 03:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.129 - - [2025-10-27 03:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.249 - - [2025-10-27 03:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.249 - - [2025-10-27 03:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.33 - - [2025-10-27 03:26:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.056771 [API:8081]10.0.0.249 - - [2025-10-27 03:27:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-10-27 03:27:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1333 0.152137 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003777 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004010 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003262 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002828 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003820 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004940 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003617 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003583 [API:8081]10.0.0.249 - - [2025-10-27 03:28:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.249 - - [2025-10-27 03:28:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1142 0.119656 [API:8081]10.0.0.33 - - [2025-10-27 03:28:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064410 [API:8081]10.0.0.129 - - [2025-10-27 03:29:03] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.129 - - [2025-10-27 03:29:03] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.33 - - [2025-10-27 03:29:32] "GET /analytics HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.33 - - [2025-10-27 03:29:32] "GET /analytics HTTP/1.1" 401 206 0.000198 [API:8081]10.0.0.249 - - [2025-10-27 03:29:33] "GET /analytics HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.249 - - [2025-10-27 03:29:33] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2025-10-27 03:30:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.148144 [API:8081]10.0.0.33 - - [2025-10-27 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.33 - - [2025-10-27 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.129 - - [2025-10-27 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.129 - - [2025-10-27 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.33 - - [2025-10-27 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.33 - - [2025-10-27 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2025-10-27 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.129 - - [2025-10-27 03:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.129 - - [2025-10-27 03:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.249 - - [2025-10-27 03:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 03:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.33 - - [2025-10-27 03:32:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074223 [API:8081]10.0.0.33 - - [2025-10-27 03:33:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.115924 [API:8081]10.0.0.249 - - [2025-10-27 03:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.249 - - [2025-10-27 03:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.070500 [API:8081]10.0.0.33 - - [2025-10-27 03:35:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.125648 [API:8081]10.0.0.33 - - [2025-10-27 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.33 - - [2025-10-27 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.129 - - [2025-10-27 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.129 - - [2025-10-27 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.33 - - [2025-10-27 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.33 - - [2025-10-27 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-10-27 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-10-27 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.129 - - [2025-10-27 03:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.129 - - [2025-10-27 03:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.249 - - [2025-10-27 03:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-10-27 03:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.33 - - [2025-10-27 03:36:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.089948 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003708 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003910 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004827 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003895 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004059 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002881 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002952 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003701 [API:8081]10.0.0.33 - - [2025-10-27 03:38:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057388 [API:8081]10.0.0.129 - - [2025-10-27 03:39:03] "GET /analytics HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.129 - - [2025-10-27 03:39:03] "GET /analytics HTTP/1.1" 401 206 0.000171 [API:8081]10.0.0.33 - - [2025-10-27 03:39:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.088290 [API:8081]10.0.0.249 - - [2025-10-27 03:39:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-26398902:13c16852-7dab-4c1e-9621-6baca5f6c82c?flat HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2025-10-27 03:39:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-26398902:13c16852-7dab-4c1e-9621-6baca5f6c82c?flat HTTP/1.1" 200 5268 0.060744 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-26398902:13c16852-7dab-4c1e-9621-6baca5f6c82c?flat HTTP/1.1" 200 5268 0.067429 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-26398902:13c16852-7dab-4c1e-9621-6baca5f6c82c?flat HTTP/1.1" 200 5268 0.073754 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-26398902:ctest-random-30091158?flat HTTP/1.1" 200 4971 0.017888 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.035548 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.018491 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009890 [API:8081]10.0.0.249 - - [2025-10-27 03:39:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.012048 [API:8081]10.0.0.249 - - [2025-10-27 03:39:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023608 [API:8081]10.0.0.249 - - [2025-10-27 03:39:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.021510 [API:8081]10.0.0.249 - - [2025-10-27 03:39:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.052068 [API:8081]10.0.0.249 - - [2025-10-27 03:39:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.022451 [API:8081]10.0.0.249 - - [2025-10-27 03:39:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.019932 [API:8081]10.0.0.249 - - [2025-10-27 03:39:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023163 [API:8081]10.0.0.33 - - [2025-10-27 03:39:32] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.33 - - [2025-10-27 03:39:32] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.249 - - [2025-10-27 03:39:33] "GET /analytics HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.249 - - [2025-10-27 03:39:33] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2025-10-27 03:39:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.020432 [API:8081]10.0.0.249 - - [2025-10-27 03:39:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.020723 [API:8081]10.0.0.249 - - [2025-10-27 03:39:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.032290 [API:8081]10.0.0.249 - - [2025-10-27 03:39:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-26398902:ctest-random-30091158?flat HTTP/1.1" 200 8110 0.015340 [API:8081]10.0.0.249 - - [2025-10-27 03:39:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009869 [API:8081]10.0.0.33 - - [2025-10-27 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.33 - - [2025-10-27 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.129 - - [2025-10-27 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.129 - - [2025-10-27 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.33 - - [2025-10-27 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.33 - - [2025-10-27 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-10-27 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.249 - - [2025-10-27 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.129 - - [2025-10-27 03:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.129 - - [2025-10-27 03:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 03:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-10-27 03:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.33 - - [2025-10-27 03:41:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066991 [API:8081]10.0.0.33 - - [2025-10-27 03:42:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.070365 [API:8081]10.0.0.249 - - [2025-10-27 03:42:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.249 - - [2025-10-27 03:42:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.059072 [API:8081]10.0.0.33 - - [2025-10-27 03:44:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073443 [API:8081]10.0.0.33 - - [2025-10-27 03:45:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.071882 [API:8081]10.0.0.249 - - [2025-10-27 03:45:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000435 [API:8081]10.0.0.249 - - [2025-10-27 03:45:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.056955 [API:8081]10.0.0.33 - - [2025-10-27 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.33 - - [2025-10-27 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.129 - - [2025-10-27 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.129 - - [2025-10-27 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.33 - - [2025-10-27 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.33 - - [2025-10-27 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-10-27 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-10-27 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.129 - - [2025-10-27 03:46:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.129 - - [2025-10-27 03:46:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.249 - - [2025-10-27 03:46:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2025-10-27 03:46:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.33 - - [2025-10-27 03:47:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100678 [API:8081]10.0.0.249 - - [2025-10-27 03:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.249 - - [2025-10-27 03:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.052140 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004158 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003770 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006131 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004343 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003456 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002887 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004167 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003857 [API:8081]10.0.0.33 - - [2025-10-27 03:48:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.073098 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:29] "POST /analytics/query HTTP/1.1" 202 179 0.007217 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:29] "GET /analytics/query/ccddd1e4-b2e7-11f0-8d3e-00000a0000f9 HTTP/1.1" 200 221 0.002184 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:29] "GET /analytics/query/ccddd1e4-b2e7-11f0-8d3e-00000a0000f9 HTTP/1.1" 200 221 0.002180 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:30] "GET /analytics/query/ccddd1e4-b2e7-11f0-8d3e-00000a0000f9 HTTP/1.1" 200 338 0.002137 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:30] "GET /analytics/query/ccddd1e4-b2e7-11f0-8d3e-00000a0000f9/chunk-final/0 HTTP/1.1" 200 854 0.002283 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:30] "POST /analytics/query HTTP/1.1" 202 179 0.005849 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:30] "GET /analytics/query/cde20d3a-b2e7-11f0-b5cd-00000a0000f9 HTTP/1.1" 200 221 0.001665 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:31] "GET /analytics/query/cde20d3a-b2e7-11f0-b5cd-00000a0000f9 HTTP/1.1" 200 221 0.002098 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:32] "GET /analytics/query/cde20d3a-b2e7-11f0-b5cd-00000a0000f9 HTTP/1.1" 200 338 0.003168 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:32] "GET /analytics/query/cde20d3a-b2e7-11f0-b5cd-00000a0000f9/chunk-final/0 HTTP/1.1" 200 854 0.003753 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:32] "POST /analytics/query HTTP/1.1" 202 179 0.021749 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:32] "GET /analytics/query/cee24543-b2e7-11f0-8905-00000a0000f9 HTTP/1.1" 200 221 0.002191 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:33] "GET /analytics/query/cee24543-b2e7-11f0-8905-00000a0000f9 HTTP/1.1" 200 339 0.002097 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:33] "GET /analytics/query/cee24543-b2e7-11f0-8905-00000a0000f9/chunk-final/0 HTTP/1.1" 200 29350 0.002852 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:33] "POST /analytics/query HTTP/1.1" 202 179 0.009490 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:33] "GET /analytics/query/cf96298e-b2e7-11f0-beb3-00000a0000f9 HTTP/1.1" 200 221 0.001931 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:34] "GET /analytics/query/cf96298e-b2e7-11f0-beb3-00000a0000f9 HTTP/1.1" 200 339 0.002777 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:34] "GET /analytics/query/cf96298e-b2e7-11f0-beb3-00000a0000f9/chunk-final/0 HTTP/1.1" 200 30031 0.004729 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:35] "POST /analytics/query HTTP/1.1" 202 179 0.004806 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:35] "GET /analytics/query/d04dfac8-b2e7-11f0-a69d-00000a0000f9 HTTP/1.1" 200 221 0.002154 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:35] "GET /analytics/query/d04dfac8-b2e7-11f0-a69d-00000a0000f9 HTTP/1.1" 200 221 0.002133 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:36] "GET /analytics/query/d04dfac8-b2e7-11f0-a69d-00000a0000f9 HTTP/1.1" 200 339 0.001968 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:36] "GET /analytics/query/d04dfac8-b2e7-11f0-a69d-00000a0000f9/chunk-final/0 HTTP/1.1" 200 9773 0.002248 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003770 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:40] "POST /analytics/query HTTP/1.1" 202 179 0.004498 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:40] "GET /analytics/query/d34a62b3-b2e7-11f0-b592-00000a0000f9 HTTP/1.1" 200 221 0.009085 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:40] "GET /analytics/query/d34a62b3-b2e7-11f0-b592-00000a0000f9 HTTP/1.1" 200 340 0.001990 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:40] "GET /analytics/query/d34a62b3-b2e7-11f0-b592-00000a0000f9/chunk-final/0 HTTP/1.1" 200 323955 0.010726 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003795 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003908 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:41] "POST /analytics/query HTTP/1.1" 202 179 0.004646 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:41] "GET /analytics/query/d46eb841-b2e7-11f0-869d-00000a0000f9 HTTP/1.1" 200 221 0.005859 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:42] "GET /analytics/query/d46eb841-b2e7-11f0-869d-00000a0000f9 HTTP/1.1" 200 338 0.003324 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:42] "GET /analytics/query/d46eb841-b2e7-11f0-869d-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002613 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:42] "POST /analytics/query HTTP/1.1" 202 179 0.006332 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:42] "GET /analytics/query/d4c21e99-b2e7-11f0-9dd8-00000a0000f9 HTTP/1.1" 200 221 0.012206 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:43] "GET /analytics/query/d4c21e99-b2e7-11f0-9dd8-00000a0000f9 HTTP/1.1" 200 338 0.003074 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:43] "GET /analytics/query/d4c21e99-b2e7-11f0-9dd8-00000a0000f9/chunk-final/0 HTTP/1.1" 200 9343 0.002725 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:43] "POST /analytics/query HTTP/1.1" 202 179 0.010576 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:43] "GET /analytics/query/d514e102-b2e7-11f0-a13e-00000a0000f9 HTTP/1.1" 200 221 0.002887 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:43] "GET /analytics/query/d514e102-b2e7-11f0-a13e-00000a0000f9 HTTP/1.1" 200 338 0.002076 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:43] "GET /analytics/query/d514e102-b2e7-11f0-a13e-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002439 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:43] "POST /analytics/query HTTP/1.1" 202 179 0.004951 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:43] "GET /analytics/query/d5677b98-b2e7-11f0-b983-00000a0000f9 HTTP/1.1" 200 221 0.001976 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:44] "GET /analytics/query/d5677b98-b2e7-11f0-b983-00000a0000f9 HTTP/1.1" 200 338 0.002360 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:44] "GET /analytics/query/d5677b98-b2e7-11f0-b983-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002126 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:44] "POST /analytics/query HTTP/1.1" 202 179 0.005558 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:44] "GET /analytics/query/d5b8186e-b2e7-11f0-a588-00000a0000f9 HTTP/1.1" 200 221 0.004619 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:44] "GET /analytics/query/d5b8186e-b2e7-11f0-a588-00000a0000f9 HTTP/1.1" 200 338 0.002685 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:44] "GET /analytics/query/d5b8186e-b2e7-11f0-a588-00000a0000f9/chunk-final/0 HTTP/1.1" 200 4013 0.003043 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:44] "POST /analytics/query HTTP/1.1" 202 179 0.005596 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:44] "GET /analytics/query/d60a4052-b2e7-11f0-83b1-00000a0000f9 HTTP/1.1" 200 221 0.006747 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:45] "GET /analytics/query/d60a4052-b2e7-11f0-83b1-00000a0000f9 HTTP/1.1" 200 338 0.011626 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:45] "GET /analytics/query/d60a4052-b2e7-11f0-83b1-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002098 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:45] "POST /analytics/query HTTP/1.1" 202 179 0.005097 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:45] "GET /analytics/query/d65e6269-b2e7-11f0-b806-00000a0000f9 HTTP/1.1" 200 221 0.002160 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:45] "GET /analytics/query/d65e6269-b2e7-11f0-b806-00000a0000f9 HTTP/1.1" 200 338 0.002360 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:45] "GET /analytics/query/d65e6269-b2e7-11f0-b806-00000a0000f9/chunk-final/0 HTTP/1.1" 200 4013 0.003767 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:45] "POST /analytics/query HTTP/1.1" 202 179 0.006031 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:45] "GET /analytics/query/d6b139f4-b2e7-11f0-b33f-00000a0000f9 HTTP/1.1" 200 221 0.002066 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:46] "GET /analytics/query/d6b139f4-b2e7-11f0-b33f-00000a0000f9 HTTP/1.1" 200 338 0.002673 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:46] "GET /analytics/query/d6b139f4-b2e7-11f0-b33f-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002051 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:46] "POST /analytics/query HTTP/1.1" 202 179 0.020428 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:46] "GET /analytics/query/d703af51-b2e7-11f0-8d09-00000a0000f9 HTTP/1.1" 200 221 0.001886 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:46] "GET /analytics/query/d703af51-b2e7-11f0-8d09-00000a0000f9 HTTP/1.1" 200 338 0.002427 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:46] "GET /analytics/query/d703af51-b2e7-11f0-8d09-00000a0000f9/chunk-final/0 HTTP/1.1" 200 4013 0.002449 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:46] "POST /analytics/query HTTP/1.1" 202 179 0.004801 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:46] "GET /analytics/query/d7570343-b2e7-11f0-82db-00000a0000f9 HTTP/1.1" 200 221 0.002690 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:47] "GET /analytics/query/d7570343-b2e7-11f0-82db-00000a0000f9 HTTP/1.1" 200 338 0.002715 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:47] "GET /analytics/query/d7570343-b2e7-11f0-82db-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002543 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:47] "POST /analytics/query HTTP/1.1" 202 179 0.005229 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:47] "GET /analytics/query/d7a7cb05-b2e7-11f0-9686-00000a0000f9 HTTP/1.1" 200 221 0.003062 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:47] "GET /analytics/query/d7a7cb05-b2e7-11f0-9686-00000a0000f9 HTTP/1.1" 200 338 0.003260 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:47] "GET /analytics/query/d7a7cb05-b2e7-11f0-9686-00000a0000f9/chunk-final/0 HTTP/1.1" 200 4013 0.002752 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:47] "POST /analytics/query HTTP/1.1" 202 179 0.019552 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:47] "GET /analytics/query/d7fa2dad-b2e7-11f0-bfc8-00000a0000f9 HTTP/1.1" 200 221 0.007366 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:48] "GET /analytics/query/d7fa2dad-b2e7-11f0-bfc8-00000a0000f9 HTTP/1.1" 200 338 0.002080 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:48] "GET /analytics/query/d7fa2dad-b2e7-11f0-bfc8-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001723 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.005265 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003695 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:49] "POST /analytics/query HTTP/1.1" 202 179 0.004709 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:49] "GET /analytics/query/d9191c36-b2e7-11f0-9904-00000a0000f9 HTTP/1.1" 200 221 0.001802 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:50] "GET /analytics/query/d9191c36-b2e7-11f0-9904-00000a0000f9 HTTP/1.1" 200 340 0.002008 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:50] "GET /analytics/query/d9191c36-b2e7-11f0-9904-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1505243 0.022485 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:50] "POST /analytics/query HTTP/1.1" 202 179 0.011430 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:50] "GET /analytics/query/d972df06-b2e7-11f0-8c46-00000a0000f9 HTTP/1.1" 200 221 0.002942 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:50] "GET /analytics/query/d972df06-b2e7-11f0-8c46-00000a0000f9 HTTP/1.1" 200 340 0.002119 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:50] "GET /analytics/query/d972df06-b2e7-11f0-8c46-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1506639 0.016408 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003539 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.004715 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003839 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004668 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.005263 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:54] "POST /analytics/query HTTP/1.1" 202 179 0.020164 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:54] "GET /analytics/query/dbdca523-b2e7-11f0-a606-00000a0000f9 HTTP/1.1" 200 221 0.004378 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:54] "GET /analytics/query/dbdca523-b2e7-11f0-a606-00000a0000f9 HTTP/1.1" 200 339 0.002106 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:54] "GET /analytics/query/dbdca523-b2e7-11f0-a606-00000a0000f9/chunk-final/0 HTTP/1.1" 200 81297 0.004345 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004428 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:55] "POST /analytics/query HTTP/1.1" 202 179 0.004713 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:55] "GET /analytics/query/dc9d4051-b2e7-11f0-b5a6-00000a0000f9 HTTP/1.1" 200 221 0.003998 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:56] "GET /analytics/query/dc9d4051-b2e7-11f0-b5a6-00000a0000f9 HTTP/1.1" 200 341 0.002529 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:56] "GET /analytics/query/dc9d4051-b2e7-11f0-b5a6-00000a0000f9/chunk-final/0 HTTP/1.1" 200 866900 0.027038 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004972 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:48:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004485 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003729 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:01] "POST /analytics/query HTTP/1.1" 200 145 1.011996 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003804 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:03] "POST /analytics/query HTTP/1.1" 200 2360 1.021947 [API:8081]10.0.0.129 - - [2025-10-27 03:49:03] "GET /analytics HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.129 - - [2025-10-27 03:49:03] "GET /analytics HTTP/1.1" 401 206 0.000204 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003423 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:05] "POST /analytics/query HTTP/1.1" 200 708 1.015629 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004832 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:07] "POST /analytics/query HTTP/1.1" 200 2831 1.012993 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.005298 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:08] "POST /analytics/query HTTP/1.1" 200 206 1.013525 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.003822 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:10] "POST /analytics/query HTTP/1.1" 200 1456 1.012080 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003518 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:11] "POST /analytics/query HTTP/1.1" 200 2831 1.015995 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.003907 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:13] "POST /analytics/query HTTP/1.1" 200 834 1.016236 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003771 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:15] "POST /analytics/query HTTP/1.1" 200 141411 1.019296 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.005472 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:17] "POST /analytics/query HTTP/1.1" 200 942 1.019759 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.003467 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:18] "POST /analytics/query HTTP/1.1" 200 258 1.021369 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.005378 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:20] "POST /analytics/query HTTP/1.1" 200 596 1.011513 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.003739 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:22] "POST /analytics/query HTTP/1.1" 200 1427 1.027627 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.003846 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:23] "POST /analytics/query HTTP/1.1" 200 596 1.011726 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003707 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:25] "POST /analytics/query HTTP/1.1" 200 236 1.011408 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:49:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.004970 [API:8081]10.0.0.33 - - [2025-10-27 03:49:32] "GET /analytics HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.33 - - [2025-10-27 03:49:32] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.249 - - [2025-10-27 03:49:33] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2025-10-27 03:49:33] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.249 - - [2025-10-27 03:49:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-10-27 03:49:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1399 0.073813 [API:8081]10.0.0.33 - - [2025-10-27 03:50:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052669 [API:8081]10.0.0.249 - - [2025-10-27 03:50:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.074468 [API:8081]10.0.0.249 - - [2025-10-27 03:50:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008874 [API:8081]10.0.0.249 - - [2025-10-27 03:50:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.047421 [API:8081]10.0.0.33 - - [2025-10-27 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2025-10-27 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.129 - - [2025-10-27 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.129 - - [2025-10-27 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.33 - - [2025-10-27 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.33 - - [2025-10-27 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2025-10-27 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2025-10-27 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000738 [API:8081]10.0.0.129 - - [2025-10-27 03:51:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 03:51:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-10-27 03:51:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-10-27 03:51:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-10-27 03:51:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.009016 [API:8081]10.0.0.249 - - [2025-10-27 03:51:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.009856 [API:8081]10.0.0.249 - - [2025-10-27 03:51:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.011265 [API:8081]10.0.0.249 - - [2025-10-27 03:51:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.011291 [API:8081]10.0.0.249 - - [2025-10-27 03:51:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008520 [API:8081]10.0.0.33 - - [2025-10-27 03:51:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.054739 [API:8081]10.0.0.249 - - [2025-10-27 03:51:21] "POST /analytics/query HTTP/1.1" 200 222 1.016610 [API:8081]10.0.0.249 - - [2025-10-27 03:51:22] "POST /analytics/query HTTP/1.1" 200 222 1.016381 [API:8081]10.0.0.249 - - [2025-10-27 03:51:23] "POST /analytics/query HTTP/1.1" 200 353 1.017776 [API:8081]10.0.0.33 - - [2025-10-27 03:53:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058560 [API:8081]10.0.0.33 - - [2025-10-27 03:54:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.069998 [API:8081]10.0.0.249 - - [2025-10-27 03:54:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.022364 [API:8081]10.0.0.249 - - [2025-10-27 03:54:44] "POST /analytics/query HTTP/1.1" 200 507 1.019198 [API:8081]10.0.0.249 - - [2025-10-27 03:54:45] "POST /analytics/query HTTP/1.1" 200 353 1.077909 [API:8081]10.0.0.249 - - [2025-10-27 03:54:46] "POST /analytics/query HTTP/1.1" 200 353 1.018979 [API:8081]10.0.0.33 - - [2025-10-27 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.33 - - [2025-10-27 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.129 - - [2025-10-27 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.129 - - [2025-10-27 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.33 - - [2025-10-27 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.33 - - [2025-10-27 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2025-10-27 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2025-10-27 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.129 - - [2025-10-27 03:56:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.129 - - [2025-10-27 03:56:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2025-10-27 03:56:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2025-10-27 03:56:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.33 - - [2025-10-27 03:56:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065142 [API:8081]10.0.0.33 - - [2025-10-27 03:57:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.080705 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002612 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002938 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002975 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002482 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002826 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002861 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003007 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002311 [API:8081]10.0.0.129 - - [2025-10-27 03:59:04] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.129 - - [2025-10-27 03:59:04] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.33 - - [2025-10-27 03:59:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064193 [API:8081]10.0.0.33 - - [2025-10-27 03:59:32] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.33 - - [2025-10-27 03:59:32] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.249 - - [2025-10-27 03:59:33] "GET /analytics HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-10-27 03:59:33] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.33 - - [2025-10-27 04:00:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.080829 [API:8081]10.0.0.33 - - [2025-10-27 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.33 - - [2025-10-27 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.129 - - [2025-10-27 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.129 - - [2025-10-27 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.33 - - [2025-10-27 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.33 - - [2025-10-27 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-10-27 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2025-10-27 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.129 - - [2025-10-27 04:01:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.129 - - [2025-10-27 04:01:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.249 - - [2025-10-27 04:01:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-10-27 04:01:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.33 - - [2025-10-27 04:02:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084039 [API:8081]10.0.0.33 - - [2025-10-27 04:03:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.066237 [API:8081]10.0.0.33 - - [2025-10-27 04:05:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076051 [API:8081]10.0.0.33 - - [2025-10-27 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.33 - - [2025-10-27 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.129 - - [2025-10-27 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000405 [API:8081]10.0.0.129 - - [2025-10-27 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.33 - - [2025-10-27 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.33 - - [2025-10-27 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2025-10-27 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.129 - - [2025-10-27 04:06:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.129 - - [2025-10-27 04:06:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2025-10-27 04:06:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.249 - - [2025-10-27 04:06:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000451 [API:8081]10.0.0.33 - - [2025-10-27 04:06:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.102077 [API:8081]10.0.0.249 - - [2025-10-27 04:06:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-10-27 04:06:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1339 0.113258 [API:8081]10.0.0.249 - - [2025-10-27 04:07:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:96bed202-6a27-4245-a0ba-78eb87b15415?flat HTTP/1.1" 200 5207 0.066281 [API:8081]10.0.0.249 - - [2025-10-27 04:07:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:96bed202-6a27-4245-a0ba-78eb87b15415?flat HTTP/1.1" 200 5207 0.066305 [API:8081]10.0.0.249 - - [2025-10-27 04:07:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:96bed202-6a27-4245-a0ba-78eb87b15415?flat HTTP/1.1" 200 5207 0.014015 [API:8081]10.0.0.249 - - [2025-10-27 04:07:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-13827255:EVPN-VN1?flat HTTP/1.1" 200 7825 0.018381 [API:8081]10.0.0.249 - - [2025-10-27 04:07:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25602 0.020853 [API:8081]10.0.0.249 - - [2025-10-27 04:07:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25602 0.020854 [API:8081]10.0.0.249 - - [2025-10-27 04:07:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012630 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:51dd0b3e-2a17-40fd-b03b-413a16a20279?flat HTTP/1.1" 200 5065 0.013114 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:51dd0b3e-2a17-40fd-b03b-413a16a20279?flat HTTP/1.1" 200 5065 0.012983 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:51dd0b3e-2a17-40fd-b03b-413a16a20279?flat HTTP/1.1" 200 5065 0.016346 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-13827255:EVPN-VN1?flat HTTP/1.1" 200 7825 0.019708 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.025766 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.024008 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011619 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004102 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003519 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004160 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004456 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006221 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003902 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003348 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004806 [API:8081]10.0.0.33 - - [2025-10-27 04:08:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060105 [API:8081]10.0.0.129 - - [2025-10-27 04:09:04] "GET /analytics HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.129 - - [2025-10-27 04:09:04] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.33 - - [2025-10-27 04:09:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2539 0.058624 [API:8081]10.0.0.33 - - [2025-10-27 04:09:32] "GET /analytics HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.33 - - [2025-10-27 04:09:32] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.249 - - [2025-10-27 04:09:33] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2025-10-27 04:09:33] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:96bed202-6a27-4245-a0ba-78eb87b15415?flat HTTP/1.1" 200 5322 0.014193 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:96bed202-6a27-4245-a0ba-78eb87b15415?flat HTTP/1.1" 200 5322 0.013963 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:96bed202-6a27-4245-a0ba-78eb87b15415?flat HTTP/1.1" 200 5322 0.018800 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-13827255:EVPN-VN1?flat HTTP/1.1" 200 9454 0.018790 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23281 0.019471 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23281 0.022848 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010515 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:51dd0b3e-2a17-40fd-b03b-413a16a20279?flat HTTP/1.1" 200 5218 0.014297 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:51dd0b3e-2a17-40fd-b03b-413a16a20279?flat HTTP/1.1" 200 5218 0.013181 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-13827255:51dd0b3e-2a17-40fd-b03b-413a16a20279?flat HTTP/1.1" 200 5218 0.013300 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-13827255:EVPN-VN1?flat HTTP/1.1" 200 9454 0.021273 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23275 0.033638 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12008 0.026209 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23275 0.026436 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12008 0.023903 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008618 [API:8081]10.0.0.249 - - [2025-10-27 04:10:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32163 0.023943 [API:8081]10.0.0.249 - - [2025-10-27 04:10:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12281 0.020469 [API:8081]10.0.0.249 - - [2025-10-27 04:10:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-13827255:EVPN-VN1?flat HTTP/1.1" 200 8540 0.019325 [API:8081]10.0.0.249 - - [2025-10-27 04:10:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009621 [API:8081]10.0.0.33 - - [2025-10-27 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.33 - - [2025-10-27 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.129 - - [2025-10-27 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.129 - - [2025-10-27 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2025-10-27 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.33 - - [2025-10-27 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2025-10-27 04:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.129 - - [2025-10-27 04:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.129 - - [2025-10-27 04:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-10-27 04:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.249 - - [2025-10-27 04:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-10-27 04:11:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32498 0.024064 [API:8081]10.0.0.249 - - [2025-10-27 04:11:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32498 0.036946 [API:8081]10.0.0.249 - - [2025-10-27 04:11:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32498 0.023629 [API:8081]10.0.0.249 - - [2025-10-27 04:11:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32498 0.022528 [API:8081]10.0.0.249 - - [2025-10-27 04:11:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-13827255:EVPN-VN1?flat HTTP/1.1" 200 5987 0.014428 [API:8081]10.0.0.249 - - [2025-10-27 04:11:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009836 [API:8081]10.0.0.33 - - [2025-10-27 04:11:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065969 [API:8081]10.0.0.33 - - [2025-10-27 04:12:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2539 0.107603 [API:8081]10.0.0.249 - - [2025-10-27 04:13:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-27464156:21e50538-4099-43dc-91ad-1d99983abe7a?flat HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2025-10-27 04:13:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-27464156:21e50538-4099-43dc-91ad-1d99983abe7a?flat HTTP/1.1" 200 5174 0.429870 [API:8081]10.0.0.249 - - [2025-10-27 04:13:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-27464156:21e50538-4099-43dc-91ad-1d99983abe7a?flat HTTP/1.1" 200 5174 0.095266 [API:8081]10.0.0.249 - - [2025-10-27 04:13:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-27464156:21e50538-4099-43dc-91ad-1d99983abe7a?flat HTTP/1.1" 200 5174 0.054229 [API:8081]10.0.0.249 - - [2025-10-27 04:13:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-92916594:ctest-TestRbac-92916594-81416237?flat HTTP/1.1" 200 7747 0.055085 [API:8081]10.0.0.249 - - [2025-10-27 04:13:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.079690 [API:8081]10.0.0.249 - - [2025-10-27 04:13:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.135187 [API:8081]10.0.0.249 - - [2025-10-27 04:13:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2025-10-27 04:13:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32535 0.073859 [API:8081]10.0.0.249 - - [2025-10-27 04:13:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12886 0.072132 [API:8081]10.0.0.249 - - [2025-10-27 04:13:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.083422 [API:8081]10.0.0.249 - - [2025-10-27 04:13:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.126983 [API:8081]10.0.0.249 - - [2025-10-27 04:13:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32535 0.030394 [API:8081]10.0.0.249 - - [2025-10-27 04:13:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12886 0.022423 [API:8081]10.0.0.249 - - [2025-10-27 04:13:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.075574 [API:8081]10.0.0.249 - - [2025-10-27 04:13:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.033296 [API:8081]10.0.0.249 - - [2025-10-27 04:13:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.178417 [API:8081]10.0.0.249 - - [2025-10-27 04:13:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32535 0.105057 [API:8081]10.0.0.249 - - [2025-10-27 04:13:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12886 0.026623 [API:8081]10.0.0.249 - - [2025-10-27 04:13:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32535 0.043006 [API:8081]10.0.0.249 - - [2025-10-27 04:13:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12886 0.031293 [API:8081]10.0.0.249 - - [2025-10-27 04:13:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32535 0.043407 [API:8081]10.0.0.249 - - [2025-10-27 04:13:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12886 0.021338 [API:8081]10.0.0.249 - - [2025-10-27 04:14:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32535 0.032863 [API:8081]10.0.0.249 - - [2025-10-27 04:14:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12886 0.022271 [API:8081]10.0.0.249 - - [2025-10-27 04:14:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32535 0.026860 [API:8081]10.0.0.249 - - [2025-10-27 04:14:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12886 0.020957 [API:8081]10.0.0.249 - - [2025-10-27 04:14:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.026549 [API:8081]10.0.0.249 - - [2025-10-27 04:14:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12886 0.021103 [API:8081]10.0.0.249 - - [2025-10-27 04:14:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.035851 [API:8081]10.0.0.249 - - [2025-10-27 04:14:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12476 0.020690 [API:8081]10.0.0.249 - - [2025-10-27 04:14:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-92916594:ctest-TestRbac-92916594-81416237?flat HTTP/1.1" 200 6501 0.013538 [API:8081]10.0.0.249 - - [2025-10-27 04:14:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008806 [API:8081]10.0.0.33 - - [2025-10-27 04:14:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.354757 [API:8081]10.0.0.249 - - [2025-10-27 04:14:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 04:14:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1166 0.058959 [API:8081]10.0.0.249 - - [2025-10-27 04:14:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1166 0.055421 [API:8081]10.0.0.249 - - [2025-10-27 04:14:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1413 0.098535 [API:8081]10.0.0.249 - - [2025-10-27 04:15:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-69599471:ae925b66-6f15-4318-a6fe-64eadc27b70d?flat HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 04:15:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-69599471:ae925b66-6f15-4318-a6fe-64eadc27b70d?flat HTTP/1.1" 200 5399 0.131078 [API:8081]10.0.0.249 - - [2025-10-27 04:15:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-69599471:ae925b66-6f15-4318-a6fe-64eadc27b70d?flat HTTP/1.1" 200 5399 0.057254 [API:8081]10.0.0.249 - - [2025-10-27 04:15:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-69599471:ae925b66-6f15-4318-a6fe-64eadc27b70d?flat HTTP/1.1" 200 5399 0.046756 [API:8081]10.0.0.249 - - [2025-10-27 04:15:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-69599471:ctest-TestRbacBasic-69599471-42403050?flat HTTP/1.1" 200 4145 0.054452 [API:8081]10.0.0.249 - - [2025-10-27 04:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.053440 [API:8081]10.0.0.249 - - [2025-10-27 04:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.075089 [API:8081]10.0.0.249 - - [2025-10-27 04:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.024339 [API:8081]10.0.0.249 - - [2025-10-27 04:15:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.021636 [API:8081]10.0.0.249 - - [2025-10-27 04:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.058171 [API:8081]10.0.0.249 - - [2025-10-27 04:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.083797 [API:8081]10.0.0.249 - - [2025-10-27 04:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.027909 [API:8081]10.0.0.249 - - [2025-10-27 04:15:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.022863 [API:8081]10.0.0.249 - - [2025-10-27 04:15:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.066808 [API:8081]10.0.0.249 - - [2025-10-27 04:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.035198 [API:8081]10.0.0.249 - - [2025-10-27 04:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.079453 [API:8081]10.0.0.249 - - [2025-10-27 04:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.041677 [API:8081]10.0.0.249 - - [2025-10-27 04:15:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.021538 [API:8081]10.0.0.249 - - [2025-10-27 04:15:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.025448 [API:8081]10.0.0.249 - - [2025-10-27 04:15:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.020671 [API:8081]10.0.0.249 - - [2025-10-27 04:15:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.026591 [API:8081]10.0.0.249 - - [2025-10-27 04:15:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.020269 [API:8081]10.0.0.249 - - [2025-10-27 04:15:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.024358 [API:8081]10.0.0.249 - - [2025-10-27 04:15:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.020909 [API:8081]10.0.0.249 - - [2025-10-27 04:15:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.029132 [API:8081]10.0.0.249 - - [2025-10-27 04:15:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.025398 [API:8081]10.0.0.249 - - [2025-10-27 04:15:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.037379 [API:8081]10.0.0.249 - - [2025-10-27 04:15:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.030168 [API:8081]10.0.0.249 - - [2025-10-27 04:15:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.024919 [API:8081]10.0.0.249 - - [2025-10-27 04:15:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.029711 [API:8081]10.0.0.33 - - [2025-10-27 04:15:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2539 0.067766 [API:8081]10.0.0.249 - - [2025-10-27 04:15:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.037115 [API:8081]10.0.0.249 - - [2025-10-27 04:15:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 13026 0.020735 [API:8081]10.0.0.249 - - [2025-10-27 04:15:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.030037 [API:8081]10.0.0.249 - - [2025-10-27 04:15:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12578 0.021874 [API:8081]10.0.0.249 - - [2025-10-27 04:15:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-69599471:ctest-TestRbacBasic-69599471-42403050?flat HTTP/1.1" 200 6888 0.012636 [API:8081]10.0.0.249 - - [2025-10-27 04:15:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009811 [Introspect:8090]10.0.0.249 - - [2025-10-27 04:15:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001192 [API:8081]10.0.0.249 - - [2025-10-27 04:15:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2025-10-27 04:15:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.057653 [API:8081]10.0.0.33 - - [2025-10-27 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.33 - - [2025-10-27 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.129 - - [2025-10-27 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.129 - - [2025-10-27 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.33 - - [2025-10-27 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.33 - - [2025-10-27 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-10-27 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000405 [API:8081]10.0.0.249 - - [2025-10-27 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.129 - - [2025-10-27 04:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.129 - - [2025-10-27 04:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2025-10-27 04:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.249 - - [2025-10-27 04:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.33 - - [2025-10-27 04:17:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074989 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003472 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004895 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003077 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003267 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003057 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002543 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002671 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003344 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:20bc92b6-8663-4a6c-bf31-acd488207686?flat HTTP/1.1" 200 5373 0.064364 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:20bc92b6-8663-4a6c-bf31-acd488207686?flat HTTP/1.1" 200 5373 0.015962 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:20bc92b6-8663-4a6c-bf31-acd488207686?flat HTTP/1.1" 200 5373 0.063413 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-95904761:ctest-vn1-93448844?flat HTTP/1.1" 200 9423 0.019562 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.040695 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.024787 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012457 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:1f3a6adb-e0e0-4605-873f-390842a9333e?flat HTTP/1.1" 200 5369 0.013088 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:1f3a6adb-e0e0-4605-873f-390842a9333e?flat HTTP/1.1" 200 5369 0.012759 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:1f3a6adb-e0e0-4605-873f-390842a9333e?flat HTTP/1.1" 200 5369 0.013012 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-95904761:ctest-vn1-93448844?flat HTTP/1.1" 200 9423 0.017441 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32564 0.024199 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12999 0.020679 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32564 0.029455 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12999 0.020290 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008274 [API:8081]10.0.0.249 - - [2025-10-27 04:18:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32564 0.032675 [API:8081]10.0.0.249 - - [2025-10-27 04:18:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12999 0.024004 [API:8081]10.0.0.33 - - [2025-10-27 04:18:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2539 0.054642 [API:8081]10.0.0.249 - - [2025-10-27 04:18:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.024464 [API:8081]10.0.0.249 - - [2025-10-27 04:18:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 12609 0.020336 [API:8081]10.0.0.249 - - [2025-10-27 04:18:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-95904761:ctest-vn1-93448844?flat HTTP/1.1" 200 7657 0.014202 [API:8081]10.0.0.249 - - [2025-10-27 04:18:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009358 [API:8081]10.0.0.249 - - [2025-10-27 04:18:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.022470 [API:8081]10.0.0.249 - - [2025-10-27 04:18:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.022980 [API:8081]10.0.0.249 - - [2025-10-27 04:18:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.022348 [API:8081]10.0.0.249 - - [2025-10-27 04:18:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-95904761:ctest-vn1-93448844?flat HTTP/1.1" 200 4920 0.010639 [API:8081]10.0.0.249 - - [2025-10-27 04:18:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009253 [API:8081]10.0.0.249 - - [2025-10-27 04:18:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.009015 [API:8081]10.0.0.249 - - [2025-10-27 04:18:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.008034 [API:8081]10.0.0.129 - - [2025-10-27 04:19:04] "GET /analytics HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 04:19:04] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.33 - - [2025-10-27 04:19:32] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.33 - - [2025-10-27 04:19:32] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.249 - - [2025-10-27 04:19:33] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-10-27 04:19:33] "GET /analytics HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.33 - - [2025-10-27 04:20:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.059368 [API:8081]10.0.0.33 - - [2025-10-27 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.33 - - [2025-10-27 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.129 - - [2025-10-27 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.129 - - [2025-10-27 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.33 - - [2025-10-27 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.33 - - [2025-10-27 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2025-10-27 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000563 [API:8081]10.0.0.249 - - [2025-10-27 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.129 - - [2025-10-27 04:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.129 - - [2025-10-27 04:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2025-10-27 04:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2025-10-27 04:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.33 - - [2025-10-27 04:21:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.375893 [Introspect:8090]10.0.0.249 - - [2025-10-27 04:21:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001118 [API:8081]10.0.0.249 - - [2025-10-27 04:21:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 11998 0.069001 [API:8081]10.0.0.249 - - [2025-10-27 04:21:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 6205 0.368797 [API:8081]10.0.0.249 - - [2025-10-27 04:21:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 4115 0.055309 [API:8081]10.0.0.249 - - [2025-10-27 04:21:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-3?flat HTTP/1.1" 200 4115 0.020207 [API:8081]10.0.0.249 - - [2025-10-27 04:21:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?flat HTTP/1.1" 200 5919 0.019034 [API:8081]10.0.0.249 - - [2025-10-27 04:21:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?flat HTTP/1.1" 200 7416 0.018631 [API:8081]10.0.0.249 - - [2025-10-27 04:21:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?flat HTTP/1.1" 200 5917 0.014797 [API:8081]10.0.0.249 - - [2025-10-27 04:21:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.010874 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:bbfc6d9b-0063-4eb6-8419-e04f939829ef?flat HTTP/1.1" 200 5243 0.016682 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:bbfc6d9b-0063-4eb6-8419-e04f939829ef?flat HTTP/1.1" 200 5243 0.015244 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:bbfc6d9b-0063-4eb6-8419-e04f939829ef?flat HTTP/1.1" 200 5243 0.017170 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-95904761:ctest-vn1-59882815?flat HTTP/1.1" 200 7096 0.017342 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33154 0.041331 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33154 0.027423 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012315 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:5f764087-cabd-4bb1-82eb-c2723a2475f8?flat HTTP/1.1" 200 5242 0.022011 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:5f764087-cabd-4bb1-82eb-c2723a2475f8?flat HTTP/1.1" 200 5242 0.020127 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-95904761:5f764087-cabd-4bb1-82eb-c2723a2475f8?flat HTTP/1.1" 200 5242 0.018207 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-95904761:ctest-vn2-61301387?flat HTTP/1.1" 200 7105 0.023162 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.026433 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.025835 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009278 [API:8081]10.0.0.33 - - [2025-10-27 04:23:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073452 [API:8081]10.0.0.249 - - [2025-10-27 04:24:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.038908 [API:8081]10.0.0.249 - - [2025-10-27 04:24:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.034080 [API:8081]10.0.0.249 - - [2025-10-27 04:24:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.031700 [API:8081]10.0.0.249 - - [2025-10-27 04:24:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.038792 [API:8081]10.0.0.33 - - [2025-10-27 04:24:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.112929 [API:8081]10.0.0.249 - - [2025-10-27 04:24:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.032019 [API:8081]10.0.0.249 - - [2025-10-27 04:24:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.029636 [API:8081]10.0.0.249 - - [2025-10-27 04:24:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.032304 [API:8081]10.0.0.249 - - [2025-10-27 04:24:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.036829 [API:8081]10.0.0.249 - - [2025-10-27 04:24:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.030561 [API:8081]10.0.0.249 - - [2025-10-27 04:25:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32313 0.025370 [API:8081]10.0.0.249 - - [2025-10-27 04:25:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-95904761:ctest-vn2-61301387?flat HTTP/1.1" 200 7805 0.028245 [API:8081]10.0.0.249 - - [2025-10-27 04:25:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009207 [API:8081]10.0.0.249 - - [2025-10-27 04:25:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33183 0.032281 [API:8081]10.0.0.249 - - [2025-10-27 04:25:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33183 0.024746 [API:8081]10.0.0.249 - - [2025-10-27 04:25:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33183 0.025520 [API:8081]10.0.0.249 - - [2025-10-27 04:25:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-95904761:ctest-vn1-59882815?flat HTTP/1.1" 200 7899 0.016621 [API:8081]10.0.0.249 - - [2025-10-27 04:25:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011006 [API:8081]10.0.0.33 - - [2025-10-27 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.129 - - [2025-10-27 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.129 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.33 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.33 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.249 - - [2025-10-27 04:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.129 - - [2025-10-27 04:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.129 - - [2025-10-27 04:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2025-10-27 04:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.249 - - [2025-10-27 04:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-10-27 04:26:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66479492:4754d8fc-a136-44ec-bfee-2dc733e81caa?flat HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.249 - - [2025-10-27 04:26:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66479492:4754d8fc-a136-44ec-bfee-2dc733e81caa?flat HTTP/1.1" 200 5237 0.075293 [API:8081]10.0.0.249 - - [2025-10-27 04:26:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66479492:4754d8fc-a136-44ec-bfee-2dc733e81caa?flat HTTP/1.1" 200 5237 0.061708 [API:8081]10.0.0.249 - - [2025-10-27 04:26:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66479492:4754d8fc-a136-44ec-bfee-2dc733e81caa?flat HTTP/1.1" 200 5237 0.062793 [API:8081]10.0.0.249 - - [2025-10-27 04:26:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-66479492:ctest-vn-29661251?flat HTTP/1.1" 200 3997 0.016095 [API:8081]10.0.0.249 - - [2025-10-27 04:26:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32329 0.027056 [API:8081]10.0.0.249 - - [2025-10-27 04:26:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32329 0.035832 [API:8081]10.0.0.249 - - [2025-10-27 04:26:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008253 [API:8081]10.0.0.249 - - [2025-10-27 04:26:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66479492:8d2f98c3-a6f2-45b0-a506-33e7dff3cce6?flat HTTP/1.1" 200 5087 0.018619 [API:8081]10.0.0.249 - - [2025-10-27 04:26:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66479492:8d2f98c3-a6f2-45b0-a506-33e7dff3cce6?flat HTTP/1.1" 200 5087 0.017931 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66479492:8d2f98c3-a6f2-45b0-a506-33e7dff3cce6?flat HTTP/1.1" 200 5087 0.014616 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-66479492:ctest-vn-49158813?flat HTTP/1.1" 200 3368 0.019552 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33198 0.024955 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33198 0.027277 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.015144 [API:8081]10.0.0.33 - - [2025-10-27 04:26:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074030 [API:8081]10.0.0.249 - - [2025-10-27 04:27:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33202 0.022894 [API:8081]10.0.0.249 - - [2025-10-27 04:27:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33202 0.029750 [API:8081]10.0.0.249 - - [2025-10-27 04:27:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33202 0.023618 [API:8081]10.0.0.249 - - [2025-10-27 04:27:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-66479492:ctest-vn-49158813?flat HTTP/1.1" 200 6186 0.016001 [API:8081]10.0.0.249 - - [2025-10-27 04:27:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009131 [API:8081]10.0.0.249 - - [2025-10-27 04:27:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.035606 [API:8081]10.0.0.249 - - [2025-10-27 04:27:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.027624 [API:8081]10.0.0.249 - - [2025-10-27 04:27:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.037203 [API:8081]10.0.0.249 - - [2025-10-27 04:27:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.027865 [API:8081]10.0.0.249 - - [2025-10-27 04:27:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.051483 [API:8081]10.0.0.249 - - [2025-10-27 04:27:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.050616 [API:8081]10.0.0.249 - - [2025-10-27 04:27:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4489-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.029990 [API:8081]10.0.0.249 - - [2025-10-27 04:27:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-66479492:ctest-vn-29661251?flat HTTP/1.1" 200 6186 0.016710 [API:8081]10.0.0.249 - - [2025-10-27 04:27:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010908 [API:8081]10.0.0.249 - - [2025-10-27 04:27:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2025-10-27 04:27:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.105878 [API:8081]10.0.0.33 - - [2025-10-27 04:27:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.447001 [API:8081]10.0.0.249 - - [2025-10-27 04:27:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.061518 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003318 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004511 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006362 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.005475 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004657 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002809 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003455 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006691 [API:8081]10.0.0.129 - - [2025-10-27 04:29:04] "GET /analytics HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.129 - - [2025-10-27 04:29:04] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.33 - - [2025-10-27 04:29:32] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.33 - - [2025-10-27 04:29:32] "GET /analytics HTTP/1.1" 401 206 0.000166 [API:8081]10.0.0.249 - - [2025-10-27 04:29:33] "GET /analytics HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.249 - - [2025-10-27 04:29:33] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.33 - - [2025-10-27 04:29:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070137 [API:8081]10.0.0.33 - - [2025-10-27 04:30:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.066708 [API:8081]10.0.0.33 - - [2025-10-27 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.33 - - [2025-10-27 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.129 - - [2025-10-27 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.129 - - [2025-10-27 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.33 - - [2025-10-27 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.33 - - [2025-10-27 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2025-10-27 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-10-27 04:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000626 [API:8081]10.0.0.129 - - [2025-10-27 04:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.129 - - [2025-10-27 04:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.249 - - [2025-10-27 04:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.249 - - [2025-10-27 04:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000511 [API:8081]10.0.0.33 - - [2025-10-27 04:32:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066734 [API:8081]10.0.0.249 - - [2025-10-27 04:33:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-10-27 04:33:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1134 0.065495 [API:8081]10.0.0.33 - - [2025-10-27 04:33:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.067896 [API:8081]10.0.0.33 - - [2025-10-27 04:35:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073397 [API:8081]10.0.0.33 - - [2025-10-27 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.33 - - [2025-10-27 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.129 - - [2025-10-27 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.129 - - [2025-10-27 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.33 - - [2025-10-27 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.33 - - [2025-10-27 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2025-10-27 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.249 - - [2025-10-27 04:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.129 - - [2025-10-27 04:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.129 - - [2025-10-27 04:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.249 - - [2025-10-27 04:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2025-10-27 04:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.33 - - [2025-10-27 04:36:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063893 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003012 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003183 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003815 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003354 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003370 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002917 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002788 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002867 [API:8081]10.0.0.33 - - [2025-10-27 04:38:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069561 [API:8081]10.0.0.129 - - [2025-10-27 04:39:04] "GET /analytics HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.129 - - [2025-10-27 04:39:04] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.33 - - [2025-10-27 04:39:32] "GET /analytics HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.33 - - [2025-10-27 04:39:32] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.249 - - [2025-10-27 04:39:33] "GET /analytics HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.249 - - [2025-10-27 04:39:33] "GET /analytics HTTP/1.1" 401 206 0.000182 [API:8081]10.0.0.33 - - [2025-10-27 04:39:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.074220 [API:8081]10.0.0.33 - - [2025-10-27 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.33 - - [2025-10-27 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.129 - - [2025-10-27 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.129 - - [2025-10-27 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.33 - - [2025-10-27 04:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.33 - - [2025-10-27 04:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2025-10-27 04:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-10-27 04:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.129 - - [2025-10-27 04:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.129 - - [2025-10-27 04:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.249 - - [2025-10-27 04:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2025-10-27 04:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [Introspect:8090]10.0.0.249 - - [2025-10-27 04:41:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001508