++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Oct 30 02:14:47 AM UTC 2025 ===================' INFO: =================== Thu Oct 30 02:14:47 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.242 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.242,10.0.0.254,10.0.0.240 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ '[' -n '10.0.0.242:8081 10.0.0.254:8081 10.0.0.240:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.254:8081 10.0.0.240:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.254:8081 10.0.0.240: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ '[' -n '10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ '[' -n '10.0.0.242:8086 10.0.0.254:8086 10.0.0.240:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.254:8086 10.0.0.240:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.254:8086 10.0.0.240: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.242,10.0.0.254,10.0.0.240 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ '[' -n '10.0.0.242:8082 10.0.0.254:8082 10.0.0.240:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.254:8082 10.0.0.240:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.254:8082 10.0.0.240: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ '[' -n '10.0.0.242:9161 10.0.0.254:9161 10.0.0.240:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.254:9161 10.0.0.240:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.254:9161 10.0.0.240: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ '[' -n '10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.254:9041 10.0.0.240: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.131,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.131,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ '[' -n 10.0.0.242:2181,10.0.0.254:2181,10.0.0.240:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.254:2181,10.0.0.240:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.254:2181,10.0.0.240: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ '[' -n '10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ '[' -n 10.0.0.242:5673,10.0.0.254:5673,10.0.0.240:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.254:5673,10.0.0.240:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.254:5673,10.0.0.240: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ '[' -n '10.0.0.242:6379 10.0.0.254:6379 10.0.0.240:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.254:6379 10.0.0.240:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.254:6379 10.0.0.240: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.242,10.0.0.254,10.0.0.240 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ '[' -n '10.0.0.242:9092 10.0.0.254:9092 10.0.0.240:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.254:9092 10.0.0.240:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.254:9092 10.0.0.240: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.242 ++ 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.242,10.0.0.254,10.0.0.240 ++ 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.242,10.0.0.254,10.0.0.240 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.242,10.0.0.254,10.0.0.240 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.254,10.0.0.240 +++ local servers=10.0.0.242,10.0.0.254,10.0.0.240 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.242,10.20.0.131,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.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.242,10.20.0.131,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ echo 10.0.0.242 1 +++ return ++ local ip=10.0.0.242 ++ [[ -z 10.0.0.242 ]] ++ echo 10.0.0.242 + host_ip=10.0.0.242 + 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=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ set -o posix ++ set + 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/30/2025 02:14:54.954 7fd9c140ccc0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/30/2025 02:14:55.129 7fd9c140ccc0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/30/2025 02:14:55.140 7fd9c140ccc0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/30/2025 02:14:55.140 7fd9c140ccc0 [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.242:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.254 - - [2025-10-30 02:14:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.064837 [API:8081]10.0.0.254 - - [2025-10-30 02:15:31] "GET /analytics HTTP/1.1" 401 206 0.000451 [API:8081]10.0.0.254 - - [2025-10-30 02:15:31] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.240 - - [2025-10-30 02:15:31] "GET /analytics HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.240 - - [2025-10-30 02:15:31] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.242 - - [2025-10-30 02:15:32] "GET /analytics HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.242 - - [2025-10-30 02:15:32] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.254 - - [2025-10-30 02:16:02] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.254 - - [2025-10-30 02:16:02] "GET /analytics HTTP/1.1" 401 206 0.000193 [API:8081]10.0.0.240 - - [2025-10-30 02:16:02] "GET /analytics HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.240 - - [2025-10-30 02:16:02] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.242 - - [2025-10-30 02:16:03] "GET /analytics HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.242 - - [2025-10-30 02:16:03] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.254 - - [2025-10-30 02:16:32] "GET /analytics HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.254 - - [2025-10-30 02:16:32] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.240 - - [2025-10-30 02:16:33] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2025-10-30 02:16:33] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.254 - - [2025-10-30 02:16:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.070811 [API:8081]10.0.0.254 - - [2025-10-30 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000434 [API:8081]10.0.0.254 - - [2025-10-30 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000475 [API:8081]10.0.0.254 - - [2025-10-30 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.254 - - [2025-10-30 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.254 - - [2025-10-30 02:18:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1349 0.101923 [API:8081]10.0.0.240 - - [2025-10-30 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.240 - - [2025-10-30 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.242 - - [2025-10-30 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.242 - - [2025-10-30 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.240 - - [2025-10-30 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.240 - - [2025-10-30 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.242 - - [2025-10-30 02:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.242 - - [2025-10-30 02:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [Introspect:8090]10.0.0.242 - - [2025-10-30 02:18:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3838 0.001212 [Introspect:8090]10.0.0.242 - - [2025-10-30 02:18:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3838 0.001111 [Introspect:8090]10.0.0.242 - - [2025-10-30 02:19:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3838 0.001062 [Introspect:8090]10.0.0.242 - - [2025-10-30 02:20:00] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000748 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1:Control:contrail-control:0?flat HTTP/1.1" 200 38003 0.070386 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16250 0.062225 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2:Control:contrail-control:0?flat HTTP/1.1" 200 38620 0.062738 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16250 0.018704 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3:Control:contrail-control:0?flat HTTP/1.1" 200 28224 0.020847 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13501 0.014996 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.020598 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.027560 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3360 0.018137 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3360 0.012315 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.011390 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.014004 [API:8081]10.0.0.242 - - [2025-10-30 02:20:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.015418 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4011 0.013629 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.010997 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.014235 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.015942 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.013279 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.013200 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.013388 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.014976 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.012468 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.013141 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.019203 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.058326 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11117 0.017009 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14817 0.017863 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11117 0.018628 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14871 0.027556 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11117 0.020694 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.028037 [API:8081]10.0.0.254 - - [2025-10-30 02:20:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066670 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.033823 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12107 0.032053 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.033415 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.027512 [API:8081]10.0.0.242 - - [2025-10-30 02:20:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12107 0.032003 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.031930 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.012538 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.028447 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3274 0.016565 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3385 0.015528 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.023726 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.014626 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3385 0.015017 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14818 0.022792 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.016196 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3385 0.017725 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14872 0.029016 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.024150 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11117 0.025051 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.013075 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11117 0.017438 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.014323 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11117 0.014408 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.014325 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.014668 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.013635 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4011 0.024127 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1:Control:contrail-control:0?flat HTTP/1.1" 200 38003 0.033734 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.019222 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16250 0.031844 [API:8081]10.0.0.242 - - [2025-10-30 02:20:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2:Control:contrail-control:0?flat HTTP/1.1" 200 38620 0.036886 [API:8081]10.0.0.242 - - [2025-10-30 02:20:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.018256 [API:8081]10.0.0.242 - - [2025-10-30 02:20:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16250 0.025745 [API:8081]10.0.0.242 - - [2025-10-30 02:20:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3:Control:contrail-control:0?flat HTTP/1.1" 200 28224 0.021181 [API:8081]10.0.0.242 - - [2025-10-30 02:20:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.014000 [API:8081]10.0.0.242 - - [2025-10-30 02:20:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4535-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13501 0.018976 [API:8081]10.0.0.242 - - [2025-10-30 02:20:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-1?flat HTTP/1.1" 200 12101 0.034740 [API:8081]10.0.0.242 - - [2025-10-30 02:20:06] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?flat HTTP/1.1" 200 16378 0.020337 [API:8081]10.0.0.242 - - [2025-10-30 02:20:06] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?flat HTTP/1.1" 200 12230 0.019252 [API:8081]10.0.0.242 - - [2025-10-30 02:20:06] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?flat HTTP/1.1" 200 20319 0.019640 [API:8081]10.0.0.242 - - [2025-10-30 02:20:06] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?flat HTTP/1.1" 200 16378 0.020920 [API:8081]10.0.0.242 - - [2025-10-30 02:20:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?flat HTTP/1.1" 200 12348 0.023388 [API:8081]10.0.0.242 - - [2025-10-30 02:20:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?flat HTTP/1.1" 200 20319 0.021131 [API:8081]10.0.0.242 - - [2025-10-30 02:20:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?flat HTTP/1.1" 200 16378 0.032139 [API:8081]10.0.0.242 - - [2025-10-30 02:20:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?flat HTTP/1.1" 200 12348 0.031138 [API:8081]10.0.0.242 - - [2025-10-30 02:20:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?flat HTTP/1.1" 200 20319 0.019093 [API:8081]10.0.0.242 - - [2025-10-30 02:20:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?flat HTTP/1.1" 200 16378 0.024661 [API:8081]10.0.0.242 - - [2025-10-30 02:20:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?flat HTTP/1.1" 200 12348 0.019668 [API:8081]10.0.0.242 - - [2025-10-30 02:20:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?flat HTTP/1.1" 200 20319 0.021974 [API:8081]10.0.0.242 - - [2025-10-30 02:20:08] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4535-1?flat HTTP/1.1" 200 8151 0.019361 [API:8081]10.0.0.242 - - [2025-10-30 02:20:08] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 8150 0.016240 [API:8081]10.0.0.242 - - [2025-10-30 02:20:08] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4535-3?flat HTTP/1.1" 200 8144 0.016514 [API:8081]10.0.0.242 - - [2025-10-30 02:20:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.242 - - [2025-10-30 02:20:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.063223 [API:8081]10.0.0.242 - - [2025-10-30 02:20:30] "POST /analytics/query HTTP/1.1" 200 54734 1.080874 [API:8081]10.0.0.242 - - [2025-10-30 02:20:31] "POST /analytics/query HTTP/1.1" 200 5869 1.070415 [API:8081]10.0.0.242 - - [2025-10-30 02:20:32] "POST /analytics/query HTTP/1.1" 200 871 1.021376 [API:8081]10.0.0.242 - - [2025-10-30 02:20:33] "POST /analytics/query HTTP/1.1" 200 5869 1.023885 [API:8081]10.0.0.242 - - [2025-10-30 02:20:34] "POST /analytics/query HTTP/1.1" 200 871 1.022819 [API:8081]10.0.0.242 - - [2025-10-30 02:20:46] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001031 [API:8081]10.0.0.254 - - [2025-10-30 02:21:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.073241 [API:8081]10.0.0.254 - - [2025-10-30 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.254 - - [2025-10-30 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.254 - - [2025-10-30 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.254 - - [2025-10-30 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.240 - - [2025-10-30 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.240 - - [2025-10-30 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.242 - - [2025-10-30 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.240 - - [2025-10-30 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.242 - - [2025-10-30 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000785 [API:8081]10.0.0.240 - - [2025-10-30 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.242 - - [2025-10-30 02:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.242 - - [2025-10-30 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.254 - - [2025-10-30 02:23:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082776 [API:8081]10.0.0.254 - - [2025-10-30 02:24:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.137330 [API:8081]10.0.0.242 - - [2025-10-30 02:24:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2025-10-30 02:24:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.068891 [API:8081]10.0.0.242 - - [2025-10-30 02:24:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1385 0.051216 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:24:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.010593 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.008893 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.007504 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.010972 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:24:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.017216 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008497 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007506 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007642 [API:8081]10.0.0.242 - - [2025-10-30 02:26:03] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2025-10-30 02:26:03] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.254 - - [2025-10-30 02:26:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057731 [API:8081]10.0.0.254 - - [2025-10-30 02:26:32] "GET /analytics HTTP/1.1" 401 206 0.000436 [API:8081]10.0.0.254 - - [2025-10-30 02:26:32] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.240 - - [2025-10-30 02:26:33] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.240 - - [2025-10-30 02:26:33] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.254 - - [2025-10-30 02:27:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.073903 [API:8081]10.0.0.254 - - [2025-10-30 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.254 - - [2025-10-30 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.254 - - [2025-10-30 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.254 - - [2025-10-30 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.240 - - [2025-10-30 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.240 - - [2025-10-30 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.242 - - [2025-10-30 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.240 - - [2025-10-30 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.242 - - [2025-10-30 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.240 - - [2025-10-30 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.242 - - [2025-10-30 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.242 - - [2025-10-30 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.254 - - [2025-10-30 02:29:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076613 [API:8081]10.0.0.254 - - [2025-10-30 02:30:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.103740 [API:8081]10.0.0.242 - - [2025-10-30 02:30:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2025-10-30 02:30:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2160 0.067931 [API:8081]10.0.0.242 - - [2025-10-30 02:30:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2160 0.051623 [API:8081]10.0.0.242 - - [2025-10-30 02:32:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1594 0.052586 [API:8081]10.0.0.242 - - [2025-10-30 02:32:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1823 0.010511 [API:8081]10.0.0.242 - - [2025-10-30 02:32:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1829 0.014107 [API:8081]10.0.0.242 - - [2025-10-30 02:32:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2058 0.011225 [API:8081]10.0.0.254 - - [2025-10-30 02:32:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080702 [API:8081]10.0.0.254 - - [2025-10-30 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.254 - - [2025-10-30 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.254 - - [2025-10-30 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.254 - - [2025-10-30 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.240 - - [2025-10-30 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.240 - - [2025-10-30 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2025-10-30 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.240 - - [2025-10-30 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.242 - - [2025-10-30 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.240 - - [2025-10-30 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.242 - - [2025-10-30 02:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.242 - - [2025-10-30 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.254 - - [2025-10-30 02:33:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.069281 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:34:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002709 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003676 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002684 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002460 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:34:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004811 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004826 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003915 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003031 [API:8081]10.0.0.254 - - [2025-10-30 02:35:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056901 [API:8081]10.0.0.242 - - [2025-10-30 02:35:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.088047 [API:8081]10.0.0.242 - - [2025-10-30 02:35:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.065660 [API:8081]10.0.0.242 - - [2025-10-30 02:35:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.032426 [API:8081]10.0.0.242 - - [2025-10-30 02:36:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.019517 [API:8081]10.0.0.242 - - [2025-10-30 02:36:03] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.242 - - [2025-10-30 02:36:03] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.242 - - [2025-10-30 02:36:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.026037 [API:8081]10.0.0.242 - - [2025-10-30 02:36:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-16686948:ctest-vnet1-83159726?flat HTTP/1.1" 200 8247 0.012089 [API:8081]10.0.0.242 - - [2025-10-30 02:36:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010026 [API:8081]10.0.0.242 - - [2025-10-30 02:36:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.034097 [API:8081]10.0.0.242 - - [2025-10-30 02:36:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13057 0.023164 [API:8081]10.0.0.242 - - [2025-10-30 02:36:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.022396 [API:8081]10.0.0.242 - - [2025-10-30 02:36:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13057 0.023236 [API:8081]10.0.0.242 - - [2025-10-30 02:36:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25190 0.023607 [API:8081]10.0.0.242 - - [2025-10-30 02:36:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12636 0.021544 [API:8081]10.0.0.242 - - [2025-10-30 02:36:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-16686948:ctest-vnet0-28427505?flat HTTP/1.1" 200 8246 0.012105 [API:8081]10.0.0.242 - - [2025-10-30 02:36:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009104 [API:8081]10.0.0.254 - - [2025-10-30 02:36:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.097418 [API:8081]10.0.0.242 - - [2025-10-30 02:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.009692 [API:8081]10.0.0.254 - - [2025-10-30 02:36:32] "GET /analytics HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.254 - - [2025-10-30 02:36:32] "GET /analytics HTTP/1.1" 401 206 0.000200 [API:8081]10.0.0.240 - - [2025-10-30 02:36:33] "GET /analytics HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.240 - - [2025-10-30 02:36:33] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.254 - - [2025-10-30 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.254 - - [2025-10-30 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.254 - - [2025-10-30 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.254 - - [2025-10-30 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.240 - - [2025-10-30 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.240 - - [2025-10-30 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.242 - - [2025-10-30 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.240 - - [2025-10-30 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.242 - - [2025-10-30 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.240 - - [2025-10-30 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2025-10-30 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.242 - - [2025-10-30 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.242 - - [2025-10-30 02:38:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.242 - - [2025-10-30 02:38:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1385 0.055412 [API:8081]10.0.0.254 - - [2025-10-30 02:38:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069474 [API:8081]10.0.0.254 - - [2025-10-30 02:39:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.064724 [API:8081]10.0.0.242 - - [2025-10-30 02:39:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.025254 [API:8081]10.0.0.242 - - [2025-10-30 02:39:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13089 0.078340 [API:8081]10.0.0.242 - - [2025-10-30 02:39:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.073835 [API:8081]10.0.0.242 - - [2025-10-30 02:39:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13089 0.022845 [API:8081]10.0.0.242 - - [2025-10-30 02:39:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.035183 [API:8081]10.0.0.242 - - [2025-10-30 02:39:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13089 0.022661 [API:8081]10.0.0.242 - - [2025-10-30 02:39:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.027539 [API:8081]10.0.0.242 - - [2025-10-30 02:39:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13089 0.024236 [API:8081]10.0.0.242 - - [2025-10-30 02:39:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.021670 [API:8081]10.0.0.242 - - [2025-10-30 02:39:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13089 0.021024 [API:8081]10.0.0.242 - - [2025-10-30 02:39:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.023800 [API:8081]10.0.0.242 - - [2025-10-30 02:39:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12649 0.020807 [API:8081]10.0.0.242 - - [2025-10-30 02:39:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-13746646:ctest-vnet0-71752257?flat HTTP/1.1" 200 7198 0.012962 [API:8081]10.0.0.242 - - [2025-10-30 02:39:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008461 [API:8081]10.0.0.242 - - [2025-10-30 02:39:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.242 - - [2025-10-30 02:39:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.054328 [API:8081]10.0.0.242 - - [2025-10-30 02:40:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.242 - - [2025-10-30 02:40:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.053016 [API:8081]10.0.0.242 - - [2025-10-30 02:40:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.068417 [API:8081]10.0.0.242 - - [2025-10-30 02:40:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.058175 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:9f94fc03-f848-41fd-8a4d-72bd0f975b3e?flat HTTP/1.1" 200 5235 0.016542 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:9f94fc03-f848-41fd-8a4d-72bd0f975b3e?flat HTTP/1.1" 200 5235 0.022503 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:9f94fc03-f848-41fd-8a4d-72bd0f975b3e?flat HTTP/1.1" 200 5235 0.020944 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89578501:ctest-VN1-73262095?flat HTTP/1.1" 200 8560 0.023132 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.021288 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13394 0.029644 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.019825 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13394 0.019232 [API:8081]10.0.0.242 - - [2025-10-30 02:41:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010094 [API:8081]10.0.0.242 - - [2025-10-30 02:41:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:444e5fe4-5461-402c-9de7-a445117ef0a0?flat HTTP/1.1" 200 5095 0.021442 [API:8081]10.0.0.242 - - [2025-10-30 02:41:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:444e5fe4-5461-402c-9de7-a445117ef0a0?flat HTTP/1.1" 200 5095 0.014492 [API:8081]10.0.0.242 - - [2025-10-30 02:41:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:444e5fe4-5461-402c-9de7-a445117ef0a0?flat HTTP/1.1" 200 5095 0.017047 [API:8081]10.0.0.242 - - [2025-10-30 02:41:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89578501:ctest-VN2-45003015?flat HTTP/1.1" 200 7855 0.017766 [API:8081]10.0.0.242 - - [2025-10-30 02:41:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25201 0.026574 [API:8081]10.0.0.242 - - [2025-10-30 02:41:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25201 0.023800 [API:8081]10.0.0.242 - - [2025-10-30 02:41:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011554 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:c8f58b61-4ede-4600-a846-d426a1a0aa2f?flat HTTP/1.1" 200 5095 0.013639 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:c8f58b61-4ede-4600-a846-d426a1a0aa2f?flat HTTP/1.1" 200 5095 0.015333 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89578501:c8f58b61-4ede-4600-a846-d426a1a0aa2f?flat HTTP/1.1" 200 5095 0.017394 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89578501:ctest-VN3-07325992?flat HTTP/1.1" 200 7446 0.019305 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.033272 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13394 0.020190 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.021068 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13394 0.027251 [API:8081]10.0.0.242 - - [2025-10-30 02:41:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009198 [API:8081]10.0.0.254 - - [2025-10-30 02:41:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053668 [API:8081]10.0.0.254 - - [2025-10-30 02:42:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.069865 [API:8081]10.0.0.242 - - [2025-10-30 02:42:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021719 [API:8081]10.0.0.242 - - [2025-10-30 02:42:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13402 0.021711 [API:8081]10.0.0.242 - - [2025-10-30 02:42:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.039396 [API:8081]10.0.0.242 - - [2025-10-30 02:42:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13402 0.030893 [API:8081]10.0.0.242 - - [2025-10-30 02:42:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021593 [API:8081]10.0.0.242 - - [2025-10-30 02:42:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13402 0.020627 [API:8081]10.0.0.242 - - [2025-10-30 02:42:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020862 [API:8081]10.0.0.242 - - [2025-10-30 02:42:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13402 0.021727 [API:8081]10.0.0.242 - - [2025-10-30 02:42:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022756 [API:8081]10.0.0.242 - - [2025-10-30 02:42:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13402 0.022865 [API:8081]10.0.0.242 - - [2025-10-30 02:42:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.029956 [API:8081]10.0.0.242 - - [2025-10-30 02:42:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13402 0.023022 [API:8081]10.0.0.242 - - [2025-10-30 02:42:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022347 [API:8081]10.0.0.242 - - [2025-10-30 02:42:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13402 0.022943 [API:8081]10.0.0.242 - - [2025-10-30 02:42:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021613 [API:8081]10.0.0.242 - - [2025-10-30 02:42:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13038 0.021639 [API:8081]10.0.0.242 - - [2025-10-30 02:42:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89578501:ctest-VN3-07325992?flat HTTP/1.1" 200 6219 0.015251 [API:8081]10.0.0.242 - - [2025-10-30 02:42:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008904 [API:8081]10.0.0.242 - - [2025-10-30 02:42:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.022399 [API:8081]10.0.0.242 - - [2025-10-30 02:42:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.029626 [API:8081]10.0.0.242 - - [2025-10-30 02:42:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.021603 [API:8081]10.0.0.242 - - [2025-10-30 02:42:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.019987 [API:8081]10.0.0.242 - - [2025-10-30 02:42:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.022613 [API:8081]10.0.0.254 - - [2025-10-30 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.254 - - [2025-10-30 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.254 - - [2025-10-30 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.254 - - [2025-10-30 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000487 [API:8081]10.0.0.242 - - [2025-10-30 02:43:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.024490 [API:8081]10.0.0.240 - - [2025-10-30 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.240 - - [2025-10-30 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.242 - - [2025-10-30 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2025-10-30 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.240 - - [2025-10-30 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.240 - - [2025-10-30 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.242 - - [2025-10-30 02:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.242 - - [2025-10-30 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.242 - - [2025-10-30 02:43:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.023457 [API:8081]10.0.0.242 - - [2025-10-30 02:43:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.035976 [API:8081]10.0.0.242 - - [2025-10-30 02:43:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89578501:ctest-VN2-45003015?flat HTTP/1.1" 200 6548 0.014279 [API:8081]10.0.0.242 - - [2025-10-30 02:43:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008335 [API:8081]10.0.0.242 - - [2025-10-30 02:43:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021932 [API:8081]10.0.0.242 - - [2025-10-30 02:43:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13038 0.024112 [API:8081]10.0.0.242 - - [2025-10-30 02:43:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.052373 [API:8081]10.0.0.242 - - [2025-10-30 02:43:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12822 0.022488 [API:8081]10.0.0.242 - - [2025-10-30 02:43:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89578501:ctest-VN1-73262095?flat HTTP/1.1" 200 6776 0.014601 [API:8081]10.0.0.242 - - [2025-10-30 02:43:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010650 [API:8081]10.0.0.242 - - [2025-10-30 02:43:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.242 - - [2025-10-30 02:43:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.051092 [API:8081]10.0.0.242 - - [2025-10-30 02:43:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.054161 [API:8081]10.0.0.242 - - [2025-10-30 02:43:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.054147 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ed0dad3a-22cb-4764-82f8-83cdc19efc5a?flat HTTP/1.1" 200 5368 0.015392 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ed0dad3a-22cb-4764-82f8-83cdc19efc5a?flat HTTP/1.1" 200 5368 0.016482 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ed0dad3a-22cb-4764-82f8-83cdc19efc5a?flat HTTP/1.1" 200 5368 0.013978 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ed0dad3a-22cb-4764-82f8-83cdc19efc5a?flat HTTP/1.1" 200 5368 0.015826 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ctest-VN1-74386063?flat HTTP/1.1" 200 9458 0.017751 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020036 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13441 0.021732 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.024252 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13441 0.025840 [API:8081]10.0.0.242 - - [2025-10-30 02:44:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009825 [API:8081]10.0.0.254 - - [2025-10-30 02:44:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060874 [API:8081]10.0.0.242 - - [2025-10-30 02:44:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:425c6b98-d0dc-462c-b72b-bec0f651247a?flat HTTP/1.1" 200 5228 0.012422 [API:8081]10.0.0.242 - - [2025-10-30 02:44:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:425c6b98-d0dc-462c-b72b-bec0f651247a?flat HTTP/1.1" 200 5228 0.012447 [API:8081]10.0.0.242 - - [2025-10-30 02:44:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:425c6b98-d0dc-462c-b72b-bec0f651247a?flat HTTP/1.1" 200 5228 0.013602 [API:8081]10.0.0.242 - - [2025-10-30 02:44:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:425c6b98-d0dc-462c-b72b-bec0f651247a?flat HTTP/1.1" 200 5228 0.011984 [API:8081]10.0.0.242 - - [2025-10-30 02:44:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ctest-VN2-23115159?flat HTTP/1.1" 200 8645 0.019478 [API:8081]10.0.0.242 - - [2025-10-30 02:44:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.026443 [API:8081]10.0.0.242 - - [2025-10-30 02:44:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.017641 [API:8081]10.0.0.242 - - [2025-10-30 02:44:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009461 [API:8081]10.0.0.242 - - [2025-10-30 02:44:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:4cca7dde-213c-499f-bb2c-e25e7fd52f1e?flat HTTP/1.1" 200 5222 0.014242 [API:8081]10.0.0.242 - - [2025-10-30 02:44:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:4cca7dde-213c-499f-bb2c-e25e7fd52f1e?flat HTTP/1.1" 200 5222 0.015050 [API:8081]10.0.0.242 - - [2025-10-30 02:44:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:4cca7dde-213c-499f-bb2c-e25e7fd52f1e?flat HTTP/1.1" 200 5222 0.012784 [API:8081]10.0.0.242 - - [2025-10-30 02:44:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-38810553:4cca7dde-213c-499f-bb2c-e25e7fd52f1e?flat HTTP/1.1" 200 5222 0.013148 [API:8081]10.0.0.242 - - [2025-10-30 02:44:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ctest-VN3-02607993?flat HTTP/1.1" 200 8204 0.014592 [API:8081]10.0.0.242 - - [2025-10-30 02:44:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021190 [API:8081]10.0.0.242 - - [2025-10-30 02:44:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13441 0.020810 [API:8081]10.0.0.242 - - [2025-10-30 02:44:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020935 [API:8081]10.0.0.242 - - [2025-10-30 02:44:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13441 0.022794 [API:8081]10.0.0.242 - - [2025-10-30 02:44:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008891 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:44:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002836 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002881 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002406 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002534 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:44:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002887 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002710 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002462 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002403 [API:8081]10.0.0.242 - - [2025-10-30 02:45:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.026438 [API:8081]10.0.0.242 - - [2025-10-30 02:45:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13445 0.023737 [API:8081]10.0.0.242 - - [2025-10-30 02:45:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.022655 [API:8081]10.0.0.242 - - [2025-10-30 02:45:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13445 0.021765 [API:8081]10.0.0.242 - - [2025-10-30 02:45:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.028150 [API:8081]10.0.0.242 - - [2025-10-30 02:45:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13065 0.021371 [API:8081]10.0.0.242 - - [2025-10-30 02:45:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ctest-VN3-02607993?flat HTTP/1.1" 200 6965 0.011945 [API:8081]10.0.0.242 - - [2025-10-30 02:45:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012717 [API:8081]10.0.0.242 - - [2025-10-30 02:45:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.017352 [API:8081]10.0.0.242 - - [2025-10-30 02:45:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.029956 [API:8081]10.0.0.242 - - [2025-10-30 02:45:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.018737 [API:8081]10.0.0.254 - - [2025-10-30 02:45:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.058141 [API:8081]10.0.0.242 - - [2025-10-30 02:45:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.018955 [API:8081]10.0.0.242 - - [2025-10-30 02:45:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.027011 [API:8081]10.0.0.242 - - [2025-10-30 02:45:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020298 [API:8081]10.0.0.242 - - [2025-10-30 02:45:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020407 [API:8081]10.0.0.242 - - [2025-10-30 02:45:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ctest-VN2-23115159?flat HTTP/1.1" 200 7321 0.016176 [API:8081]10.0.0.242 - - [2025-10-30 02:45:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.016063 [API:8081]10.0.0.242 - - [2025-10-30 02:45:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.025245 [API:8081]10.0.0.242 - - [2025-10-30 02:45:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13064 0.022948 [API:8081]10.0.0.242 - - [2025-10-30 02:45:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.033108 [API:8081]10.0.0.242 - - [2025-10-30 02:45:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13064 0.019310 [API:8081]10.0.0.242 - - [2025-10-30 02:45:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.025074 [API:8081]10.0.0.242 - - [2025-10-30 02:45:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12652 0.021716 [API:8081]10.0.0.242 - - [2025-10-30 02:45:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-38810553:ctest-VN1-74386063?flat HTTP/1.1" 200 7651 0.018224 [API:8081]10.0.0.242 - - [2025-10-30 02:45:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009090 [API:8081]10.0.0.242 - - [2025-10-30 02:45:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2025-10-30 02:45:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.067938 [API:8081]10.0.0.242 - - [2025-10-30 02:45:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.062894 [API:8081]10.0.0.242 - - [2025-10-30 02:46:03] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.242 - - [2025-10-30 02:46:03] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.254 - - [2025-10-30 02:46:32] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.254 - - [2025-10-30 02:46:32] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.240 - - [2025-10-30 02:46:33] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.240 - - [2025-10-30 02:46:33] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.254 - - [2025-10-30 02:47:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052599 [API:8081]10.0.0.254 - - [2025-10-30 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.254 - - [2025-10-30 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.254 - - [2025-10-30 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.254 - - [2025-10-30 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.240 - - [2025-10-30 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.240 - - [2025-10-30 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.242 - - [2025-10-30 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.242 - - [2025-10-30 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.240 - - [2025-10-30 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.240 - - [2025-10-30 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.242 - - [2025-10-30 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.242 - - [2025-10-30 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.242 - - [2025-10-30 02:48:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.242 - - [2025-10-30 02:48:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.072478 [API:8081]10.0.0.254 - - [2025-10-30 02:48:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.060942 [API:8081]10.0.0.242 - - [2025-10-30 02:50:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.074647 [API:8081]10.0.0.242 - - [2025-10-30 02:50:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13082 0.022802 [API:8081]10.0.0.242 - - [2025-10-30 02:50:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.074121 [API:8081]10.0.0.242 - - [2025-10-30 02:50:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13080 0.020840 [API:8081]10.0.0.242 - - [2025-10-30 02:50:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.031749 [API:8081]10.0.0.242 - - [2025-10-30 02:50:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13080 0.031310 [API:8081]10.0.0.254 - - [2025-10-30 02:50:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059596 [API:8081]10.0.0.242 - - [2025-10-30 02:50:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.027047 [API:8081]10.0.0.242 - - [2025-10-30 02:50:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13080 0.021146 [API:8081]10.0.0.242 - - [2025-10-30 02:50:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.021047 [API:8081]10.0.0.242 - - [2025-10-30 02:50:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13080 0.020378 [API:8081]10.0.0.242 - - [2025-10-30 02:50:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.020577 [API:8081]10.0.0.242 - - [2025-10-30 02:50:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13080 0.022759 [API:8081]10.0.0.242 - - [2025-10-30 02:50:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.041742 [API:8081]10.0.0.242 - - [2025-10-30 02:50:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13080 0.028608 [API:8081]10.0.0.242 - - [2025-10-30 02:50:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.027597 [API:8081]10.0.0.242 - - [2025-10-30 02:50:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13080 0.030490 [API:8081]10.0.0.242 - - [2025-10-30 02:50:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.033261 [API:8081]10.0.0.242 - - [2025-10-30 02:50:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13080 0.023088 [API:8081]10.0.0.242 - - [2025-10-30 02:50:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.026838 [API:8081]10.0.0.242 - - [2025-10-30 02:50:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12650 0.021582 [API:8081]10.0.0.242 - - [2025-10-30 02:50:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-36717510:ctest-vnet0-18087868?flat HTTP/1.1" 200 7968 0.013670 [API:8081]10.0.0.242 - - [2025-10-30 02:50:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009052 [API:8081]10.0.0.242 - - [2025-10-30 02:51:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.242 - - [2025-10-30 02:51:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.055797 [API:8081]10.0.0.242 - - [2025-10-30 02:51:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1369 0.072403 [API:8081]10.0.0.254 - - [2025-10-30 02:51:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.061880 [API:8081]10.0.0.254 - - [2025-10-30 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.254 - - [2025-10-30 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.254 - - [2025-10-30 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000436 [API:8081]10.0.0.254 - - [2025-10-30 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000447 [API:8081]10.0.0.240 - - [2025-10-30 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.240 - - [2025-10-30 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.242 - - [2025-10-30 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.242 - - [2025-10-30 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.240 - - [2025-10-30 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.240 - - [2025-10-30 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.242 - - [2025-10-30 02:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.242 - - [2025-10-30 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.254 - - [2025-10-30 02:53:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058374 [API:8081]10.0.0.242 - - [2025-10-30 02:54:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.022428 [API:8081]10.0.0.242 - - [2025-10-30 02:54:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.076473 [API:8081]10.0.0.242 - - [2025-10-30 02:54:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.021636 [API:8081]10.0.0.242 - - [2025-10-30 02:54:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.017510 [API:8081]10.0.0.242 - - [2025-10-30 02:54:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.020996 [API:8081]10.0.0.254 - - [2025-10-30 02:54:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.054797 [API:8081]10.0.0.242 - - [2025-10-30 02:54:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.018981 [API:8081]10.0.0.242 - - [2025-10-30 02:54:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.020711 [API:8081]10.0.0.242 - - [2025-10-30 02:54:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-13697946:ctest-vnet1-94197469?flat HTTP/1.1" 200 7307 0.012814 [API:8081]10.0.0.242 - - [2025-10-30 02:54:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008296 [API:8081]10.0.0.242 - - [2025-10-30 02:54:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.020941 [API:8081]10.0.0.242 - - [2025-10-30 02:54:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13064 0.028354 [API:8081]10.0.0.242 - - [2025-10-30 02:54:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.025415 [API:8081]10.0.0.242 - - [2025-10-30 02:54:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13064 0.025162 [API:8081]10.0.0.242 - - [2025-10-30 02:54:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25237 0.025715 [API:8081]10.0.0.242 - - [2025-10-30 02:54:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12654 0.023955 [API:8081]10.0.0.242 - - [2025-10-30 02:54:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-13697946:ctest-vnet0-91028894?flat HTTP/1.1" 200 6959 0.016496 [API:8081]10.0.0.242 - - [2025-10-30 02:54:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010212 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:54:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002572 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003073 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003335 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003386 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:54:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004961 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003863 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003980 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 02:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003402 [API:8081]10.0.0.242 - - [2025-10-30 02:55:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.242 - - [2025-10-30 02:55:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.060063 [API:8081]10.0.0.242 - - [2025-10-30 02:55:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1393 0.053069 [API:8081]10.0.0.242 - - [2025-10-30 02:56:03] "GET /analytics HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.242 - - [2025-10-30 02:56:03] "GET /analytics HTTP/1.1" 401 206 0.000178 [API:8081]10.0.0.254 - - [2025-10-30 02:56:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055562 [API:8081]10.0.0.254 - - [2025-10-30 02:56:32] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.254 - - [2025-10-30 02:56:32] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.240 - - [2025-10-30 02:56:33] "GET /analytics HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.240 - - [2025-10-30 02:56:33] "GET /analytics HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.254 - - [2025-10-30 02:57:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.058100 [API:8081]10.0.0.254 - - [2025-10-30 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.254 - - [2025-10-30 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.254 - - [2025-10-30 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.254 - - [2025-10-30 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.240 - - [2025-10-30 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.240 - - [2025-10-30 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.242 - - [2025-10-30 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.242 - - [2025-10-30 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.240 - - [2025-10-30 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.240 - - [2025-10-30 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.242 - - [2025-10-30 02:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.242 - - [2025-10-30 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.242 - - [2025-10-30 02:58:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.021475 [API:8081]10.0.0.242 - - [2025-10-30 02:58:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-56074280:ctest-vnet1-60415766?flat HTTP/1.1" 200 8068 0.074852 [API:8081]10.0.0.242 - - [2025-10-30 02:58:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010655 [API:8081]10.0.0.242 - - [2025-10-30 02:58:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.022399 [API:8081]10.0.0.242 - - [2025-10-30 02:58:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13078 0.020165 [API:8081]10.0.0.242 - - [2025-10-30 02:58:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021081 [API:8081]10.0.0.242 - - [2025-10-30 02:58:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13078 0.023512 [API:8081]10.0.0.242 - - [2025-10-30 02:58:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.020252 [API:8081]10.0.0.242 - - [2025-10-30 02:58:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12649 0.019493 [API:8081]10.0.0.242 - - [2025-10-30 02:58:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-56074280:ctest-vnet0-02054005?flat HTTP/1.1" 200 7710 0.012465 [API:8081]10.0.0.242 - - [2025-10-30 02:58:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009466 [API:8081]10.0.0.254 - - [2025-10-30 02:59:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054735 [API:8081]10.0.0.254 - - [2025-10-30 03:00:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.079973 [API:8081]10.0.0.242 - - [2025-10-30 03:02:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.242 - - [2025-10-30 03:02:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.058031 [API:8081]10.0.0.254 - - [2025-10-30 03:02:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078406 [API:8081]10.0.0.254 - - [2025-10-30 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.254 - - [2025-10-30 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.254 - - [2025-10-30 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.254 - - [2025-10-30 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.240 - - [2025-10-30 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.240 - - [2025-10-30 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.242 - - [2025-10-30 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.242 - - [2025-10-30 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.240 - - [2025-10-30 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.240 - - [2025-10-30 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.242 - - [2025-10-30 03:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.242 - - [2025-10-30 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.254 - - [2025-10-30 03:03:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.058358 [API:8081]10.0.0.242 - - [2025-10-30 03:03:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.009783 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:04:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003260 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003101 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003355 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002983 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:04:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003359 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003036 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002620 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002814 [API:8081]10.0.0.242 - - [2025-10-30 03:05:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2025-10-30 03:05:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1485 0.052190 [API:8081]10.0.0.254 - - [2025-10-30 03:05:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062089 [API:8081]10.0.0.242 - - [2025-10-30 03:06:03] "GET /analytics HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.242 - - [2025-10-30 03:06:03] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:c8243e79-0c67-4431-ad8a-dd138a86bbf7?flat HTTP/1.1" 200 5814 0.056712 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:c8243e79-0c67-4431-ad8a-dd138a86bbf7?flat HTTP/1.1" 200 5814 0.015413 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:c8243e79-0c67-4431-ad8a-dd138a86bbf7?flat HTTP/1.1" 200 5814 0.065841 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068-19893100?flat HTTP/1.1" 200 10786 0.018571 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.023760 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13272 0.020537 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.027009 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13272 0.020900 [API:8081]10.0.0.242 - - [2025-10-30 03:06:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009623 [API:8081]10.0.0.242 - - [2025-10-30 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:f618633f-e70c-425d-b87a-b2e16974c1e4?flat HTTP/1.1" 200 5677 0.012189 [API:8081]10.0.0.242 - - [2025-10-30 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:f618633f-e70c-425d-b87a-b2e16974c1e4?flat HTTP/1.1" 200 5677 0.012859 [API:8081]10.0.0.242 - - [2025-10-30 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:f618633f-e70c-425d-b87a-b2e16974c1e4?flat HTTP/1.1" 200 5677 0.015168 [API:8081]10.0.0.242 - - [2025-10-30 03:06:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068-19893100?flat HTTP/1.1" 200 11805 0.029042 [API:8081]10.0.0.242 - - [2025-10-30 03:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.018315 [API:8081]10.0.0.242 - - [2025-10-30 03:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019370 [API:8081]10.0.0.242 - - [2025-10-30 03:06:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.013192 [API:8081]10.0.0.254 - - [2025-10-30 03:06:32] "GET /analytics HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.254 - - [2025-10-30 03:06:32] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.240 - - [2025-10-30 03:06:33] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.240 - - [2025-10-30 03:06:33] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.254 - - [2025-10-30 03:06:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.066841 [API:8081]10.0.0.242 - - [2025-10-30 03:07:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.018445 [API:8081]10.0.0.242 - - [2025-10-30 03:07:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.020396 [API:8081]10.0.0.242 - - [2025-10-30 03:07:06] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068-19893100?flat HTTP/1.1" 200 11676 0.020994 [API:8081]10.0.0.242 - - [2025-10-30 03:07:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009911 [API:8081]10.0.0.242 - - [2025-10-30 03:07:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.020604 [API:8081]10.0.0.242 - - [2025-10-30 03:07:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13274 0.021119 [API:8081]10.0.0.242 - - [2025-10-30 03:07:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.031629 [API:8081]10.0.0.242 - - [2025-10-30 03:07:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12964 0.023000 [API:8081]10.0.0.242 - - [2025-10-30 03:07:12] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068:ctest-SecurityGroupBasicRegressionTests1Ipv6-00985068-19893100?flat HTTP/1.1" 200 8797 0.012285 [API:8081]10.0.0.242 - - [2025-10-30 03:07:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014210 [API:8081]10.0.0.242 - - [2025-10-30 03:07:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.242 - - [2025-10-30 03:07:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1286 0.054646 [API:8081]10.0.0.254 - - [2025-10-30 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.254 - - [2025-10-30 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.254 - - [2025-10-30 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.254 - - [2025-10-30 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.240 - - [2025-10-30 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000551 [API:8081]10.0.0.240 - - [2025-10-30 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.242 - - [2025-10-30 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.242 - - [2025-10-30 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.240 - - [2025-10-30 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.240 - - [2025-10-30 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.242 - - [2025-10-30 03:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2025-10-30 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.242 - - [2025-10-30 03:08:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:49b1733b-b4cb-4aa6-a9fe-2012b6603e3b?flat HTTP/1.1" 200 5805 0.057650 [API:8081]10.0.0.242 - - [2025-10-30 03:08:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:49b1733b-b4cb-4aa6-a9fe-2012b6603e3b?flat HTTP/1.1" 200 5805 0.052300 [API:8081]10.0.0.242 - - [2025-10-30 03:08:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:49b1733b-b4cb-4aa6-a9fe-2012b6603e3b?flat HTTP/1.1" 200 5805 0.013700 [API:8081]10.0.0.242 - - [2025-10-30 03:08:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951-06398105?flat HTTP/1.1" 200 10441 0.017975 [API:8081]10.0.0.242 - - [2025-10-30 03:08:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.022161 [API:8081]10.0.0.242 - - [2025-10-30 03:08:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13296 0.025701 [API:8081]10.0.0.242 - - [2025-10-30 03:08:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.025439 [API:8081]10.0.0.242 - - [2025-10-30 03:08:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13296 0.021564 [API:8081]10.0.0.242 - - [2025-10-30 03:08:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008938 [API:8081]10.0.0.242 - - [2025-10-30 03:08:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:4cb84123-1f20-41c8-9e87-fd33d680f646?flat HTTP/1.1" 200 5668 0.012149 [API:8081]10.0.0.242 - - [2025-10-30 03:08:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:4cb84123-1f20-41c8-9e87-fd33d680f646?flat HTTP/1.1" 200 5668 0.012107 [API:8081]10.0.0.242 - - [2025-10-30 03:08:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:4cb84123-1f20-41c8-9e87-fd33d680f646?flat HTTP/1.1" 200 5668 0.011538 [API:8081]10.0.0.242 - - [2025-10-30 03:08:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951-06398105?flat HTTP/1.1" 200 11554 0.018867 [API:8081]10.0.0.242 - - [2025-10-30 03:08:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.017950 [API:8081]10.0.0.242 - - [2025-10-30 03:08:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.021193 [API:8081]10.0.0.242 - - [2025-10-30 03:08:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009107 [API:8081]10.0.0.254 - - [2025-10-30 03:08:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059029 [API:8081]10.0.0.254 - - [2025-10-30 03:09:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.060200 [API:8081]10.0.0.242 - - [2025-10-30 03:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.018426 [API:8081]10.0.0.242 - - [2025-10-30 03:10:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.020776 [API:8081]10.0.0.242 - - [2025-10-30 03:10:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.018775 [API:8081]10.0.0.242 - - [2025-10-30 03:10:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.019264 [API:8081]10.0.0.242 - - [2025-10-30 03:10:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.021823 [API:8081]10.0.0.242 - - [2025-10-30 03:10:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.018426 [API:8081]10.0.0.242 - - [2025-10-30 03:10:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.020065 [API:8081]10.0.0.242 - - [2025-10-30 03:10:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.029762 [API:8081]10.0.0.242 - - [2025-10-30 03:10:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.025954 [API:8081]10.0.0.242 - - [2025-10-30 03:10:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.031328 [API:8081]10.0.0.242 - - [2025-10-30 03:10:34] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951-06398105?flat HTTP/1.1" 200 11649 0.019793 [API:8081]10.0.0.242 - - [2025-10-30 03:10:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010967 [API:8081]10.0.0.242 - - [2025-10-30 03:10:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.031800 [API:8081]10.0.0.242 - - [2025-10-30 03:10:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13303 0.031574 [API:8081]10.0.0.242 - - [2025-10-30 03:10:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.022143 [API:8081]10.0.0.242 - - [2025-10-30 03:10:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13303 0.025998 [API:8081]10.0.0.242 - - [2025-10-30 03:10:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.021205 [API:8081]10.0.0.242 - - [2025-10-30 03:10:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12678 0.020254 [API:8081]10.0.0.242 - - [2025-10-30 03:10:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951:ctest-SecurityGroupBasicRegressionTests1_contrail-66504951-06398105?flat HTTP/1.1" 200 8425 0.011408 [API:8081]10.0.0.242 - - [2025-10-30 03:10:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009648 [API:8081]10.0.0.242 - - [2025-10-30 03:10:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.242 - - [2025-10-30 03:10:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1250 0.059554 [API:8081]10.0.0.242 - - [2025-10-30 03:11:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:b6a21308-ca53-42d2-a257-3248d329ba40?flat HTTP/1.1" 200 5674 0.099762 [API:8081]10.0.0.242 - - [2025-10-30 03:11:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:b6a21308-ca53-42d2-a257-3248d329ba40?flat HTTP/1.1" 200 5674 0.077536 [API:8081]10.0.0.242 - - [2025-10-30 03:11:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:b6a21308-ca53-42d2-a257-3248d329ba40?flat HTTP/1.1" 200 5674 0.013556 [API:8081]10.0.0.242 - - [2025-10-30 03:11:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:ctest-SecurityGroupBasicRegressionTests1-63659039-10720663?flat HTTP/1.1" 200 4332 0.027411 [API:8081]10.0.0.242 - - [2025-10-30 03:11:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.034307 [API:8081]10.0.0.242 - - [2025-10-30 03:11:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13242 0.027831 [API:8081]10.0.0.242 - - [2025-10-30 03:11:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.020399 [API:8081]10.0.0.242 - - [2025-10-30 03:11:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13242 0.022724 [API:8081]10.0.0.242 - - [2025-10-30 03:11:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010737 [API:8081]10.0.0.254 - - [2025-10-30 03:11:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054087 [API:8081]10.0.0.242 - - [2025-10-30 03:11:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:eaa969ce-3fb1-47d7-927a-bbad4f91b66a?flat HTTP/1.1" 200 5537 0.013508 [API:8081]10.0.0.242 - - [2025-10-30 03:11:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:eaa969ce-3fb1-47d7-927a-bbad4f91b66a?flat HTTP/1.1" 200 5537 0.011839 [API:8081]10.0.0.242 - - [2025-10-30 03:11:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:eaa969ce-3fb1-47d7-927a-bbad4f91b66a?flat HTTP/1.1" 200 5537 0.011599 [API:8081]10.0.0.242 - - [2025-10-30 03:11:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:ctest-SecurityGroupBasicRegressionTests1-63659039-10720663?flat HTTP/1.1" 200 10070 0.017659 [API:8081]10.0.0.242 - - [2025-10-30 03:11:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.032361 [API:8081]10.0.0.242 - - [2025-10-30 03:11:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019882 [API:8081]10.0.0.242 - - [2025-10-30 03:11:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010530 [API:8081]10.0.0.254 - - [2025-10-30 03:12:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.064567 [API:8081]10.0.0.254 - - [2025-10-30 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.254 - - [2025-10-30 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.254 - - [2025-10-30 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.254 - - [2025-10-30 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.240 - - [2025-10-30 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000548 [API:8081]10.0.0.240 - - [2025-10-30 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.242 - - [2025-10-30 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.240 - - [2025-10-30 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.242 - - [2025-10-30 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.240 - - [2025-10-30 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.242 - - [2025-10-30 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.242 - - [2025-10-30 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.242 - - [2025-10-30 03:13:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.023667 [API:8081]10.0.0.242 - - [2025-10-30 03:13:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.024814 [API:8081]10.0.0.242 - - [2025-10-30 03:13:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.023300 [API:8081]10.0.0.242 - - [2025-10-30 03:13:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.037620 [API:8081]10.0.0.242 - - [2025-10-30 03:13:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.017340 [API:8081]10.0.0.242 - - [2025-10-30 03:13:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.018377 [API:8081]10.0.0.242 - - [2025-10-30 03:13:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.019133 [API:8081]10.0.0.242 - - [2025-10-30 03:14:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.018730 [API:8081]10.0.0.242 - - [2025-10-30 03:14:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.021187 [API:8081]10.0.0.242 - - [2025-10-30 03:14:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:ctest-SecurityGroupBasicRegressionTests1-63659039-10720663?flat HTTP/1.1" 200 10817 0.018934 [API:8081]10.0.0.242 - - [2025-10-30 03:14:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011849 [API:8081]10.0.0.242 - - [2025-10-30 03:14:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.024869 [API:8081]10.0.0.242 - - [2025-10-30 03:14:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13255 0.022963 [API:8081]10.0.0.242 - - [2025-10-30 03:14:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.031143 [API:8081]10.0.0.242 - - [2025-10-30 03:14:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13255 0.025175 [API:8081]10.0.0.242 - - [2025-10-30 03:14:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25264 0.035496 [API:8081]10.0.0.242 - - [2025-10-30 03:14:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12679 0.033886 [API:8081]10.0.0.242 - - [2025-10-30 03:14:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-63659039:ctest-SecurityGroupBasicRegressionTests1-63659039-10720663?flat HTTP/1.1" 200 7950 0.021526 [API:8081]10.0.0.242 - - [2025-10-30 03:14:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014073 [API:8081]10.0.0.242 - - [2025-10-30 03:14:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.242 - - [2025-10-30 03:14:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.056964 [API:8081]10.0.0.242 - - [2025-10-30 03:14:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.049000 [API:8081]10.0.0.242 - - [2025-10-30 03:14:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1775 0.052664 [API:8081]10.0.0.254 - - [2025-10-30 03:14:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061983 [API:8081]10.0.0.242 - - [2025-10-30 03:14:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.008401 [API:8081]10.0.0.242 - - [2025-10-30 03:14:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.009865 [API:8081]10.0.0.242 - - [2025-10-30 03:14:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.010633 [API:8081]10.0.0.242 - - [2025-10-30 03:14:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1785 0.009372 [API:8081]10.0.0.242 - - [2025-10-30 03:14:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2012 0.009567 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:14:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005157 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:14:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.011112 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:14:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004243 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:14:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002629 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:14:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003323 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:14:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004249 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:14:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003823 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:14:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003036 [API:8081]10.0.0.242 - - [2025-10-30 03:15:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.242 - - [2025-10-30 03:15:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.052363 [API:8081]10.0.0.242 - - [2025-10-30 03:15:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1349 0.053066 [API:8081]10.0.0.242 - - [2025-10-30 03:15:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1568 0.056507 [API:8081]10.0.0.242 - - [2025-10-30 03:15:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.010375 [API:8081]10.0.0.242 - - [2025-10-30 03:15:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.009221 [API:8081]10.0.0.242 - - [2025-10-30 03:15:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.008892 [API:8081]10.0.0.242 - - [2025-10-30 03:15:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.242 - - [2025-10-30 03:15:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.062814 [API:8081]10.0.0.242 - - [2025-10-30 03:15:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.053768 [API:8081]10.0.0.242 - - [2025-10-30 03:15:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.049723 [API:8081]10.0.0.254 - - [2025-10-30 03:15:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.106542 [API:8081]10.0.0.242 - - [2025-10-30 03:15:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.011892 [API:8081]10.0.0.242 - - [2025-10-30 03:15:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.009231 [API:8081]10.0.0.242 - - [2025-10-30 03:15:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.009363 [API:8081]10.0.0.242 - - [2025-10-30 03:15:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1769 0.008893 [API:8081]10.0.0.242 - - [2025-10-30 03:15:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1992 0.008618 [API:8081]10.0.0.242 - - [2025-10-30 03:16:03] "GET /analytics HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.242 - - [2025-10-30 03:16:03] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.242 - - [2025-10-30 03:16:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.242 - - [2025-10-30 03:16:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1134 0.068160 [API:8081]10.0.0.242 - - [2025-10-30 03:16:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1351 0.051170 [API:8081]10.0.0.242 - - [2025-10-30 03:16:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.049361 [API:8081]10.0.0.242 - - [2025-10-30 03:16:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1805 0.008902 [API:8081]10.0.0.242 - - [2025-10-30 03:16:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2040 0.009439 [API:8081]10.0.0.254 - - [2025-10-30 03:16:32] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.254 - - [2025-10-30 03:16:32] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.240 - - [2025-10-30 03:16:33] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.240 - - [2025-10-30 03:16:33] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.254 - - [2025-10-30 03:17:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061666 [API:8081]10.0.0.254 - - [2025-10-30 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.254 - - [2025-10-30 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.254 - - [2025-10-30 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.254 - - [2025-10-30 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2025-10-30 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000891 [API:8081]10.0.0.240 - - [2025-10-30 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.242 - - [2025-10-30 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.242 - - [2025-10-30 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.240 - - [2025-10-30 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.240 - - [2025-10-30 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2025-10-30 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.242 - - [2025-10-30 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.254 - - [2025-10-30 03:18:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.056904 [API:8081]10.0.0.254 - - [2025-10-30 03:20:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078127 [API:8081]10.0.0.254 - - [2025-10-30 03:21:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.064211 [API:8081]10.0.0.242 - - [2025-10-30 03:22:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.242 - - [2025-10-30 03:22:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1351 0.057023 [API:8081]10.0.0.242 - - [2025-10-30 03:22:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1562 0.073237 [API:8081]10.0.0.254 - - [2025-10-30 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.254 - - [2025-10-30 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.254 - - [2025-10-30 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.254 - - [2025-10-30 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.240 - - [2025-10-30 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.240 - - [2025-10-30 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2025-10-30 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.242 - - [2025-10-30 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.240 - - [2025-10-30 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.240 - - [2025-10-30 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.242 - - [2025-10-30 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.242 - - [2025-10-30 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.254 - - [2025-10-30 03:23:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060775 [API:8081]10.0.0.254 - - [2025-10-30 03:24:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.073038 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:24:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003044 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003133 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002357 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002873 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:24:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003375 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002895 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002793 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:24:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002938 [API:8081]10.0.0.242 - - [2025-10-30 03:26:03] "GET /analytics HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.242 - - [2025-10-30 03:26:03] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.242 - - [2025-10-30 03:26:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.242 - - [2025-10-30 03:26:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.060155 [API:8081]10.0.0.254 - - [2025-10-30 03:26:32] "GET /analytics HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.254 - - [2025-10-30 03:26:32] "GET /analytics HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.240 - - [2025-10-30 03:26:33] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.240 - - [2025-10-30 03:26:33] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.254 - - [2025-10-30 03:26:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055383 [API:8081]10.0.0.242 - - [2025-10-30 03:27:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.242 - - [2025-10-30 03:27:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1349 0.058230 [API:8081]10.0.0.254 - - [2025-10-30 03:27:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.066986 [API:8081]10.0.0.254 - - [2025-10-30 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.254 - - [2025-10-30 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.254 - - [2025-10-30 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.254 - - [2025-10-30 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.240 - - [2025-10-30 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000454 [API:8081]10.0.0.240 - - [2025-10-30 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.242 - - [2025-10-30 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001077 [API:8081]10.0.0.240 - - [2025-10-30 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000483 [API:8081]10.0.0.242 - - [2025-10-30 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.240 - - [2025-10-30 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000483 [API:8081]10.0.0.242 - - [2025-10-30 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.242 - - [2025-10-30 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.254 - - [2025-10-30 03:29:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059683 [API:8081]10.0.0.254 - - [2025-10-30 03:30:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.062644 [API:8081]10.0.0.242 - - [2025-10-30 03:32:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.242 - - [2025-10-30 03:32:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.057445 [API:8081]10.0.0.254 - - [2025-10-30 03:32:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053656 [API:8081]10.0.0.254 - - [2025-10-30 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.254 - - [2025-10-30 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.254 - - [2025-10-30 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.254 - - [2025-10-30 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.240 - - [2025-10-30 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.240 - - [2025-10-30 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.242 - - [2025-10-30 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.242 - - [2025-10-30 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.240 - - [2025-10-30 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.240 - - [2025-10-30 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.242 - - [2025-10-30 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.242 - - [2025-10-30 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.254 - - [2025-10-30 03:33:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.059911 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:34:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003294 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003115 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002885 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002812 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:34:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003343 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003439 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002337 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:34:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002736 [API:8081]10.0.0.254 - - [2025-10-30 03:36:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060471 [API:8081]10.0.0.242 - - [2025-10-30 03:36:03] "GET /analytics HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.242 - - [2025-10-30 03:36:03] "GET /analytics HTTP/1.1" 401 206 0.000186 [API:8081]10.0.0.254 - - [2025-10-30 03:36:32] "GET /analytics HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.254 - - [2025-10-30 03:36:32] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.240 - - [2025-10-30 03:36:33] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.240 - - [2025-10-30 03:36:33] "GET /analytics HTTP/1.1" 401 206 0.000197 [API:8081]10.0.0.254 - - [2025-10-30 03:37:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.064792 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-80628483:3456d38e-2cca-4af4-9671-77de1e31d3a5?flat HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-80628483:3456d38e-2cca-4af4-9671-77de1e31d3a5?flat HTTP/1.1" 200 5270 0.073922 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-80628483:3456d38e-2cca-4af4-9671-77de1e31d3a5?flat HTTP/1.1" 200 5270 0.078972 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-80628483:3456d38e-2cca-4af4-9671-77de1e31d3a5?flat HTTP/1.1" 200 5270 0.063945 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-80628483:ctest-random-51645005?flat HTTP/1.1" 200 9098 0.018625 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.023344 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.021141 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.021416 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.019953 [API:8081]10.0.0.242 - - [2025-10-30 03:37:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009501 [API:8081]10.0.0.242 - - [2025-10-30 03:37:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.010425 [API:8081]10.0.0.242 - - [2025-10-30 03:37:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.021813 [API:8081]10.0.0.242 - - [2025-10-30 03:37:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.019810 [API:8081]10.0.0.242 - - [2025-10-30 03:37:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.025589 [API:8081]10.0.0.242 - - [2025-10-30 03:37:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.021550 [API:8081]10.0.0.242 - - [2025-10-30 03:37:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.021838 [API:8081]10.0.0.242 - - [2025-10-30 03:37:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.023124 [API:8081]10.0.0.254 - - [2025-10-30 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.254 - - [2025-10-30 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.242 - - [2025-10-30 03:37:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.025614 [API:8081]10.0.0.242 - - [2025-10-30 03:37:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.027964 [API:8081]10.0.0.254 - - [2025-10-30 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.254 - - [2025-10-30 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.240 - - [2025-10-30 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.240 - - [2025-10-30 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.242 - - [2025-10-30 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.242 - - [2025-10-30 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.240 - - [2025-10-30 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.240 - - [2025-10-30 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.242 - - [2025-10-30 03:38:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.020537 [API:8081]10.0.0.242 - - [2025-10-30 03:38:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.021799 [API:8081]10.0.0.242 - - [2025-10-30 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.242 - - [2025-10-30 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.242 - - [2025-10-30 03:38:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.027208 [API:8081]10.0.0.242 - - [2025-10-30 03:38:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.039142 [API:8081]10.0.0.242 - - [2025-10-30 03:38:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.020106 [API:8081]10.0.0.242 - - [2025-10-30 03:38:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.020317 [API:8081]10.0.0.242 - - [2025-10-30 03:38:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.032674 [API:8081]10.0.0.242 - - [2025-10-30 03:38:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13086 0.019943 [API:8081]10.0.0.242 - - [2025-10-30 03:38:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.023635 [API:8081]10.0.0.242 - - [2025-10-30 03:38:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12697 0.020978 [API:8081]10.0.0.242 - - [2025-10-30 03:38:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-80628483:ctest-random-51645005?flat HTTP/1.1" 200 8117 0.013610 [API:8081]10.0.0.242 - - [2025-10-30 03:38:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008695 [API:8081]10.0.0.254 - - [2025-10-30 03:39:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060705 [API:8081]10.0.0.254 - - [2025-10-30 03:40:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.062006 [API:8081]10.0.0.242 - - [2025-10-30 03:41:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2025-10-30 03:41:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.053666 [API:8081]10.0.0.254 - - [2025-10-30 03:42:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064147 [API:8081]10.0.0.254 - - [2025-10-30 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.254 - - [2025-10-30 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.254 - - [2025-10-30 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.254 - - [2025-10-30 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.240 - - [2025-10-30 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.240 - - [2025-10-30 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.242 - - [2025-10-30 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.242 - - [2025-10-30 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.240 - - [2025-10-30 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.240 - - [2025-10-30 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.242 - - [2025-10-30 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.242 - - [2025-10-30 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.254 - - [2025-10-30 03:43:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.072720 [API:8081]10.0.0.242 - - [2025-10-30 03:44:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.242 - - [2025-10-30 03:44:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1329 0.064050 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:44:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003186 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003701 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004997 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003411 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:44:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003462 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003310 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003696 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:44:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003390 [API:8081]10.0.0.254 - - [2025-10-30 03:45:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067510 [API:8081]10.0.0.242 - - [2025-10-30 03:46:03] "GET /analytics HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.242 - - [2025-10-30 03:46:03] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.254 - - [2025-10-30 03:46:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.079917 [API:8081]10.0.0.254 - - [2025-10-30 03:46:32] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.254 - - [2025-10-30 03:46:32] "GET /analytics HTTP/1.1" 401 206 0.000186 [API:8081]10.0.0.240 - - [2025-10-30 03:46:33] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.240 - - [2025-10-30 03:46:33] "GET /analytics HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.242 - - [2025-10-30 03:46:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.242 - - [2025-10-30 03:46:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.066926 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:26] "POST /analytics/query HTTP/1.1" 202 179 0.011671 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:26] "GET /analytics/query/26b480d8-b543-11f0-b8b2-00000a0000f2 HTTP/1.1" 200 221 0.004405 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:27] "GET /analytics/query/26b480d8-b543-11f0-b8b2-00000a0000f2 HTTP/1.1" 200 221 0.002176 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:27] "GET /analytics/query/26b480d8-b543-11f0-b8b2-00000a0000f2 HTTP/1.1" 200 338 0.002026 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:27] "GET /analytics/query/26b480d8-b543-11f0-b8b2-00000a0000f2/chunk-final/0 HTTP/1.1" 200 858 0.002067 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:28] "POST /analytics/query HTTP/1.1" 202 179 0.006404 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:28] "GET /analytics/query/27b814a3-b543-11f0-92b5-00000a0000f2 HTTP/1.1" 200 221 0.002236 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:28] "GET /analytics/query/27b814a3-b543-11f0-92b5-00000a0000f2 HTTP/1.1" 200 221 0.002181 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:29] "GET /analytics/query/27b814a3-b543-11f0-92b5-00000a0000f2 HTTP/1.1" 200 338 0.002773 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:29] "GET /analytics/query/27b814a3-b543-11f0-92b5-00000a0000f2/chunk-final/0 HTTP/1.1" 200 858 0.003351 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:29] "POST /analytics/query HTTP/1.1" 202 179 0.005079 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:29] "GET /analytics/query/28b88aa7-b543-11f0-a3ce-00000a0000f2 HTTP/1.1" 200 221 0.001863 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:30] "GET /analytics/query/28b88aa7-b543-11f0-a3ce-00000a0000f2 HTTP/1.1" 200 339 0.002316 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:30] "GET /analytics/query/28b88aa7-b543-11f0-a3ce-00000a0000f2/chunk-final/0 HTTP/1.1" 200 20408 0.002943 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:31] "POST /analytics/query HTTP/1.1" 202 179 0.004345 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:31] "GET /analytics/query/2964d82c-b543-11f0-9d89-00000a0000f2 HTTP/1.1" 200 221 0.001899 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:31] "GET /analytics/query/2964d82c-b543-11f0-9d89-00000a0000f2 HTTP/1.1" 200 339 0.002029 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:31] "GET /analytics/query/2964d82c-b543-11f0-9d89-00000a0000f2/chunk-final/0 HTTP/1.1" 200 27629 0.002895 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:32] "POST /analytics/query HTTP/1.1" 202 179 0.005308 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:32] "GET /analytics/query/2a17b90a-b543-11f0-b8ad-00000a0000f2 HTTP/1.1" 200 221 0.001835 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:32] "GET /analytics/query/2a17b90a-b543-11f0-b8ad-00000a0000f2 HTTP/1.1" 200 327 0.002754 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:32] "GET /analytics/query/2a17b90a-b543-11f0-b8ad-00000a0000f2/chunk-final/0 HTTP/1.1" 200 10517 0.002103 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.005230 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:36] "POST /analytics/query HTTP/1.1" 202 179 0.007704 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:36] "GET /analytics/query/2cb7e2f4-b543-11f0-8b08-00000a0000f2 HTTP/1.1" 200 221 0.011548 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:37] "GET /analytics/query/2cb7e2f4-b543-11f0-8b08-00000a0000f2 HTTP/1.1" 200 340 0.003844 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:37] "GET /analytics/query/2cb7e2f4-b543-11f0-8b08-00000a0000f2/chunk-final/0 HTTP/1.1" 200 321660 0.031211 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004323 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003695 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:38] "POST /analytics/query HTTP/1.1" 202 179 0.006281 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:38] "GET /analytics/query/2de18d11-b543-11f0-8314-00000a0000f2 HTTP/1.1" 200 221 0.004741 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:39] "GET /analytics/query/2de18d11-b543-11f0-8314-00000a0000f2 HTTP/1.1" 200 338 0.002000 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:39] "GET /analytics/query/2de18d11-b543-11f0-8314-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.001647 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:39] "POST /analytics/query HTTP/1.1" 202 179 0.005188 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:39] "GET /analytics/query/2e341d12-b543-11f0-ae1d-00000a0000f2 HTTP/1.1" 200 221 0.003126 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:39] "GET /analytics/query/2e341d12-b543-11f0-ae1d-00000a0000f2 HTTP/1.1" 200 338 0.002373 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:39] "GET /analytics/query/2e341d12-b543-11f0-ae1d-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.001572 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:39] "POST /analytics/query HTTP/1.1" 202 179 0.005058 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:39] "GET /analytics/query/2e84ba39-b543-11f0-a21c-00000a0000f2 HTTP/1.1" 200 221 0.001983 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:40] "GET /analytics/query/2e84ba39-b543-11f0-a21c-00000a0000f2 HTTP/1.1" 200 338 0.002961 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:40] "GET /analytics/query/2e84ba39-b543-11f0-a21c-00000a0000f2/chunk-final/0 HTTP/1.1" 200 9343 0.003474 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:40] "POST /analytics/query HTTP/1.1" 202 179 0.008744 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:40] "GET /analytics/query/2ed5c32d-b543-11f0-9b8e-00000a0000f2 HTTP/1.1" 200 221 0.004203 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:40] "GET /analytics/query/2ed5c32d-b543-11f0-9b8e-00000a0000f2 HTTP/1.1" 200 338 0.002425 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:40] "GET /analytics/query/2ed5c32d-b543-11f0-9b8e-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.002321 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:40] "POST /analytics/query HTTP/1.1" 202 179 0.005040 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:40] "GET /analytics/query/2f27ed59-b543-11f0-b7e5-00000a0000f2 HTTP/1.1" 200 221 0.002893 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:41] "GET /analytics/query/2f27ed59-b543-11f0-b7e5-00000a0000f2 HTTP/1.1" 200 338 0.002147 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:41] "GET /analytics/query/2f27ed59-b543-11f0-b7e5-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.001779 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:41] "POST /analytics/query HTTP/1.1" 202 179 0.005598 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:41] "GET /analytics/query/2f78534a-b543-11f0-b099-00000a0000f2 HTTP/1.1" 200 221 0.002906 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:41] "GET /analytics/query/2f78534a-b543-11f0-b099-00000a0000f2 HTTP/1.1" 200 338 0.002247 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:41] "GET /analytics/query/2f78534a-b543-11f0-b099-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.001699 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:41] "POST /analytics/query HTTP/1.1" 202 179 0.008797 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:41] "GET /analytics/query/2fca8600-b543-11f0-b625-00000a0000f2 HTTP/1.1" 200 221 0.002429 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:42] "GET /analytics/query/2fca8600-b543-11f0-b625-00000a0000f2 HTTP/1.1" 200 338 0.002353 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:42] "GET /analytics/query/2fca8600-b543-11f0-b625-00000a0000f2/chunk-final/0 HTTP/1.1" 200 4013 0.002592 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:42] "POST /analytics/query HTTP/1.1" 202 179 0.010010 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:42] "GET /analytics/query/301d1b2f-b543-11f0-9a05-00000a0000f2 HTTP/1.1" 200 221 0.002152 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:42] "GET /analytics/query/301d1b2f-b543-11f0-9a05-00000a0000f2 HTTP/1.1" 200 338 0.002230 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:42] "GET /analytics/query/301d1b2f-b543-11f0-9a05-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.002528 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:42] "POST /analytics/query HTTP/1.1" 202 179 0.009810 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:42] "GET /analytics/query/306e8dba-b543-11f0-af65-00000a0000f2 HTTP/1.1" 200 221 0.005722 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:43] "GET /analytics/query/306e8dba-b543-11f0-af65-00000a0000f2 HTTP/1.1" 200 338 0.002110 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:43] "GET /analytics/query/306e8dba-b543-11f0-af65-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.001770 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:43] "POST /analytics/query HTTP/1.1" 202 179 0.008862 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:43] "GET /analytics/query/30c14f1f-b543-11f0-98b4-00000a0000f2 HTTP/1.1" 200 221 0.003491 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:43] "GET /analytics/query/30c14f1f-b543-11f0-98b4-00000a0000f2 HTTP/1.1" 200 338 0.002228 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:43] "GET /analytics/query/30c14f1f-b543-11f0-98b4-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.002237 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:43] "POST /analytics/query HTTP/1.1" 202 179 0.005880 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:43] "GET /analytics/query/3113f9a4-b543-11f0-a9f8-00000a0000f2 HTTP/1.1" 200 221 0.002414 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:44] "GET /analytics/query/3113f9a4-b543-11f0-a9f8-00000a0000f2 HTTP/1.1" 200 338 0.003958 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:44] "GET /analytics/query/3113f9a4-b543-11f0-a9f8-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.004405 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:44] "POST /analytics/query HTTP/1.1" 202 179 0.007524 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:44] "GET /analytics/query/3166ce3d-b543-11f0-81e4-00000a0000f2 HTTP/1.1" 200 221 0.003870 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:45] "GET /analytics/query/3166ce3d-b543-11f0-81e4-00000a0000f2 HTTP/1.1" 200 338 0.002422 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:45] "GET /analytics/query/3166ce3d-b543-11f0-81e4-00000a0000f2/chunk-final/0 HTTP/1.1" 200 4013 0.002659 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003863 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.004216 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:46] "POST /analytics/query HTTP/1.1" 202 179 0.020623 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:46] "GET /analytics/query/3284144e-b543-11f0-981d-00000a0000f2 HTTP/1.1" 200 221 0.008469 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:46] "GET /analytics/query/3284144e-b543-11f0-981d-00000a0000f2 HTTP/1.1" 200 340 0.002444 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:46] "GET /analytics/query/3284144e-b543-11f0-981d-00000a0000f2/chunk-final/0 HTTP/1.1" 200 1558539 0.016869 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:46] "POST /analytics/query HTTP/1.1" 202 179 0.005620 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:46] "GET /analytics/query/32e2a470-b543-11f0-9c0d-00000a0000f2 HTTP/1.1" 200 221 0.002681 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:47] "GET /analytics/query/32e2a470-b543-11f0-9c0d-00000a0000f2 HTTP/1.1" 200 340 0.004678 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:47] "GET /analytics/query/32e2a470-b543-11f0-9c0d-00000a0000f2/chunk-final/0 HTTP/1.1" 200 1559939 0.042433 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.003601 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.004453 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.005084 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.004534 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003976 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:50] "POST /analytics/query HTTP/1.1" 202 179 0.014845 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:51] "GET /analytics/query/35479cbf-b543-11f0-8b71-00000a0000f2 HTTP/1.1" 200 221 0.002087 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:51] "GET /analytics/query/35479cbf-b543-11f0-8b71-00000a0000f2 HTTP/1.1" 200 339 0.011793 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:51] "GET /analytics/query/35479cbf-b543-11f0-8b71-00000a0000f2/chunk-final/0 HTTP/1.1" 200 63776 0.005570 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003889 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:52] "POST /analytics/query HTTP/1.1" 202 179 0.007929 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:52] "GET /analytics/query/36092534-b543-11f0-992c-00000a0000f2 HTTP/1.1" 200 221 0.006993 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:52] "GET /analytics/query/36092534-b543-11f0-992c-00000a0000f2 HTTP/1.1" 200 341 0.002615 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:52] "GET /analytics/query/36092534-b543-11f0-992c-00000a0000f2/chunk-final/0 HTTP/1.1" 200 893289 0.028274 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003824 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004037 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003873 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:58] "POST /analytics/query HTTP/1.1" 200 145 1.012041 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:47:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.004495 [API:8081]10.0.0.254 - - [2025-10-30 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.254 - - [2025-10-30 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:00] "POST /analytics/query HTTP/1.1" 200 2206 1.015037 [API:8081]10.0.0.254 - - [2025-10-30 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.254 - - [2025-10-30 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.006380 [API:8081]10.0.0.240 - - [2025-10-30 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.240 - - [2025-10-30 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:01] "POST /analytics/query HTTP/1.1" 200 708 1.014040 [API:8081]10.0.0.242 - - [2025-10-30 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000427 [API:8081]10.0.0.240 - - [2025-10-30 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.242 - - [2025-10-30 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.240 - - [2025-10-30 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.004395 [API:8081]10.0.0.242 - - [2025-10-30 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.242 - - [2025-10-30 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:03] "POST /analytics/query HTTP/1.1" 200 2764 1.013364 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.004560 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:05] "POST /analytics/query HTTP/1.1" 200 206 1.013273 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.004024 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:06] "POST /analytics/query HTTP/1.1" 200 1389 1.016393 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.005018 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:08] "POST /analytics/query HTTP/1.1" 200 2897 1.015471 [API:8081]10.0.0.254 - - [2025-10-30 03:48:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064880 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.003725 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:10] "POST /analytics/query HTTP/1.1" 200 828 1.012346 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003726 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:11] "POST /analytics/query HTTP/1.1" 200 141421 1.018759 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.003810 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:13] "POST /analytics/query HTTP/1.1" 200 792 1.014234 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.004791 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:15] "POST /analytics/query HTTP/1.1" 200 258 1.015225 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.003751 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:16] "POST /analytics/query HTTP/1.1" 200 596 1.032685 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.009793 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:18] "POST /analytics/query HTTP/1.1" 200 1427 1.011336 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.007843 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:20] "POST /analytics/query HTTP/1.1" 200 596 1.010730 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.005125 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:22] "POST /analytics/query HTTP/1.1" 200 236 1.011817 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:48:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.003731 [API:8081]10.0.0.242 - - [2025-10-30 03:48:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.242 - - [2025-10-30 03:48:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1399 0.064232 [API:8081]10.0.0.254 - - [2025-10-30 03:49:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.138638 [API:8081]10.0.0.242 - - [2025-10-30 03:49:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.108448 [API:8081]10.0.0.242 - - [2025-10-30 03:49:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.011315 [API:8081]10.0.0.242 - - [2025-10-30 03:49:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.112784 [API:8081]10.0.0.242 - - [2025-10-30 03:49:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.009419 [API:8081]10.0.0.242 - - [2025-10-30 03:49:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.013763 [API:8081]10.0.0.242 - - [2025-10-30 03:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.010352 [API:8081]10.0.0.242 - - [2025-10-30 03:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.009758 [API:8081]10.0.0.242 - - [2025-10-30 03:49:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008183 [API:8081]10.0.0.242 - - [2025-10-30 03:50:09] "POST /analytics/query HTTP/1.1" 200 222 1.017256 [API:8081]10.0.0.242 - - [2025-10-30 03:50:10] "POST /analytics/query HTTP/1.1" 200 222 1.019185 [API:8081]10.0.0.242 - - [2025-10-30 03:50:12] "POST /analytics/query HTTP/1.1" 200 353 1.019037 [API:8081]10.0.0.254 - - [2025-10-30 03:51:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063436 [API:8081]10.0.0.254 - - [2025-10-30 03:52:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.055063 [API:8081]10.0.0.254 - - [2025-10-30 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.254 - - [2025-10-30 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.254 - - [2025-10-30 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.254 - - [2025-10-30 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.240 - - [2025-10-30 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.240 - - [2025-10-30 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.242 - - [2025-10-30 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.242 - - [2025-10-30 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.240 - - [2025-10-30 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.240 - - [2025-10-30 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.242 - - [2025-10-30 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.242 - - [2025-10-30 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.242 - - [2025-10-30 03:53:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.021650 [API:8081]10.0.0.242 - - [2025-10-30 03:53:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13804 0.020566 [API:8081]10.0.0.242 - - [2025-10-30 03:53:33] "POST /analytics/query HTTP/1.1" 200 507 1.023612 [API:8081]10.0.0.242 - - [2025-10-30 03:53:34] "POST /analytics/query HTTP/1.1" 200 353 1.018966 [API:8081]10.0.0.242 - - [2025-10-30 03:53:35] "POST /analytics/query HTTP/1.1" 200 353 1.018649 [API:8081]10.0.0.254 - - [2025-10-30 03:54:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091910 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:54:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004431 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003104 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002898 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002572 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:54:55] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003801 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002739 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002430 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 03:54:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002481 [API:8081]10.0.0.254 - - [2025-10-30 03:55:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.065294 [API:8081]10.0.0.242 - - [2025-10-30 03:56:03] "GET /analytics HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.242 - - [2025-10-30 03:56:03] "GET /analytics HTTP/1.1" 401 206 0.000189 [API:8081]10.0.0.254 - - [2025-10-30 03:56:32] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.254 - - [2025-10-30 03:56:32] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.240 - - [2025-10-30 03:56:33] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.240 - - [2025-10-30 03:56:33] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.254 - - [2025-10-30 03:57:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055744 [API:8081]10.0.0.254 - - [2025-10-30 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.254 - - [2025-10-30 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.254 - - [2025-10-30 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.254 - - [2025-10-30 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000465 [API:8081]10.0.0.240 - - [2025-10-30 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.240 - - [2025-10-30 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.242 - - [2025-10-30 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.242 - - [2025-10-30 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.240 - - [2025-10-30 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.240 - - [2025-10-30 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.242 - - [2025-10-30 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.242 - - [2025-10-30 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.254 - - [2025-10-30 03:58:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.066216 [API:8081]10.0.0.254 - - [2025-10-30 04:00:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059518 [API:8081]10.0.0.254 - - [2025-10-30 04:01:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.074589 [API:8081]10.0.0.254 - - [2025-10-30 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.254 - - [2025-10-30 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.254 - - [2025-10-30 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.254 - - [2025-10-30 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.240 - - [2025-10-30 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.240 - - [2025-10-30 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000445 [API:8081]10.0.0.242 - - [2025-10-30 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.242 - - [2025-10-30 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.240 - - [2025-10-30 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.240 - - [2025-10-30 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.242 - - [2025-10-30 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.242 - - [2025-10-30 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.254 - - [2025-10-30 04:03:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071324 [API:8081]10.0.0.254 - - [2025-10-30 04:04:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.056856 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:04:55] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002785 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005814 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004773 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:04:55] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006699 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:04:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005252 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:04:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005640 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:04:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004235 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:04:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003504 [API:8081]10.0.0.242 - - [2025-10-30 04:05:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.242 - - [2025-10-30 04:05:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.064320 [API:8081]10.0.0.242 - - [2025-10-30 04:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:aca01617-f4cc-4f15-9619-5fb8a86d7134?flat HTTP/1.1" 200 5204 0.070876 [API:8081]10.0.0.242 - - [2025-10-30 04:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:aca01617-f4cc-4f15-9619-5fb8a86d7134?flat HTTP/1.1" 200 5204 0.065337 [API:8081]10.0.0.242 - - [2025-10-30 04:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:aca01617-f4cc-4f15-9619-5fb8a86d7134?flat HTTP/1.1" 200 5204 0.017648 [API:8081]10.0.0.242 - - [2025-10-30 04:05:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-41338398:EVPN-VN1?flat HTTP/1.1" 200 7823 0.017200 [API:8081]10.0.0.242 - - [2025-10-30 04:05:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26217 0.022237 [API:8081]10.0.0.242 - - [2025-10-30 04:05:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13109 0.023540 [API:8081]10.0.0.242 - - [2025-10-30 04:05:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26217 0.024631 [API:8081]10.0.0.242 - - [2025-10-30 04:05:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13109 0.025477 [API:8081]10.0.0.242 - - [2025-10-30 04:05:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009813 [API:8081]10.0.0.242 - - [2025-10-30 04:05:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:fb1910fd-7e42-4dc5-86bb-3c112e14b943?flat HTTP/1.1" 200 5063 0.013444 [API:8081]10.0.0.242 - - [2025-10-30 04:05:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:fb1910fd-7e42-4dc5-86bb-3c112e14b943?flat HTTP/1.1" 200 5063 0.012668 [API:8081]10.0.0.242 - - [2025-10-30 04:05:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:fb1910fd-7e42-4dc5-86bb-3c112e14b943?flat HTTP/1.1" 200 5063 0.012191 [API:8081]10.0.0.242 - - [2025-10-30 04:05:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-41338398:EVPN-VN1?flat HTTP/1.1" 200 7823 0.023557 [API:8081]10.0.0.242 - - [2025-10-30 04:05:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.021192 [API:8081]10.0.0.242 - - [2025-10-30 04:05:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.019295 [API:8081]10.0.0.242 - - [2025-10-30 04:05:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009684 [API:8081]10.0.0.242 - - [2025-10-30 04:06:03] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.242 - - [2025-10-30 04:06:03] "GET /analytics HTTP/1.1" 401 206 0.000189 [API:8081]10.0.0.254 - - [2025-10-30 04:06:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056013 [API:8081]10.0.0.254 - - [2025-10-30 04:06:32] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.254 - - [2025-10-30 04:06:32] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.240 - - [2025-10-30 04:06:33] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.240 - - [2025-10-30 04:06:33] "GET /analytics HTTP/1.1" 401 206 0.000132 [API:8081]10.0.0.254 - - [2025-10-30 04:07:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.061215 [API:8081]10.0.0.254 - - [2025-10-30 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.254 - - [2025-10-30 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.254 - - [2025-10-30 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.254 - - [2025-10-30 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.240 - - [2025-10-30 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.240 - - [2025-10-30 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.242 - - [2025-10-30 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.242 - - [2025-10-30 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.240 - - [2025-10-30 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.240 - - [2025-10-30 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.242 - - [2025-10-30 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.242 - - [2025-10-30 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.242 - - [2025-10-30 04:08:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:aca01617-f4cc-4f15-9619-5fb8a86d7134?flat HTTP/1.1" 200 5308 0.017419 [API:8081]10.0.0.242 - - [2025-10-30 04:08:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:aca01617-f4cc-4f15-9619-5fb8a86d7134?flat HTTP/1.1" 200 5308 0.016944 [API:8081]10.0.0.242 - - [2025-10-30 04:08:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:aca01617-f4cc-4f15-9619-5fb8a86d7134?flat HTTP/1.1" 200 5308 0.018860 [API:8081]10.0.0.242 - - [2025-10-30 04:08:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-41338398:EVPN-VN1?flat HTTP/1.1" 200 9290 0.020455 [API:8081]10.0.0.242 - - [2025-10-30 04:08:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27868 0.025335 [API:8081]10.0.0.242 - - [2025-10-30 04:08:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27868 0.023730 [API:8081]10.0.0.242 - - [2025-10-30 04:08:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009989 [API:8081]10.0.0.242 - - [2025-10-30 04:08:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:fb1910fd-7e42-4dc5-86bb-3c112e14b943?flat HTTP/1.1" 200 5212 0.011655 [API:8081]10.0.0.242 - - [2025-10-30 04:08:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:fb1910fd-7e42-4dc5-86bb-3c112e14b943?flat HTTP/1.1" 200 5212 0.012086 [API:8081]10.0.0.242 - - [2025-10-30 04:08:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-41338398:fb1910fd-7e42-4dc5-86bb-3c112e14b943?flat HTTP/1.1" 200 5212 0.014492 [API:8081]10.0.0.242 - - [2025-10-30 04:08:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-41338398:EVPN-VN1?flat HTTP/1.1" 200 9290 0.024508 [API:8081]10.0.0.242 - - [2025-10-30 04:08:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21665 0.017253 [API:8081]10.0.0.242 - - [2025-10-30 04:08:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21665 0.018293 [API:8081]10.0.0.242 - - [2025-10-30 04:08:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009277 [API:8081]10.0.0.242 - - [2025-10-30 04:09:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25292 0.020527 [API:8081]10.0.0.242 - - [2025-10-30 04:09:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-41338398:EVPN-VN1?flat HTTP/1.1" 200 8531 0.018083 [API:8081]10.0.0.242 - - [2025-10-30 04:09:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009854 [API:8081]10.0.0.254 - - [2025-10-30 04:09:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066072 [API:8081]10.0.0.242 - - [2025-10-30 04:09:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32487 0.028619 [API:8081]10.0.0.242 - - [2025-10-30 04:09:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32487 0.051295 [API:8081]10.0.0.242 - - [2025-10-30 04:09:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32487 0.027050 [API:8081]10.0.0.242 - - [2025-10-30 04:09:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32487 0.026129 [API:8081]10.0.0.242 - - [2025-10-30 04:09:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-41338398:EVPN-VN1?flat HTTP/1.1" 200 5989 0.011707 [API:8081]10.0.0.242 - - [2025-10-30 04:09:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008533 [API:8081]10.0.0.254 - - [2025-10-30 04:10:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.064308 [API:8081]10.0.0.242 - - [2025-10-30 04:12:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-02055991:33f70e8c-32b8-4082-8425-58364510f4fd?flat HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.242 - - [2025-10-30 04:12:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-02055991:33f70e8c-32b8-4082-8425-58364510f4fd?flat HTTP/1.1" 200 5312 0.441737 [API:8081]10.0.0.242 - - [2025-10-30 04:12:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-02055991:33f70e8c-32b8-4082-8425-58364510f4fd?flat HTTP/1.1" 200 5312 0.109297 [API:8081]10.0.0.242 - - [2025-10-30 04:12:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-02055991:33f70e8c-32b8-4082-8425-58364510f4fd?flat HTTP/1.1" 200 5312 0.056268 [API:8081]10.0.0.242 - - [2025-10-30 04:12:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86194586:ctest-TestRbac-86194586-28029858?flat HTTP/1.1" 200 3799 0.061075 [API:8081]10.0.0.242 - - [2025-10-30 04:12:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.083034 [API:8081]10.0.0.242 - - [2025-10-30 04:12:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.128170 [API:8081]10.0.0.242 - - [2025-10-30 04:12:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.242 - - [2025-10-30 04:12:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.060808 [API:8081]10.0.0.242 - - [2025-10-30 04:12:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.037631 [API:8081]10.0.0.242 - - [2025-10-30 04:12:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.135565 [API:8081]10.0.0.242 - - [2025-10-30 04:12:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.065692 [API:8081]10.0.0.242 - - [2025-10-30 04:12:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.047998 [API:8081]10.0.0.242 - - [2025-10-30 04:12:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.101287 [API:8081]10.0.0.242 - - [2025-10-30 04:12:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.264132 [API:8081]10.0.0.242 - - [2025-10-30 04:12:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.045867 [API:8081]10.0.0.242 - - [2025-10-30 04:12:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.064875 [API:8081]10.0.0.254 - - [2025-10-30 04:12:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052873 [API:8081]10.0.0.242 - - [2025-10-30 04:12:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.018520 [API:8081]10.0.0.242 - - [2025-10-30 04:12:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.019313 [API:8081]10.0.0.242 - - [2025-10-30 04:12:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.020771 [API:8081]10.0.0.242 - - [2025-10-30 04:12:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.023702 [API:8081]10.0.0.242 - - [2025-10-30 04:12:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25333 0.018613 [API:8081]10.0.0.242 - - [2025-10-30 04:12:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86194586:ctest-TestRbac-86194586-28029858?flat HTTP/1.1" 200 2080 0.010337 [API:8081]10.0.0.242 - - [2025-10-30 04:12:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010082 [API:8081]10.0.0.254 - - [2025-10-30 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.254 - - [2025-10-30 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.254 - - [2025-10-30 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.254 - - [2025-10-30 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.240 - - [2025-10-30 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.240 - - [2025-10-30 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.242 - - [2025-10-30 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.242 - - [2025-10-30 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.240 - - [2025-10-30 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.240 - - [2025-10-30 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000478 [API:8081]10.0.0.242 - - [2025-10-30 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.242 - - [2025-10-30 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.242 - - [2025-10-30 04:13:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.242 - - [2025-10-30 04:13:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1166 0.076358 [API:8081]10.0.0.242 - - [2025-10-30 04:13:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1166 0.069236 [API:8081]10.0.0.242 - - [2025-10-30 04:13:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1413 0.141762 [API:8081]10.0.0.254 - - [2025-10-30 04:13:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061466 [API:8081]10.0.0.242 - - [2025-10-30 04:13:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-35550939:aecb0b37-d7b3-4392-8d63-d3ece1cbcd20?flat HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.242 - - [2025-10-30 04:13:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-35550939:aecb0b37-d7b3-4392-8d63-d3ece1cbcd20?flat HTTP/1.1" 200 5398 0.100216 [API:8081]10.0.0.242 - - [2025-10-30 04:13:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-35550939:aecb0b37-d7b3-4392-8d63-d3ece1cbcd20?flat HTTP/1.1" 200 5398 0.095548 [API:8081]10.0.0.242 - - [2025-10-30 04:13:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-35550939:aecb0b37-d7b3-4392-8d63-d3ece1cbcd20?flat HTTP/1.1" 200 5398 0.060776 [API:8081]10.0.0.242 - - [2025-10-30 04:13:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-35550939:ctest-TestRbacBasic-35550939-34327245?flat HTTP/1.1" 200 4140 0.051248 [API:8081]10.0.0.242 - - [2025-10-30 04:13:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.052287 [API:8081]10.0.0.242 - - [2025-10-30 04:13:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.078884 [API:8081]10.0.0.242 - - [2025-10-30 04:13:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.019597 [API:8081]10.0.0.242 - - [2025-10-30 04:13:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.029972 [API:8081]10.0.0.242 - - [2025-10-30 04:13:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.076817 [API:8081]10.0.0.242 - - [2025-10-30 04:13:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.017756 [API:8081]10.0.0.242 - - [2025-10-30 04:13:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.039330 [API:8081]10.0.0.242 - - [2025-10-30 04:13:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.055355 [API:8081]10.0.0.242 - - [2025-10-30 04:13:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.079068 [API:8081]10.0.0.242 - - [2025-10-30 04:13:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.033577 [API:8081]10.0.0.242 - - [2025-10-30 04:13:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.020461 [API:8081]10.0.0.242 - - [2025-10-30 04:13:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.018373 [API:8081]10.0.0.242 - - [2025-10-30 04:13:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.018607 [API:8081]10.0.0.242 - - [2025-10-30 04:13:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.018572 [API:8081]10.0.0.242 - - [2025-10-30 04:14:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.030680 [API:8081]10.0.0.242 - - [2025-10-30 04:14:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.024624 [API:8081]10.0.0.242 - - [2025-10-30 04:14:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.019124 [API:8081]10.0.0.242 - - [2025-10-30 04:14:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-35550939:ctest-TestRbacBasic-35550939-34327245?flat HTTP/1.1" 200 6889 0.013659 [API:8081]10.0.0.242 - - [2025-10-30 04:14:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010910 [Introspect:8090]10.0.0.242 - - [2025-10-30 04:14:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3838 0.001155 [API:8081]10.0.0.242 - - [2025-10-30 04:14:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.242 - - [2025-10-30 04:14:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.068650 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:14:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002811 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:14:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003098 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:14:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002686 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:14:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002800 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:14:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003204 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:14:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002506 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:14:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003094 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:14:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002555 [API:8081]10.0.0.254 - - [2025-10-30 04:15:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059719 [API:8081]10.0.0.242 - - [2025-10-30 04:16:03] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.242 - - [2025-10-30 04:16:03] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.254 - - [2025-10-30 04:16:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063584 [API:8081]10.0.0.254 - - [2025-10-30 04:16:32] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.254 - - [2025-10-30 04:16:32] "GET /analytics HTTP/1.1" 401 206 0.000185 [API:8081]10.0.0.240 - - [2025-10-30 04:16:33] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.240 - - [2025-10-30 04:16:33] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.242 - - [2025-10-30 04:17:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:0d838b04-93b5-4e46-8c74-3f9e997c6c15?flat HTTP/1.1" 200 5440 0.017853 [API:8081]10.0.0.242 - - [2025-10-30 04:17:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:0d838b04-93b5-4e46-8c74-3f9e997c6c15?flat HTTP/1.1" 200 5440 0.077167 [API:8081]10.0.0.242 - - [2025-10-30 04:17:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:0d838b04-93b5-4e46-8c74-3f9e997c6c15?flat HTTP/1.1" 200 5440 0.073559 [API:8081]10.0.0.242 - - [2025-10-30 04:17:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-62971774:ctest-vn1-33019356?flat HTTP/1.1" 200 9504 0.018991 [API:8081]10.0.0.242 - - [2025-10-30 04:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.032165 [API:8081]10.0.0.242 - - [2025-10-30 04:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.026369 [API:8081]10.0.0.242 - - [2025-10-30 04:17:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009323 [API:8081]10.0.0.242 - - [2025-10-30 04:17:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:1cf93fe8-3a4c-4431-872f-13bb7cdc68b9?flat HTTP/1.1" 200 5437 0.012597 [API:8081]10.0.0.242 - - [2025-10-30 04:17:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:1cf93fe8-3a4c-4431-872f-13bb7cdc68b9?flat HTTP/1.1" 200 5437 0.012456 [API:8081]10.0.0.242 - - [2025-10-30 04:17:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:1cf93fe8-3a4c-4431-872f-13bb7cdc68b9?flat HTTP/1.1" 200 5437 0.015861 [API:8081]10.0.0.242 - - [2025-10-30 04:17:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-62971774:ctest-vn1-33019356?flat HTTP/1.1" 200 9504 0.026967 [API:8081]10.0.0.242 - - [2025-10-30 04:17:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.033243 [API:8081]10.0.0.242 - - [2025-10-30 04:17:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.018289 [API:8081]10.0.0.242 - - [2025-10-30 04:17:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009030 [API:8081]10.0.0.242 - - [2025-10-30 04:17:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.022456 [API:8081]10.0.0.242 - - [2025-10-30 04:17:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.017440 [API:8081]10.0.0.242 - - [2025-10-30 04:17:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.020211 [API:8081]10.0.0.242 - - [2025-10-30 04:17:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.030185 [API:8081]10.0.0.242 - - [2025-10-30 04:17:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.018471 [API:8081]10.0.0.242 - - [2025-10-30 04:17:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-62971774:ctest-vn1-33019356?flat HTTP/1.1" 200 7679 0.016765 [API:8081]10.0.0.242 - - [2025-10-30 04:17:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011952 [API:8081]10.0.0.242 - - [2025-10-30 04:17:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.043242 [API:8081]10.0.0.242 - - [2025-10-30 04:17:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.024880 [API:8081]10.0.0.242 - - [2025-10-30 04:17:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.025019 [API:8081]10.0.0.242 - - [2025-10-30 04:17:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-62971774:ctest-vn1-33019356?flat HTTP/1.1" 200 4920 0.012628 [API:8081]10.0.0.242 - - [2025-10-30 04:17:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009377 [API:8081]10.0.0.242 - - [2025-10-30 04:17:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.009406 [API:8081]10.0.0.242 - - [2025-10-30 04:17:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.010797 [API:8081]10.0.0.254 - - [2025-10-30 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.254 - - [2025-10-30 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.254 - - [2025-10-30 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.254 - - [2025-10-30 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.240 - - [2025-10-30 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.240 - - [2025-10-30 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2025-10-30 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.242 - - [2025-10-30 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.240 - - [2025-10-30 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.240 - - [2025-10-30 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.242 - - [2025-10-30 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000408 [API:8081]10.0.0.242 - - [2025-10-30 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.254 - - [2025-10-30 04:18:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076223 [API:8081]10.0.0.254 - - [2025-10-30 04:19:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.064948 [Introspect:8090]10.0.0.242 - - [2025-10-30 04:21:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3838 0.001117 [API:8081]10.0.0.242 - - [2025-10-30 04:21:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-1?flat HTTP/1.1" 200 12146 0.061477 [API:8081]10.0.0.242 - - [2025-10-30 04:21:12] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4535-1?flat HTTP/1.1" 200 6210 0.369426 [API:8081]10.0.0.242 - - [2025-10-30 04:21:12] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 6209 0.383529 [API:8081]10.0.0.242 - - [2025-10-30 04:21:12] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4535-3?flat HTTP/1.1" 200 4116 0.013762 [API:8081]10.0.0.242 - - [2025-10-30 04:21:12] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?flat HTTP/1.1" 200 5927 0.014724 [API:8081]10.0.0.242 - - [2025-10-30 04:21:12] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?flat HTTP/1.1" 200 7432 0.015552 [API:8081]10.0.0.242 - - [2025-10-30 04:21:12] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?flat HTTP/1.1" 200 5924 0.014862 [API:8081]10.0.0.242 - - [2025-10-30 04:21:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.010145 [API:8081]10.0.0.254 - - [2025-10-30 04:21:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054894 [API:8081]10.0.0.242 - - [2025-10-30 04:21:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:bb39b9a3-44e7-49de-8e1d-7807a9a51a65?flat HTTP/1.1" 200 5244 0.027058 [API:8081]10.0.0.242 - - [2025-10-30 04:21:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:bb39b9a3-44e7-49de-8e1d-7807a9a51a65?flat HTTP/1.1" 200 5244 0.015659 [API:8081]10.0.0.242 - - [2025-10-30 04:21:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:bb39b9a3-44e7-49de-8e1d-7807a9a51a65?flat HTTP/1.1" 200 5244 0.016876 [API:8081]10.0.0.242 - - [2025-10-30 04:21:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-62971774:ctest-vn1-19307006?flat HTTP/1.1" 200 7106 0.018748 [API:8081]10.0.0.242 - - [2025-10-30 04:21:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32295 0.031934 [API:8081]10.0.0.242 - - [2025-10-30 04:21:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12470 0.026083 [API:8081]10.0.0.242 - - [2025-10-30 04:21:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32295 0.027879 [API:8081]10.0.0.242 - - [2025-10-30 04:21:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12470 0.020163 [API:8081]10.0.0.242 - - [2025-10-30 04:21:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010862 [API:8081]10.0.0.254 - - [2025-10-30 04:22:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.066812 [API:8081]10.0.0.242 - - [2025-10-30 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:4c1e19d7-e2de-4c6c-b436-876a866b4c3e?flat HTTP/1.1" 200 5243 0.015731 [API:8081]10.0.0.242 - - [2025-10-30 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:4c1e19d7-e2de-4c6c-b436-876a866b4c3e?flat HTTP/1.1" 200 5243 0.016588 [API:8081]10.0.0.242 - - [2025-10-30 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-62971774:4c1e19d7-e2de-4c6c-b436-876a866b4c3e?flat HTTP/1.1" 200 5243 0.015882 [API:8081]10.0.0.242 - - [2025-10-30 04:22:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-62971774:ctest-vn2-18455705?flat HTTP/1.1" 200 6976 0.013729 [API:8081]10.0.0.242 - - [2025-10-30 04:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24688 0.018066 [API:8081]10.0.0.242 - - [2025-10-30 04:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24688 0.018147 [API:8081]10.0.0.242 - - [2025-10-30 04:22:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.012401 [API:8081]10.0.0.254 - - [2025-10-30 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.254 - - [2025-10-30 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.254 - - [2025-10-30 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.254 - - [2025-10-30 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.240 - - [2025-10-30 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.240 - - [2025-10-30 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000447 [API:8081]10.0.0.242 - - [2025-10-30 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.242 - - [2025-10-30 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.240 - - [2025-10-30 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.240 - - [2025-10-30 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.242 - - [2025-10-30 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.242 - - [2025-10-30 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.242 - - [2025-10-30 04:23:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24693 0.018775 [API:8081]10.0.0.242 - - [2025-10-30 04:23:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24693 0.017372 [API:8081]10.0.0.242 - - [2025-10-30 04:23:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24693 0.019429 [API:8081]10.0.0.242 - - [2025-10-30 04:23:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24693 0.019642 [API:8081]10.0.0.242 - - [2025-10-30 04:23:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24697 0.031005 [API:8081]10.0.0.242 - - [2025-10-30 04:23:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-62971774:ctest-vn2-18455705?flat HTTP/1.1" 200 7855 0.016768 [API:8081]10.0.0.242 - - [2025-10-30 04:23:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010380 [API:8081]10.0.0.242 - - [2025-10-30 04:23:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32313 0.025265 [API:8081]10.0.0.242 - - [2025-10-30 04:23:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13001 0.023057 [API:8081]10.0.0.242 - - [2025-10-30 04:24:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32313 0.026585 [API:8081]10.0.0.242 - - [2025-10-30 04:24:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 13001 0.022269 [API:8081]10.0.0.242 - - [2025-10-30 04:24:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32317 0.029830 [API:8081]10.0.0.242 - - [2025-10-30 04:24:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12878 0.023098 [API:8081]10.0.0.242 - - [2025-10-30 04:24:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-62971774:ctest-vn1-19307006?flat HTTP/1.1" 200 7929 0.017695 [API:8081]10.0.0.242 - - [2025-10-30 04:24:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009697 [API:8081]10.0.0.254 - - [2025-10-30 04:24:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072739 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:24:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003015 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:24:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004497 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:24:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003441 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:24:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003227 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:24:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003438 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:24:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.015888 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:24:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004889 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:24:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003527 [API:8081]10.0.0.242 - - [2025-10-30 04:25:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00659563:e4578c1c-c1ec-4881-b171-9845dd37cddc?flat HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.242 - - [2025-10-30 04:25:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00659563:e4578c1c-c1ec-4881-b171-9845dd37cddc?flat HTTP/1.1" 200 5241 0.054816 [API:8081]10.0.0.242 - - [2025-10-30 04:25:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00659563:e4578c1c-c1ec-4881-b171-9845dd37cddc?flat HTTP/1.1" 200 5241 0.057783 [API:8081]10.0.0.242 - - [2025-10-30 04:25:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00659563:e4578c1c-c1ec-4881-b171-9845dd37cddc?flat HTTP/1.1" 200 5241 0.059427 [API:8081]10.0.0.242 - - [2025-10-30 04:25:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-00659563:ctest-vn-04605570?flat HTTP/1.1" 200 8050 0.018605 [API:8081]10.0.0.242 - - [2025-10-30 04:25:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.024691 [API:8081]10.0.0.242 - - [2025-10-30 04:25:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.018012 [API:8081]10.0.0.242 - - [2025-10-30 04:25:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009949 [API:8081]10.0.0.242 - - [2025-10-30 04:25:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00659563:41725431-433b-4510-8281-ad994bbcd5ba?flat HTTP/1.1" 200 5086 0.017667 [API:8081]10.0.0.242 - - [2025-10-30 04:25:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00659563:41725431-433b-4510-8281-ad994bbcd5ba?flat HTTP/1.1" 200 5086 0.016656 [API:8081]10.0.0.242 - - [2025-10-30 04:25:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00659563:41725431-433b-4510-8281-ad994bbcd5ba?flat HTTP/1.1" 200 5086 0.015939 [API:8081]10.0.0.242 - - [2025-10-30 04:25:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-00659563:ctest-vn-55488318?flat HTTP/1.1" 200 7411 0.018816 [API:8081]10.0.0.242 - - [2025-10-30 04:25:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32332 0.037329 [API:8081]10.0.0.242 - - [2025-10-30 04:25:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12869 0.022831 [API:8081]10.0.0.242 - - [2025-10-30 04:25:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32332 0.026793 [API:8081]10.0.0.242 - - [2025-10-30 04:25:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12869 0.024145 [API:8081]10.0.0.242 - - [2025-10-30 04:25:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008994 [API:8081]10.0.0.254 - - [2025-10-30 04:25:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.060966 [API:8081]10.0.0.242 - - [2025-10-30 04:25:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32335 0.031571 [API:8081]10.0.0.242 - - [2025-10-30 04:25:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12977 0.022176 [API:8081]10.0.0.242 - - [2025-10-30 04:25:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32335 0.051331 [API:8081]10.0.0.242 - - [2025-10-30 04:26:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12977 0.048276 [API:8081]10.0.0.242 - - [2025-10-30 04:26:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32336 0.027303 [API:8081]10.0.0.242 - - [2025-10-30 04:26:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4535-2?flat HTTP/1.1" 200 12591 0.022706 [API:8081]10.0.0.242 - - [2025-10-30 04:26:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-00659563:ctest-vn-55488318?flat HTTP/1.1" 200 6186 0.013484 [API:8081]10.0.0.242 - - [2025-10-30 04:26:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009577 [API:8081]10.0.0.242 - - [2025-10-30 04:26:03] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.242 - - [2025-10-30 04:26:03] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.242 - - [2025-10-30 04:26:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.018334 [API:8081]10.0.0.242 - - [2025-10-30 04:26:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.021982 [API:8081]10.0.0.242 - - [2025-10-30 04:26:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.017287 [API:8081]10.0.0.242 - - [2025-10-30 04:26:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.018181 [API:8081]10.0.0.242 - - [2025-10-30 04:26:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.031824 [API:8081]10.0.0.242 - - [2025-10-30 04:26:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.018585 [API:8081]10.0.0.242 - - [2025-10-30 04:26:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4535-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.019620 [API:8081]10.0.0.242 - - [2025-10-30 04:26:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-00659563:ctest-vn-04605570?flat HTTP/1.1" 200 6184 0.014280 [API:8081]10.0.0.242 - - [2025-10-30 04:26:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009283 [API:8081]10.0.0.254 - - [2025-10-30 04:26:32] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.254 - - [2025-10-30 04:26:32] "GET /analytics HTTP/1.1" 401 206 0.000166 [API:8081]10.0.0.240 - - [2025-10-30 04:26:33] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.240 - - [2025-10-30 04:26:33] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.242 - - [2025-10-30 04:26:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.242 - - [2025-10-30 04:26:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.054227 [API:8081]10.0.0.242 - - [2025-10-30 04:26:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.119373 [API:8081]10.0.0.254 - - [2025-10-30 04:27:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074731 [API:8081]10.0.0.254 - - [2025-10-30 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.254 - - [2025-10-30 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.254 - - [2025-10-30 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.254 - - [2025-10-30 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.240 - - [2025-10-30 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.240 - - [2025-10-30 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.242 - - [2025-10-30 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2025-10-30 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.240 - - [2025-10-30 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.240 - - [2025-10-30 04:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.242 - - [2025-10-30 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.242 - - [2025-10-30 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.254 - - [2025-10-30 04:28:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.061927 [API:8081]10.0.0.254 - - [2025-10-30 04:30:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060697 [API:8081]10.0.0.254 - - [2025-10-30 04:31:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.074140 [API:8081]10.0.0.242 - - [2025-10-30 04:32:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.242 - - [2025-10-30 04:32:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1134 0.056338 [API:8081]10.0.0.254 - - [2025-10-30 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.254 - - [2025-10-30 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.254 - - [2025-10-30 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.254 - - [2025-10-30 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.240 - - [2025-10-30 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.240 - - [2025-10-30 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.242 - - [2025-10-30 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2025-10-30 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.240 - - [2025-10-30 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.240 - - [2025-10-30 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.242 - - [2025-10-30 04:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.242 - - [2025-10-30 04:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.254 - - [2025-10-30 04:33:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064975 [API:8081]10.0.0.254 - - [2025-10-30 04:34:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2556 0.056035 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:34:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003196 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:34:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003511 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:34:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003857 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:34:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004495 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:34:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004497 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:34:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004708 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:34:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004382 [LOCAL API:8181]127.0.0.1 - - [2025-10-30 04:34:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4535-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003016 [API:8081]10.0.0.242 - - [2025-10-30 04:36:03] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.242 - - [2025-10-30 04:36:03] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.254 - - [2025-10-30 04:36:32] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.254 - - [2025-10-30 04:36:32] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.240 - - [2025-10-30 04:36:33] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.240 - - [2025-10-30 04:36:33] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.254 - - [2025-10-30 04:36:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074408 [Introspect:8090]10.0.0.242 - - [2025-10-30 04:37:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3838 0.001154