++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Nov 3 02:02:05 AM UTC 2025 ===================' INFO: =================== Mon Nov 3 02:02:05 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ cut -d / -f 1 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ 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.249,10.0.0.61,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.249 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.61,10.0.0.23 +++ local servers=10.0.0.249,10.0.0.61,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort +++ local local_ips=,10.0.0.249,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 1 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 11/03/2025 02:02:13.717 7f6efda1ee80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/03/2025 02:02:13.925 7f6efda1ee80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/03/2025 02:02:13.945 7f6efda1ee80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/03/2025 02:02:13.950 7f6efda1ee80 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.249:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.249 - - [2025-11-03 02:02:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.060724 [API:8081]10.0.0.249 - - [2025-11-03 02:02:49] "GET /analytics HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2025-11-03 02:02:49] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.23 - - [2025-11-03 02:02:49] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.23 - - [2025-11-03 02:02:49] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.61 - - [2025-11-03 02:02:50] "GET /analytics HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.61 - - [2025-11-03 02:02:50] "GET /analytics HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-11-03 02:03:20] "GET /analytics HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.249 - - [2025-11-03 02:03:20] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.23 - - [2025-11-03 02:03:20] "GET /analytics HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.23 - - [2025-11-03 02:03:20] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.61 - - [2025-11-03 02:03:21] "GET /analytics HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.61 - - [2025-11-03 02:03:21] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.249 - - [2025-11-03 02:03:50] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2025-11-03 02:03:50] "GET /analytics HTTP/1.1" 401 206 0.000128 [API:8081]10.0.0.23 - - [2025-11-03 02:03:50] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.23 - - [2025-11-03 02:03:50] "GET /analytics HTTP/1.1" 401 206 0.000178 [API:8081]10.0.0.249 - - [2025-11-03 02:04:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.048007 [Introspect:8090]10.0.0.249 - - [2025-11-03 02:04:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.000988 [Introspect:8090]10.0.0.249 - - [2025-11-03 02:05:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.000952 [API:8081]10.0.0.249 - - [2025-11-03 02:05:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.053744 [API:8081]10.0.0.23 - - [2025-11-03 02:05:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.23 - - [2025-11-03 02:05:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.23 - - [2025-11-03 02:05:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.23 - - [2025-11-03 02:05:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.61 - - [2025-11-03 02:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.61 - - [2025-11-03 02:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.249 - - [2025-11-03 02:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000582 [API:8081]10.0.0.249 - - [2025-11-03 02:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.61 - - [2025-11-03 02:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.61 - - [2025-11-03 02:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.249 - - [2025-11-03 02:05:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.249 - - [2025-11-03 02:05:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [Introspect:8090]10.0.0.249 - - [2025-11-03 02:06:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.000993 [Introspect:8090]10.0.0.249 - - [2025-11-03 02:06:23] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000535 [API:8081]10.0.0.249 - - [2025-11-03 02:06:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1:Control:contrail-control:0?flat HTTP/1.1" 200 34926 0.074381 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.057750 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2:Control:contrail-control:0?flat HTTP/1.1" 200 37990 0.062951 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.016496 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3:Control:contrail-control:0?flat HTTP/1.1" 200 37983 0.022488 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13496 0.014404 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.052778 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.022442 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3711 0.013845 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3377 0.015491 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.009890 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.011645 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4309 0.012259 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.013445 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.011235 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015437 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.019538 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.020438 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014847 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015224 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011511 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.020993 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013304 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011599 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.020113 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.014056 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.055640 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.014256 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.016679 [API:8081]10.0.0.249 - - [2025-11-03 02:06:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.016570 [API:8081]10.0.0.249 - - [2025-11-03 02:06:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.019017 [API:8081]10.0.0.249 - - [2025-11-03 02:06:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12086 0.019895 [API:8081]10.0.0.249 - - [2025-11-03 02:06:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018156 [API:8081]10.0.0.249 - - [2025-11-03 02:06:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.023064 [API:8081]10.0.0.249 - - [2025-11-03 02:06:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12086 0.020711 [API:8081]10.0.0.249 - - [2025-11-03 02:06:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.019737 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.026661 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.012554 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.019155 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.014205 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.013614 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.021946 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014764 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.014099 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.017259 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012911 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.012722 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.017893 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013759 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.013889 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3982 0.012485 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.014547 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.014330 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.015701 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3982 0.013362 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.011629 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4309 0.014400 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.013395 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1:Control:contrail-control:0?flat HTTP/1.1" 200 34935 0.022947 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.012062 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.017313 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2:Control:contrail-control:0?flat HTTP/1.1" 200 38001 0.021117 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012699 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.017357 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3:Control:contrail-control:0?flat HTTP/1.1" 200 37991 0.020005 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.011770 [API:8081]10.0.0.249 - - [2025-11-03 02:06:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4597-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13496 0.020410 [API:8081]10.0.0.249 - - [2025-11-03 02:06:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12086 0.020691 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?flat HTTP/1.1" 200 16365 0.019112 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?flat HTTP/1.1" 200 15609 0.020794 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?flat HTTP/1.1" 200 17866 0.018200 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?flat HTTP/1.1" 200 16365 0.019528 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?flat HTTP/1.1" 200 15609 0.019843 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?flat HTTP/1.1" 200 17866 0.019063 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?flat HTTP/1.1" 200 16365 0.019640 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?flat HTTP/1.1" 200 15609 0.023088 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?flat HTTP/1.1" 200 17866 0.022644 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?flat HTTP/1.1" 200 16365 0.037885 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?flat HTTP/1.1" 200 15609 0.019230 [API:8081]10.0.0.249 - - [2025-11-03 02:06:30] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?flat HTTP/1.1" 200 17866 0.018548 [API:8081]10.0.0.249 - - [2025-11-03 02:06:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 8139 0.019609 [API:8081]10.0.0.249 - - [2025-11-03 02:06:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 8140 0.014872 [API:8081]10.0.0.249 - - [2025-11-03 02:06:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4597-3?flat HTTP/1.1" 200 8142 0.019847 [API:8081]10.0.0.249 - - [2025-11-03 02:06:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2025-11-03 02:06:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.053615 [API:8081]10.0.0.249 - - [2025-11-03 02:06:48] "POST /analytics/query HTTP/1.1" 200 54729 1.072972 [API:8081]10.0.0.249 - - [2025-11-03 02:06:49] "POST /analytics/query HTTP/1.1" 200 5872 1.057277 [API:8081]10.0.0.249 - - [2025-11-03 02:06:50] "POST /analytics/query HTTP/1.1" 200 871 1.033054 [API:8081]10.0.0.249 - - [2025-11-03 02:06:51] "POST /analytics/query HTTP/1.1" 200 5872 1.029448 [API:8081]10.0.0.249 - - [2025-11-03 02:06:52] "POST /analytics/query HTTP/1.1" 200 871 1.020994 [API:8081]10.0.0.249 - - [2025-11-03 02:07:04] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000885 [API:8081]10.0.0.249 - - [2025-11-03 02:07:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068410 [API:8081]10.0.0.249 - - [2025-11-03 02:08:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.069610 [API:8081]10.0.0.23 - - [2025-11-03 02:10:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.23 - - [2025-11-03 02:10:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.23 - - [2025-11-03 02:10:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000471 [API:8081]10.0.0.23 - - [2025-11-03 02:10:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.61 - - [2025-11-03 02:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.61 - - [2025-11-03 02:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.249 - - [2025-11-03 02:10:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061021 [API:8081]10.0.0.249 - - [2025-11-03 02:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.61 - - [2025-11-03 02:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.249 - - [2025-11-03 02:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.61 - - [2025-11-03 02:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-11-03 02:10:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2025-11-03 02:10:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2025-11-03 02:11:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.122159 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:12:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003120 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002739 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003851 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002607 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:12:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007073 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002592 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002563 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002482 [API:8081]10.0.0.249 - - [2025-11-03 02:12:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2025-11-03 02:12:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1453 0.065253 [API:8081]10.0.0.249 - - [2025-11-03 02:12:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.050086 [API:8081]10.0.0.61 - - [2025-11-03 02:13:21] "GET /analytics HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.61 - - [2025-11-03 02:13:21] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.249 - - [2025-11-03 02:13:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.136241 [API:8081]10.0.0.249 - - [2025-11-03 02:13:50] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2025-11-03 02:13:50] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.23 - - [2025-11-03 02:13:50] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.23 - - [2025-11-03 02:13:50] "GET /analytics HTTP/1.1" 401 206 0.000119 [API:8081]10.0.0.249 - - [2025-11-03 02:14:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061212 [API:8081]10.0.0.23 - - [2025-11-03 02:15:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.23 - - [2025-11-03 02:15:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.23 - - [2025-11-03 02:15:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.23 - - [2025-11-03 02:15:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.61 - - [2025-11-03 02:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.61 - - [2025-11-03 02:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2025-11-03 02:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.61 - - [2025-11-03 02:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-11-03 02:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.61 - - [2025-11-03 02:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2025-11-03 02:15:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-11-03 02:15:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2025-11-03 02:16:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070275 [API:8081]10.0.0.249 - - [2025-11-03 02:17:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.055177 [API:8081]10.0.0.249 - - [2025-11-03 02:19:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064801 [API:8081]10.0.0.249 - - [2025-11-03 02:19:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-11-03 02:19:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1887 0.056170 [API:8081]10.0.0.249 - - [2025-11-03 02:19:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1887 0.057478 [API:8081]10.0.0.23 - - [2025-11-03 02:20:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.23 - - [2025-11-03 02:20:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.23 - - [2025-11-03 02:20:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.23 - - [2025-11-03 02:20:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.61 - - [2025-11-03 02:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.61 - - [2025-11-03 02:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2025-11-03 02:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-11-03 02:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-03 02:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-03 02:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2025-11-03 02:20:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2025-11-03 02:20:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2025-11-03 02:20:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059832 [API:8081]10.0.0.249 - - [2025-11-03 02:21:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1895 0.009217 [API:8081]10.0.0.249 - - [2025-11-03 02:21:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.010553 [API:8081]10.0.0.249 - - [2025-11-03 02:21:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2353 0.051359 [API:8081]10.0.0.249 - - [2025-11-03 02:21:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2582 0.008880 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:22:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.023759 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.012732 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.017806 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.017247 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:22:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.035048 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.011535 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.021063 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.018116 [API:8081]10.0.0.249 - - [2025-11-03 02:22:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.105857 [API:8081]10.0.0.61 - - [2025-11-03 02:23:21] "GET /analytics HTTP/1.1" 401 206 0.000436 [API:8081]10.0.0.61 - - [2025-11-03 02:23:21] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-11-03 02:23:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.056180 [API:8081]10.0.0.249 - - [2025-11-03 02:23:50] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2025-11-03 02:23:50] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.23 - - [2025-11-03 02:23:50] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.23 - - [2025-11-03 02:23:50] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.23 - - [2025-11-03 02:25:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000444 [API:8081]10.0.0.23 - - [2025-11-03 02:25:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.23 - - [2025-11-03 02:25:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.23 - - [2025-11-03 02:25:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.61 - - [2025-11-03 02:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-03 02:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2025-11-03 02:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-11-03 02:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.61 - - [2025-11-03 02:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.61 - - [2025-11-03 02:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-11-03 02:25:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-11-03 02:25:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2025-11-03 02:25:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.065227 [API:8081]10.0.0.249 - - [2025-11-03 02:25:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.070170 [API:8081]10.0.0.249 - - [2025-11-03 02:25:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.020937 [API:8081]10.0.0.249 - - [2025-11-03 02:25:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-64144349:ctest-vnet1-55752180?flat HTTP/1.1" 200 8247 0.013598 [API:8081]10.0.0.249 - - [2025-11-03 02:25:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009503 [API:8081]10.0.0.249 - - [2025-11-03 02:25:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.027148 [API:8081]10.0.0.249 - - [2025-11-03 02:25:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13040 0.035472 [API:8081]10.0.0.249 - - [2025-11-03 02:25:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056563 [API:8081]10.0.0.249 - - [2025-11-03 02:25:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.029513 [API:8081]10.0.0.249 - - [2025-11-03 02:25:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13039 0.019667 [API:8081]10.0.0.249 - - [2025-11-03 02:25:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.019728 [API:8081]10.0.0.249 - - [2025-11-03 02:25:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13039 0.023273 [API:8081]10.0.0.249 - - [2025-11-03 02:25:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.023384 [API:8081]10.0.0.249 - - [2025-11-03 02:25:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13039 0.019768 [API:8081]10.0.0.249 - - [2025-11-03 02:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.032060 [API:8081]10.0.0.249 - - [2025-11-03 02:25:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13039 0.026211 [API:8081]10.0.0.249 - - [2025-11-03 02:25:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.032259 [API:8081]10.0.0.249 - - [2025-11-03 02:25:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13039 0.020485 [API:8081]10.0.0.249 - - [2025-11-03 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.022254 [API:8081]10.0.0.249 - - [2025-11-03 02:25:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13039 0.022983 [API:8081]10.0.0.249 - - [2025-11-03 02:25:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.032266 [API:8081]10.0.0.249 - - [2025-11-03 02:25:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13039 0.029828 [API:8081]10.0.0.249 - - [2025-11-03 02:25:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.033337 [API:8081]10.0.0.249 - - [2025-11-03 02:25:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13039 0.023228 [API:8081]10.0.0.249 - - [2025-11-03 02:26:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25197 0.020070 [API:8081]10.0.0.249 - - [2025-11-03 02:26:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12621 0.020124 [API:8081]10.0.0.249 - - [2025-11-03 02:26:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-64144349:ctest-vnet0-86685569?flat HTTP/1.1" 200 8246 0.012858 [API:8081]10.0.0.249 - - [2025-11-03 02:26:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009472 [API:8081]10.0.0.249 - - [2025-11-03 02:26:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.008583 [API:8081]10.0.0.249 - - [2025-11-03 02:26:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058008 [API:8081]10.0.0.249 - - [2025-11-03 02:28:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.351105 [API:8081]10.0.0.249 - - [2025-11-03 02:28:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000463 [API:8081]10.0.0.249 - - [2025-11-03 02:28:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.050329 [API:8081]10.0.0.249 - - [2025-11-03 02:29:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.067880 [API:8081]10.0.0.249 - - [2025-11-03 02:29:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.074859 [API:8081]10.0.0.249 - - [2025-11-03 02:29:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13068 0.020828 [API:8081]10.0.0.249 - - [2025-11-03 02:29:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.069113 [API:8081]10.0.0.249 - - [2025-11-03 02:29:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13068 0.030970 [API:8081]10.0.0.249 - - [2025-11-03 02:30:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021451 [API:8081]10.0.0.249 - - [2025-11-03 02:30:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12634 0.022224 [API:8081]10.0.0.249 - - [2025-11-03 02:30:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-58928530:ctest-vnet0-44460477?flat HTTP/1.1" 200 7199 0.012596 [API:8081]10.0.0.249 - - [2025-11-03 02:30:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009254 [API:8081]10.0.0.249 - - [2025-11-03 02:30:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-11-03 02:30:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.048465 [API:8081]10.0.0.23 - - [2025-11-03 02:30:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.23 - - [2025-11-03 02:30:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.23 - - [2025-11-03 02:30:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.23 - - [2025-11-03 02:30:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.61 - - [2025-11-03 02:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.61 - - [2025-11-03 02:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.249 - - [2025-11-03 02:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.61 - - [2025-11-03 02:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2025-11-03 02:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.61 - - [2025-11-03 02:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2025-11-03 02:30:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.249 - - [2025-11-03 02:30:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2025-11-03 02:30:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-11-03 02:30:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.053337 [API:8081]10.0.0.249 - - [2025-11-03 02:30:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.045578 [API:8081]10.0.0.249 - - [2025-11-03 02:30:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.051933 [API:8081]10.0.0.249 - - [2025-11-03 02:31:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:ec9cd863-3623-4cee-8b37-fd2f12411758?flat HTTP/1.1" 200 5234 0.013962 [API:8081]10.0.0.249 - - [2025-11-03 02:31:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:ec9cd863-3623-4cee-8b37-fd2f12411758?flat HTTP/1.1" 200 5234 0.012580 [API:8081]10.0.0.249 - - [2025-11-03 02:31:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:ec9cd863-3623-4cee-8b37-fd2f12411758?flat HTTP/1.1" 200 5234 0.014353 [API:8081]10.0.0.249 - - [2025-11-03 02:31:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01861864:ctest-VN1-21052109?flat HTTP/1.1" 200 8559 0.017438 [API:8081]10.0.0.249 - - [2025-11-03 02:31:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019839 [API:8081]10.0.0.249 - - [2025-11-03 02:31:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13375 0.020048 [API:8081]10.0.0.249 - - [2025-11-03 02:31:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019834 [API:8081]10.0.0.249 - - [2025-11-03 02:31:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13375 0.025713 [API:8081]10.0.0.249 - - [2025-11-03 02:31:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010786 [API:8081]10.0.0.249 - - [2025-11-03 02:31:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:851db1b4-09af-4a80-8d09-5d1b3ab2c7f1?flat HTTP/1.1" 200 5090 0.013187 [API:8081]10.0.0.249 - - [2025-11-03 02:31:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:851db1b4-09af-4a80-8d09-5d1b3ab2c7f1?flat HTTP/1.1" 200 5090 0.012602 [API:8081]10.0.0.249 - - [2025-11-03 02:31:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:851db1b4-09af-4a80-8d09-5d1b3ab2c7f1?flat HTTP/1.1" 200 5090 0.013959 [API:8081]10.0.0.249 - - [2025-11-03 02:31:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01861864:ctest-VN2-40301645?flat HTTP/1.1" 200 7855 0.014551 [API:8081]10.0.0.249 - - [2025-11-03 02:31:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.025476 [API:8081]10.0.0.249 - - [2025-11-03 02:31:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023948 [API:8081]10.0.0.249 - - [2025-11-03 02:31:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008072 [API:8081]10.0.0.249 - - [2025-11-03 02:31:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:ada6bf5f-de9c-40bd-82b0-d150c4648790?flat HTTP/1.1" 200 5457 0.014067 [API:8081]10.0.0.249 - - [2025-11-03 02:31:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:ada6bf5f-de9c-40bd-82b0-d150c4648790?flat HTTP/1.1" 200 5457 0.014346 [API:8081]10.0.0.249 - - [2025-11-03 02:31:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01861864:ada6bf5f-de9c-40bd-82b0-d150c4648790?flat HTTP/1.1" 200 5457 0.012740 [API:8081]10.0.0.249 - - [2025-11-03 02:31:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01861864:ctest-VN3-22240630?flat HTTP/1.1" 200 9015 0.016956 [API:8081]10.0.0.249 - - [2025-11-03 02:31:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.029566 [API:8081]10.0.0.249 - - [2025-11-03 02:31:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13381 0.023592 [API:8081]10.0.0.249 - - [2025-11-03 02:31:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.024813 [API:8081]10.0.0.249 - - [2025-11-03 02:31:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13381 0.020077 [API:8081]10.0.0.249 - - [2025-11-03 02:31:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008700 [API:8081]10.0.0.249 - - [2025-11-03 02:31:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052855 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:32:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002882 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003524 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003119 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003479 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:32:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004550 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003434 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003234 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002927 [API:8081]10.0.0.249 - - [2025-11-03 02:32:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020596 [API:8081]10.0.0.249 - - [2025-11-03 02:32:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13381 0.021515 [API:8081]10.0.0.249 - - [2025-11-03 02:32:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.029846 [API:8081]10.0.0.249 - - [2025-11-03 02:32:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13382 0.021757 [API:8081]10.0.0.249 - - [2025-11-03 02:32:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019982 [API:8081]10.0.0.249 - - [2025-11-03 02:32:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13382 0.019285 [API:8081]10.0.0.249 - - [2025-11-03 02:32:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060220 [API:8081]10.0.0.249 - - [2025-11-03 02:32:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020092 [API:8081]10.0.0.249 - - [2025-11-03 02:32:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13382 0.019059 [API:8081]10.0.0.249 - - [2025-11-03 02:32:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.025552 [API:8081]10.0.0.249 - - [2025-11-03 02:32:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13382 0.020379 [API:8081]10.0.0.249 - - [2025-11-03 02:32:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019813 [API:8081]10.0.0.249 - - [2025-11-03 02:32:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13382 0.021192 [API:8081]10.0.0.249 - - [2025-11-03 02:32:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021068 [API:8081]10.0.0.249 - - [2025-11-03 02:32:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13382 0.019152 [API:8081]10.0.0.249 - - [2025-11-03 02:32:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021035 [API:8081]10.0.0.249 - - [2025-11-03 02:32:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13382 0.022062 [API:8081]10.0.0.249 - - [2025-11-03 02:32:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021052 [API:8081]10.0.0.249 - - [2025-11-03 02:32:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13382 0.021227 [API:8081]10.0.0.249 - - [2025-11-03 02:33:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021773 [API:8081]10.0.0.249 - - [2025-11-03 02:33:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13020 0.022783 [API:8081]10.0.0.249 - - [2025-11-03 02:33:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01861864:ctest-VN3-22240630?flat HTTP/1.1" 200 6210 0.018045 [API:8081]10.0.0.249 - - [2025-11-03 02:33:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009243 [API:8081]10.0.0.249 - - [2025-11-03 02:33:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.027065 [API:8081]10.0.0.249 - - [2025-11-03 02:33:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.043810 [API:8081]10.0.0.249 - - [2025-11-03 02:33:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.024145 [API:8081]10.0.0.249 - - [2025-11-03 02:33:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018420 [API:8081]10.0.0.249 - - [2025-11-03 02:33:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018813 [API:8081]10.0.0.249 - - [2025-11-03 02:33:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018909 [API:8081]10.0.0.61 - - [2025-11-03 02:33:21] "GET /analytics HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-03 02:33:21] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.249 - - [2025-11-03 02:33:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017866 [API:8081]10.0.0.249 - - [2025-11-03 02:33:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.028751 [API:8081]10.0.0.249 - - [2025-11-03 02:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.031245 [API:8081]10.0.0.249 - - [2025-11-03 02:33:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021878 [API:8081]10.0.0.249 - - [2025-11-03 02:33:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01861864:ctest-VN2-40301645?flat HTTP/1.1" 200 6549 0.013457 [API:8081]10.0.0.249 - - [2025-11-03 02:33:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009794 [API:8081]10.0.0.249 - - [2025-11-03 02:33:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021300 [API:8081]10.0.0.249 - - [2025-11-03 02:33:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13012 0.023345 [API:8081]10.0.0.249 - - [2025-11-03 02:33:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.037632 [API:8081]10.0.0.249 - - [2025-11-03 02:33:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13011 0.028210 [API:8081]10.0.0.249 - - [2025-11-03 02:33:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020412 [API:8081]10.0.0.249 - - [2025-11-03 02:33:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13011 0.019130 [API:8081]10.0.0.249 - - [2025-11-03 02:33:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.023743 [API:8081]10.0.0.249 - - [2025-11-03 02:33:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13011 0.022290 [API:8081]10.0.0.249 - - [2025-11-03 02:33:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021061 [API:8081]10.0.0.249 - - [2025-11-03 02:33:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13011 0.021011 [API:8081]10.0.0.249 - - [2025-11-03 02:33:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.028891 [API:8081]10.0.0.249 - - [2025-11-03 02:33:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13011 0.020160 [API:8081]10.0.0.249 - - [2025-11-03 02:33:50] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2025-11-03 02:33:50] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.23 - - [2025-11-03 02:33:50] "GET /analytics HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.23 - - [2025-11-03 02:33:50] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.249 - - [2025-11-03 02:33:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.023125 [API:8081]10.0.0.249 - - [2025-11-03 02:33:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13011 0.025095 [API:8081]10.0.0.249 - - [2025-11-03 02:33:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.025237 [API:8081]10.0.0.249 - - [2025-11-03 02:33:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13011 0.026581 [API:8081]10.0.0.249 - - [2025-11-03 02:33:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.029576 [API:8081]10.0.0.249 - - [2025-11-03 02:33:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13011 0.019437 [API:8081]10.0.0.249 - - [2025-11-03 02:34:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020676 [API:8081]10.0.0.249 - - [2025-11-03 02:34:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12623 0.022868 [API:8081]10.0.0.249 - - [2025-11-03 02:34:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01861864:ctest-VN1-21052109?flat HTTP/1.1" 200 6773 0.011867 [API:8081]10.0.0.249 - - [2025-11-03 02:34:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012335 [API:8081]10.0.0.249 - - [2025-11-03 02:34:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-11-03 02:34:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.059647 [API:8081]10.0.0.249 - - [2025-11-03 02:34:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.047500 [API:8081]10.0.0.249 - - [2025-11-03 02:34:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.045626 [API:8081]10.0.0.249 - - [2025-11-03 02:34:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055258 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:84ed1670-df3c-446d-b441-781af8690fb7?flat HTTP/1.1" 200 5363 0.014256 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:84ed1670-df3c-446d-b441-781af8690fb7?flat HTTP/1.1" 200 5363 0.012811 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:84ed1670-df3c-446d-b441-781af8690fb7?flat HTTP/1.1" 200 5363 0.014524 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:84ed1670-df3c-446d-b441-781af8690fb7?flat HTTP/1.1" 200 5363 0.014852 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-36194796:ctest-VN1-29402306?flat HTTP/1.1" 200 9451 0.014489 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019528 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13413 0.019489 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019041 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13413 0.021753 [API:8081]10.0.0.249 - - [2025-11-03 02:35:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009797 [API:8081]10.0.0.249 - - [2025-11-03 02:35:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:b4b137a0-fcfa-46cf-9d01-d9b057b435a8?flat HTTP/1.1" 200 5226 0.013210 [API:8081]10.0.0.249 - - [2025-11-03 02:35:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:b4b137a0-fcfa-46cf-9d01-d9b057b435a8?flat HTTP/1.1" 200 5226 0.016152 [API:8081]10.0.0.249 - - [2025-11-03 02:35:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:b4b137a0-fcfa-46cf-9d01-d9b057b435a8?flat HTTP/1.1" 200 5226 0.019690 [API:8081]10.0.0.249 - - [2025-11-03 02:35:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:b4b137a0-fcfa-46cf-9d01-d9b057b435a8?flat HTTP/1.1" 200 5226 0.014095 [API:8081]10.0.0.249 - - [2025-11-03 02:35:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-36194796:ctest-VN2-62366582?flat HTTP/1.1" 200 8642 0.016227 [API:8081]10.0.0.249 - - [2025-11-03 02:35:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.028275 [API:8081]10.0.0.249 - - [2025-11-03 02:35:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021467 [API:8081]10.0.0.249 - - [2025-11-03 02:35:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010563 [API:8081]10.0.0.23 - - [2025-11-03 02:35:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2025-11-03 02:35:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.23 - - [2025-11-03 02:35:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.23 - - [2025-11-03 02:35:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.249 - - [2025-11-03 02:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:26908043-a6c1-48e5-b269-6f1fad497c0f?flat HTTP/1.1" 200 5220 0.012779 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:26908043-a6c1-48e5-b269-6f1fad497c0f?flat HTTP/1.1" 200 5220 0.012772 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:26908043-a6c1-48e5-b269-6f1fad497c0f?flat HTTP/1.1" 200 5220 0.016981 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-36194796:26908043-a6c1-48e5-b269-6f1fad497c0f?flat HTTP/1.1" 200 5220 0.021281 [API:8081]10.0.0.61 - - [2025-11-03 02:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-36194796:ctest-VN3-67538786?flat HTTP/1.1" 200 8202 0.016216 [API:8081]10.0.0.61 - - [2025-11-03 02:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021419 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13413 0.029507 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.022187 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13413 0.020849 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010439 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-11-03 02:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.61 - - [2025-11-03 02:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.61 - - [2025-11-03 02:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-11-03 02:35:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2025-11-03 02:35:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2025-11-03 02:35:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.056693 [API:8081]10.0.0.249 - - [2025-11-03 02:35:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.027219 [API:8081]10.0.0.249 - - [2025-11-03 02:35:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13427 0.031525 [API:8081]10.0.0.249 - - [2025-11-03 02:35:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.019136 [API:8081]10.0.0.249 - - [2025-11-03 02:35:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13225 0.020680 [API:8081]10.0.0.249 - - [2025-11-03 02:35:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-36194796:ctest-VN3-67538786?flat HTTP/1.1" 200 6963 0.012892 [API:8081]10.0.0.249 - - [2025-11-03 02:35:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008314 [API:8081]10.0.0.249 - - [2025-11-03 02:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021509 [API:8081]10.0.0.249 - - [2025-11-03 02:36:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-36194796:ctest-VN2-62366582?flat HTTP/1.1" 200 7318 0.012073 [API:8081]10.0.0.249 - - [2025-11-03 02:36:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009232 [API:8081]10.0.0.249 - - [2025-11-03 02:36:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.027936 [API:8081]10.0.0.249 - - [2025-11-03 02:36:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.020402 [API:8081]10.0.0.249 - - [2025-11-03 02:36:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.019634 [API:8081]10.0.0.249 - - [2025-11-03 02:36:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.021943 [API:8081]10.0.0.249 - - [2025-11-03 02:36:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.032312 [API:8081]10.0.0.249 - - [2025-11-03 02:36:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.023040 [API:8081]10.0.0.249 - - [2025-11-03 02:36:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.020773 [API:8081]10.0.0.249 - - [2025-11-03 02:36:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.019953 [API:8081]10.0.0.249 - - [2025-11-03 02:36:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.026533 [API:8081]10.0.0.249 - - [2025-11-03 02:36:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.021485 [API:8081]10.0.0.249 - - [2025-11-03 02:36:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.031799 [API:8081]10.0.0.249 - - [2025-11-03 02:36:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.024425 [API:8081]10.0.0.249 - - [2025-11-03 02:36:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.022823 [API:8081]10.0.0.249 - - [2025-11-03 02:36:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.021662 [API:8081]10.0.0.249 - - [2025-11-03 02:36:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.030757 [API:8081]10.0.0.249 - - [2025-11-03 02:36:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.030028 [API:8081]10.0.0.249 - - [2025-11-03 02:36:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.019511 [API:8081]10.0.0.249 - - [2025-11-03 02:36:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12819 0.018799 [API:8081]10.0.0.249 - - [2025-11-03 02:36:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-36194796:ctest-VN1-29402306?flat HTTP/1.1" 200 7644 0.013539 [API:8081]10.0.0.249 - - [2025-11-03 02:36:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009229 [API:8081]10.0.0.249 - - [2025-11-03 02:36:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-11-03 02:36:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.047480 [API:8081]10.0.0.249 - - [2025-11-03 02:36:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.055577 [API:8081]10.0.0.249 - - [2025-11-03 02:37:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057848 [API:8081]10.0.0.249 - - [2025-11-03 02:38:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060934 [API:8081]10.0.0.249 - - [2025-11-03 02:39:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-11-03 02:39:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.061354 [API:8081]10.0.0.23 - - [2025-11-03 02:40:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.23 - - [2025-11-03 02:40:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.23 - - [2025-11-03 02:40:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.23 - - [2025-11-03 02:40:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.61 - - [2025-11-03 02:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.61 - - [2025-11-03 02:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2025-11-03 02:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-11-03 02:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.61 - - [2025-11-03 02:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-03 02:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2025-11-03 02:40:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2025-11-03 02:40:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2025-11-03 02:40:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050620 [API:8081]10.0.0.249 - - [2025-11-03 02:41:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.071593 [API:8081]10.0.0.249 - - [2025-11-03 02:41:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.021317 [API:8081]10.0.0.249 - - [2025-11-03 02:41:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.056595 [API:8081]10.0.0.249 - - [2025-11-03 02:41:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.018089 [API:8081]10.0.0.249 - - [2025-11-03 02:41:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.026856 [API:8081]10.0.0.249 - - [2025-11-03 02:41:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.022620 [API:8081]10.0.0.249 - - [2025-11-03 02:41:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.019347 [API:8081]10.0.0.249 - - [2025-11-03 02:41:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.022341 [API:8081]10.0.0.249 - - [2025-11-03 02:41:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.019141 [API:8081]10.0.0.249 - - [2025-11-03 02:41:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.018376 [API:8081]10.0.0.249 - - [2025-11-03 02:41:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.022227 [API:8081]10.0.0.249 - - [2025-11-03 02:41:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.028509 [API:8081]10.0.0.249 - - [2025-11-03 02:41:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.018639 [API:8081]10.0.0.249 - - [2025-11-03 02:41:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.020327 [API:8081]10.0.0.249 - - [2025-11-03 02:41:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.021116 [API:8081]10.0.0.249 - - [2025-11-03 02:41:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.020111 [API:8081]10.0.0.249 - - [2025-11-03 02:41:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.020192 [API:8081]10.0.0.249 - - [2025-11-03 02:41:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12637 0.018682 [API:8081]10.0.0.249 - - [2025-11-03 02:41:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-53905231:ctest-vnet0-40625993?flat HTTP/1.1" 200 7967 0.010721 [API:8081]10.0.0.249 - - [2025-11-03 02:41:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009321 [API:8081]10.0.0.249 - - [2025-11-03 02:41:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2025-11-03 02:41:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.072589 [API:8081]10.0.0.249 - - [2025-11-03 02:41:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.357166 [API:8081]10.0.0.249 - - [2025-11-03 02:41:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.066143 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:42:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002667 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002893 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002772 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002902 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:42:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003111 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002627 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002678 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002739 [API:8081]10.0.0.61 - - [2025-11-03 02:43:21] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-03 02:43:21] "GET /analytics HTTP/1.1" 401 206 0.000195 [API:8081]10.0.0.249 - - [2025-11-03 02:43:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052979 [API:8081]10.0.0.249 - - [2025-11-03 02:43:50] "GET /analytics HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2025-11-03 02:43:50] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.23 - - [2025-11-03 02:43:50] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2025-11-03 02:43:50] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.249 - - [2025-11-03 02:44:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.055354 [API:8081]10.0.0.249 - - [2025-11-03 02:45:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.025282 [API:8081]10.0.0.249 - - [2025-11-03 02:45:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.019283 [API:8081]10.0.0.249 - - [2025-11-03 02:45:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.076726 [API:8081]10.0.0.249 - - [2025-11-03 02:45:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020500 [API:8081]10.0.0.23 - - [2025-11-03 02:45:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.23 - - [2025-11-03 02:45:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.23 - - [2025-11-03 02:45:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2025-11-03 02:45:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.249 - - [2025-11-03 02:45:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.021448 [API:8081]10.0.0.61 - - [2025-11-03 02:45:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.61 - - [2025-11-03 02:45:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2025-11-03 02:45:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-11-03 02:45:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-03 02:45:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-03 02:45:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-11-03 02:45:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-11-03 02:45:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2025-11-03 02:45:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.024394 [API:8081]10.0.0.249 - - [2025-11-03 02:45:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.027651 [API:8081]10.0.0.249 - - [2025-11-03 02:45:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.021380 [API:8081]10.0.0.249 - - [2025-11-03 02:45:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-94602049:ctest-vnet1-26078217?flat HTTP/1.1" 200 7306 0.011447 [API:8081]10.0.0.249 - - [2025-11-03 02:45:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.013101 [API:8081]10.0.0.249 - - [2025-11-03 02:45:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.028450 [API:8081]10.0.0.249 - - [2025-11-03 02:45:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13047 0.023621 [API:8081]10.0.0.249 - - [2025-11-03 02:45:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.033301 [API:8081]10.0.0.249 - - [2025-11-03 02:45:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13046 0.028504 [API:8081]10.0.0.249 - - [2025-11-03 02:45:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.019868 [API:8081]10.0.0.249 - - [2025-11-03 02:45:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13046 0.020901 [API:8081]10.0.0.249 - - [2025-11-03 02:45:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.021043 [API:8081]10.0.0.249 - - [2025-11-03 02:45:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13046 0.020388 [API:8081]10.0.0.249 - - [2025-11-03 02:45:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.024457 [API:8081]10.0.0.249 - - [2025-11-03 02:45:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13046 0.025996 [API:8081]10.0.0.249 - - [2025-11-03 02:45:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.037783 [API:8081]10.0.0.249 - - [2025-11-03 02:45:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13046 0.030157 [API:8081]10.0.0.249 - - [2025-11-03 02:45:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.021199 [API:8081]10.0.0.249 - - [2025-11-03 02:45:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13046 0.022298 [API:8081]10.0.0.249 - - [2025-11-03 02:45:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.020648 [API:8081]10.0.0.249 - - [2025-11-03 02:45:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13046 0.019861 [API:8081]10.0.0.249 - - [2025-11-03 02:45:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.036236 [API:8081]10.0.0.249 - - [2025-11-03 02:45:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13046 0.038117 [API:8081]10.0.0.249 - - [2025-11-03 02:46:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.023783 [API:8081]10.0.0.249 - - [2025-11-03 02:46:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12629 0.022746 [API:8081]10.0.0.249 - - [2025-11-03 02:46:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-94602049:ctest-vnet0-14161989?flat HTTP/1.1" 200 6959 0.014289 [API:8081]10.0.0.249 - - [2025-11-03 02:46:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012662 [API:8081]10.0.0.249 - - [2025-11-03 02:46:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2025-11-03 02:46:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.057322 [API:8081]10.0.0.249 - - [2025-11-03 02:46:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.052851 [API:8081]10.0.0.249 - - [2025-11-03 02:46:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058454 [API:8081]10.0.0.249 - - [2025-11-03 02:47:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.052925 [API:8081]10.0.0.249 - - [2025-11-03 02:49:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077816 [API:8081]10.0.0.249 - - [2025-11-03 02:49:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.063442 [API:8081]10.0.0.249 - - [2025-11-03 02:49:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.018860 [API:8081]10.0.0.249 - - [2025-11-03 02:50:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.020848 [API:8081]10.0.0.249 - - [2025-11-03 02:50:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-28425093:ctest-vnet1-80212287?flat HTTP/1.1" 200 8067 0.012344 [API:8081]10.0.0.249 - - [2025-11-03 02:50:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008274 [API:8081]10.0.0.249 - - [2025-11-03 02:50:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.021857 [API:8081]10.0.0.249 - - [2025-11-03 02:50:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13072 0.022487 [API:8081]10.0.0.249 - - [2025-11-03 02:50:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019936 [API:8081]10.0.0.249 - - [2025-11-03 02:50:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13072 0.026060 [API:8081]10.0.0.249 - - [2025-11-03 02:50:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.020583 [API:8081]10.0.0.249 - - [2025-11-03 02:50:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13072 0.021705 [API:8081]10.0.0.249 - - [2025-11-03 02:50:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.021600 [API:8081]10.0.0.249 - - [2025-11-03 02:50:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13072 0.019805 [API:8081]10.0.0.249 - - [2025-11-03 02:50:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019694 [API:8081]10.0.0.249 - - [2025-11-03 02:50:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13072 0.022135 [API:8081]10.0.0.249 - - [2025-11-03 02:50:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.021323 [API:8081]10.0.0.249 - - [2025-11-03 02:50:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13072 0.018780 [API:8081]10.0.0.23 - - [2025-11-03 02:50:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.23 - - [2025-11-03 02:50:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.23 - - [2025-11-03 02:50:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.23 - - [2025-11-03 02:50:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.61 - - [2025-11-03 02:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.61 - - [2025-11-03 02:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2025-11-03 02:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000428 [API:8081]10.0.0.249 - - [2025-11-03 02:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-03 02:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.61 - - [2025-11-03 02:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-11-03 02:50:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.020124 [API:8081]10.0.0.249 - - [2025-11-03 02:50:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13072 0.021804 [API:8081]10.0.0.249 - - [2025-11-03 02:50:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-11-03 02:50:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.249 - - [2025-11-03 02:50:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.020439 [API:8081]10.0.0.249 - - [2025-11-03 02:50:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13072 0.022762 [API:8081]10.0.0.249 - - [2025-11-03 02:50:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.020296 [API:8081]10.0.0.249 - - [2025-11-03 02:50:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12830 0.020387 [API:8081]10.0.0.249 - - [2025-11-03 02:50:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-28425093:ctest-vnet0-34466749?flat HTTP/1.1" 200 7709 0.014943 [API:8081]10.0.0.249 - - [2025-11-03 02:50:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008808 [API:8081]10.0.0.249 - - [2025-11-03 02:50:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.053336 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:52:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002830 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003160 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002829 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002591 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:52:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002978 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002295 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002619 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 02:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002768 [API:8081]10.0.0.249 - - [2025-11-03 02:52:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066174 [API:8081]10.0.0.61 - - [2025-11-03 02:53:21] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.61 - - [2025-11-03 02:53:21] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.249 - - [2025-11-03 02:53:50] "GET /analytics HTTP/1.1" 401 206 0.000474 [API:8081]10.0.0.249 - - [2025-11-03 02:53:50] "GET /analytics HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.23 - - [2025-11-03 02:53:51] "GET /analytics HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.23 - - [2025-11-03 02:53:51] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.249 - - [2025-11-03 02:53:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061838 [API:8081]10.0.0.23 - - [2025-11-03 02:55:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.23 - - [2025-11-03 02:55:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.23 - - [2025-11-03 02:55:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000506 [API:8081]10.0.0.23 - - [2025-11-03 02:55:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.61 - - [2025-11-03 02:55:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000657 [API:8081]10.0.0.61 - - [2025-11-03 02:55:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.249 - - [2025-11-03 02:55:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2025-11-03 02:55:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.61 - - [2025-11-03 02:55:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.61 - - [2025-11-03 02:55:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2025-11-03 02:55:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2025-11-03 02:55:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.249 - - [2025-11-03 02:55:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054303 [API:8081]10.0.0.249 - - [2025-11-03 02:56:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000641 [API:8081]10.0.0.249 - - [2025-11-03 02:56:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.060621 [API:8081]10.0.0.249 - - [2025-11-03 02:56:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.055542 [API:8081]10.0.0.249 - - [2025-11-03 02:57:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.074137 [API:8081]10.0.0.249 - - [2025-11-03 02:59:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074733 [API:8081]10.0.0.249 - - [2025-11-03 02:59:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.249 - - [2025-11-03 02:59:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1567 0.053895 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:8e320dc8-8ff6-48da-9107-551d30afcad6?flat HTTP/1.1" 200 5829 0.049677 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:8e320dc8-8ff6-48da-9107-551d30afcad6?flat HTTP/1.1" 200 5829 0.056683 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:8e320dc8-8ff6-48da-9107-551d30afcad6?flat HTTP/1.1" 200 5829 0.014903 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222-23700874?flat HTTP/1.1" 200 10793 0.020303 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.027268 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13247 0.019139 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.028893 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13247 0.021699 [API:8081]10.0.0.249 - - [2025-11-03 02:59:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009208 [API:8081]10.0.0.249 - - [2025-11-03 03:00:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.056369 [API:8081]10.0.0.249 - - [2025-11-03 03:00:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:14731e53-ea56-4609-b71c-616b05b1f5ee?flat HTTP/1.1" 200 5696 0.015873 [API:8081]10.0.0.249 - - [2025-11-03 03:00:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:14731e53-ea56-4609-b71c-616b05b1f5ee?flat HTTP/1.1" 200 5696 0.014966 [API:8081]10.0.0.249 - - [2025-11-03 03:00:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:14731e53-ea56-4609-b71c-616b05b1f5ee?flat HTTP/1.1" 200 5696 0.016359 [API:8081]10.0.0.249 - - [2025-11-03 03:00:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222-23700874?flat HTTP/1.1" 200 11814 0.021755 [API:8081]10.0.0.249 - - [2025-11-03 03:00:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019108 [API:8081]10.0.0.249 - - [2025-11-03 03:00:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.028682 [API:8081]10.0.0.249 - - [2025-11-03 03:00:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010345 [API:8081]10.0.0.23 - - [2025-11-03 03:00:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.23 - - [2025-11-03 03:00:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.23 - - [2025-11-03 03:00:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.23 - - [2025-11-03 03:00:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.61 - - [2025-11-03 03:00:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-03 03:00:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2025-11-03 03:00:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2025-11-03 03:00:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.61 - - [2025-11-03 03:00:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.61 - - [2025-11-03 03:00:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.249 - - [2025-11-03 03:00:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-11-03 03:00:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-11-03 03:02:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059934 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:02:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003289 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002672 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002842 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003287 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:02:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003186 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002850 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002863 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003021 [API:8081]10.0.0.249 - - [2025-11-03 03:02:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.024901 [API:8081]10.0.0.249 - - [2025-11-03 03:02:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.025402 [API:8081]10.0.0.249 - - [2025-11-03 03:02:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.024067 [API:8081]10.0.0.249 - - [2025-11-03 03:02:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.034791 [API:8081]10.0.0.249 - - [2025-11-03 03:02:33] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222-23700874?flat HTTP/1.1" 200 11724 0.017145 [API:8081]10.0.0.249 - - [2025-11-03 03:02:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009032 [API:8081]10.0.0.249 - - [2025-11-03 03:02:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.021593 [API:8081]10.0.0.249 - - [2025-11-03 03:02:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13252 0.022964 [API:8081]10.0.0.249 - - [2025-11-03 03:02:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.021607 [API:8081]10.0.0.249 - - [2025-11-03 03:02:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13252 0.019444 [API:8081]10.0.0.249 - - [2025-11-03 03:02:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.021133 [API:8081]10.0.0.249 - - [2025-11-03 03:02:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13252 0.020505 [API:8081]10.0.0.249 - - [2025-11-03 03:02:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.019813 [API:8081]10.0.0.249 - - [2025-11-03 03:02:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13252 0.027726 [API:8081]10.0.0.249 - - [2025-11-03 03:02:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.023187 [API:8081]10.0.0.249 - - [2025-11-03 03:02:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13252 0.025939 [API:8081]10.0.0.249 - - [2025-11-03 03:02:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.021693 [API:8081]10.0.0.249 - - [2025-11-03 03:02:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13252 0.019879 [API:8081]10.0.0.249 - - [2025-11-03 03:02:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.020787 [API:8081]10.0.0.249 - - [2025-11-03 03:02:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13252 0.025600 [API:8081]10.0.0.249 - - [2025-11-03 03:02:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.031657 [API:8081]10.0.0.249 - - [2025-11-03 03:02:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13252 0.022507 [API:8081]10.0.0.249 - - [2025-11-03 03:03:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.032625 [API:8081]10.0.0.249 - - [2025-11-03 03:03:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12658 0.020488 [API:8081]10.0.0.249 - - [2025-11-03 03:03:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222:ctest-SecurityGroupBasicRegressionTests1Ipv6-29798222-23700874?flat HTTP/1.1" 200 8811 0.012004 [API:8081]10.0.0.249 - - [2025-11-03 03:03:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010854 [API:8081]10.0.0.249 - - [2025-11-03 03:03:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.169136 [API:8081]10.0.0.249 - - [2025-11-03 03:03:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2025-11-03 03:03:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1587 0.052006 [API:8081]10.0.0.61 - - [2025-11-03 03:03:21] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.61 - - [2025-11-03 03:03:21] "GET /analytics HTTP/1.1" 401 206 0.000195 [API:8081]10.0.0.249 - - [2025-11-03 03:03:50] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2025-11-03 03:03:50] "GET /analytics HTTP/1.1" 401 206 0.000202 [API:8081]10.0.0.23 - - [2025-11-03 03:03:51] "GET /analytics HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.23 - - [2025-11-03 03:03:51] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.249 - - [2025-11-03 03:03:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:783ce6c0-ec11-4969-84ab-b84aef46f2de?flat HTTP/1.1" 200 5806 0.086214 [API:8081]10.0.0.249 - - [2025-11-03 03:03:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:783ce6c0-ec11-4969-84ab-b84aef46f2de?flat HTTP/1.1" 200 5806 0.072076 [API:8081]10.0.0.249 - - [2025-11-03 03:03:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:783ce6c0-ec11-4969-84ab-b84aef46f2de?flat HTTP/1.1" 200 5806 0.015958 [API:8081]10.0.0.249 - - [2025-11-03 03:03:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100-19620975?flat HTTP/1.1" 200 4446 0.018506 [API:8081]10.0.0.249 - - [2025-11-03 03:03:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.022106 [API:8081]10.0.0.249 - - [2025-11-03 03:03:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13287 0.028847 [API:8081]10.0.0.249 - - [2025-11-03 03:03:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.025233 [API:8081]10.0.0.249 - - [2025-11-03 03:03:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13287 0.025758 [API:8081]10.0.0.249 - - [2025-11-03 03:03:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.013133 [API:8081]10.0.0.249 - - [2025-11-03 03:04:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:f3d524ba-d28f-4c86-ba7d-0a6d3e70bcff?flat HTTP/1.1" 200 5669 0.013441 [API:8081]10.0.0.249 - - [2025-11-03 03:04:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:f3d524ba-d28f-4c86-ba7d-0a6d3e70bcff?flat HTTP/1.1" 200 5669 0.021955 [API:8081]10.0.0.249 - - [2025-11-03 03:04:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:f3d524ba-d28f-4c86-ba7d-0a6d3e70bcff?flat HTTP/1.1" 200 5669 0.014857 [API:8081]10.0.0.249 - - [2025-11-03 03:04:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100-19620975?flat HTTP/1.1" 200 11520 0.021192 [API:8081]10.0.0.249 - - [2025-11-03 03:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.024983 [API:8081]10.0.0.249 - - [2025-11-03 03:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.018057 [API:8081]10.0.0.249 - - [2025-11-03 03:04:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009213 [API:8081]10.0.0.249 - - [2025-11-03 03:05:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055372 [API:8081]10.0.0.23 - - [2025-11-03 03:05:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.23 - - [2025-11-03 03:05:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.23 - - [2025-11-03 03:05:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.23 - - [2025-11-03 03:05:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.61 - - [2025-11-03 03:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.61 - - [2025-11-03 03:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.249 - - [2025-11-03 03:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-11-03 03:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.61 - - [2025-11-03 03:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.61 - - [2025-11-03 03:05:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2025-11-03 03:05:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-11-03 03:05:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-11-03 03:06:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.057945 [API:8081]10.0.0.249 - - [2025-11-03 03:06:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022374 [API:8081]10.0.0.249 - - [2025-11-03 03:06:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020751 [API:8081]10.0.0.249 - - [2025-11-03 03:06:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019399 [API:8081]10.0.0.249 - - [2025-11-03 03:06:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021121 [API:8081]10.0.0.249 - - [2025-11-03 03:06:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.028606 [API:8081]10.0.0.249 - - [2025-11-03 03:06:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100-19620975?flat HTTP/1.1" 200 11651 0.017230 [API:8081]10.0.0.249 - - [2025-11-03 03:06:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.012901 [API:8081]10.0.0.249 - - [2025-11-03 03:06:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021201 [API:8081]10.0.0.249 - - [2025-11-03 03:06:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13293 0.019280 [API:8081]10.0.0.249 - - [2025-11-03 03:06:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021902 [API:8081]10.0.0.249 - - [2025-11-03 03:06:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13291 0.034988 [API:8081]10.0.0.249 - - [2025-11-03 03:06:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018908 [API:8081]10.0.0.249 - - [2025-11-03 03:06:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13291 0.020660 [API:8081]10.0.0.249 - - [2025-11-03 03:06:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.031800 [API:8081]10.0.0.249 - - [2025-11-03 03:06:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13291 0.018937 [API:8081]10.0.0.249 - - [2025-11-03 03:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021961 [API:8081]10.0.0.249 - - [2025-11-03 03:06:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13291 0.018919 [API:8081]10.0.0.249 - - [2025-11-03 03:06:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.022070 [API:8081]10.0.0.249 - - [2025-11-03 03:06:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13291 0.021190 [API:8081]10.0.0.249 - - [2025-11-03 03:06:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021271 [API:8081]10.0.0.249 - - [2025-11-03 03:06:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13291 0.020965 [API:8081]10.0.0.249 - - [2025-11-03 03:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.023293 [API:8081]10.0.0.249 - - [2025-11-03 03:06:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13291 0.022882 [API:8081]10.0.0.249 - - [2025-11-03 03:06:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021008 [API:8081]10.0.0.249 - - [2025-11-03 03:06:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12667 0.021063 [API:8081]10.0.0.249 - - [2025-11-03 03:07:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100:ctest-SecurityGroupBasicRegressionTests1_contrail-99251100-19620975?flat HTTP/1.1" 200 8427 0.014610 [API:8081]10.0.0.249 - - [2025-11-03 03:07:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010823 [API:8081]10.0.0.249 - - [2025-11-03 03:07:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-11-03 03:07:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1551 0.058162 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:8426378b-f726-4d76-b22d-f8d9e341c913?flat HTTP/1.1" 200 5676 0.068161 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:8426378b-f726-4d76-b22d-f8d9e341c913?flat HTTP/1.1" 200 5676 0.054477 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:8426378b-f726-4d76-b22d-f8d9e341c913?flat HTTP/1.1" 200 5676 0.014429 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:ctest-SecurityGroupBasicRegressionTests1-29699932-89405013?flat HTTP/1.1" 200 4331 0.015431 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021071 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13235 0.021648 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.022604 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13235 0.022871 [API:8081]10.0.0.249 - - [2025-11-03 03:07:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010060 [API:8081]10.0.0.249 - - [2025-11-03 03:08:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058273 [API:8081]10.0.0.249 - - [2025-11-03 03:08:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:fc629282-8a88-4a84-a609-de2cd0cf1a1a?flat HTTP/1.1" 200 5537 0.015392 [API:8081]10.0.0.249 - - [2025-11-03 03:08:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:fc629282-8a88-4a84-a609-de2cd0cf1a1a?flat HTTP/1.1" 200 5537 0.013813 [API:8081]10.0.0.249 - - [2025-11-03 03:08:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:fc629282-8a88-4a84-a609-de2cd0cf1a1a?flat HTTP/1.1" 200 5537 0.013412 [API:8081]10.0.0.249 - - [2025-11-03 03:08:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:ctest-SecurityGroupBasicRegressionTests1-29699932-89405013?flat HTTP/1.1" 200 10070 0.016793 [API:8081]10.0.0.249 - - [2025-11-03 03:08:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.028659 [API:8081]10.0.0.249 - - [2025-11-03 03:08:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021157 [API:8081]10.0.0.249 - - [2025-11-03 03:08:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010190 [API:8081]10.0.0.249 - - [2025-11-03 03:09:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.070557 [API:8081]10.0.0.23 - - [2025-11-03 03:10:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.23 - - [2025-11-03 03:10:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.23 - - [2025-11-03 03:10:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.23 - - [2025-11-03 03:10:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.61 - - [2025-11-03 03:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.61 - - [2025-11-03 03:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.249 - - [2025-11-03 03:10:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019928 [API:8081]10.0.0.249 - - [2025-11-03 03:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-11-03 03:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.61 - - [2025-11-03 03:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.61 - - [2025-11-03 03:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2025-11-03 03:10:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.249 - - [2025-11-03 03:10:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2025-11-03 03:10:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017870 [API:8081]10.0.0.249 - - [2025-11-03 03:10:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021004 [API:8081]10.0.0.249 - - [2025-11-03 03:10:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019155 [API:8081]10.0.0.249 - - [2025-11-03 03:10:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:ctest-SecurityGroupBasicRegressionTests1-29699932-89405013?flat HTTP/1.1" 200 10818 0.017015 [API:8081]10.0.0.249 - - [2025-11-03 03:10:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011120 [API:8081]10.0.0.249 - - [2025-11-03 03:10:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.023905 [API:8081]10.0.0.249 - - [2025-11-03 03:10:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13239 0.019709 [API:8081]10.0.0.249 - - [2025-11-03 03:10:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020713 [API:8081]10.0.0.249 - - [2025-11-03 03:10:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13238 0.019834 [API:8081]10.0.0.249 - - [2025-11-03 03:10:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019434 [API:8081]10.0.0.249 - - [2025-11-03 03:10:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13238 0.020969 [API:8081]10.0.0.249 - - [2025-11-03 03:10:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020353 [API:8081]10.0.0.249 - - [2025-11-03 03:10:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13238 0.021504 [API:8081]10.0.0.249 - - [2025-11-03 03:10:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020821 [API:8081]10.0.0.249 - - [2025-11-03 03:10:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13238 0.023080 [API:8081]10.0.0.249 - - [2025-11-03 03:10:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019173 [API:8081]10.0.0.249 - - [2025-11-03 03:10:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13238 0.020465 [API:8081]10.0.0.249 - - [2025-11-03 03:10:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019569 [API:8081]10.0.0.249 - - [2025-11-03 03:10:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13238 0.022382 [API:8081]10.0.0.249 - - [2025-11-03 03:10:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.024375 [API:8081]10.0.0.249 - - [2025-11-03 03:10:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13238 0.019311 [API:8081]10.0.0.249 - - [2025-11-03 03:10:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.025180 [API:8081]10.0.0.249 - - [2025-11-03 03:10:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13238 0.021228 [API:8081]10.0.0.249 - - [2025-11-03 03:11:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.022174 [API:8081]10.0.0.249 - - [2025-11-03 03:11:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12670 0.022560 [API:8081]10.0.0.249 - - [2025-11-03 03:11:02] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-29699932:ctest-SecurityGroupBasicRegressionTests1-29699932-89405013?flat HTTP/1.1" 200 7952 0.013898 [API:8081]10.0.0.249 - - [2025-11-03 03:11:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008602 [API:8081]10.0.0.249 - - [2025-11-03 03:11:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062515 [API:8081]10.0.0.249 - - [2025-11-03 03:11:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000535 [API:8081]10.0.0.249 - - [2025-11-03 03:11:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.054994 [API:8081]10.0.0.249 - - [2025-11-03 03:11:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.068720 [API:8081]10.0.0.249 - - [2025-11-03 03:11:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.051305 [API:8081]10.0.0.249 - - [2025-11-03 03:11:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.009689 [API:8081]10.0.0.249 - - [2025-11-03 03:11:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2074 0.009000 [API:8081]10.0.0.249 - - [2025-11-03 03:11:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2289 0.008963 [API:8081]10.0.0.249 - - [2025-11-03 03:11:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2514 0.009476 [API:8081]10.0.0.249 - - [2025-11-03 03:11:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2741 0.009387 [API:8081]10.0.0.249 - - [2025-11-03 03:12:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.098284 [API:8081]10.0.0.249 - - [2025-11-03 03:12:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2025-11-03 03:12:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.059411 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:12:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.009970 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003988 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007943 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006251 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:12:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007587 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005499 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003523 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:12:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006221 [API:8081]10.0.0.249 - - [2025-11-03 03:12:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1865 0.058941 [API:8081]10.0.0.249 - - [2025-11-03 03:12:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2084 0.049787 [API:8081]10.0.0.249 - - [2025-11-03 03:12:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.010062 [API:8081]10.0.0.249 - - [2025-11-03 03:12:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.009993 [API:8081]10.0.0.249 - - [2025-11-03 03:12:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.010925 [API:8081]10.0.0.249 - - [2025-11-03 03:13:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.249 - - [2025-11-03 03:13:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.075801 [API:8081]10.0.0.249 - - [2025-11-03 03:13:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.050890 [API:8081]10.0.0.249 - - [2025-11-03 03:13:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.054614 [API:8081]10.0.0.61 - - [2025-11-03 03:13:21] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.61 - - [2025-11-03 03:13:21] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.249 - - [2025-11-03 03:13:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.010890 [API:8081]10.0.0.249 - - [2025-11-03 03:13:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008897 [API:8081]10.0.0.249 - - [2025-11-03 03:13:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.019168 [API:8081]10.0.0.249 - - [2025-11-03 03:13:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.012492 [API:8081]10.0.0.249 - - [2025-11-03 03:13:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2293 0.009316 [API:8081]10.0.0.249 - - [2025-11-03 03:13:50] "GET /analytics HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2025-11-03 03:13:50] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.23 - - [2025-11-03 03:13:51] "GET /analytics HTTP/1.1" 401 206 0.000207 [API:8081]10.0.0.23 - - [2025-11-03 03:13:51] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.249 - - [2025-11-03 03:13:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2025-11-03 03:13:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1435 0.056607 [API:8081]10.0.0.249 - - [2025-11-03 03:13:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.053036 [API:8081]10.0.0.249 - - [2025-11-03 03:13:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1873 0.053998 [API:8081]10.0.0.249 - - [2025-11-03 03:13:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.008595 [API:8081]10.0.0.249 - - [2025-11-03 03:14:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2341 0.010666 [API:8081]10.0.0.249 - - [2025-11-03 03:14:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098656 [API:8081]10.0.0.249 - - [2025-11-03 03:15:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.087554 [API:8081]10.0.0.23 - - [2025-11-03 03:15:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.23 - - [2025-11-03 03:15:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2025-11-03 03:15:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.23 - - [2025-11-03 03:15:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.61 - - [2025-11-03 03:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.61 - - [2025-11-03 03:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2025-11-03 03:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2025-11-03 03:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000734 [API:8081]10.0.0.61 - - [2025-11-03 03:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.61 - - [2025-11-03 03:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2025-11-03 03:15:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2025-11-03 03:15:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2025-11-03 03:17:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067341 [API:8081]10.0.0.249 - - [2025-11-03 03:18:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059264 [API:8081]10.0.0.249 - - [2025-11-03 03:20:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055292 [API:8081]10.0.0.249 - - [2025-11-03 03:20:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000445 [API:8081]10.0.0.249 - - [2025-11-03 03:20:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.066627 [API:8081]10.0.0.23 - - [2025-11-03 03:20:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2025-11-03 03:20:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-11-03 03:20:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.106127 [API:8081]10.0.0.23 - - [2025-11-03 03:20:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.23 - - [2025-11-03 03:20:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.61 - - [2025-11-03 03:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.61 - - [2025-11-03 03:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-11-03 03:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2025-11-03 03:20:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.61 - - [2025-11-03 03:20:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.61 - - [2025-11-03 03:20:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.249 - - [2025-11-03 03:20:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-11-03 03:20:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-11-03 03:21:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.064095 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:22:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002889 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002792 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002854 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003380 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:22:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002695 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002196 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002450 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:22:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002385 [API:8081]10.0.0.249 - - [2025-11-03 03:23:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055189 [API:8081]10.0.0.61 - - [2025-11-03 03:23:21] "GET /analytics HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.61 - - [2025-11-03 03:23:21] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.249 - - [2025-11-03 03:23:50] "GET /analytics HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.249 - - [2025-11-03 03:23:50] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.23 - - [2025-11-03 03:23:51] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.23 - - [2025-11-03 03:23:51] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.249 - - [2025-11-03 03:24:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059783 [API:8081]10.0.0.249 - - [2025-11-03 03:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-11-03 03:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.062841 [API:8081]10.0.0.23 - - [2025-11-03 03:25:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.23 - - [2025-11-03 03:25:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2025-11-03 03:25:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.23 - - [2025-11-03 03:25:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.61 - - [2025-11-03 03:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.61 - - [2025-11-03 03:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2025-11-03 03:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2025-11-03 03:25:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.61 - - [2025-11-03 03:25:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.61 - - [2025-11-03 03:25:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2025-11-03 03:25:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2025-11-03 03:25:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-11-03 03:25:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-11-03 03:25:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.058219 [API:8081]10.0.0.249 - - [2025-11-03 03:26:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070462 [API:8081]10.0.0.249 - - [2025-11-03 03:27:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.051866 [API:8081]10.0.0.249 - - [2025-11-03 03:29:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060540 [API:8081]10.0.0.23 - - [2025-11-03 03:30:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.23 - - [2025-11-03 03:30:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000402 [API:8081]10.0.0.23 - - [2025-11-03 03:30:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.23 - - [2025-11-03 03:30:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.61 - - [2025-11-03 03:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-03 03:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2025-11-03 03:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-11-03 03:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.61 - - [2025-11-03 03:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-03 03:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2025-11-03 03:30:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-11-03 03:30:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2025-11-03 03:30:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.062002 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:32:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003217 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004718 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004524 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004249 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:32:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003686 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002223 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002747 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:32:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003056 [API:8081]10.0.0.249 - - [2025-11-03 03:32:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101200 [API:8081]10.0.0.249 - - [2025-11-03 03:32:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.249 - - [2025-11-03 03:32:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.054406 [API:8081]10.0.0.61 - - [2025-11-03 03:33:21] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.61 - - [2025-11-03 03:33:21] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.249 - - [2025-11-03 03:33:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.056799 [API:8081]10.0.0.249 - - [2025-11-03 03:33:50] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.249 - - [2025-11-03 03:33:50] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.23 - - [2025-11-03 03:33:51] "GET /analytics HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.23 - - [2025-11-03 03:33:51] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.23 - - [2025-11-03 03:35:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.23 - - [2025-11-03 03:35:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.23 - - [2025-11-03 03:35:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.23 - - [2025-11-03 03:35:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.61 - - [2025-11-03 03:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.61 - - [2025-11-03 03:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2025-11-03 03:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-11-03 03:35:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.61 - - [2025-11-03 03:35:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.61 - - [2025-11-03 03:35:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.249 - - [2025-11-03 03:35:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2025-11-03 03:35:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-11-03 03:35:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055819 [API:8081]10.0.0.249 - - [2025-11-03 03:36:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.063476 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-33188647:cc6c4d09-8322-461f-834e-14ddb3f19558?flat HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-33188647:cc6c4d09-8322-461f-834e-14ddb3f19558?flat HTTP/1.1" 200 5267 0.061603 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-33188647:cc6c4d09-8322-461f-834e-14ddb3f19558?flat HTTP/1.1" 200 5267 0.072554 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-33188647:cc6c4d09-8322-461f-834e-14ddb3f19558?flat HTTP/1.1" 200 5267 0.058549 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-33188647:ctest-random-01269206?flat HTTP/1.1" 200 4113 0.014926 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.019089 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13079 0.027287 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.025440 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13079 0.018877 [API:8081]10.0.0.249 - - [2025-11-03 03:38:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010931 [API:8081]10.0.0.249 - - [2025-11-03 03:38:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.009698 [API:8081]10.0.0.249 - - [2025-11-03 03:38:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.024747 [API:8081]10.0.0.249 - - [2025-11-03 03:38:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13079 0.020243 [API:8081]10.0.0.249 - - [2025-11-03 03:38:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.020691 [API:8081]10.0.0.249 - - [2025-11-03 03:38:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13079 0.018687 [API:8081]10.0.0.249 - - [2025-11-03 03:38:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.021443 [API:8081]10.0.0.249 - - [2025-11-03 03:38:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13079 0.023800 [API:8081]10.0.0.249 - - [2025-11-03 03:38:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.034720 [API:8081]10.0.0.249 - - [2025-11-03 03:38:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13079 0.025931 [API:8081]10.0.0.249 - - [2025-11-03 03:38:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.020639 [API:8081]10.0.0.249 - - [2025-11-03 03:38:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13079 0.020105 [API:8081]10.0.0.249 - - [2025-11-03 03:38:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.021550 [API:8081]10.0.0.249 - - [2025-11-03 03:38:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13079 0.020248 [API:8081]10.0.0.249 - - [2025-11-03 03:38:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.021116 [API:8081]10.0.0.249 - - [2025-11-03 03:38:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12685 0.023133 [API:8081]10.0.0.249 - - [2025-11-03 03:38:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-33188647:ctest-random-01269206?flat HTTP/1.1" 200 7488 0.016621 [API:8081]10.0.0.249 - - [2025-11-03 03:38:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008494 [API:8081]10.0.0.249 - - [2025-11-03 03:38:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086531 [API:8081]10.0.0.249 - - [2025-11-03 03:39:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060181 [API:8081]10.0.0.23 - - [2025-11-03 03:40:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.23 - - [2025-11-03 03:40:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.23 - - [2025-11-03 03:40:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.23 - - [2025-11-03 03:40:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.61 - - [2025-11-03 03:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.61 - - [2025-11-03 03:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.249 - - [2025-11-03 03:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2025-11-03 03:40:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.61 - - [2025-11-03 03:40:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.61 - - [2025-11-03 03:40:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2025-11-03 03:40:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-11-03 03:40:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.249 - - [2025-11-03 03:41:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056936 [API:8081]10.0.0.249 - - [2025-11-03 03:41:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-11-03 03:41:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.060329 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:42:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003740 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003494 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005423 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002963 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:42:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003453 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002676 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003170 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:42:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002776 [API:8081]10.0.0.249 - - [2025-11-03 03:42:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.066913 [API:8081]10.0.0.61 - - [2025-11-03 03:43:21] "GET /analytics HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.61 - - [2025-11-03 03:43:21] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.249 - - [2025-11-03 03:43:50] "GET /analytics HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2025-11-03 03:43:50] "GET /analytics HTTP/1.1" 401 206 0.000182 [API:8081]10.0.0.23 - - [2025-11-03 03:43:51] "GET /analytics HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.23 - - [2025-11-03 03:43:51] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.249 - - [2025-11-03 03:44:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053056 [API:8081]10.0.0.23 - - [2025-11-03 03:45:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.23 - - [2025-11-03 03:45:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.23 - - [2025-11-03 03:45:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2025-11-03 03:45:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.61 - - [2025-11-03 03:45:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.61 - - [2025-11-03 03:45:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2025-11-03 03:45:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2025-11-03 03:45:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.61 - - [2025-11-03 03:45:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.61 - - [2025-11-03 03:45:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2025-11-03 03:45:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2025-11-03 03:45:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-11-03 03:45:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-11-03 03:45:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.069030 [API:8081]10.0.0.249 - - [2025-11-03 03:45:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.075494 [API:8081]10.0.0.249 - - [2025-11-03 03:47:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2025-11-03 03:47:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1455 0.050747 [API:8081]10.0.0.249 - - [2025-11-03 03:47:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061285 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:09] "POST /analytics/query HTTP/1.1" 202 179 0.006842 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:09] "GET /analytics/query/e9eea06c-b867-11f0-8626-00000a0000f9 HTTP/1.1" 200 221 0.004324 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:09] "GET /analytics/query/e9eea06c-b867-11f0-8626-00000a0000f9 HTTP/1.1" 200 221 0.001697 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:10] "GET /analytics/query/e9eea06c-b867-11f0-8626-00000a0000f9 HTTP/1.1" 200 338 0.001868 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:10] "GET /analytics/query/e9eea06c-b867-11f0-8626-00000a0000f9/chunk-final/0 HTTP/1.1" 200 856 0.002018 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:11] "POST /analytics/query HTTP/1.1" 202 179 0.005362 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:11] "GET /analytics/query/eae64a13-b867-11f0-9f6b-00000a0000f9 HTTP/1.1" 200 221 0.001572 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:11] "GET /analytics/query/eae64a13-b867-11f0-9f6b-00000a0000f9 HTTP/1.1" 200 221 0.002859 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:12] "GET /analytics/query/eae64a13-b867-11f0-9f6b-00000a0000f9 HTTP/1.1" 200 338 0.002085 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:12] "GET /analytics/query/eae64a13-b867-11f0-9f6b-00000a0000f9/chunk-final/0 HTTP/1.1" 200 856 0.004389 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:12] "POST /analytics/query HTTP/1.1" 202 179 0.015700 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:12] "GET /analytics/query/ebe2c368-b867-11f0-a3fd-00000a0000f9 HTTP/1.1" 200 221 0.002320 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:13] "GET /analytics/query/ebe2c368-b867-11f0-a3fd-00000a0000f9 HTTP/1.1" 200 339 0.002066 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:13] "GET /analytics/query/ebe2c368-b867-11f0-a3fd-00000a0000f9/chunk-final/0 HTTP/1.1" 200 27664 0.003293 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:13] "POST /analytics/query HTTP/1.1" 202 179 0.004791 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:13] "GET /analytics/query/ec99287b-b867-11f0-ae30-00000a0000f9 HTTP/1.1" 200 221 0.001549 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:14] "GET /analytics/query/ec99287b-b867-11f0-ae30-00000a0000f9 HTTP/1.1" 200 339 0.001937 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:14] "GET /analytics/query/ec99287b-b867-11f0-ae30-00000a0000f9/chunk-final/0 HTTP/1.1" 200 27664 0.002511 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:15] "POST /analytics/query HTTP/1.1" 202 179 0.026135 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:15] "GET /analytics/query/ed453d43-b867-11f0-9214-00000a0000f9 HTTP/1.1" 200 221 0.003787 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:15] "GET /analytics/query/ed453d43-b867-11f0-9214-00000a0000f9 HTTP/1.1" 200 327 0.001893 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:15] "GET /analytics/query/ed453d43-b867-11f0-9214-00000a0000f9/chunk-final/0 HTTP/1.1" 200 10537 0.002143 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.004143 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:19] "POST /analytics/query HTTP/1.1" 202 179 0.028396 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:19] "GET /analytics/query/efdf36f6-b867-11f0-9d4d-00000a0000f9 HTTP/1.1" 200 221 0.002108 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:19] "GET /analytics/query/efdf36f6-b867-11f0-9d4d-00000a0000f9 HTTP/1.1" 200 340 0.002423 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:19] "GET /analytics/query/efdf36f6-b867-11f0-9d4d-00000a0000f9/chunk-final/0 HTTP/1.1" 200 324067 0.011178 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003295 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.004068 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:21] "POST /analytics/query HTTP/1.1" 202 179 0.004557 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:21] "GET /analytics/query/f0f4fcb9-b867-11f0-9ade-00000a0000f9 HTTP/1.1" 200 221 0.018392 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:21] "GET /analytics/query/f0f4fcb9-b867-11f0-9ade-00000a0000f9 HTTP/1.1" 200 338 0.001899 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:21] "GET /analytics/query/f0f4fcb9-b867-11f0-9ade-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001607 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:21] "POST /analytics/query HTTP/1.1" 202 179 0.004554 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:21] "GET /analytics/query/f147bc42-b867-11f0-97a8-00000a0000f9 HTTP/1.1" 200 221 0.002171 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:22] "GET /analytics/query/f147bc42-b867-11f0-97a8-00000a0000f9 HTTP/1.1" 200 338 0.001783 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:22] "GET /analytics/query/f147bc42-b867-11f0-97a8-00000a0000f9/chunk-final/0 HTTP/1.1" 200 5945 0.001732 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:22] "POST /analytics/query HTTP/1.1" 202 179 0.013621 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:22] "GET /analytics/query/f19851e3-b867-11f0-8c9a-00000a0000f9 HTTP/1.1" 200 221 0.001626 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:22] "GET /analytics/query/f19851e3-b867-11f0-8c9a-00000a0000f9 HTTP/1.1" 200 338 0.001990 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:22] "GET /analytics/query/f19851e3-b867-11f0-8c9a-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001516 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:22] "POST /analytics/query HTTP/1.1" 202 179 0.005172 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:22] "GET /analytics/query/f1ea3bf0-b867-11f0-ad3f-00000a0000f9 HTTP/1.1" 200 221 0.002053 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:23] "GET /analytics/query/f1ea3bf0-b867-11f0-ad3f-00000a0000f9 HTTP/1.1" 200 338 0.001902 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:23] "GET /analytics/query/f1ea3bf0-b867-11f0-ad3f-00000a0000f9/chunk-final/0 HTTP/1.1" 200 4013 0.002283 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:23] "POST /analytics/query HTTP/1.1" 202 179 0.004850 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:23] "GET /analytics/query/f23b34cb-b867-11f0-a8b1-00000a0000f9 HTTP/1.1" 200 221 0.001801 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:23] "GET /analytics/query/f23b34cb-b867-11f0-a8b1-00000a0000f9 HTTP/1.1" 200 338 0.002236 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:23] "GET /analytics/query/f23b34cb-b867-11f0-a8b1-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001719 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:23] "POST /analytics/query HTTP/1.1" 202 179 0.007931 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:23] "GET /analytics/query/f28b4fa8-b867-11f0-80be-00000a0000f9 HTTP/1.1" 200 221 0.001624 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:24] "GET /analytics/query/f28b4fa8-b867-11f0-80be-00000a0000f9 HTTP/1.1" 200 338 0.002019 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:24] "GET /analytics/query/f28b4fa8-b867-11f0-80be-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001574 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:24] "POST /analytics/query HTTP/1.1" 202 179 0.004395 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:24] "GET /analytics/query/f2dd1acd-b867-11f0-a530-00000a0000f9 HTTP/1.1" 200 221 0.002410 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:24] "GET /analytics/query/f2dd1acd-b867-11f0-a530-00000a0000f9 HTTP/1.1" 200 338 0.001916 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:24] "GET /analytics/query/f2dd1acd-b867-11f0-a530-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001766 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:24] "POST /analytics/query HTTP/1.1" 202 179 0.005054 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:24] "GET /analytics/query/f32de544-b867-11f0-ab1a-00000a0000f9 HTTP/1.1" 200 221 0.005137 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:25] "GET /analytics/query/f32de544-b867-11f0-ab1a-00000a0000f9 HTTP/1.1" 200 338 0.001866 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:25] "GET /analytics/query/f32de544-b867-11f0-ab1a-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001500 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:25] "POST /analytics/query HTTP/1.1" 202 179 0.010011 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:25] "GET /analytics/query/f37fb1fb-b867-11f0-a5c7-00000a0000f9 HTTP/1.1" 200 221 0.001630 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:26] "GET /analytics/query/f37fb1fb-b867-11f0-a5c7-00000a0000f9 HTTP/1.1" 200 338 0.001853 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:26] "GET /analytics/query/f37fb1fb-b867-11f0-a5c7-00000a0000f9/chunk-final/0 HTTP/1.1" 200 4013 0.001959 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:26] "POST /analytics/query HTTP/1.1" 202 179 0.006142 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:26] "GET /analytics/query/f3d187d4-b867-11f0-b9c4-00000a0000f9 HTTP/1.1" 200 221 0.001426 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:26] "GET /analytics/query/f3d187d4-b867-11f0-b9c4-00000a0000f9 HTTP/1.1" 200 338 0.001902 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:26] "GET /analytics/query/f3d187d4-b867-11f0-b9c4-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001629 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:26] "POST /analytics/query HTTP/1.1" 202 179 0.005032 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:26] "GET /analytics/query/f42179d4-b867-11f0-a38b-00000a0000f9 HTTP/1.1" 200 221 0.002215 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:27] "GET /analytics/query/f42179d4-b867-11f0-a38b-00000a0000f9 HTTP/1.1" 200 338 0.002168 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:27] "GET /analytics/query/f42179d4-b867-11f0-a38b-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001653 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:27] "POST /analytics/query HTTP/1.1" 202 179 0.023623 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:27] "GET /analytics/query/f4717ede-b867-11f0-b826-00000a0000f9 HTTP/1.1" 200 221 0.001661 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:27] "GET /analytics/query/f4717ede-b867-11f0-b826-00000a0000f9 HTTP/1.1" 200 338 0.002425 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:27] "GET /analytics/query/f4717ede-b867-11f0-b826-00000a0000f9/chunk-final/0 HTTP/1.1" 200 2082 0.002177 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.003832 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.003730 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:28] "POST /analytics/query HTTP/1.1" 202 179 0.004933 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:28] "GET /analytics/query/f57b90e4-b867-11f0-a351-00000a0000f9 HTTP/1.1" 200 221 0.002139 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:29] "GET /analytics/query/f57b90e4-b867-11f0-a351-00000a0000f9 HTTP/1.1" 200 340 0.001846 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:29] "GET /analytics/query/f57b90e4-b867-11f0-a351-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1531862 0.033998 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:29] "POST /analytics/query HTTP/1.1" 202 179 0.005884 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:29] "GET /analytics/query/f5d7ec45-b867-11f0-ab6d-00000a0000f9 HTTP/1.1" 200 221 0.001603 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:29] "GET /analytics/query/f5d7ec45-b867-11f0-ab6d-00000a0000f9 HTTP/1.1" 200 340 0.002581 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:29] "GET /analytics/query/f5d7ec45-b867-11f0-ab6d-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1531950 0.034847 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003683 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003647 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.005255 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004853 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003614 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:33] "POST /analytics/query HTTP/1.1" 202 179 0.011345 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:33] "GET /analytics/query/f820dc74-b867-11f0-bd0b-00000a0000f9 HTTP/1.1" 200 221 0.001799 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:33] "GET /analytics/query/f820dc74-b867-11f0-bd0b-00000a0000f9 HTTP/1.1" 200 339 0.001966 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:33] "GET /analytics/query/f820dc74-b867-11f0-bd0b-00000a0000f9/chunk-final/0 HTTP/1.1" 200 41683 0.003758 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003805 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:34] "POST /analytics/query HTTP/1.1" 202 179 0.006946 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:34] "GET /analytics/query/f8d1aa7d-b867-11f0-b112-00000a0000f9 HTTP/1.1" 200 221 0.002056 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:34] "GET /analytics/query/f8d1aa7d-b867-11f0-b112-00000a0000f9 HTTP/1.1" 200 341 0.002248 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:34] "GET /analytics/query/f8d1aa7d-b867-11f0-b112-00000a0000f9/chunk-final/0 HTTP/1.1" 200 996595 0.033402 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003447 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.004703 [API:8081]10.0.0.249 - - [2025-11-03 03:48:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058272 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004163 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:40] "POST /analytics/query HTTP/1.1" 200 145 1.012242 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003638 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:42] "POST /analytics/query HTTP/1.1" 200 2286 1.013043 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004848 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:43] "POST /analytics/query HTTP/1.1" 200 764 1.013908 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.004979 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:45] "POST /analytics/query HTTP/1.1" 200 2897 1.011096 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.003676 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:47] "POST /analytics/query HTTP/1.1" 200 261 1.016059 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.004483 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:48] "POST /analytics/query HTTP/1.1" 200 1398 1.010412 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.005203 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:50] "POST /analytics/query HTTP/1.1" 200 2897 1.011144 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.004113 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:51] "POST /analytics/query HTTP/1.1" 200 825 1.017193 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003446 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:53] "POST /analytics/query HTTP/1.1" 200 141429 1.015022 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003386 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:55] "POST /analytics/query HTTP/1.1" 200 631 1.011810 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.003940 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:56] "POST /analytics/query HTTP/1.1" 200 261 1.015549 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003752 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:58] "POST /analytics/query HTTP/1.1" 200 596 1.010662 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:48:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003533 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:49:00] "POST /analytics/query HTTP/1.1" 200 1257 1.014888 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:49:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003540 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:49:01] "POST /analytics/query HTTP/1.1" 200 596 1.013255 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:49:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.004260 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:49:03] "POST /analytics/query HTTP/1.1" 200 236 1.011499 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:49:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.006433 [API:8081]10.0.0.249 - - [2025-11-03 03:49:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2025-11-03 03:49:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1700 0.060488 [API:8081]10.0.0.249 - - [2025-11-03 03:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.081050 [API:8081]10.0.0.249 - - [2025-11-03 03:49:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.111604 [API:8081]10.0.0.249 - - [2025-11-03 03:49:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.009863 [API:8081]10.0.0.23 - - [2025-11-03 03:50:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.23 - - [2025-11-03 03:50:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.23 - - [2025-11-03 03:50:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.23 - - [2025-11-03 03:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.61 - - [2025-11-03 03:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.61 - - [2025-11-03 03:50:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2025-11-03 03:50:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-11-03 03:50:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-03 03:50:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.61 - - [2025-11-03 03:50:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-11-03 03:50:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2025-11-03 03:50:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2025-11-03 03:50:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054142 [API:8081]10.0.0.249 - - [2025-11-03 03:51:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.009226 [API:8081]10.0.0.249 - - [2025-11-03 03:51:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.010596 [API:8081]10.0.0.249 - - [2025-11-03 03:51:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.010866 [API:8081]10.0.0.249 - - [2025-11-03 03:51:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.008742 [API:8081]10.0.0.249 - - [2025-11-03 03:51:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.008328 [API:8081]10.0.0.249 - - [2025-11-03 03:51:28] "POST /analytics/query HTTP/1.1" 200 222 1.018019 [API:8081]10.0.0.249 - - [2025-11-03 03:51:29] "POST /analytics/query HTTP/1.1" 200 222 1.017015 [API:8081]10.0.0.249 - - [2025-11-03 03:51:30] "POST /analytics/query HTTP/1.1" 200 353 1.016814 [API:8081]10.0.0.249 - - [2025-11-03 03:51:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.057229 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:52:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003196 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003105 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003093 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002905 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:52:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003743 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002785 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002930 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 03:52:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003072 [API:8081]10.0.0.61 - - [2025-11-03 03:53:21] "GET /analytics HTTP/1.1" 401 206 0.000415 [API:8081]10.0.0.61 - - [2025-11-03 03:53:21] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.249 - - [2025-11-03 03:53:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052234 [API:8081]10.0.0.249 - - [2025-11-03 03:53:50] "GET /analytics HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2025-11-03 03:53:50] "GET /analytics HTTP/1.1" 401 206 0.000171 [API:8081]10.0.0.23 - - [2025-11-03 03:53:51] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.23 - - [2025-11-03 03:53:51] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.249 - - [2025-11-03 03:54:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.063138 [API:8081]10.0.0.249 - - [2025-11-03 03:54:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26215 0.021281 [API:8081]10.0.0.249 - - [2025-11-03 03:54:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13797 0.020058 [API:8081]10.0.0.249 - - [2025-11-03 03:54:51] "POST /analytics/query HTTP/1.1" 200 507 1.067027 [API:8081]10.0.0.249 - - [2025-11-03 03:54:52] "POST /analytics/query HTTP/1.1" 200 353 1.016437 [API:8081]10.0.0.249 - - [2025-11-03 03:54:53] "POST /analytics/query HTTP/1.1" 200 353 1.018824 [API:8081]10.0.0.23 - - [2025-11-03 03:55:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2025-11-03 03:55:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.23 - - [2025-11-03 03:55:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.23 - - [2025-11-03 03:55:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.61 - - [2025-11-03 03:55:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-03 03:55:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.249 - - [2025-11-03 03:55:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-11-03 03:55:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-03 03:55:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.61 - - [2025-11-03 03:55:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2025-11-03 03:55:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2025-11-03 03:55:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2025-11-03 03:56:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055614 [API:8081]10.0.0.249 - - [2025-11-03 03:57:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.070168 [API:8081]10.0.0.249 - - [2025-11-03 03:59:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058975 [API:8081]10.0.0.23 - - [2025-11-03 04:00:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.23 - - [2025-11-03 04:00:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.23 - - [2025-11-03 04:00:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.23 - - [2025-11-03 04:00:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.61 - - [2025-11-03 04:00:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.61 - - [2025-11-03 04:00:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2025-11-03 04:00:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2025-11-03 04:00:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.61 - - [2025-11-03 04:00:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.61 - - [2025-11-03 04:00:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.249 - - [2025-11-03 04:00:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-11-03 04:00:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-11-03 04:00:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061569 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:02:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002763 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002445 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002915 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002743 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:02:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003109 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002171 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002389 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:02:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002572 [API:8081]10.0.0.249 - - [2025-11-03 04:02:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058489 [API:8081]10.0.0.61 - - [2025-11-03 04:03:21] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-03 04:03:21] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2025-11-03 04:03:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.062371 [API:8081]10.0.0.249 - - [2025-11-03 04:03:51] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-11-03 04:03:51] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.23 - - [2025-11-03 04:03:51] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.23 - - [2025-11-03 04:03:51] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.23 - - [2025-11-03 04:05:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000452 [API:8081]10.0.0.23 - - [2025-11-03 04:05:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.23 - - [2025-11-03 04:05:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.23 - - [2025-11-03 04:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.61 - - [2025-11-03 04:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.61 - - [2025-11-03 04:05:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2025-11-03 04:05:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-11-03 04:05:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.61 - - [2025-11-03 04:05:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.61 - - [2025-11-03 04:05:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.249 - - [2025-11-03 04:05:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2025-11-03 04:05:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2025-11-03 04:05:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057457 [API:8081]10.0.0.249 - - [2025-11-03 04:06:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059126 [API:8081]10.0.0.249 - - [2025-11-03 04:07:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.249 - - [2025-11-03 04:07:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.049884 [API:8081]10.0.0.249 - - [2025-11-03 04:08:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:b9484467-7a59-40d2-8dd5-e6398ec8d205?flat HTTP/1.1" 200 5209 0.086230 [API:8081]10.0.0.249 - - [2025-11-03 04:08:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:b9484467-7a59-40d2-8dd5-e6398ec8d205?flat HTTP/1.1" 200 5209 0.071532 [API:8081]10.0.0.249 - - [2025-11-03 04:08:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:b9484467-7a59-40d2-8dd5-e6398ec8d205?flat HTTP/1.1" 200 5209 0.018348 [API:8081]10.0.0.249 - - [2025-11-03 04:08:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-88598743:EVPN-VN1?flat HTTP/1.1" 200 7827 0.020607 [API:8081]10.0.0.249 - - [2025-11-03 04:08:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26218 0.031032 [API:8081]10.0.0.249 - - [2025-11-03 04:08:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.020836 [API:8081]10.0.0.249 - - [2025-11-03 04:08:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26218 0.026870 [API:8081]10.0.0.249 - - [2025-11-03 04:08:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13062 0.026068 [API:8081]10.0.0.249 - - [2025-11-03 04:08:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009212 [API:8081]10.0.0.249 - - [2025-11-03 04:08:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:e75ffcee-5a91-4afd-bf74-3fd318376e87?flat HTTP/1.1" 200 5064 0.012778 [API:8081]10.0.0.249 - - [2025-11-03 04:08:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:e75ffcee-5a91-4afd-bf74-3fd318376e87?flat HTTP/1.1" 200 5064 0.014458 [API:8081]10.0.0.249 - - [2025-11-03 04:08:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:e75ffcee-5a91-4afd-bf74-3fd318376e87?flat HTTP/1.1" 200 5064 0.014252 [API:8081]10.0.0.249 - - [2025-11-03 04:08:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-88598743:EVPN-VN1?flat HTTP/1.1" 200 7827 0.018525 [API:8081]10.0.0.249 - - [2025-11-03 04:08:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.020960 [API:8081]10.0.0.249 - - [2025-11-03 04:08:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.034054 [API:8081]10.0.0.249 - - [2025-11-03 04:08:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008732 [API:8081]10.0.0.249 - - [2025-11-03 04:08:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059224 [API:8081]10.0.0.249 - - [2025-11-03 04:09:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.064917 [API:8081]10.0.0.23 - - [2025-11-03 04:10:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2025-11-03 04:10:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.23 - - [2025-11-03 04:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.23 - - [2025-11-03 04:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.61 - - [2025-11-03 04:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.61 - - [2025-11-03 04:10:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-11-03 04:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-11-03 04:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.61 - - [2025-11-03 04:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.61 - - [2025-11-03 04:10:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2025-11-03 04:10:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2025-11-03 04:10:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-11-03 04:10:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:b9484467-7a59-40d2-8dd5-e6398ec8d205?flat HTTP/1.1" 200 5324 0.013890 [API:8081]10.0.0.249 - - [2025-11-03 04:10:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:b9484467-7a59-40d2-8dd5-e6398ec8d205?flat HTTP/1.1" 200 5324 0.013588 [API:8081]10.0.0.249 - - [2025-11-03 04:10:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:b9484467-7a59-40d2-8dd5-e6398ec8d205?flat HTTP/1.1" 200 5324 0.013764 [API:8081]10.0.0.249 - - [2025-11-03 04:10:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-88598743:EVPN-VN1?flat HTTP/1.1" 200 8321 0.021169 [API:8081]10.0.0.249 - - [2025-11-03 04:10:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23721 0.021745 [API:8081]10.0.0.249 - - [2025-11-03 04:10:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12019 0.019885 [API:8081]10.0.0.249 - - [2025-11-03 04:10:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23721 0.018762 [API:8081]10.0.0.249 - - [2025-11-03 04:11:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12019 0.018760 [API:8081]10.0.0.249 - - [2025-11-03 04:11:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010306 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:e75ffcee-5a91-4afd-bf74-3fd318376e87?flat HTTP/1.1" 200 5325 0.013668 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:e75ffcee-5a91-4afd-bf74-3fd318376e87?flat HTTP/1.1" 200 5325 0.014446 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-88598743:e75ffcee-5a91-4afd-bf74-3fd318376e87?flat HTTP/1.1" 200 5325 0.016050 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-88598743:EVPN-VN1?flat HTTP/1.1" 200 9465 0.023657 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23274 0.025104 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12020 0.030697 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23274 0.020619 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12020 0.019923 [API:8081]10.0.0.249 - - [2025-11-03 04:11:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010271 [API:8081]10.0.0.249 - - [2025-11-03 04:11:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074262 [API:8081]10.0.0.249 - - [2025-11-03 04:12:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32162 0.025677 [API:8081]10.0.0.249 - - [2025-11-03 04:12:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12298 0.026852 [API:8081]10.0.0.249 - - [2025-11-03 04:12:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-88598743:EVPN-VN1?flat HTTP/1.1" 200 8790 0.024551 [API:8081]10.0.0.249 - - [2025-11-03 04:12:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012525 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:12:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002833 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:12:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002866 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:12:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002703 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:12:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002578 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:12:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002881 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:12:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002043 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:12:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002343 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:12:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002566 [API:8081]10.0.0.249 - - [2025-11-03 04:12:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25295 0.020674 [API:8081]10.0.0.249 - - [2025-11-03 04:12:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12803 0.018363 [API:8081]10.0.0.249 - - [2025-11-03 04:12:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25296 0.043135 [API:8081]10.0.0.249 - - [2025-11-03 04:12:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12426 0.022547 [API:8081]10.0.0.249 - - [2025-11-03 04:12:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-88598743:EVPN-VN1?flat HTTP/1.1" 200 5989 0.013154 [API:8081]10.0.0.249 - - [2025-11-03 04:12:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008752 [API:8081]10.0.0.249 - - [2025-11-03 04:12:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.050607 [API:8081]10.0.0.61 - - [2025-11-03 04:13:21] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.61 - - [2025-11-03 04:13:21] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.249 - - [2025-11-03 04:13:51] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-11-03 04:13:51] "GET /analytics HTTP/1.1" 401 206 0.000171 [API:8081]10.0.0.23 - - [2025-11-03 04:13:51] "GET /analytics HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.23 - - [2025-11-03 04:13:51] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.249 - - [2025-11-03 04:14:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068059 [API:8081]10.0.0.249 - - [2025-11-03 04:15:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-56328612:00198d64-1c59-4c53-9346-6fe5191cf415?flat HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2025-11-03 04:15:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-56328612:00198d64-1c59-4c53-9346-6fe5191cf415?flat HTTP/1.1" 200 4944 0.416530 [API:8081]10.0.0.249 - - [2025-11-03 04:15:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-56328612:00198d64-1c59-4c53-9346-6fe5191cf415?flat HTTP/1.1" 200 4944 0.122676 [API:8081]10.0.0.249 - - [2025-11-03 04:15:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-56328612:00198d64-1c59-4c53-9346-6fe5191cf415?flat HTTP/1.1" 200 4944 0.066037 [API:8081]10.0.0.249 - - [2025-11-03 04:15:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-48054129:ctest-TestRbac-48054129-45096913?flat HTTP/1.1" 200 7738 0.079505 [API:8081]10.0.0.249 - - [2025-11-03 04:15:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.072112 [API:8081]10.0.0.249 - - [2025-11-03 04:15:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.129359 [API:8081]10.0.0.249 - - [2025-11-03 04:15:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2025-11-03 04:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.062952 [API:8081]10.0.0.249 - - [2025-11-03 04:15:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12893 0.069347 [API:8081]10.0.0.249 - - [2025-11-03 04:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.077340 [API:8081]10.0.0.249 - - [2025-11-03 04:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.140373 [API:8081]10.0.0.249 - - [2025-11-03 04:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.032182 [API:8081]10.0.0.249 - - [2025-11-03 04:15:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12893 0.026988 [API:8081]10.0.0.249 - - [2025-11-03 04:15:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.068060 [API:8081]10.0.0.249 - - [2025-11-03 04:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.039841 [API:8081]10.0.0.249 - - [2025-11-03 04:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.118437 [API:8081]10.0.0.249 - - [2025-11-03 04:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.059610 [API:8081]10.0.0.249 - - [2025-11-03 04:15:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12893 0.018778 [API:8081]10.0.0.249 - - [2025-11-03 04:15:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.025816 [API:8081]10.0.0.249 - - [2025-11-03 04:15:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12893 0.023136 [API:8081]10.0.0.23 - - [2025-11-03 04:15:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.23 - - [2025-11-03 04:15:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.23 - - [2025-11-03 04:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.23 - - [2025-11-03 04:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.61 - - [2025-11-03 04:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.61 - - [2025-11-03 04:15:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.249 - - [2025-11-03 04:15:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.019576 [API:8081]10.0.0.249 - - [2025-11-03 04:15:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12893 0.023275 [API:8081]10.0.0.249 - - [2025-11-03 04:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000412 [API:8081]10.0.0.249 - - [2025-11-03 04:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.61 - - [2025-11-03 04:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.61 - - [2025-11-03 04:15:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2025-11-03 04:15:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2025-11-03 04:15:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2025-11-03 04:15:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.020973 [API:8081]10.0.0.249 - - [2025-11-03 04:15:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12893 0.019960 [API:8081]10.0.0.249 - - [2025-11-03 04:15:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.024542 [API:8081]10.0.0.249 - - [2025-11-03 04:15:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12481 0.026994 [API:8081]10.0.0.249 - - [2025-11-03 04:15:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-48054129:ctest-TestRbac-48054129-45096913?flat HTTP/1.1" 200 6492 0.011202 [API:8081]10.0.0.249 - - [2025-11-03 04:15:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009320 [API:8081]10.0.0.249 - - [2025-11-03 04:15:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2025-11-03 04:15:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.050501 [API:8081]10.0.0.249 - - [2025-11-03 04:15:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.342506 [API:8081]10.0.0.249 - - [2025-11-03 04:16:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.076676 [API:8081]10.0.0.249 - - [2025-11-03 04:16:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.008956 [API:8081]10.0.0.249 - - [2025-11-03 04:16:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-29552970:835afae3-c1cd-455a-bf5b-6ec13c0c249a?flat HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-11-03 04:16:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-29552970:835afae3-c1cd-455a-bf5b-6ec13c0c249a?flat HTTP/1.1" 200 5390 0.114992 [API:8081]10.0.0.249 - - [2025-11-03 04:16:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-29552970:835afae3-c1cd-455a-bf5b-6ec13c0c249a?flat HTTP/1.1" 200 5390 0.050302 [API:8081]10.0.0.249 - - [2025-11-03 04:16:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-29552970:835afae3-c1cd-455a-bf5b-6ec13c0c249a?flat HTTP/1.1" 200 5390 0.052413 [API:8081]10.0.0.249 - - [2025-11-03 04:16:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-29552970:ctest-TestRbacBasic-29552970-43025417?flat HTTP/1.1" 200 4133 0.059206 [API:8081]10.0.0.249 - - [2025-11-03 04:16:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.065147 [API:8081]10.0.0.249 - - [2025-11-03 04:16:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.070160 [API:8081]10.0.0.249 - - [2025-11-03 04:16:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.021425 [API:8081]10.0.0.249 - - [2025-11-03 04:16:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.019662 [API:8081]10.0.0.249 - - [2025-11-03 04:16:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.051194 [API:8081]10.0.0.249 - - [2025-11-03 04:16:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.066671 [API:8081]10.0.0.249 - - [2025-11-03 04:16:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.037982 [API:8081]10.0.0.249 - - [2025-11-03 04:16:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.018987 [API:8081]10.0.0.249 - - [2025-11-03 04:16:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.066466 [API:8081]10.0.0.249 - - [2025-11-03 04:16:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.031103 [API:8081]10.0.0.249 - - [2025-11-03 04:16:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.086144 [API:8081]10.0.0.249 - - [2025-11-03 04:16:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.064225 [API:8081]10.0.0.249 - - [2025-11-03 04:16:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.025660 [API:8081]10.0.0.249 - - [2025-11-03 04:16:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.019848 [API:8081]10.0.0.249 - - [2025-11-03 04:16:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.025336 [API:8081]10.0.0.249 - - [2025-11-03 04:16:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.025118 [API:8081]10.0.0.249 - - [2025-11-03 04:16:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.027654 [API:8081]10.0.0.249 - - [2025-11-03 04:16:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.022316 [API:8081]10.0.0.249 - - [2025-11-03 04:16:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.023228 [API:8081]10.0.0.249 - - [2025-11-03 04:16:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.024994 [API:8081]10.0.0.249 - - [2025-11-03 04:16:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.026757 [API:8081]10.0.0.249 - - [2025-11-03 04:16:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.024286 [API:8081]10.0.0.249 - - [2025-11-03 04:16:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.024944 [API:8081]10.0.0.249 - - [2025-11-03 04:16:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.020099 [API:8081]10.0.0.249 - - [2025-11-03 04:16:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.020719 [API:8081]10.0.0.249 - - [2025-11-03 04:16:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.030375 [API:8081]10.0.0.249 - - [2025-11-03 04:16:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13021 0.025667 [API:8081]10.0.0.249 - - [2025-11-03 04:17:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.024062 [API:8081]10.0.0.249 - - [2025-11-03 04:17:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12574 0.023307 [API:8081]10.0.0.249 - - [2025-11-03 04:17:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-29552970:ctest-TestRbacBasic-29552970-43025417?flat HTTP/1.1" 200 2240 0.012975 [API:8081]10.0.0.249 - - [2025-11-03 04:17:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011253 [Introspect:8090]10.0.0.249 - - [2025-11-03 04:17:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001058 [API:8081]10.0.0.249 - - [2025-11-03 04:17:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2025-11-03 04:17:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.056643 [API:8081]10.0.0.249 - - [2025-11-03 04:17:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047699 [API:8081]10.0.0.249 - - [2025-11-03 04:19:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.065345 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:b1950d15-b567-41d9-9419-9eb872fc97b2?flat HTTP/1.1" 200 5444 0.022420 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:b1950d15-b567-41d9-9419-9eb872fc97b2?flat HTTP/1.1" 200 5444 0.070817 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:b1950d15-b567-41d9-9419-9eb872fc97b2?flat HTTP/1.1" 200 5444 0.068574 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-12332368:ctest-vn1-86986948?flat HTTP/1.1" 200 9550 0.020151 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.031299 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13004 0.022819 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.022466 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13004 0.020884 [API:8081]10.0.0.249 - - [2025-11-03 04:20:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012104 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:9414db6e-89a8-4cc2-9a9c-fb556c287a9a?flat HTTP/1.1" 200 5365 0.016777 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:9414db6e-89a8-4cc2-9a9c-fb556c287a9a?flat HTTP/1.1" 200 5365 0.014121 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:9414db6e-89a8-4cc2-9a9c-fb556c287a9a?flat HTTP/1.1" 200 5365 0.015283 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-12332368:ctest-vn1-86986948?flat HTTP/1.1" 200 9487 0.025995 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.030546 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.029811 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.026177 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.025967 [API:8081]10.0.0.249 - - [2025-11-03 04:20:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011194 [API:8081]10.0.0.249 - - [2025-11-03 04:20:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.034726 [API:8081]10.0.0.249 - - [2025-11-03 04:20:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.019983 [API:8081]10.0.0.23 - - [2025-11-03 04:20:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2025-11-03 04:20:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2025-11-03 04:20:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.033099 [API:8081]10.0.0.249 - - [2025-11-03 04:20:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.064683 [API:8081]10.0.0.23 - - [2025-11-03 04:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2025-11-03 04:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.61 - - [2025-11-03 04:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.61 - - [2025-11-03 04:20:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2025-11-03 04:20:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2025-11-03 04:20:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.61 - - [2025-11-03 04:20:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-03 04:20:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-11-03 04:20:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.249 - - [2025-11-03 04:20:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2025-11-03 04:20:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.028494 [API:8081]10.0.0.249 - - [2025-11-03 04:20:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.021458 [API:8081]10.0.0.249 - - [2025-11-03 04:20:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.026562 [API:8081]10.0.0.249 - - [2025-11-03 04:20:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.020752 [API:8081]10.0.0.249 - - [2025-11-03 04:20:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027079 [API:8081]10.0.0.249 - - [2025-11-03 04:20:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.020943 [API:8081]10.0.0.249 - - [2025-11-03 04:20:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.025930 [API:8081]10.0.0.249 - - [2025-11-03 04:20:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.028465 [API:8081]10.0.0.249 - - [2025-11-03 04:20:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.035750 [API:8081]10.0.0.249 - - [2025-11-03 04:20:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12984 0.023408 [API:8081]10.0.0.249 - - [2025-11-03 04:20:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.024486 [API:8081]10.0.0.249 - - [2025-11-03 04:20:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12598 0.022216 [API:8081]10.0.0.249 - - [2025-11-03 04:20:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-12332368:ctest-vn1-86986948?flat HTTP/1.1" 200 7751 0.016497 [API:8081]10.0.0.249 - - [2025-11-03 04:20:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010908 [API:8081]10.0.0.249 - - [2025-11-03 04:20:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.027264 [API:8081]10.0.0.249 - - [2025-11-03 04:20:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13002 0.021904 [API:8081]10.0.0.249 - - [2025-11-03 04:20:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.021769 [API:8081]10.0.0.249 - - [2025-11-03 04:20:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13002 0.018933 [API:8081]10.0.0.249 - - [2025-11-03 04:20:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.032533 [API:8081]10.0.0.249 - - [2025-11-03 04:20:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13002 0.023566 [API:8081]10.0.0.249 - - [2025-11-03 04:20:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.019726 [API:8081]10.0.0.249 - - [2025-11-03 04:20:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13002 0.019905 [API:8081]10.0.0.249 - - [2025-11-03 04:20:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.023710 [API:8081]10.0.0.249 - - [2025-11-03 04:20:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13002 0.023393 [API:8081]10.0.0.249 - - [2025-11-03 04:20:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.020332 [API:8081]10.0.0.249 - - [2025-11-03 04:20:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 13002 0.023076 [API:8081]10.0.0.249 - - [2025-11-03 04:21:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.021500 [API:8081]10.0.0.249 - - [2025-11-03 04:21:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12608 0.027342 [API:8081]10.0.0.249 - - [2025-11-03 04:21:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-12332368:ctest-vn1-86986948?flat HTTP/1.1" 200 6233 0.016930 [API:8081]10.0.0.249 - - [2025-11-03 04:21:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009589 [API:8081]10.0.0.249 - - [2025-11-03 04:21:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059726 [API:8081]10.0.0.249 - - [2025-11-03 04:21:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.009539 [API:8081]10.0.0.249 - - [2025-11-03 04:21:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.010105 [API:8081]10.0.0.249 - - [2025-11-03 04:22:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.060824 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:22:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004619 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:22:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003359 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:22:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007160 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:22:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002685 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:22:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003792 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:22:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002742 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:22:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004158 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:22:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003366 [API:8081]10.0.0.61 - - [2025-11-03 04:23:21] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.61 - - [2025-11-03 04:23:21] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.249 - - [2025-11-03 04:23:51] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-11-03 04:23:51] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.23 - - [2025-11-03 04:23:51] "GET /analytics HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.23 - - [2025-11-03 04:23:51] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.249 - - [2025-11-03 04:24:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.409770 [Introspect:8090]10.0.0.249 - - [2025-11-03 04:24:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001080 [API:8081]10.0.0.249 - - [2025-11-03 04:24:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12140 0.383885 [API:8081]10.0.0.249 - - [2025-11-03 04:24:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 6201 0.411220 [API:8081]10.0.0.249 - - [2025-11-03 04:24:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 6202 0.063948 [API:8081]10.0.0.249 - - [2025-11-03 04:24:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4597-3?flat HTTP/1.1" 200 4127 0.014344 [API:8081]10.0.0.249 - - [2025-11-03 04:24:24] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?flat HTTP/1.1" 200 7401 0.016023 [API:8081]10.0.0.249 - - [2025-11-03 04:24:24] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?flat HTTP/1.1" 200 5905 0.015278 [API:8081]10.0.0.249 - - [2025-11-03 04:24:24] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?flat HTTP/1.1" 200 5907 0.015234 [API:8081]10.0.0.249 - - [2025-11-03 04:24:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1853 0.012228 [API:8081]10.0.0.249 - - [2025-11-03 04:25:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.064121 [API:8081]10.0.0.249 - - [2025-11-03 04:25:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:87ebc179-2fa4-4653-b22b-34a664777603?flat HTTP/1.1" 200 5252 0.014634 [API:8081]10.0.0.249 - - [2025-11-03 04:25:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:87ebc179-2fa4-4653-b22b-34a664777603?flat HTTP/1.1" 200 5252 0.014021 [API:8081]10.0.0.249 - - [2025-11-03 04:25:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:87ebc179-2fa4-4653-b22b-34a664777603?flat HTTP/1.1" 200 5252 0.015026 [API:8081]10.0.0.249 - - [2025-11-03 04:25:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-12332368:ctest-vn1-09386129?flat HTTP/1.1" 200 7118 0.015600 [API:8081]10.0.0.249 - - [2025-11-03 04:25:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24681 0.030418 [API:8081]10.0.0.249 - - [2025-11-03 04:25:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12462 0.023151 [API:8081]10.0.0.249 - - [2025-11-03 04:25:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24681 0.024391 [API:8081]10.0.0.249 - - [2025-11-03 04:25:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12462 0.020838 [API:8081]10.0.0.249 - - [2025-11-03 04:25:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011334 [API:8081]10.0.0.23 - - [2025-11-03 04:25:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2025-11-03 04:25:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.23 - - [2025-11-03 04:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.23 - - [2025-11-03 04:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-03 04:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.61 - - [2025-11-03 04:25:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2025-11-03 04:25:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2025-11-03 04:25:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.61 - - [2025-11-03 04:25:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.61 - - [2025-11-03 04:25:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2025-11-03 04:25:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.249 - - [2025-11-03 04:25:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2025-11-03 04:26:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:87704001-ba87-4532-8964-acde86ad0ef8?flat HTTP/1.1" 200 5242 0.016350 [API:8081]10.0.0.249 - - [2025-11-03 04:26:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:87704001-ba87-4532-8964-acde86ad0ef8?flat HTTP/1.1" 200 5242 0.014985 [API:8081]10.0.0.249 - - [2025-11-03 04:26:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-12332368:87704001-ba87-4532-8964-acde86ad0ef8?flat HTTP/1.1" 200 5242 0.015478 [API:8081]10.0.0.249 - - [2025-11-03 04:26:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-12332368:ctest-vn2-29137987?flat HTTP/1.1" 200 6972 0.018339 [API:8081]10.0.0.249 - - [2025-11-03 04:26:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33164 0.042639 [API:8081]10.0.0.249 - - [2025-11-03 04:26:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12447 0.026994 [API:8081]10.0.0.249 - - [2025-11-03 04:26:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33164 0.032631 [API:8081]10.0.0.249 - - [2025-11-03 04:26:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12447 0.022032 [API:8081]10.0.0.249 - - [2025-11-03 04:26:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010606 [API:8081]10.0.0.249 - - [2025-11-03 04:27:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.026253 [API:8081]10.0.0.249 - - [2025-11-03 04:27:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 13002 0.026411 [API:8081]10.0.0.249 - - [2025-11-03 04:27:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062945 [API:8081]10.0.0.249 - - [2025-11-03 04:27:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.034721 [API:8081]10.0.0.249 - - [2025-11-03 04:27:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 13002 0.028091 [API:8081]10.0.0.249 - - [2025-11-03 04:27:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.030678 [API:8081]10.0.0.249 - - [2025-11-03 04:27:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 13002 0.036108 [API:8081]10.0.0.249 - - [2025-11-03 04:27:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33171 0.029149 [API:8081]10.0.0.249 - - [2025-11-03 04:27:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12881 0.025851 [API:8081]10.0.0.249 - - [2025-11-03 04:27:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-12332368:ctest-vn2-29137987?flat HTTP/1.1" 200 7876 0.017891 [API:8081]10.0.0.249 - - [2025-11-03 04:27:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.007998 [API:8081]10.0.0.249 - - [2025-11-03 04:27:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24699 0.022112 [API:8081]10.0.0.249 - - [2025-11-03 04:27:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12985 0.020311 [API:8081]10.0.0.249 - - [2025-11-03 04:27:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24699 0.020023 [API:8081]10.0.0.249 - - [2025-11-03 04:27:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12985 0.022056 [API:8081]10.0.0.249 - - [2025-11-03 04:27:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24699 0.037181 [API:8081]10.0.0.249 - - [2025-11-03 04:27:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12985 0.020577 [API:8081]10.0.0.249 - - [2025-11-03 04:27:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24704 0.021067 [API:8081]10.0.0.249 - - [2025-11-03 04:27:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12985 0.021223 [API:8081]10.0.0.249 - - [2025-11-03 04:27:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24704 0.019087 [API:8081]10.0.0.249 - - [2025-11-03 04:27:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12985 0.022645 [API:8081]10.0.0.249 - - [2025-11-03 04:27:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24704 0.040943 [API:8081]10.0.0.249 - - [2025-11-03 04:27:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12985 0.020150 [API:8081]10.0.0.249 - - [2025-11-03 04:27:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24704 0.029409 [API:8081]10.0.0.249 - - [2025-11-03 04:27:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12862 0.024297 [API:8081]10.0.0.249 - - [2025-11-03 04:27:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-12332368:ctest-vn1-09386129?flat HTTP/1.1" 200 7903 0.016899 [API:8081]10.0.0.249 - - [2025-11-03 04:27:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009020 [API:8081]10.0.0.249 - - [2025-11-03 04:28:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.053986 [API:8081]10.0.0.249 - - [2025-11-03 04:28:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-94366797:9fbc6d67-cf4d-4dd6-95aa-51335fafb624?flat HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-11-03 04:28:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-94366797:9fbc6d67-cf4d-4dd6-95aa-51335fafb624?flat HTTP/1.1" 200 5239 0.051139 [API:8081]10.0.0.249 - - [2025-11-03 04:28:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-94366797:9fbc6d67-cf4d-4dd6-95aa-51335fafb624?flat HTTP/1.1" 200 5239 0.068135 [API:8081]10.0.0.249 - - [2025-11-03 04:28:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-94366797:9fbc6d67-cf4d-4dd6-95aa-51335fafb624?flat HTTP/1.1" 200 5239 0.070296 [API:8081]10.0.0.249 - - [2025-11-03 04:28:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-94366797:ctest-vn-66215813?flat HTTP/1.1" 200 8045 0.034705 [API:8081]10.0.0.249 - - [2025-11-03 04:28:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.024727 [API:8081]10.0.0.249 - - [2025-11-03 04:28:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12972 0.021526 [API:8081]10.0.0.249 - - [2025-11-03 04:28:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.020746 [API:8081]10.0.0.249 - - [2025-11-03 04:28:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12972 0.023100 [API:8081]10.0.0.249 - - [2025-11-03 04:28:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009668 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-94366797:3950d4fa-4037-42fa-8c54-773e8611d1dc?flat HTTP/1.1" 200 5242 0.015923 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-94366797:3950d4fa-4037-42fa-8c54-773e8611d1dc?flat HTTP/1.1" 200 5242 0.015757 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-94366797:3950d4fa-4037-42fa-8c54-773e8611d1dc?flat HTTP/1.1" 200 5242 0.023293 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-94366797:ctest-vn-34387570?flat HTTP/1.1" 200 8060 0.015002 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33188 0.026274 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12999 0.019911 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33188 0.031805 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12999 0.022469 [API:8081]10.0.0.249 - - [2025-11-03 04:28:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008899 [API:8081]10.0.0.249 - - [2025-11-03 04:29:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33188 0.054328 [API:8081]10.0.0.249 - - [2025-11-03 04:29:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12999 0.028718 [API:8081]10.0.0.249 - - [2025-11-03 04:29:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33188 0.026680 [API:8081]10.0.0.249 - - [2025-11-03 04:29:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12999 0.028671 [API:8081]10.0.0.249 - - [2025-11-03 04:29:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33192 0.027183 [API:8081]10.0.0.249 - - [2025-11-03 04:29:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-2?flat HTTP/1.1" 200 12610 0.021326 [API:8081]10.0.0.249 - - [2025-11-03 04:29:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-94366797:ctest-vn-34387570?flat HTTP/1.1" 200 6177 0.014147 [API:8081]10.0.0.249 - - [2025-11-03 04:29:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009191 [API:8081]10.0.0.249 - - [2025-11-03 04:29:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.035558 [API:8081]10.0.0.249 - - [2025-11-03 04:29:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12981 0.022621 [API:8081]10.0.0.249 - - [2025-11-03 04:29:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.022297 [API:8081]10.0.0.249 - - [2025-11-03 04:29:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12981 0.021332 [API:8081]10.0.0.249 - - [2025-11-03 04:29:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.024640 [API:8081]10.0.0.249 - - [2025-11-03 04:29:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12981 0.020847 [API:8081]10.0.0.249 - - [2025-11-03 04:29:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.019578 [API:8081]10.0.0.249 - - [2025-11-03 04:29:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12981 0.019591 [API:8081]10.0.0.249 - - [2025-11-03 04:29:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.021486 [API:8081]10.0.0.249 - - [2025-11-03 04:29:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12981 0.020381 [API:8081]10.0.0.249 - - [2025-11-03 04:29:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.031972 [API:8081]10.0.0.249 - - [2025-11-03 04:29:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12981 0.022262 [API:8081]10.0.0.249 - - [2025-11-03 04:29:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4597-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.033797 [API:8081]10.0.0.249 - - [2025-11-03 04:29:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4597-1?flat HTTP/1.1" 200 12594 0.022550 [API:8081]10.0.0.249 - - [2025-11-03 04:29:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-94366797:ctest-vn-66215813?flat HTTP/1.1" 200 6183 0.015412 [API:8081]10.0.0.249 - - [2025-11-03 04:29:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009456 [API:8081]10.0.0.249 - - [2025-11-03 04:29:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-11-03 04:29:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.057125 [API:8081]10.0.0.249 - - [2025-11-03 04:29:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.051631 [API:8081]10.0.0.249 - - [2025-11-03 04:30:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059211 [API:8081]10.0.0.23 - - [2025-11-03 04:30:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.23 - - [2025-11-03 04:30:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.23 - - [2025-11-03 04:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.23 - - [2025-11-03 04:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.61 - - [2025-11-03 04:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.61 - - [2025-11-03 04:30:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2025-11-03 04:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.249 - - [2025-11-03 04:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.61 - - [2025-11-03 04:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.61 - - [2025-11-03 04:30:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2025-11-03 04:30:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.249 - - [2025-11-03 04:30:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2025-11-03 04:31:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.064189 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:32:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002974 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:32:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002728 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:32:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003783 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:32:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003295 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:32:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003181 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:32:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003270 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:32:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003441 [LOCAL API:8181]127.0.0.1 - - [2025-11-03 04:32:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4597-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003657 [API:8081]10.0.0.249 - - [2025-11-03 04:33:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064348 [API:8081]10.0.0.61 - - [2025-11-03 04:33:21] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.61 - - [2025-11-03 04:33:21] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.249 - - [2025-11-03 04:33:51] "GET /analytics HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2025-11-03 04:33:51] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.23 - - [2025-11-03 04:33:51] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2025-11-03 04:33:51] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.249 - - [2025-11-03 04:34:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.063527 [API:8081]10.0.0.249 - - [2025-11-03 04:35:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-11-03 04:35:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.089862 [API:8081]10.0.0.23 - - [2025-11-03 04:35:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.23 - - [2025-11-03 04:35:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.23 - - [2025-11-03 04:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.23 - - [2025-11-03 04:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.61 - - [2025-11-03 04:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.61 - - [2025-11-03 04:35:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2025-11-03 04:35:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-11-03 04:35:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.61 - - [2025-11-03 04:35:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.61 - - [2025-11-03 04:35:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2025-11-03 04:35:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2025-11-03 04:35:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-11-03 04:36:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062539 [API:8081]10.0.0.249 - - [2025-11-03 04:37:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.071332 [API:8081]10.0.0.249 - - [2025-11-03 04:39:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053522 [API:8081]10.0.0.249 - - [2025-11-03 04:40:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.070037 [API:8081]10.0.0.23 - - [2025-11-03 04:40:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.23 - - [2025-11-03 04:40:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.23 - - [2025-11-03 04:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.23 - - [2025-11-03 04:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.61 - - [2025-11-03 04:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.61 - - [2025-11-03 04:40:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2025-11-03 04:40:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-11-03 04:40:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.61 - - [2025-11-03 04:40:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.61 - - [2025-11-03 04:40:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-11-03 04:40:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2025-11-03 04:40:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [Introspect:8090]10.0.0.249 - - [2025-11-03 04:40:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001007