++ 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 Mar 16 02:01:42 AM UTC 2026 ===================' INFO: =================== Mon Mar 16 02:01:42 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.38,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.22,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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.22: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.22,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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.22: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.38,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.22,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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.22: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.22: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.22: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.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.22,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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.22: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.22,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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.22: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.22: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.38,10.0.0.22,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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.22: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.38 ++ 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.38,10.0.0.22,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.38,10.0.0.22,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 ++ cut -d , -f 1 ++ echo 10.0.0.38,10.0.0.22,10.0.0.23 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.38 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.38,10.0.0.22,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ tr '\n' , ++++ uniq +++ local local_ips=,10.0.0.38,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.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 1 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + 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=__ ++ sed 's/^ANALYTICS_API__//g' ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ set -o posix ++ set + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: 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:1012: 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:1017: 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:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 03/16/2026 02:01:49.991 7fd7dfb15300 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/16/2026 02:01:50.152 7fd7dfb15300 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 03/16/2026 02:01:50.162 7fd7dfb15300 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/16/2026 02:01:50.162 7fd7dfb15300 [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.38:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.38 - - [2026-03-16 02:01:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.055153 [API:8081]10.0.0.22 - - [2026-03-16 02:02:31] "GET /analytics HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.22 - - [2026-03-16 02:02:31] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.23 - - [2026-03-16 02:02:32] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-03-16 02:02:32] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.38 - - [2026-03-16 02:02:33] "GET /analytics HTTP/1.1" 401 205 0.000490 [API:8081]10.0.0.38 - - [2026-03-16 02:02:33] "GET /analytics HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.22 - - [2026-03-16 02:03:02] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.22 - - [2026-03-16 02:03:02] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.23 - - [2026-03-16 02:03:03] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-03-16 02:03:03] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.38 - - [2026-03-16 02:03:04] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.38 - - [2026-03-16 02:03:04] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.22 - - [2026-03-16 02:03:33] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2026-03-16 02:03:33] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.23 - - [2026-03-16 02:03:33] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-03-16 02:03:33] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.38 - - [2026-03-16 02:03:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.058862 [Introspect:8090]10.0.0.38 - - [2026-03-16 02:04:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001151 [Introspect:8090]10.0.0.38 - - [2026-03-16 02:04:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001002 [API:8081]10.0.0.38 - - [2026-03-16 02:05:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077810 [API:8081]10.0.0.22 - - [2026-03-16 02:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.22 - - [2026-03-16 02:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-03-16 02:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-03-16 02:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2026-03-16 02:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2026-03-16 02:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000509 [API:8081]10.0.0.23 - - [2026-03-16 02:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-03-16 02:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.38 - - [2026-03-16 02:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.38 - - [2026-03-16 02:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.38 - - [2026-03-16 02:05:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2026-03-16 02:05:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [Introspect:8090]10.0.0.38 - - [2026-03-16 02:06:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001487 [Introspect:8090]10.0.0.38 - - [2026-03-16 02:06:15] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000527 [API:8081]10.0.0.38 - - [2026-03-16 02:06:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1:Control:contrail-control:0?flat HTTP/1.1" 200 27710 0.090187 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16350 0.080131 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2:Control:contrail-control:0?flat HTTP/1.1" 200 35660 0.078794 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16350 0.017388 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3:Control:contrail-control:0?flat HTTP/1.1" 200 38722 0.026285 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13601 0.015778 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019297 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017405 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.012602 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3375 0.016770 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010706 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.011902 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.017779 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.012551 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012718 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011789 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012024 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010660 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018184 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018615 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017668 [API:8081]10.0.0.38 - - [2026-03-16 02:06:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018163 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018676 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018260 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.025388 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.024644 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.023217 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015748 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.015581 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.025878 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023711 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018823 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.028739 [API:8081]10.0.0.38 - - [2026-03-16 02:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.055464 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017604 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.010820 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017946 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.013149 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.012185 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.017068 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012751 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.017506 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.018163 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013351 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011878 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.016007 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018168 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014104 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.012627 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016299 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.011300 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014591 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.013167 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.011246 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.015077 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.013160 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1:Control:contrail-control:0?flat HTTP/1.1" 200 27710 0.020459 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011387 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16350 0.017917 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2:Control:contrail-control:0?flat HTTP/1.1" 200 35660 0.023553 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012643 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16350 0.017573 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3:Control:contrail-control:0?flat HTTP/1.1" 200 38722 0.034953 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.014765 [API:8081]10.0.0.38 - - [2026-03-16 02:06:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5469-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13601 0.021013 [API:8081]10.0.0.38 - - [2026-03-16 02:06:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5469-1?flat HTTP/1.1" 200 12020 0.017876 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?flat HTTP/1.1" 200 14773 0.019769 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?flat HTTP/1.1" 200 15382 0.030240 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?flat HTTP/1.1" 200 18447 0.020911 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?flat HTTP/1.1" 200 14773 0.021070 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?flat HTTP/1.1" 200 15382 0.019792 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?flat HTTP/1.1" 200 18447 0.017989 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?flat HTTP/1.1" 200 14773 0.019191 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?flat HTTP/1.1" 200 15382 0.025908 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?flat HTTP/1.1" 200 18447 0.020998 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?flat HTTP/1.1" 200 14773 0.023474 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?flat HTTP/1.1" 200 15382 0.024061 [API:8081]10.0.0.38 - - [2026-03-16 02:06:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?flat HTTP/1.1" 200 18447 0.018511 [API:8081]10.0.0.38 - - [2026-03-16 02:06:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5469-1?flat HTTP/1.1" 200 7995 0.016471 [API:8081]10.0.0.38 - - [2026-03-16 02:06:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5469-2?flat HTTP/1.1" 200 7995 0.016321 [API:8081]10.0.0.38 - - [2026-03-16 02:06:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5469-3?flat HTTP/1.1" 200 7997 0.017719 [API:8081]10.0.0.38 - - [2026-03-16 02:06:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.38 - - [2026-03-16 02:06:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.054618 [API:8081]10.0.0.38 - - [2026-03-16 02:06:45] "POST /analytics/query HTTP/1.1" 200 63960 1.133569 [API:8081]10.0.0.38 - - [2026-03-16 02:06:46] "POST /analytics/query HTTP/1.1" 200 5875 1.084096 [API:8081]10.0.0.38 - - [2026-03-16 02:06:47] "POST /analytics/query HTTP/1.1" 200 871 1.036600 [API:8081]10.0.0.38 - - [2026-03-16 02:06:48] "POST /analytics/query HTTP/1.1" 200 5875 1.031329 [API:8081]10.0.0.38 - - [2026-03-16 02:06:49] "POST /analytics/query HTTP/1.1" 200 871 1.017791 [API:8081]10.0.0.38 - - [2026-03-16 02:07:01] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000877 [API:8081]10.0.0.38 - - [2026-03-16 02:07:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098281 [API:8081]10.0.0.38 - - [2026-03-16 02:08:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.068122 [API:8081]10.0.0.38 - - [2026-03-16 02:10:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.171067 [API:8081]10.0.0.22 - - [2026-03-16 02:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.22 - - [2026-03-16 02:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-03-16 02:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-03-16 02:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2026-03-16 02:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2026-03-16 02:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-03-16 02:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000587 [API:8081]10.0.0.23 - - [2026-03-16 02:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2026-03-16 02:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2026-03-16 02:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2026-03-16 02:10:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2026-03-16 02:10:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2026-03-16 02:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2026-03-16 02:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1724 0.073416 [API:8081]10.0.0.38 - - [2026-03-16 02:10:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1956 0.062620 [API:8081]10.0.0.38 - - [2026-03-16 02:11:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057767 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:11:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003754 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003296 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003329 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003607 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:11:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003150 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004364 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004280 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004391 [API:8081]10.0.0.38 - - [2026-03-16 02:13:04] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2026-03-16 02:13:04] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.38 - - [2026-03-16 02:13:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.125346 [API:8081]10.0.0.22 - - [2026-03-16 02:13:33] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.22 - - [2026-03-16 02:13:33] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.23 - - [2026-03-16 02:13:33] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-03-16 02:13:33] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.38 - - [2026-03-16 02:14:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.180675 [API:8081]10.0.0.22 - - [2026-03-16 02:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2026-03-16 02:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-03-16 02:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-03-16 02:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.22 - - [2026-03-16 02:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2026-03-16 02:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-03-16 02:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-03-16 02:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.38 - - [2026-03-16 02:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2026-03-16 02:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.38 - - [2026-03-16 02:15:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2026-03-16 02:15:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.38 - - [2026-03-16 02:16:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078287 [API:8081]10.0.0.38 - - [2026-03-16 02:16:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2026-03-16 02:16:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.076272 [API:8081]10.0.0.38 - - [2026-03-16 02:16:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.090021 [API:8081]10.0.0.38 - - [2026-03-16 02:17:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.152196 [API:8081]10.0.0.38 - - [2026-03-16 02:18:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009885 [API:8081]10.0.0.38 - - [2026-03-16 02:18:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1370 0.009602 [API:8081]10.0.0.38 - - [2026-03-16 02:18:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1598 0.057144 [API:8081]10.0.0.38 - - [2026-03-16 02:18:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.010865 [API:8081]10.0.0.38 - - [2026-03-16 02:19:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074290 [API:8081]10.0.0.22 - - [2026-03-16 02:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2026-03-16 02:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-03-16 02:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-03-16 02:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2026-03-16 02:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2026-03-16 02:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-03-16 02:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-03-16 02:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2026-03-16 02:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2026-03-16 02:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2026-03-16 02:20:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076278 [API:8081]10.0.0.38 - - [2026-03-16 02:20:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2026-03-16 02:20:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:21:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.009147 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003633 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003569 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003385 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:21:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003708 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003096 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007238 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003383 [API:8081]10.0.0.38 - - [2026-03-16 02:21:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.080768 [API:8081]10.0.0.38 - - [2026-03-16 02:22:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.080918 [API:8081]10.0.0.38 - - [2026-03-16 02:22:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25185 0.022662 [API:8081]10.0.0.38 - - [2026-03-16 02:22:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25185 0.026672 [API:8081]10.0.0.38 - - [2026-03-16 02:22:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25185 0.020905 [API:8081]10.0.0.38 - - [2026-03-16 02:22:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-41018775:ctest-vnet1-36617692?flat HTTP/1.1" 200 8245 0.012820 [API:8081]10.0.0.38 - - [2026-03-16 02:22:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012542 [API:8081]10.0.0.38 - - [2026-03-16 02:22:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.024589 [API:8081]10.0.0.38 - - [2026-03-16 02:22:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.032305 [API:8081]10.0.0.38 - - [2026-03-16 02:22:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078685 [API:8081]10.0.0.38 - - [2026-03-16 02:22:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.018515 [API:8081]10.0.0.38 - - [2026-03-16 02:22:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.020581 [API:8081]10.0.0.38 - - [2026-03-16 02:22:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.025077 [API:8081]10.0.0.38 - - [2026-03-16 02:22:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.026344 [API:8081]10.0.0.38 - - [2026-03-16 02:22:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.017871 [API:8081]10.0.0.38 - - [2026-03-16 02:22:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.022740 [API:8081]10.0.0.38 - - [2026-03-16 02:22:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.019302 [API:8081]10.0.0.38 - - [2026-03-16 02:22:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.018935 [API:8081]10.0.0.38 - - [2026-03-16 02:22:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-41018775:ctest-vnet0-56719984?flat HTTP/1.1" 200 8238 0.016330 [API:8081]10.0.0.38 - - [2026-03-16 02:22:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011020 [API:8081]10.0.0.38 - - [2026-03-16 02:22:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.012106 [API:8081]10.0.0.38 - - [2026-03-16 02:23:04] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.38 - - [2026-03-16 02:23:04] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.38 - - [2026-03-16 02:23:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070295 [API:8081]10.0.0.22 - - [2026-03-16 02:23:33] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2026-03-16 02:23:33] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.23 - - [2026-03-16 02:23:33] "GET /analytics HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.23 - - [2026-03-16 02:23:33] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.38 - - [2026-03-16 02:24:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2026-03-16 02:24:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.071075 [API:8081]10.0.0.22 - - [2026-03-16 02:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.22 - - [2026-03-16 02:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-03-16 02:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-03-16 02:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2026-03-16 02:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2026-03-16 02:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-03-16 02:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-03-16 02:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2026-03-16 02:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2026-03-16 02:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.38 - - [2026-03-16 02:25:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.38 - - [2026-03-16 02:25:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2026-03-16 02:25:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068897 [API:8081]10.0.0.38 - - [2026-03-16 02:26:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.074894 [API:8081]10.0.0.38 - - [2026-03-16 02:26:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020150 [API:8081]10.0.0.38 - - [2026-03-16 02:26:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.107599 [API:8081]10.0.0.38 - - [2026-03-16 02:26:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.090825 [API:8081]10.0.0.38 - - [2026-03-16 02:26:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018906 [API:8081]10.0.0.38 - - [2026-03-16 02:26:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020699 [API:8081]10.0.0.38 - - [2026-03-16 02:26:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019503 [API:8081]10.0.0.38 - - [2026-03-16 02:26:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.031140 [API:8081]10.0.0.38 - - [2026-03-16 02:26:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020804 [API:8081]10.0.0.38 - - [2026-03-16 02:26:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021651 [API:8081]10.0.0.38 - - [2026-03-16 02:26:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018133 [API:8081]10.0.0.38 - - [2026-03-16 02:26:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-28055699:ctest-vnet0-44937514?flat HTTP/1.1" 200 7202 0.013546 [API:8081]10.0.0.38 - - [2026-03-16 02:26:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009680 [API:8081]10.0.0.38 - - [2026-03-16 02:26:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.38 - - [2026-03-16 02:26:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.074292 [API:8081]10.0.0.38 - - [2026-03-16 02:27:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2026-03-16 02:27:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.060901 [API:8081]10.0.0.38 - - [2026-03-16 02:27:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.064237 [API:8081]10.0.0.38 - - [2026-03-16 02:27:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.059353 [API:8081]10.0.0.38 - - [2026-03-16 02:28:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:af6adcc7-81c0-4b3f-a7da-35ccd525fb8a?flat HTTP/1.1" 200 5235 0.022906 [API:8081]10.0.0.38 - - [2026-03-16 02:28:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:af6adcc7-81c0-4b3f-a7da-35ccd525fb8a?flat HTTP/1.1" 200 5235 0.018217 [API:8081]10.0.0.38 - - [2026-03-16 02:28:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:af6adcc7-81c0-4b3f-a7da-35ccd525fb8a?flat HTTP/1.1" 200 5235 0.022682 [API:8081]10.0.0.38 - - [2026-03-16 02:28:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-65466797:ctest-VN1-00978515?flat HTTP/1.1" 200 8560 0.035384 [API:8081]10.0.0.38 - - [2026-03-16 02:28:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.040447 [API:8081]10.0.0.38 - - [2026-03-16 02:28:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021857 [API:8081]10.0.0.38 - - [2026-03-16 02:28:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008671 [API:8081]10.0.0.38 - - [2026-03-16 02:28:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:01446207-1563-4c56-b1cf-39b3b456a5a7?flat HTTP/1.1" 200 5084 0.013699 [API:8081]10.0.0.38 - - [2026-03-16 02:28:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:01446207-1563-4c56-b1cf-39b3b456a5a7?flat HTTP/1.1" 200 5084 0.014222 [API:8081]10.0.0.38 - - [2026-03-16 02:28:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:01446207-1563-4c56-b1cf-39b3b456a5a7?flat HTTP/1.1" 200 5084 0.013188 [API:8081]10.0.0.38 - - [2026-03-16 02:28:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-65466797:ctest-VN2-37693866?flat HTTP/1.1" 200 7851 0.015682 [API:8081]10.0.0.38 - - [2026-03-16 02:28:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017922 [API:8081]10.0.0.38 - - [2026-03-16 02:28:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018985 [API:8081]10.0.0.38 - - [2026-03-16 02:28:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011041 [API:8081]10.0.0.38 - - [2026-03-16 02:28:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:c86bcf2c-4e7a-4281-9cae-4ace67dfd269?flat HTTP/1.1" 200 5096 0.013695 [API:8081]10.0.0.38 - - [2026-03-16 02:28:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:c86bcf2c-4e7a-4281-9cae-4ace67dfd269?flat HTTP/1.1" 200 5096 0.012463 [API:8081]10.0.0.38 - - [2026-03-16 02:28:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-65466797:c86bcf2c-4e7a-4281-9cae-4ace67dfd269?flat HTTP/1.1" 200 5096 0.015497 [API:8081]10.0.0.38 - - [2026-03-16 02:28:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-65466797:ctest-VN3-64738598?flat HTTP/1.1" 200 7440 0.017022 [API:8081]10.0.0.38 - - [2026-03-16 02:28:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016708 [API:8081]10.0.0.38 - - [2026-03-16 02:28:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021592 [API:8081]10.0.0.38 - - [2026-03-16 02:28:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009580 [API:8081]10.0.0.38 - - [2026-03-16 02:28:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073344 [API:8081]10.0.0.38 - - [2026-03-16 02:28:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021145 [API:8081]10.0.0.38 - - [2026-03-16 02:28:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.027088 [API:8081]10.0.0.38 - - [2026-03-16 02:28:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021627 [API:8081]10.0.0.38 - - [2026-03-16 02:29:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.027722 [API:8081]10.0.0.38 - - [2026-03-16 02:29:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.029147 [API:8081]10.0.0.38 - - [2026-03-16 02:29:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020442 [API:8081]10.0.0.38 - - [2026-03-16 02:29:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-65466797:ctest-VN3-64738598?flat HTTP/1.1" 200 6212 0.015343 [API:8081]10.0.0.38 - - [2026-03-16 02:29:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014171 [API:8081]10.0.0.38 - - [2026-03-16 02:29:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.022222 [API:8081]10.0.0.38 - - [2026-03-16 02:29:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.034870 [API:8081]10.0.0.38 - - [2026-03-16 02:29:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.032166 [API:8081]10.0.0.38 - - [2026-03-16 02:29:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.022461 [API:8081]10.0.0.38 - - [2026-03-16 02:29:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074991 [API:8081]10.0.0.38 - - [2026-03-16 02:29:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.024869 [API:8081]10.0.0.38 - - [2026-03-16 02:29:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.022971 [API:8081]10.0.0.38 - - [2026-03-16 02:29:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017737 [API:8081]10.0.0.38 - - [2026-03-16 02:29:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018473 [API:8081]10.0.0.38 - - [2026-03-16 02:29:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018264 [API:8081]10.0.0.38 - - [2026-03-16 02:29:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019903 [API:8081]10.0.0.38 - - [2026-03-16 02:29:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-65466797:ctest-VN2-37693866?flat HTTP/1.1" 200 6545 0.014429 [API:8081]10.0.0.38 - - [2026-03-16 02:29:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009438 [API:8081]10.0.0.38 - - [2026-03-16 02:29:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028051 [API:8081]10.0.0.38 - - [2026-03-16 02:29:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023954 [API:8081]10.0.0.38 - - [2026-03-16 02:29:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017602 [API:8081]10.0.0.38 - - [2026-03-16 02:29:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018819 [API:8081]10.0.0.38 - - [2026-03-16 02:29:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019835 [API:8081]10.0.0.38 - - [2026-03-16 02:29:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017460 [API:8081]10.0.0.38 - - [2026-03-16 02:29:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018869 [API:8081]10.0.0.38 - - [2026-03-16 02:30:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024553 [API:8081]10.0.0.38 - - [2026-03-16 02:30:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025333 [API:8081]10.0.0.38 - - [2026-03-16 02:30:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022776 [API:8081]10.0.0.38 - - [2026-03-16 02:30:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-65466797:ctest-VN1-00978515?flat HTTP/1.1" 200 6776 0.013272 [API:8081]10.0.0.38 - - [2026-03-16 02:30:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008661 [API:8081]10.0.0.22 - - [2026-03-16 02:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2026-03-16 02:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-03-16 02:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-03-16 02:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2026-03-16 02:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2026-03-16 02:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2026-03-16 02:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2026-03-16 02:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000466 [API:8081]10.0.0.23 - - [2026-03-16 02:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2026-03-16 02:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.38 - - [2026-03-16 02:30:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.38 - - [2026-03-16 02:30:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2026-03-16 02:30:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2026-03-16 02:30:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.057858 [API:8081]10.0.0.38 - - [2026-03-16 02:30:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.063080 [API:8081]10.0.0.38 - - [2026-03-16 02:30:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.063137 [API:8081]10.0.0.38 - - [2026-03-16 02:31:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:5c080ce3-95db-46f5-ae28-5c5027d2021d?flat HTTP/1.1" 200 5358 0.014525 [API:8081]10.0.0.38 - - [2026-03-16 02:31:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:5c080ce3-95db-46f5-ae28-5c5027d2021d?flat HTTP/1.1" 200 5358 0.012693 [API:8081]10.0.0.38 - - [2026-03-16 02:31:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:5c080ce3-95db-46f5-ae28-5c5027d2021d?flat HTTP/1.1" 200 5358 0.013610 [API:8081]10.0.0.38 - - [2026-03-16 02:31:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:5c080ce3-95db-46f5-ae28-5c5027d2021d?flat HTTP/1.1" 200 5358 0.012444 [API:8081]10.0.0.38 - - [2026-03-16 02:31:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-58124224:ctest-VN1-53271401?flat HTTP/1.1" 200 9448 0.016265 [API:8081]10.0.0.38 - - [2026-03-16 02:31:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019606 [API:8081]10.0.0.38 - - [2026-03-16 02:31:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020284 [API:8081]10.0.0.38 - - [2026-03-16 02:31:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012115 [API:8081]10.0.0.38 - - [2026-03-16 02:31:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065528 [API:8081]10.0.0.38 - - [2026-03-16 02:31:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:811d4488-605b-4a8e-807e-58e92901525d?flat HTTP/1.1" 200 5216 0.022262 [API:8081]10.0.0.38 - - [2026-03-16 02:31:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:811d4488-605b-4a8e-807e-58e92901525d?flat HTTP/1.1" 200 5216 0.017426 [API:8081]10.0.0.38 - - [2026-03-16 02:31:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:811d4488-605b-4a8e-807e-58e92901525d?flat HTTP/1.1" 200 5216 0.014098 [API:8081]10.0.0.38 - - [2026-03-16 02:31:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:811d4488-605b-4a8e-807e-58e92901525d?flat HTTP/1.1" 200 5216 0.018878 [API:8081]10.0.0.38 - - [2026-03-16 02:31:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-58124224:ctest-VN2-49836746?flat HTTP/1.1" 200 8633 0.024323 [API:8081]10.0.0.38 - - [2026-03-16 02:31:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017795 [API:8081]10.0.0.38 - - [2026-03-16 02:31:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.031265 [API:8081]10.0.0.38 - - [2026-03-16 02:31:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010156 [API:8081]10.0.0.38 - - [2026-03-16 02:31:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:569126de-42a6-42f5-be3b-715f22d6e08a?flat HTTP/1.1" 200 5217 0.013351 [API:8081]10.0.0.38 - - [2026-03-16 02:31:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:569126de-42a6-42f5-be3b-715f22d6e08a?flat HTTP/1.1" 200 5217 0.014882 [API:8081]10.0.0.38 - - [2026-03-16 02:31:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:569126de-42a6-42f5-be3b-715f22d6e08a?flat HTTP/1.1" 200 5217 0.017364 [API:8081]10.0.0.38 - - [2026-03-16 02:31:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-58124224:569126de-42a6-42f5-be3b-715f22d6e08a?flat HTTP/1.1" 200 5217 0.016772 [API:8081]10.0.0.38 - - [2026-03-16 02:31:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-58124224:ctest-VN3-42543739?flat HTTP/1.1" 200 8198 0.018975 [API:8081]10.0.0.38 - - [2026-03-16 02:31:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020929 [API:8081]10.0.0.38 - - [2026-03-16 02:31:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021927 [API:8081]10.0.0.38 - - [2026-03-16 02:31:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010960 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:31:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003239 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004101 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007117 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002967 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:31:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004059 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003366 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002824 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003052 [API:8081]10.0.0.38 - - [2026-03-16 02:32:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020672 [API:8081]10.0.0.38 - - [2026-03-16 02:32:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.024095 [API:8081]10.0.0.38 - - [2026-03-16 02:32:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021405 [API:8081]10.0.0.38 - - [2026-03-16 02:32:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018114 [API:8081]10.0.0.38 - - [2026-03-16 02:32:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063531 [API:8081]10.0.0.38 - - [2026-03-16 02:32:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019207 [API:8081]10.0.0.38 - - [2026-03-16 02:32:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018593 [API:8081]10.0.0.38 - - [2026-03-16 02:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022874 [API:8081]10.0.0.38 - - [2026-03-16 02:32:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019631 [API:8081]10.0.0.38 - - [2026-03-16 02:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.030150 [API:8081]10.0.0.38 - - [2026-03-16 02:32:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021553 [API:8081]10.0.0.38 - - [2026-03-16 02:32:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-58124224:ctest-VN3-42543739?flat HTTP/1.1" 200 6959 0.014435 [API:8081]10.0.0.38 - - [2026-03-16 02:32:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011058 [API:8081]10.0.0.38 - - [2026-03-16 02:32:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020941 [API:8081]10.0.0.38 - - [2026-03-16 02:32:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.031848 [API:8081]10.0.0.38 - - [2026-03-16 02:32:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019868 [API:8081]10.0.0.38 - - [2026-03-16 02:32:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019723 [API:8081]10.0.0.38 - - [2026-03-16 02:32:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020047 [API:8081]10.0.0.38 - - [2026-03-16 02:32:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.021000 [API:8081]10.0.0.38 - - [2026-03-16 02:33:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.036636 [API:8081]10.0.0.38 - - [2026-03-16 02:33:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.035529 [API:8081]10.0.0.38 - - [2026-03-16 02:33:04] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2026-03-16 02:33:04] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.38 - - [2026-03-16 02:33:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.024251 [API:8081]10.0.0.38 - - [2026-03-16 02:33:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.022096 [API:8081]10.0.0.38 - - [2026-03-16 02:33:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-58124224:ctest-VN2-49836746?flat HTTP/1.1" 200 7309 0.019331 [API:8081]10.0.0.38 - - [2026-03-16 02:33:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012408 [API:8081]10.0.0.38 - - [2026-03-16 02:33:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018282 [API:8081]10.0.0.38 - - [2026-03-16 02:33:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.033240 [API:8081]10.0.0.38 - - [2026-03-16 02:33:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018353 [API:8081]10.0.0.38 - - [2026-03-16 02:33:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.021361 [API:8081]10.0.0.38 - - [2026-03-16 02:33:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019688 [API:8081]10.0.0.38 - - [2026-03-16 02:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.024240 [API:8081]10.0.0.38 - - [2026-03-16 02:33:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018306 [API:8081]10.0.0.22 - - [2026-03-16 02:33:33] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.22 - - [2026-03-16 02:33:33] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.23 - - [2026-03-16 02:33:33] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-03-16 02:33:33] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.38 - - [2026-03-16 02:33:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.023076 [API:8081]10.0.0.38 - - [2026-03-16 02:33:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.034206 [API:8081]10.0.0.38 - - [2026-03-16 02:33:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-58124224:ctest-VN1-53271401?flat HTTP/1.1" 200 7641 0.013116 [API:8081]10.0.0.38 - - [2026-03-16 02:33:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009821 [API:8081]10.0.0.38 - - [2026-03-16 02:33:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2026-03-16 02:33:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.071132 [API:8081]10.0.0.38 - - [2026-03-16 02:33:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.073929 [API:8081]10.0.0.38 - - [2026-03-16 02:34:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069804 [API:8081]10.0.0.22 - - [2026-03-16 02:35:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2026-03-16 02:35:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-03-16 02:35:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-03-16 02:35:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2026-03-16 02:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2026-03-16 02:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-03-16 02:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-03-16 02:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.38 - - [2026-03-16 02:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2026-03-16 02:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2026-03-16 02:35:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.38 - - [2026-03-16 02:35:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.38 - - [2026-03-16 02:35:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.100198 [API:8081]10.0.0.38 - - [2026-03-16 02:35:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2026-03-16 02:35:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.063642 [API:8081]10.0.0.38 - - [2026-03-16 02:37:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071443 [API:8081]10.0.0.38 - - [2026-03-16 02:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.069009 [API:8081]10.0.0.38 - - [2026-03-16 02:37:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.021775 [API:8081]10.0.0.38 - - [2026-03-16 02:37:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.082396 [API:8081]10.0.0.38 - - [2026-03-16 02:37:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019545 [API:8081]10.0.0.38 - - [2026-03-16 02:37:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.021183 [API:8081]10.0.0.38 - - [2026-03-16 02:38:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.034088 [API:8081]10.0.0.38 - - [2026-03-16 02:38:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.020908 [API:8081]10.0.0.38 - - [2026-03-16 02:38:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.021808 [API:8081]10.0.0.38 - - [2026-03-16 02:38:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-10987089:ctest-vnet0-73749849?flat HTTP/1.1" 200 7967 0.024671 [API:8081]10.0.0.38 - - [2026-03-16 02:38:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010052 [API:8081]10.0.0.38 - - [2026-03-16 02:38:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2026-03-16 02:38:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.057181 [API:8081]10.0.0.38 - - [2026-03-16 02:38:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.128389 [API:8081]10.0.0.38 - - [2026-03-16 02:38:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.055534 [API:8081]10.0.0.22 - - [2026-03-16 02:40:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2026-03-16 02:40:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-03-16 02:40:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2026-03-16 02:40:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.22 - - [2026-03-16 02:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000641 [API:8081]10.0.0.22 - - [2026-03-16 02:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.23 - - [2026-03-16 02:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.23 - - [2026-03-16 02:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.38 - - [2026-03-16 02:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2026-03-16 02:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2026-03-16 02:40:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2026-03-16 02:40:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000603 [API:8081]10.0.0.38 - - [2026-03-16 02:40:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063061 [API:8081]10.0.0.38 - - [2026-03-16 02:41:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.076714 [API:8081]10.0.0.38 - - [2026-03-16 02:41:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-46713667:ctest-vnet1-90304219?flat HTTP/1.1" 200 7306 0.018990 [API:8081]10.0.0.38 - - [2026-03-16 02:41:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011857 [API:8081]10.0.0.38 - - [2026-03-16 02:41:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.020711 [API:8081]10.0.0.38 - - [2026-03-16 02:41:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.019153 [API:8081]10.0.0.38 - - [2026-03-16 02:41:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.017598 [API:8081]10.0.0.38 - - [2026-03-16 02:41:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.020300 [API:8081]10.0.0.38 - - [2026-03-16 02:41:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.024388 [API:8081]10.0.0.38 - - [2026-03-16 02:41:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.020856 [API:8081]10.0.0.38 - - [2026-03-16 02:41:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.019579 [API:8081]10.0.0.38 - - [2026-03-16 02:41:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074120 [API:8081]10.0.0.38 - - [2026-03-16 02:41:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.020103 [API:8081]10.0.0.38 - - [2026-03-16 02:41:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.018095 [API:8081]10.0.0.38 - - [2026-03-16 02:41:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.022124 [API:8081]10.0.0.38 - - [2026-03-16 02:41:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-46713667:ctest-vnet0-82694110?flat HTTP/1.1" 200 6959 0.014595 [API:8081]10.0.0.38 - - [2026-03-16 02:41:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008908 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:41:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003456 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005994 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006963 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004258 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:41:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003842 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004313 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003322 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004493 [API:8081]10.0.0.38 - - [2026-03-16 02:41:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2026-03-16 02:41:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.078778 [API:8081]10.0.0.38 - - [2026-03-16 02:41:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.069591 [API:8081]10.0.0.38 - - [2026-03-16 02:43:04] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.38 - - [2026-03-16 02:43:04] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.38 - - [2026-03-16 02:43:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078464 [API:8081]10.0.0.22 - - [2026-03-16 02:43:33] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.22 - - [2026-03-16 02:43:33] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.23 - - [2026-03-16 02:43:33] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-03-16 02:43:33] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.38 - - [2026-03-16 02:44:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076066 [API:8081]10.0.0.38 - - [2026-03-16 02:45:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.024855 [API:8081]10.0.0.38 - - [2026-03-16 02:45:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.071931 [API:8081]10.0.0.38 - - [2026-03-16 02:45:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.020132 [API:8081]10.0.0.38 - - [2026-03-16 02:45:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-95216816:ctest-vnet1-27816231?flat HTTP/1.1" 200 8067 0.014455 [API:8081]10.0.0.38 - - [2026-03-16 02:45:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010578 [API:8081]10.0.0.38 - - [2026-03-16 02:45:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.022674 [API:8081]10.0.0.22 - - [2026-03-16 02:45:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.22 - - [2026-03-16 02:45:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2026-03-16 02:45:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-03-16 02:45:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2026-03-16 02:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2026-03-16 02:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-03-16 02:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-03-16 02:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.38 - - [2026-03-16 02:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.38 - - [2026-03-16 02:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.38 - - [2026-03-16 02:45:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.38 - - [2026-03-16 02:45:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000509 [API:8081]10.0.0.38 - - [2026-03-16 02:45:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.041886 [API:8081]10.0.0.38 - - [2026-03-16 02:45:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.019591 [API:8081]10.0.0.38 - - [2026-03-16 02:45:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.022023 [API:8081]10.0.0.38 - - [2026-03-16 02:45:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.023550 [API:8081]10.0.0.38 - - [2026-03-16 02:45:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.018751 [API:8081]10.0.0.38 - - [2026-03-16 02:45:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.022442 [API:8081]10.0.0.38 - - [2026-03-16 02:45:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.030173 [API:8081]10.0.0.38 - - [2026-03-16 02:45:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.020123 [API:8081]10.0.0.38 - - [2026-03-16 02:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.022937 [API:8081]10.0.0.38 - - [2026-03-16 02:45:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-95216816:ctest-vnet0-83752061?flat HTTP/1.1" 200 7708 0.014293 [API:8081]10.0.0.38 - - [2026-03-16 02:45:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009167 [API:8081]10.0.0.38 - - [2026-03-16 02:46:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077091 [API:8081]10.0.0.38 - - [2026-03-16 02:47:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065969 [API:8081]10.0.0.38 - - [2026-03-16 02:49:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.38 - - [2026-03-16 02:49:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.060699 [API:8081]10.0.0.38 - - [2026-03-16 02:49:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073274 [API:8081]10.0.0.22 - - [2026-03-16 02:50:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2026-03-16 02:50:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-03-16 02:50:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-03-16 02:50:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2026-03-16 02:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-03-16 02:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-03-16 02:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-03-16 02:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.38 - - [2026-03-16 02:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.38 - - [2026-03-16 02:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2026-03-16 02:50:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.38 - - [2026-03-16 02:50:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.38 - - [2026-03-16 02:50:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070330 [API:8081]10.0.0.38 - - [2026-03-16 02:50:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.009930 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:51:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003361 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003408 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003825 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004101 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:51:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003508 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007301 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003760 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 02:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003316 [API:8081]10.0.0.38 - - [2026-03-16 02:52:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.38 - - [2026-03-16 02:52:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.061751 [API:8081]10.0.0.38 - - [2026-03-16 02:52:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074509 [API:8081]10.0.0.38 - - [2026-03-16 02:52:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:f774faea-094f-4484-841d-c81673094bb8?flat HTTP/1.1" 200 5822 0.062410 [API:8081]10.0.0.38 - - [2026-03-16 02:52:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:f774faea-094f-4484-841d-c81673094bb8?flat HTTP/1.1" 200 5822 0.013097 [API:8081]10.0.0.38 - - [2026-03-16 02:52:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:f774faea-094f-4484-841d-c81673094bb8?flat HTTP/1.1" 200 5822 0.068569 [API:8081]10.0.0.38 - - [2026-03-16 02:52:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914-35869448?flat HTTP/1.1" 200 10797 0.021372 [API:8081]10.0.0.38 - - [2026-03-16 02:52:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019137 [API:8081]10.0.0.38 - - [2026-03-16 02:52:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019981 [API:8081]10.0.0.38 - - [2026-03-16 02:52:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009476 [API:8081]10.0.0.38 - - [2026-03-16 02:53:04] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.38 - - [2026-03-16 02:53:04] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.38 - - [2026-03-16 02:53:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:792bf333-95d3-4008-aab4-4ea37b8fb243?flat HTTP/1.1" 200 5958 0.023462 [API:8081]10.0.0.38 - - [2026-03-16 02:53:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:792bf333-95d3-4008-aab4-4ea37b8fb243?flat HTTP/1.1" 200 5958 0.032487 [API:8081]10.0.0.38 - - [2026-03-16 02:53:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:792bf333-95d3-4008-aab4-4ea37b8fb243?flat HTTP/1.1" 200 5958 0.018484 [API:8081]10.0.0.38 - - [2026-03-16 02:53:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914-35869448?flat HTTP/1.1" 200 13382 0.027050 [API:8081]10.0.0.38 - - [2026-03-16 02:53:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.026067 [API:8081]10.0.0.38 - - [2026-03-16 02:53:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.024316 [API:8081]10.0.0.38 - - [2026-03-16 02:53:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010885 [API:8081]10.0.0.22 - - [2026-03-16 02:53:33] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.22 - - [2026-03-16 02:53:33] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.23 - - [2026-03-16 02:53:33] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2026-03-16 02:53:33] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.38 - - [2026-03-16 02:53:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.084829 [API:8081]10.0.0.38 - - [2026-03-16 02:54:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.020494 [API:8081]10.0.0.38 - - [2026-03-16 02:55:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.025244 [API:8081]10.0.0.38 - - [2026-03-16 02:55:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.023156 [API:8081]10.0.0.38 - - [2026-03-16 02:55:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020548 [API:8081]10.0.0.38 - - [2026-03-16 02:55:07] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914-35869448?flat HTTP/1.1" 200 11703 0.024736 [API:8081]10.0.0.38 - - [2026-03-16 02:55:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010400 [API:8081]10.0.0.38 - - [2026-03-16 02:55:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018809 [API:8081]10.0.0.22 - - [2026-03-16 02:55:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.22 - - [2026-03-16 02:55:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-03-16 02:55:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-03-16 02:55:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2026-03-16 02:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2026-03-16 02:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-03-16 02:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.23 - - [2026-03-16 02:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2026-03-16 02:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2026-03-16 02:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.38 - - [2026-03-16 02:55:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.036730 [API:8081]10.0.0.38 - - [2026-03-16 02:55:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.38 - - [2026-03-16 02:55:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.38 - - [2026-03-16 02:55:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024196 [API:8081]10.0.0.38 - - [2026-03-16 02:55:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023243 [API:8081]10.0.0.38 - - [2026-03-16 02:55:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.031622 [API:8081]10.0.0.38 - - [2026-03-16 02:55:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020196 [API:8081]10.0.0.38 - - [2026-03-16 02:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018523 [API:8081]10.0.0.38 - - [2026-03-16 02:55:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019535 [API:8081]10.0.0.38 - - [2026-03-16 02:55:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.027910 [API:8081]10.0.0.38 - - [2026-03-16 02:55:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.030712 [API:8081]10.0.0.38 - - [2026-03-16 02:55:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914:ctest-SecurityGroupBasicRegressionTests1Ipv6-02984914-35869448?flat HTTP/1.1" 200 8806 0.015939 [API:8081]10.0.0.38 - - [2026-03-16 02:55:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009581 [API:8081]10.0.0.38 - - [2026-03-16 02:55:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097051 [API:8081]10.0.0.38 - - [2026-03-16 02:55:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2026-03-16 02:55:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.086835 [API:8081]10.0.0.38 - - [2026-03-16 02:56:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:be87c6ac-673d-4296-83c1-789fd1d8bb36?flat HTTP/1.1" 200 5810 0.076794 [API:8081]10.0.0.38 - - [2026-03-16 02:56:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:be87c6ac-673d-4296-83c1-789fd1d8bb36?flat HTTP/1.1" 200 5810 0.076780 [API:8081]10.0.0.38 - - [2026-03-16 02:56:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:be87c6ac-673d-4296-83c1-789fd1d8bb36?flat HTTP/1.1" 200 5810 0.017428 [API:8081]10.0.0.38 - - [2026-03-16 02:56:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781-87900060?flat HTTP/1.1" 200 4451 0.019957 [API:8081]10.0.0.38 - - [2026-03-16 02:56:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019888 [API:8081]10.0.0.38 - - [2026-03-16 02:56:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023652 [API:8081]10.0.0.38 - - [2026-03-16 02:56:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011449 [API:8081]10.0.0.38 - - [2026-03-16 02:56:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.084332 [API:8081]10.0.0.38 - - [2026-03-16 02:57:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:97260269-7a0b-4c31-bb9e-4e55d0213399?flat HTTP/1.1" 200 5681 0.016968 [API:8081]10.0.0.38 - - [2026-03-16 02:57:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:97260269-7a0b-4c31-bb9e-4e55d0213399?flat HTTP/1.1" 200 5681 0.016482 [API:8081]10.0.0.38 - - [2026-03-16 02:57:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:97260269-7a0b-4c31-bb9e-4e55d0213399?flat HTTP/1.1" 200 5681 0.014073 [API:8081]10.0.0.38 - - [2026-03-16 02:57:01] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781-87900060?flat HTTP/1.1" 200 10600 0.024299 [API:8081]10.0.0.38 - - [2026-03-16 02:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.018129 [API:8081]10.0.0.38 - - [2026-03-16 02:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.019335 [API:8081]10.0.0.38 - - [2026-03-16 02:57:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011176 [API:8081]10.0.0.38 - - [2026-03-16 02:58:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071903 [API:8081]10.0.0.38 - - [2026-03-16 02:59:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020452 [API:8081]10.0.0.38 - - [2026-03-16 02:59:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019279 [API:8081]10.0.0.38 - - [2026-03-16 02:59:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.018334 [API:8081]10.0.0.38 - - [2026-03-16 02:59:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020084 [API:8081]10.0.0.38 - - [2026-03-16 02:59:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019720 [API:8081]10.0.0.38 - - [2026-03-16 02:59:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.038958 [API:8081]10.0.0.38 - - [2026-03-16 02:59:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.018712 [API:8081]10.0.0.38 - - [2026-03-16 02:59:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.023485 [API:8081]10.0.0.38 - - [2026-03-16 02:59:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.026070 [API:8081]10.0.0.38 - - [2026-03-16 02:59:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.018677 [API:8081]10.0.0.38 - - [2026-03-16 02:59:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781-87900060?flat HTTP/1.1" 200 11655 0.020783 [API:8081]10.0.0.38 - - [2026-03-16 02:59:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010683 [API:8081]10.0.0.38 - - [2026-03-16 02:59:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020817 [API:8081]10.0.0.38 - - [2026-03-16 02:59:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.091401 [API:8081]10.0.0.38 - - [2026-03-16 02:59:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024649 [API:8081]10.0.0.38 - - [2026-03-16 02:59:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.093747 [API:8081]10.0.0.38 - - [2026-03-16 02:59:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018703 [API:8081]10.0.0.38 - - [2026-03-16 02:59:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019491 [API:8081]10.0.0.38 - - [2026-03-16 02:59:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018381 [API:8081]10.0.0.38 - - [2026-03-16 03:00:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.039007 [API:8081]10.0.0.38 - - [2026-03-16 03:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.030586 [API:8081]10.0.0.38 - - [2026-03-16 03:00:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020892 [API:8081]10.0.0.38 - - [2026-03-16 03:00:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021113 [API:8081]10.0.0.38 - - [2026-03-16 03:00:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781:ctest-SecurityGroupBasicRegressionTests1_contrail-24981781-87900060?flat HTTP/1.1" 200 8429 0.016727 [API:8081]10.0.0.38 - - [2026-03-16 03:00:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009545 [API:8081]10.0.0.22 - - [2026-03-16 03:00:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2026-03-16 03:00:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-03-16 03:00:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-03-16 03:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2026-03-16 03:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.22 - - [2026-03-16 03:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-03-16 03:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-03-16 03:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.38 - - [2026-03-16 03:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.38 - - [2026-03-16 03:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2026-03-16 03:00:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.38 - - [2026-03-16 03:00:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2026-03-16 03:00:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2026-03-16 03:00:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.074566 [API:8081]10.0.0.38 - - [2026-03-16 03:01:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:5ef16874-a162-4277-99f2-fb2ad0c3cc28?flat HTTP/1.1" 200 5687 0.067055 [API:8081]10.0.0.38 - - [2026-03-16 03:01:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:5ef16874-a162-4277-99f2-fb2ad0c3cc28?flat HTTP/1.1" 200 5687 0.077581 [API:8081]10.0.0.38 - - [2026-03-16 03:01:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:5ef16874-a162-4277-99f2-fb2ad0c3cc28?flat HTTP/1.1" 200 5687 0.014954 [API:8081]10.0.0.38 - - [2026-03-16 03:01:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:ctest-SecurityGroupBasicRegressionTests1-51671569-05538287?flat HTTP/1.1" 200 9935 0.019220 [API:8081]10.0.0.38 - - [2026-03-16 03:01:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020406 [API:8081]10.0.0.38 - - [2026-03-16 03:01:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.027041 [API:8081]10.0.0.38 - - [2026-03-16 03:01:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012548 [API:8081]10.0.0.38 - - [2026-03-16 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:5e0b57d8-a336-4ad5-a6d6-b41f0c19d54a?flat HTTP/1.1" 200 5548 0.013562 [API:8081]10.0.0.38 - - [2026-03-16 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:5e0b57d8-a336-4ad5-a6d6-b41f0c19d54a?flat HTTP/1.1" 200 5548 0.014995 [API:8081]10.0.0.38 - - [2026-03-16 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:5e0b57d8-a336-4ad5-a6d6-b41f0c19d54a?flat HTTP/1.1" 200 5548 0.015870 [API:8081]10.0.0.38 - - [2026-03-16 03:01:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:ctest-SecurityGroupBasicRegressionTests1-51671569-05538287?flat HTTP/1.1" 200 9935 0.025056 [API:8081]10.0.0.38 - - [2026-03-16 03:01:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019727 [API:8081]10.0.0.38 - - [2026-03-16 03:01:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018428 [API:8081]10.0.0.38 - - [2026-03-16 03:01:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008378 [API:8081]10.0.0.38 - - [2026-03-16 03:01:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080437 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:01:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003129 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:01:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003060 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:01:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003095 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:01:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003173 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:01:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004101 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:01:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004006 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:01:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002767 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:01:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003264 [API:8081]10.0.0.38 - - [2026-03-16 03:02:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066689 [API:8081]10.0.0.38 - - [2026-03-16 03:03:04] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2026-03-16 03:03:04] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.22 - - [2026-03-16 03:03:33] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2026-03-16 03:03:33] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.23 - - [2026-03-16 03:03:33] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-03-16 03:03:33] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.38 - - [2026-03-16 03:03:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.025553 [API:8081]10.0.0.38 - - [2026-03-16 03:03:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.020144 [API:8081]10.0.0.38 - - [2026-03-16 03:03:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018420 [API:8081]10.0.0.38 - - [2026-03-16 03:03:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.023625 [API:8081]10.0.0.38 - - [2026-03-16 03:03:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.028221 [API:8081]10.0.0.38 - - [2026-03-16 03:04:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.033410 [API:8081]10.0.0.38 - - [2026-03-16 03:04:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.039230 [API:8081]10.0.0.38 - - [2026-03-16 03:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.031574 [API:8081]10.0.0.38 - - [2026-03-16 03:04:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018634 [API:8081]10.0.0.38 - - [2026-03-16 03:04:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:ctest-SecurityGroupBasicRegressionTests1-51671569-05538287?flat HTTP/1.1" 200 10828 0.016076 [API:8081]10.0.0.38 - - [2026-03-16 03:04:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009321 [API:8081]10.0.0.38 - - [2026-03-16 03:04:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020976 [API:8081]10.0.0.38 - - [2026-03-16 03:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022185 [API:8081]10.0.0.38 - - [2026-03-16 03:04:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021337 [API:8081]10.0.0.38 - - [2026-03-16 03:04:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.034329 [API:8081]10.0.0.38 - - [2026-03-16 03:04:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024442 [API:8081]10.0.0.38 - - [2026-03-16 03:04:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023157 [API:8081]10.0.0.38 - - [2026-03-16 03:04:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023311 [API:8081]10.0.0.38 - - [2026-03-16 03:04:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022275 [API:8081]10.0.0.38 - - [2026-03-16 03:04:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.030748 [API:8081]10.0.0.38 - - [2026-03-16 03:04:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.031255 [API:8081]10.0.0.38 - - [2026-03-16 03:04:40] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-51671569:ctest-SecurityGroupBasicRegressionTests1-51671569-05538287?flat HTTP/1.1" 200 7957 0.015704 [API:8081]10.0.0.38 - - [2026-03-16 03:04:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010718 [API:8081]10.0.0.38 - - [2026-03-16 03:04:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092102 [API:8081]10.0.0.38 - - [2026-03-16 03:04:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.38 - - [2026-03-16 03:04:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.065803 [API:8081]10.0.0.38 - - [2026-03-16 03:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.056587 [API:8081]10.0.0.38 - - [2026-03-16 03:05:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.063997 [API:8081]10.0.0.22 - - [2026-03-16 03:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2026-03-16 03:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-03-16 03:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-03-16 03:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.22 - - [2026-03-16 03:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.22 - - [2026-03-16 03:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-03-16 03:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-03-16 03:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.38 - - [2026-03-16 03:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.38 - - [2026-03-16 03:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.38 - - [2026-03-16 03:05:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.012557 [API:8081]10.0.0.38 - - [2026-03-16 03:05:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2026-03-16 03:05:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2026-03-16 03:05:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.011577 [API:8081]10.0.0.38 - - [2026-03-16 03:05:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.010100 [API:8081]10.0.0.38 - - [2026-03-16 03:05:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1990 0.010013 [API:8081]10.0.0.38 - - [2026-03-16 03:05:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.012613 [API:8081]10.0.0.38 - - [2026-03-16 03:05:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.38 - - [2026-03-16 03:05:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.068905 [API:8081]10.0.0.38 - - [2026-03-16 03:05:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.058350 [API:8081]10.0.0.38 - - [2026-03-16 03:05:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.064462 [API:8081]10.0.0.38 - - [2026-03-16 03:05:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066421 [API:8081]10.0.0.38 - - [2026-03-16 03:05:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.010287 [API:8081]10.0.0.38 - - [2026-03-16 03:05:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.013197 [API:8081]10.0.0.38 - - [2026-03-16 03:05:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.011165 [API:8081]10.0.0.38 - - [2026-03-16 03:06:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.38 - - [2026-03-16 03:06:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.394799 [API:8081]10.0.0.38 - - [2026-03-16 03:06:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.070824 [API:8081]10.0.0.38 - - [2026-03-16 03:06:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.089321 [API:8081]10.0.0.38 - - [2026-03-16 03:06:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.010038 [API:8081]10.0.0.38 - - [2026-03-16 03:06:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009507 [API:8081]10.0.0.38 - - [2026-03-16 03:06:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.009758 [API:8081]10.0.0.38 - - [2026-03-16 03:06:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009041 [API:8081]10.0.0.38 - - [2026-03-16 03:06:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.011728 [API:8081]10.0.0.38 - - [2026-03-16 03:06:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.38 - - [2026-03-16 03:06:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.058606 [API:8081]10.0.0.38 - - [2026-03-16 03:06:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.089761 [API:8081]10.0.0.38 - - [2026-03-16 03:06:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.067138 [API:8081]10.0.0.38 - - [2026-03-16 03:06:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.008905 [API:8081]10.0.0.38 - - [2026-03-16 03:06:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008903 [API:8081]10.0.0.38 - - [2026-03-16 03:07:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086281 [API:8081]10.0.0.38 - - [2026-03-16 03:08:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070508 [API:8081]10.0.0.22 - - [2026-03-16 03:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.22 - - [2026-03-16 03:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000664 [API:8081]10.0.0.23 - - [2026-03-16 03:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-03-16 03:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.22 - - [2026-03-16 03:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.22 - - [2026-03-16 03:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2026-03-16 03:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-03-16 03:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000858 [API:8081]10.0.0.38 - - [2026-03-16 03:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.38 - - [2026-03-16 03:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.38 - - [2026-03-16 03:10:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.38 - - [2026-03-16 03:10:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2026-03-16 03:10:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080439 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:11:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003727 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.008258 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007308 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003777 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:11:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004337 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003025 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004221 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:11:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005589 [API:8081]10.0.0.38 - - [2026-03-16 03:11:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072770 [API:8081]10.0.0.38 - - [2026-03-16 03:13:04] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2026-03-16 03:13:04] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.38 - - [2026-03-16 03:13:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.38 - - [2026-03-16 03:13:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.076865 [API:8081]10.0.0.38 - - [2026-03-16 03:13:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.069283 [API:8081]10.0.0.22 - - [2026-03-16 03:13:33] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.22 - - [2026-03-16 03:13:33] "GET /analytics HTTP/1.1" 401 205 0.000114 [API:8081]10.0.0.23 - - [2026-03-16 03:13:33] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.23 - - [2026-03-16 03:13:33] "GET /analytics HTTP/1.1" 401 205 0.000113 [API:8081]10.0.0.38 - - [2026-03-16 03:13:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084373 [API:8081]10.0.0.38 - - [2026-03-16 03:14:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070202 [API:8081]10.0.0.22 - - [2026-03-16 03:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2026-03-16 03:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-03-16 03:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-03-16 03:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2026-03-16 03:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2026-03-16 03:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-03-16 03:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-03-16 03:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.38 - - [2026-03-16 03:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.38 - - [2026-03-16 03:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.38 - - [2026-03-16 03:15:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2026-03-16 03:15:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.38 - - [2026-03-16 03:16:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079586 [API:8081]10.0.0.38 - - [2026-03-16 03:17:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2026-03-16 03:17:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.075000 [API:8081]10.0.0.38 - - [2026-03-16 03:17:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069703 [API:8081]10.0.0.38 - - [2026-03-16 03:18:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.38 - - [2026-03-16 03:18:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.073057 [API:8081]10.0.0.38 - - [2026-03-16 03:20:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087805 [API:8081]10.0.0.22 - - [2026-03-16 03:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2026-03-16 03:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-03-16 03:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-03-16 03:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.22 - - [2026-03-16 03:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.22 - - [2026-03-16 03:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000481 [API:8081]10.0.0.23 - - [2026-03-16 03:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2026-03-16 03:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.38 - - [2026-03-16 03:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.38 - - [2026-03-16 03:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.38 - - [2026-03-16 03:20:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.38 - - [2026-03-16 03:20:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.38 - - [2026-03-16 03:21:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077889 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:21:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004664 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003064 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003207 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002917 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:21:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004702 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003833 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003712 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:21:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002896 [API:8081]10.0.0.38 - - [2026-03-16 03:23:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.144998 [API:8081]10.0.0.38 - - [2026-03-16 03:23:04] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2026-03-16 03:23:04] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.22 - - [2026-03-16 03:23:33] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2026-03-16 03:23:33] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.23 - - [2026-03-16 03:23:33] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-03-16 03:23:33] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.38 - - [2026-03-16 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.38 - - [2026-03-16 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.074204 [API:8081]10.0.0.38 - - [2026-03-16 03:24:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.086511 [API:8081]10.0.0.22 - - [2026-03-16 03:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2026-03-16 03:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-03-16 03:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-03-16 03:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2026-03-16 03:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2026-03-16 03:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2026-03-16 03:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-03-16 03:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2026-03-16 03:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.38 - - [2026-03-16 03:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.38 - - [2026-03-16 03:25:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.38 - - [2026-03-16 03:25:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2026-03-16 03:26:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065263 [API:8081]10.0.0.38 - - [2026-03-16 03:27:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070442 [API:8081]10.0.0.38 - - [2026-03-16 03:29:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-41966327:9e630a18-3c02-4140-ae74-be8b6c2e30f9?flat HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2026-03-16 03:29:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-41966327:9e630a18-3c02-4140-ae74-be8b6c2e30f9?flat HTTP/1.1" 200 5270 0.412397 [API:8081]10.0.0.38 - - [2026-03-16 03:29:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.159774 [API:8081]10.0.0.38 - - [2026-03-16 03:29:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-41966327:9e630a18-3c02-4140-ae74-be8b6c2e30f9?flat HTTP/1.1" 200 5270 0.382411 [API:8081]10.0.0.38 - - [2026-03-16 03:29:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-41966327:9e630a18-3c02-4140-ae74-be8b6c2e30f9?flat HTTP/1.1" 200 5270 0.015563 [API:8081]10.0.0.38 - - [2026-03-16 03:29:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-41966327:ctest-random-03160614?flat HTTP/1.1" 200 4973 0.061936 [API:8081]10.0.0.38 - - [2026-03-16 03:29:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021680 [API:8081]10.0.0.38 - - [2026-03-16 03:29:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020467 [API:8081]10.0.0.38 - - [2026-03-16 03:29:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010499 [API:8081]10.0.0.38 - - [2026-03-16 03:29:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.010171 [API:8081]10.0.0.38 - - [2026-03-16 03:29:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.019669 [API:8081]10.0.0.38 - - [2026-03-16 03:29:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021920 [API:8081]10.0.0.38 - - [2026-03-16 03:29:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021040 [API:8081]10.0.0.38 - - [2026-03-16 03:29:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.017620 [API:8081]10.0.0.38 - - [2026-03-16 03:29:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.019588 [API:8081]10.0.0.38 - - [2026-03-16 03:29:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022309 [API:8081]10.0.0.38 - - [2026-03-16 03:29:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.018940 [API:8081]10.0.0.38 - - [2026-03-16 03:29:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022521 [API:8081]10.0.0.38 - - [2026-03-16 03:29:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021087 [API:8081]10.0.0.38 - - [2026-03-16 03:29:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-41966327:ctest-random-03160614?flat HTTP/1.1" 200 4009 0.014143 [API:8081]10.0.0.38 - - [2026-03-16 03:29:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014411 [API:8081]10.0.0.38 - - [2026-03-16 03:30:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.098312 [API:8081]10.0.0.22 - - [2026-03-16 03:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.22 - - [2026-03-16 03:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-03-16 03:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.23 - - [2026-03-16 03:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2026-03-16 03:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2026-03-16 03:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-03-16 03:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-03-16 03:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2026-03-16 03:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2026-03-16 03:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.38 - - [2026-03-16 03:30:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2026-03-16 03:30:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:31:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003988 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003582 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003465 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002892 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:31:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003743 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003081 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004702 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:31:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004165 [API:8081]10.0.0.38 - - [2026-03-16 03:32:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064832 [API:8081]10.0.0.38 - - [2026-03-16 03:33:04] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2026-03-16 03:33:04] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.38 - - [2026-03-16 03:33:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079452 [API:8081]10.0.0.38 - - [2026-03-16 03:33:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.38 - - [2026-03-16 03:33:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.071568 [API:8081]10.0.0.22 - - [2026-03-16 03:33:33] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2026-03-16 03:33:33] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.23 - - [2026-03-16 03:33:33] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-03-16 03:33:33] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.22 - - [2026-03-16 03:35:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2026-03-16 03:35:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.38 - - [2026-03-16 03:35:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.148961 [API:8081]10.0.0.23 - - [2026-03-16 03:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.23 - - [2026-03-16 03:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.22 - - [2026-03-16 03:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.22 - - [2026-03-16 03:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-03-16 03:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-03-16 03:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.38 - - [2026-03-16 03:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2026-03-16 03:35:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.38 - - [2026-03-16 03:35:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2026-03-16 03:35:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.38 - - [2026-03-16 03:36:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.083464 [API:8081]10.0.0.38 - - [2026-03-16 03:36:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.38 - - [2026-03-16 03:36:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.073756 [API:8081]10.0.0.38 - - [2026-03-16 03:38:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088230 [API:8081]10.0.0.38 - - [2026-03-16 03:38:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.38 - - [2026-03-16 03:38:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.091594 [API:8081]10.0.0.38 - - [2026-03-16 03:39:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.080864 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:31] "POST /analytics/query HTTP/1.1" 202 179 0.006626 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:31] "GET /analytics/query/be0436ff-20e9-11f1-95ee-00000a000026 HTTP/1.1" 200 221 0.008708 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:31] "GET /analytics/query/be0436ff-20e9-11f1-95ee-00000a000026 HTTP/1.1" 200 221 0.001982 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:32] "GET /analytics/query/be0436ff-20e9-11f1-95ee-00000a000026 HTTP/1.1" 200 338 0.002432 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:32] "GET /analytics/query/be0436ff-20e9-11f1-95ee-00000a000026/chunk-final/0 HTTP/1.1" 200 860 0.003505 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:32] "POST /analytics/query HTTP/1.1" 202 179 0.016278 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:32] "GET /analytics/query/beff0d5a-20e9-11f1-b946-00000a000026 HTTP/1.1" 200 221 0.006371 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:33] "GET /analytics/query/beff0d5a-20e9-11f1-b946-00000a000026 HTTP/1.1" 200 221 0.002082 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:33] "GET /analytics/query/beff0d5a-20e9-11f1-b946-00000a000026 HTTP/1.1" 200 221 0.002651 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:34] "GET /analytics/query/beff0d5a-20e9-11f1-b946-00000a000026 HTTP/1.1" 200 338 0.001979 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:34] "GET /analytics/query/beff0d5a-20e9-11f1-b946-00000a000026/chunk-final/0 HTTP/1.1" 200 860 0.002196 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:35] "POST /analytics/query HTTP/1.1" 202 179 0.005987 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:35] "GET /analytics/query/c0533909-20e9-11f1-a213-00000a000026 HTTP/1.1" 200 221 0.004807 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:35] "GET /analytics/query/c0533909-20e9-11f1-a213-00000a000026 HTTP/1.1" 200 339 0.002913 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:35] "GET /analytics/query/c0533909-20e9-11f1-a213-00000a000026/chunk-final/0 HTTP/1.1" 200 16423 0.003127 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:36] "POST /analytics/query HTTP/1.1" 202 179 0.006625 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:36] "GET /analytics/query/c10a242d-20e9-11f1-83a9-00000a000026 HTTP/1.1" 200 221 0.002563 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:36] "GET /analytics/query/c10a242d-20e9-11f1-83a9-00000a000026 HTTP/1.1" 200 339 0.001927 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:36] "GET /analytics/query/c10a242d-20e9-11f1-83a9-00000a000026/chunk-final/0 HTTP/1.1" 200 16423 0.002502 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:37] "POST /analytics/query HTTP/1.1" 202 179 0.007337 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:37] "GET /analytics/query/c1b311c0-20e9-11f1-b9a9-00000a000026 HTTP/1.1" 200 221 0.005486 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:37] "GET /analytics/query/c1b311c0-20e9-11f1-b9a9-00000a000026 HTTP/1.1" 200 339 0.002645 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:37] "GET /analytics/query/c1b311c0-20e9-11f1-b9a9-00000a000026/chunk-final/0 HTTP/1.1" 200 7699 0.003782 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.004244 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:42] "POST /analytics/query HTTP/1.1" 202 179 0.005235 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:42] "GET /analytics/query/c46c3465-20e9-11f1-baab-00000a000026 HTTP/1.1" 200 221 0.002034 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:42] "GET /analytics/query/c46c3465-20e9-11f1-baab-00000a000026 HTTP/1.1" 200 340 0.003713 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:42] "GET /analytics/query/c46c3465-20e9-11f1-baab-00000a000026/chunk-final/0 HTTP/1.1" 200 322291 0.018668 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004451 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004560 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:43] "POST /analytics/query HTTP/1.1" 202 179 0.023136 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:43] "GET /analytics/query/c58a9f7e-20e9-11f1-8cd6-00000a000026 HTTP/1.1" 200 221 0.001916 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:44] "GET /analytics/query/c58a9f7e-20e9-11f1-8cd6-00000a000026 HTTP/1.1" 200 338 0.002831 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:44] "GET /analytics/query/c58a9f7e-20e9-11f1-8cd6-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.003464 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:44] "POST /analytics/query HTTP/1.1" 202 179 0.009381 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:44] "GET /analytics/query/c5dec388-20e9-11f1-97f0-00000a000026 HTTP/1.1" 200 221 0.003578 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:44] "GET /analytics/query/c5dec388-20e9-11f1-97f0-00000a000026 HTTP/1.1" 200 338 0.002124 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:44] "GET /analytics/query/c5dec388-20e9-11f1-97f0-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.001664 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:44] "POST /analytics/query HTTP/1.1" 202 179 0.005247 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:44] "GET /analytics/query/c630eaba-20e9-11f1-a653-00000a000026 HTTP/1.1" 200 221 0.001849 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:45] "GET /analytics/query/c630eaba-20e9-11f1-a653-00000a000026 HTTP/1.1" 200 338 0.001994 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:45] "GET /analytics/query/c630eaba-20e9-11f1-a653-00000a000026/chunk-final/0 HTTP/1.1" 200 9807 0.003508 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:45] "POST /analytics/query HTTP/1.1" 202 179 0.008221 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:45] "GET /analytics/query/c68163df-20e9-11f1-8adb-00000a000026 HTTP/1.1" 200 221 0.002592 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:46] "GET /analytics/query/c68163df-20e9-11f1-8adb-00000a000026 HTTP/1.1" 200 338 0.002040 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:46] "GET /analytics/query/c68163df-20e9-11f1-8adb-00000a000026/chunk-final/0 HTTP/1.1" 200 4013 0.003521 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:46] "POST /analytics/query HTTP/1.1" 202 179 0.005286 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:46] "GET /analytics/query/c6d35dc1-20e9-11f1-ac2c-00000a000026 HTTP/1.1" 200 221 0.003261 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:46] "GET /analytics/query/c6d35dc1-20e9-11f1-ac2c-00000a000026 HTTP/1.1" 200 338 0.002147 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:46] "GET /analytics/query/c6d35dc1-20e9-11f1-ac2c-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.002004 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:46] "POST /analytics/query HTTP/1.1" 202 179 0.011655 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:46] "GET /analytics/query/c7263bb3-20e9-11f1-9f46-00000a000026 HTTP/1.1" 200 221 0.010816 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:47] "GET /analytics/query/c7263bb3-20e9-11f1-9f46-00000a000026 HTTP/1.1" 200 338 0.002147 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:47] "GET /analytics/query/c7263bb3-20e9-11f1-9f46-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.002606 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:47] "POST /analytics/query HTTP/1.1" 202 179 0.005867 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:47] "GET /analytics/query/c779422b-20e9-11f1-bd41-00000a000026 HTTP/1.1" 200 221 0.003722 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:47] "GET /analytics/query/c779422b-20e9-11f1-bd41-00000a000026 HTTP/1.1" 200 338 0.004043 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:47] "GET /analytics/query/c779422b-20e9-11f1-bd41-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.002922 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:47] "POST /analytics/query HTTP/1.1" 202 179 0.016593 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:47] "GET /analytics/query/c7cccbd6-20e9-11f1-916f-00000a000026 HTTP/1.1" 200 221 0.003444 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:48] "GET /analytics/query/c7cccbd6-20e9-11f1-916f-00000a000026 HTTP/1.1" 200 338 0.002284 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:48] "GET /analytics/query/c7cccbd6-20e9-11f1-916f-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.002392 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:48] "POST /analytics/query HTTP/1.1" 202 179 0.006376 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:48] "GET /analytics/query/c8204d54-20e9-11f1-bb35-00000a000026 HTTP/1.1" 200 221 0.003982 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:48] "GET /analytics/query/c8204d54-20e9-11f1-bb35-00000a000026 HTTP/1.1" 200 338 0.004988 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:48] "GET /analytics/query/c8204d54-20e9-11f1-bb35-00000a000026/chunk-final/0 HTTP/1.1" 200 4013 0.003072 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:48] "POST /analytics/query HTTP/1.1" 202 179 0.008975 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:48] "GET /analytics/query/c8734edd-20e9-11f1-b378-00000a000026 HTTP/1.1" 200 221 0.002058 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:49] "GET /analytics/query/c8734edd-20e9-11f1-b378-00000a000026 HTTP/1.1" 200 338 0.001847 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:49] "GET /analytics/query/c8734edd-20e9-11f1-b378-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.001753 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:49] "POST /analytics/query HTTP/1.1" 202 179 0.010052 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:49] "GET /analytics/query/c8c3fc14-20e9-11f1-bc22-00000a000026 HTTP/1.1" 200 221 0.008856 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:49] "GET /analytics/query/c8c3fc14-20e9-11f1-bc22-00000a000026 HTTP/1.1" 200 338 0.002235 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:49] "GET /analytics/query/c8c3fc14-20e9-11f1-bc22-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.002597 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:49] "POST /analytics/query HTTP/1.1" 202 179 0.005954 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:49] "GET /analytics/query/c9163bab-20e9-11f1-b4f5-00000a000026 HTTP/1.1" 200 221 0.001861 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:50] "GET /analytics/query/c9163bab-20e9-11f1-b4f5-00000a000026 HTTP/1.1" 200 338 0.002695 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:50] "GET /analytics/query/c9163bab-20e9-11f1-b4f5-00000a000026/chunk-final/0 HTTP/1.1" 200 145 0.001734 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003742 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003489 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:51] "POST /analytics/query HTTP/1.1" 202 179 0.005151 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:51] "GET /analytics/query/ca2b114e-20e9-11f1-bd01-00000a000026 HTTP/1.1" 200 221 0.001764 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:52] "GET /analytics/query/ca2b114e-20e9-11f1-bd01-00000a000026 HTTP/1.1" 200 340 0.002180 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:52] "GET /analytics/query/ca2b114e-20e9-11f1-bd01-00000a000026/chunk-final/0 HTTP/1.1" 200 1531785 0.019637 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:52] "POST /analytics/query HTTP/1.1" 202 179 0.022155 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:52] "GET /analytics/query/ca82dc35-20e9-11f1-b0b9-00000a000026 HTTP/1.1" 200 221 0.007363 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:52] "GET /analytics/query/ca82dc35-20e9-11f1-b0b9-00000a000026 HTTP/1.1" 200 340 0.001930 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:52] "GET /analytics/query/ca82dc35-20e9-11f1-b0b9-00000a000026/chunk-final/0 HTTP/1.1" 200 1533183 0.016944 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004121 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004635 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004486 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004892 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.005008 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:56] "POST /analytics/query HTTP/1.1" 202 179 0.005885 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:56] "GET /analytics/query/cccd4fa6-20e9-11f1-a680-00000a000026 HTTP/1.1" 200 221 0.003378 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:56] "GET /analytics/query/cccd4fa6-20e9-11f1-a680-00000a000026 HTTP/1.1" 200 339 0.002356 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:56] "GET /analytics/query/cccd4fa6-20e9-11f1-a680-00000a000026/chunk-final/0 HTTP/1.1" 200 43914 0.005783 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004823 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:57] "POST /analytics/query HTTP/1.1" 202 179 0.006233 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:57] "GET /analytics/query/cd7db8be-20e9-11f1-a68c-00000a000026 HTTP/1.1" 200 221 0.008327 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:57] "GET /analytics/query/cd7db8be-20e9-11f1-a68c-00000a000026 HTTP/1.1" 200 341 0.002270 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:57] "GET /analytics/query/cd7db8be-20e9-11f1-a68c-00000a000026/chunk-final/0 HTTP/1.1" 200 820554 0.041059 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004388 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:39:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003873 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.004102 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:03] "POST /analytics/query HTTP/1.1" 200 145 1.031194 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.005296 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:05] "POST /analytics/query HTTP/1.1" 200 2196 1.014052 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.007152 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:06] "POST /analytics/query HTTP/1.1" 200 708 1.016413 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.004872 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:08] "POST /analytics/query HTTP/1.1" 200 2830 1.019173 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.004440 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:10] "POST /analytics/query HTTP/1.1" 200 258 1.023026 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.004554 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:11] "POST /analytics/query HTTP/1.1" 200 1338 1.018462 [API:8081]10.0.0.22 - - [2026-03-16 03:40:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.005268 [API:8081]10.0.0.22 - - [2026-03-16 03:40:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-03-16 03:40:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-03-16 03:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2026-03-16 03:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.22 - - [2026-03-16 03:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2026-03-16 03:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-03-16 03:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:13] "POST /analytics/query HTTP/1.1" 200 2830 1.020601 [API:8081]10.0.0.38 - - [2026-03-16 03:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2026-03-16 03:40:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003973 [API:8081]10.0.0.38 - - [2026-03-16 03:40:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.38 - - [2026-03-16 03:40:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:15] "POST /analytics/query HTTP/1.1" 200 826 1.019186 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.011911 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:16] "POST /analytics/query HTTP/1.1" 200 141451 1.033404 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.005802 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:18] "POST /analytics/query HTTP/1.1" 200 631 1.016584 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.004447 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:20] "POST /analytics/query HTTP/1.1" 200 258 1.013572 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.006511 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:21] "POST /analytics/query HTTP/1.1" 200 596 1.012163 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.005766 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:23] "POST /analytics/query HTTP/1.1" 200 1427 1.030691 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.005755 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:25] "POST /analytics/query HTTP/1.1" 200 596 1.013132 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004110 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:26] "POST /analytics/query HTTP/1.1" 200 316 1.012474 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:40:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.012567 [API:8081]10.0.0.38 - - [2026-03-16 03:40:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.38 - - [2026-03-16 03:40:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.069484 [API:8081]10.0.0.38 - - [2026-03-16 03:41:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113214 [API:8081]10.0.0.38 - - [2026-03-16 03:41:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.664801 [API:8081]10.0.0.38 - - [2026-03-16 03:41:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.015710 [API:8081]10.0.0.38 - - [2026-03-16 03:41:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.076553 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:41:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004052 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004623 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004535 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003715 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:41:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005970 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003654 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002996 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:41:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005261 [API:8081]10.0.0.38 - - [2026-03-16 03:41:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010500 [API:8081]10.0.0.38 - - [2026-03-16 03:41:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.016839 [API:8081]10.0.0.38 - - [2026-03-16 03:41:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009916 [API:8081]10.0.0.38 - - [2026-03-16 03:41:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.014452 [API:8081]10.0.0.38 - - [2026-03-16 03:41:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.012605 [API:8081]10.0.0.38 - - [2026-03-16 03:42:14] "POST /analytics/query HTTP/1.1" 200 222 1.023695 [API:8081]10.0.0.38 - - [2026-03-16 03:42:15] "POST /analytics/query HTTP/1.1" 200 222 1.019583 [API:8081]10.0.0.38 - - [2026-03-16 03:42:16] "POST /analytics/query HTTP/1.1" 200 353 1.018399 [API:8081]10.0.0.38 - - [2026-03-16 03:42:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075692 [API:8081]10.0.0.38 - - [2026-03-16 03:43:04] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.38 - - [2026-03-16 03:43:04] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.22 - - [2026-03-16 03:43:33] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2026-03-16 03:43:33] "GET /analytics HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-03-16 03:43:33] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-03-16 03:43:33] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.38 - - [2026-03-16 03:44:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091390 [API:8081]10.0.0.22 - - [2026-03-16 03:45:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.22 - - [2026-03-16 03:45:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-03-16 03:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2026-03-16 03:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2026-03-16 03:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2026-03-16 03:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-03-16 03:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.23 - - [2026-03-16 03:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000423 [API:8081]10.0.0.38 - - [2026-03-16 03:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.38 - - [2026-03-16 03:45:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2026-03-16 03:45:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2026-03-16 03:45:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2026-03-16 03:45:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070841 [API:8081]10.0.0.38 - - [2026-03-16 03:45:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.020950 [API:8081]10.0.0.38 - - [2026-03-16 03:45:37] "POST /analytics/query HTTP/1.1" 200 507 1.023340 [API:8081]10.0.0.38 - - [2026-03-16 03:45:38] "POST /analytics/query HTTP/1.1" 200 353 1.023738 [API:8081]10.0.0.38 - - [2026-03-16 03:45:39] "POST /analytics/query HTTP/1.1" 200 353 1.022578 [API:8081]10.0.0.38 - - [2026-03-16 03:47:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072947 [API:8081]10.0.0.38 - - [2026-03-16 03:48:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075296 [API:8081]10.0.0.22 - - [2026-03-16 03:50:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2026-03-16 03:50:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-03-16 03:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2026-03-16 03:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2026-03-16 03:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.22 - - [2026-03-16 03:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-03-16 03:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2026-03-16 03:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.38 - - [2026-03-16 03:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.38 - - [2026-03-16 03:50:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2026-03-16 03:50:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2026-03-16 03:50:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.38 - - [2026-03-16 03:50:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083686 [API:8081]10.0.0.38 - - [2026-03-16 03:51:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078500 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:51:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002745 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003370 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003268 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003363 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:51:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003324 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003148 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:51:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004082 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 03:51:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003153 [API:8081]10.0.0.38 - - [2026-03-16 03:53:04] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2026-03-16 03:53:04] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.38 - - [2026-03-16 03:53:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079262 [API:8081]10.0.0.22 - - [2026-03-16 03:53:33] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2026-03-16 03:53:33] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.23 - - [2026-03-16 03:53:33] "GET /analytics HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.23 - - [2026-03-16 03:53:33] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.38 - - [2026-03-16 03:54:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072343 [API:8081]10.0.0.22 - - [2026-03-16 03:55:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2026-03-16 03:55:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-03-16 03:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-03-16 03:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.22 - - [2026-03-16 03:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2026-03-16 03:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2026-03-16 03:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-03-16 03:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2026-03-16 03:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2026-03-16 03:55:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.38 - - [2026-03-16 03:55:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.38 - - [2026-03-16 03:55:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.38 - - [2026-03-16 03:56:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094914 [API:8081]10.0.0.38 - - [2026-03-16 03:57:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.106551 [API:8081]10.0.0.38 - - [2026-03-16 03:57:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2026-03-16 03:57:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.105122 [API:8081]10.0.0.38 - - [2026-03-16 03:58:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:640ff50c-a476-401e-970d-acb58005562c?flat HTTP/1.1" 200 5201 0.074412 [API:8081]10.0.0.38 - - [2026-03-16 03:58:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:640ff50c-a476-401e-970d-acb58005562c?flat HTTP/1.1" 200 5201 0.063401 [API:8081]10.0.0.38 - - [2026-03-16 03:58:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:640ff50c-a476-401e-970d-acb58005562c?flat HTTP/1.1" 200 5201 0.014047 [API:8081]10.0.0.38 - - [2026-03-16 03:58:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-36782472:EVPN-VN1?flat HTTP/1.1" 200 7816 0.021686 [API:8081]10.0.0.38 - - [2026-03-16 03:58:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25600 0.040507 [API:8081]10.0.0.38 - - [2026-03-16 03:58:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25600 0.018175 [API:8081]10.0.0.38 - - [2026-03-16 03:58:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010528 [API:8081]10.0.0.38 - - [2026-03-16 03:58:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:326f2cc7-92bc-4cb1-b4c3-2cc71eb14972?flat HTTP/1.1" 200 5063 0.013660 [API:8081]10.0.0.38 - - [2026-03-16 03:58:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:326f2cc7-92bc-4cb1-b4c3-2cc71eb14972?flat HTTP/1.1" 200 5063 0.016510 [API:8081]10.0.0.38 - - [2026-03-16 03:58:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:326f2cc7-92bc-4cb1-b4c3-2cc71eb14972?flat HTTP/1.1" 200 5063 0.013807 [API:8081]10.0.0.38 - - [2026-03-16 03:58:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-36782472:EVPN-VN1?flat HTTP/1.1" 200 7816 0.016189 [API:8081]10.0.0.38 - - [2026-03-16 03:58:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.018564 [API:8081]10.0.0.38 - - [2026-03-16 03:58:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.025079 [API:8081]10.0.0.38 - - [2026-03-16 03:58:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010803 [API:8081]10.0.0.38 - - [2026-03-16 03:59:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075361 [API:8081]10.0.0.22 - - [2026-03-16 04:00:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2026-03-16 04:00:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.23 - - [2026-03-16 04:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.23 - - [2026-03-16 04:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.22 - - [2026-03-16 04:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2026-03-16 04:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-03-16 04:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-03-16 04:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2026-03-16 04:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.38 - - [2026-03-16 04:00:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.38 - - [2026-03-16 04:00:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2026-03-16 04:00:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.38 - - [2026-03-16 04:00:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.105572 [API:8081]10.0.0.38 - - [2026-03-16 04:00:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:640ff50c-a476-401e-970d-acb58005562c?flat HTTP/1.1" 200 5306 0.024604 [API:8081]10.0.0.38 - - [2026-03-16 04:00:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:640ff50c-a476-401e-970d-acb58005562c?flat HTTP/1.1" 200 5306 0.025309 [API:8081]10.0.0.38 - - [2026-03-16 04:00:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:640ff50c-a476-401e-970d-acb58005562c?flat HTTP/1.1" 200 5306 0.031540 [API:8081]10.0.0.38 - - [2026-03-16 04:00:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-36782472:EVPN-VN1?flat HTTP/1.1" 200 8287 0.034065 [API:8081]10.0.0.38 - - [2026-03-16 04:00:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23893 0.047313 [API:8081]10.0.0.38 - - [2026-03-16 04:00:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23893 0.031819 [API:8081]10.0.0.38 - - [2026-03-16 04:00:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009967 [API:8081]10.0.0.38 - - [2026-03-16 04:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:326f2cc7-92bc-4cb1-b4c3-2cc71eb14972?flat HTTP/1.1" 200 5316 0.014366 [API:8081]10.0.0.38 - - [2026-03-16 04:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:326f2cc7-92bc-4cb1-b4c3-2cc71eb14972?flat HTTP/1.1" 200 5316 0.026991 [API:8081]10.0.0.38 - - [2026-03-16 04:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-36782472:326f2cc7-92bc-4cb1-b4c3-2cc71eb14972?flat HTTP/1.1" 200 5316 0.013995 [API:8081]10.0.0.38 - - [2026-03-16 04:00:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-36782472:EVPN-VN1?flat HTTP/1.1" 200 9413 0.026310 [API:8081]10.0.0.38 - - [2026-03-16 04:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23713 0.028542 [API:8081]10.0.0.38 - - [2026-03-16 04:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23713 0.020712 [API:8081]10.0.0.38 - - [2026-03-16 04:00:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013157 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:01:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003156 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:01:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003894 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:01:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004079 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:01:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.012851 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:01:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004843 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:01:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003925 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:01:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003016 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:01:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003645 [API:8081]10.0.0.38 - - [2026-03-16 04:01:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25078 0.024497 [API:8081]10.0.0.38 - - [2026-03-16 04:01:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-36782472:EVPN-VN1?flat HTTP/1.1" 200 8518 0.016824 [API:8081]10.0.0.38 - - [2026-03-16 04:01:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010117 [API:8081]10.0.0.38 - - [2026-03-16 04:02:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33112 0.029230 [API:8081]10.0.0.38 - - [2026-03-16 04:02:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33112 0.037917 [API:8081]10.0.0.38 - - [2026-03-16 04:02:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33114 0.044553 [API:8081]10.0.0.38 - - [2026-03-16 04:02:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-36782472:EVPN-VN1?flat HTTP/1.1" 200 5987 0.016686 [API:8081]10.0.0.38 - - [2026-03-16 04:02:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013747 [API:8081]10.0.0.38 - - [2026-03-16 04:02:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.402021 [API:8081]10.0.0.38 - - [2026-03-16 04:03:04] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.38 - - [2026-03-16 04:03:04] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.22 - - [2026-03-16 04:03:33] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2026-03-16 04:03:33] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.23 - - [2026-03-16 04:03:33] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-03-16 04:03:33] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.38 - - [2026-03-16 04:03:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.118874 [API:8081]10.0.0.38 - - [2026-03-16 04:04:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-49933732:ctest-TestRbac-49933732-08016147?flat HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.38 - - [2026-03-16 04:04:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-49933732:ctest-TestRbac-49933732-08016147?flat HTTP/1.1" 200 2080 0.459274 [API:8081]10.0.0.38 - - [2026-03-16 04:04:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.184889 [API:8081]10.0.0.38 - - [2026-03-16 04:04:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-49933732:ctest-TestRbac-49933732-08016147?flat HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2026-03-16 04:04:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-49933732:ctest-TestRbac-49933732-08016147?flat HTTP/1.1" 200 2080 0.205460 [API:8081]10.0.0.38 - - [2026-03-16 04:04:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.100741 [API:8081]10.0.0.38 - - [2026-03-16 04:04:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-06066883:56426cd8-d508-42d6-b97d-1fefe1429987?flat HTTP/1.1" 200 5326 0.131660 [API:8081]10.0.0.38 - - [2026-03-16 04:04:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-06066883:56426cd8-d508-42d6-b97d-1fefe1429987?flat HTTP/1.1" 200 5326 0.075245 [API:8081]10.0.0.38 - - [2026-03-16 04:04:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-06066883:56426cd8-d508-42d6-b97d-1fefe1429987?flat HTTP/1.1" 200 5326 0.074788 [API:8081]10.0.0.38 - - [2026-03-16 04:04:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-49933732:ctest-TestRbac-49933732-08016147?flat HTTP/1.1" 200 8382 0.075868 [API:8081]10.0.0.38 - - [2026-03-16 04:04:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.055574 [API:8081]10.0.0.38 - - [2026-03-16 04:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.217108 [API:8081]10.0.0.38 - - [2026-03-16 04:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.38 - - [2026-03-16 04:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25322 0.115867 [API:8081]10.0.0.38 - - [2026-03-16 04:04:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.055245 [API:8081]10.0.0.38 - - [2026-03-16 04:04:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.155656 [API:8081]10.0.0.38 - - [2026-03-16 04:04:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25322 0.079265 [API:8081]10.0.0.38 - - [2026-03-16 04:04:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.056431 [API:8081]10.0.0.38 - - [2026-03-16 04:05:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.133774 [API:8081]10.0.0.38 - - [2026-03-16 04:05:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.176826 [API:8081]10.0.0.38 - - [2026-03-16 04:05:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.024843 [API:8081]10.0.0.38 - - [2026-03-16 04:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.119675 [API:8081]10.0.0.38 - - [2026-03-16 04:05:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.031628 [API:8081]10.0.0.22 - - [2026-03-16 04:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.22 - - [2026-03-16 04:05:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-03-16 04:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-03-16 04:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.22 - - [2026-03-16 04:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.22 - - [2026-03-16 04:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.38 - - [2026-03-16 04:05:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.036000 [API:8081]10.0.0.23 - - [2026-03-16 04:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-03-16 04:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.38 - - [2026-03-16 04:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.38 - - [2026-03-16 04:05:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.38 - - [2026-03-16 04:05:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.38 - - [2026-03-16 04:05:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.38 - - [2026-03-16 04:05:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.023192 [API:8081]10.0.0.38 - - [2026-03-16 04:05:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.050784 [API:8081]10.0.0.38 - - [2026-03-16 04:05:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.024531 [API:8081]10.0.0.38 - - [2026-03-16 04:05:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.023592 [API:8081]10.0.0.38 - - [2026-03-16 04:05:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-49933732:ctest-TestRbac-49933732-08016147?flat HTTP/1.1" 200 6498 0.018572 [API:8081]10.0.0.38 - - [2026-03-16 04:05:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008749 [API:8081]10.0.0.38 - - [2026-03-16 04:05:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098275 [API:8081]10.0.0.38 - - [2026-03-16 04:05:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.38 - - [2026-03-16 04:05:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 200 2118 0.149338 [API:8081]10.0.0.38 - - [2026-03-16 04:05:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 401 205 0.000355 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-10547220'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-44123132' RBAC: ctest-TestRbacBasic-75758931 doesn't have read permission in project 'd1a27ac982164bfdb04badef3af50d98' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-47588785', 'ctest-TestRbacBasic-47588785-12126693'], 'virtual_network', '5b8e105b-2ea1-4239-9e5f-50227fd276d3', "Permission Denied for ['ctest-TestRbacBasic-10547220'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-44123132' RBAC: ctest-TestRbacBasic-75758931 doesn't have read permission in project 'd1a27ac982164bfdb04badef3af50d98'"),) [API:8081]10.0.0.38 - - [2026-03-16 04:05:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 403 198 0.159323 [API:8081]10.0.0.38 - - [2026-03-16 04:05:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.38 - - [2026-03-16 04:05:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 200 2118 0.083183 [API:8081]10.0.0.38 - - [2026-03-16 04:05:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.097421 [API:8081]10.0.0.38 - - [2026-03-16 04:05:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.098658 [API:8081]10.0.0.38 - - [2026-03-16 04:05:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.090187 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-10547220'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-47588785' RBAC: ctest-TestRbacBasic-75758931 doesn't have read permission in project '1c298d0e9759455d94388ef5e7a65a44' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-47588785', 'ctest-TestRbacBasic-47588785-12126693'], 'virtual_network', '5b8e105b-2ea1-4239-9e5f-50227fd276d3', "Permission Denied for ['ctest-TestRbacBasic-10547220'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-47588785' RBAC: ctest-TestRbacBasic-75758931 doesn't have read permission in project '1c298d0e9759455d94388ef5e7a65a44'"),) [API:8081]10.0.0.38 - - [2026-03-16 04:05:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 403 198 0.048177 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-10547220'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-47588785' RBAC: ctest-TestRbacBasic-75758931 doesn't have read permission in project '1c298d0e9759455d94388ef5e7a65a44' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-47588785', 'ctest-TestRbacBasic-47588785-12126693'], 'virtual_network', '5b8e105b-2ea1-4239-9e5f-50227fd276d3', "Permission Denied for ['ctest-TestRbacBasic-10547220'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-47588785' RBAC: ctest-TestRbacBasic-75758931 doesn't have read permission in project '1c298d0e9759455d94388ef5e7a65a44'"),) [API:8081]10.0.0.38 - - [2026-03-16 04:05:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 403 198 0.123560 [API:8081]10.0.0.38 - - [2026-03-16 04:05:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 200 2122 0.065312 [API:8081]10.0.0.38 - - [2026-03-16 04:05:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47588785:ctest-TestRbacBasic-47588785-12126693?flat HTTP/1.1" 200 2122 0.014442 [API:8081]10.0.0.38 - - [2026-03-16 04:05:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.089033 [API:8081]10.0.0.38 - - [2026-03-16 04:05:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.063579 [API:8081]10.0.0.38 - - [2026-03-16 04:05:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.010970 [API:8081]10.0.0.38 - - [2026-03-16 04:06:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.012304 [API:8081]10.0.0.38 - - [2026-03-16 04:06:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 401 205 0.000275 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-32112619 as ['ctest-TestRbacBasic-59923631'] to R virtual-network in ctest-TestRbacBasic-59812659 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-59812659', 'ctest-TestRbacBasic-59812659-47477990'], 'virtual_network', '3c943ed8-7224-4394-8597-b71f27ce8751', "Permission Denied for ctest-TestRbacBasic-32112619 as ['ctest-TestRbacBasic-59923631'] to R virtual-network in ctest-TestRbacBasic-59812659"),) [API:8081]10.0.0.38 - - [2026-03-16 04:06:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 403 198 0.117300 [API:8081]10.0.0.38 - - [2026-03-16 04:06:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.089076 [API:8081]10.0.0.38 - - [2026-03-16 04:06:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 200 2117 0.072684 [API:8081]10.0.0.38 - - [2026-03-16 04:06:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.060935 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-32112619 as ['ctest-TestRbacBasic-59923631'] to R virtual-network in ctest-TestRbacBasic-59812659 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-59812659', 'ctest-TestRbacBasic-59812659-47477990'], 'virtual_network', '3c943ed8-7224-4394-8597-b71f27ce8751', "Permission Denied for ctest-TestRbacBasic-32112619 as ['ctest-TestRbacBasic-59923631'] to R virtual-network in ctest-TestRbacBasic-59812659"),) [API:8081]10.0.0.38 - - [2026-03-16 04:06:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 403 198 0.055971 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-32112619 as ['ctest-TestRbacBasic-59923631'] to R virtual-network in ctest-TestRbacBasic-59812659 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-59812659', 'ctest-TestRbacBasic-59812659-47477990'], 'virtual_network', '3c943ed8-7224-4394-8597-b71f27ce8751', "Permission Denied for ctest-TestRbacBasic-32112619 as ['ctest-TestRbacBasic-59923631'] to R virtual-network in ctest-TestRbacBasic-59812659"),) [API:8081]10.0.0.38 - - [2026-03-16 04:06:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 403 198 0.103320 [API:8081]10.0.0.38 - - [2026-03-16 04:06:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.077269 [API:8081]10.0.0.38 - - [2026-03-16 04:06:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 200 2117 0.078066 [API:8081]10.0.0.38 - - [2026-03-16 04:06:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.068986 [API:8081]10.0.0.38 - - [2026-03-16 04:06:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 401 205 0.000312 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-75758931 as ['ctest-TestRbacBasic-10547220'] to R virtual-network in ctest-TestRbacBasic-59812659 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-59812659', 'ctest-TestRbacBasic-59812659-47477990'], 'virtual_network', '3c943ed8-7224-4394-8597-b71f27ce8751', "Permission Denied for ctest-TestRbacBasic-75758931 as ['ctest-TestRbacBasic-10547220'] to R virtual-network in ctest-TestRbacBasic-59812659"),) [API:8081]10.0.0.38 - - [2026-03-16 04:06:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 403 198 0.109354 [API:8081]10.0.0.38 - - [2026-03-16 04:06:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.067759 [API:8081]10.0.0.38 - - [2026-03-16 04:06:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-47477990?flat HTTP/1.1" 200 2117 0.062424 [API:8081]10.0.0.38 - - [2026-03-16 04:06:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.055976 [API:8081]10.0.0.38 - - [2026-03-16 04:06:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.084111 [API:8081]10.0.0.38 - - [2026-03-16 04:06:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.012290 [API:8081]10.0.0.38 - - [2026-03-16 04:06:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.082776 [API:8081]10.0.0.38 - - [2026-03-16 04:06:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-59812659:092fb714-b498-48dc-9ee8-1cf48ed97756?flat HTTP/1.1" 200 5400 0.066713 [API:8081]10.0.0.38 - - [2026-03-16 04:06:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-59812659:092fb714-b498-48dc-9ee8-1cf48ed97756?flat HTTP/1.1" 200 5400 0.063375 [API:8081]10.0.0.38 - - [2026-03-16 04:06:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-59812659:092fb714-b498-48dc-9ee8-1cf48ed97756?flat HTTP/1.1" 200 5400 0.070720 [API:8081]10.0.0.38 - - [2026-03-16 04:06:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-08969754?flat HTTP/1.1" 200 8787 0.066874 [API:8081]10.0.0.38 - - [2026-03-16 04:06:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037290 [API:8081]10.0.0.38 - - [2026-03-16 04:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.140887 [API:8081]10.0.0.38 - - [2026-03-16 04:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.022070 [API:8081]10.0.0.38 - - [2026-03-16 04:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.036990 [API:8081]10.0.0.38 - - [2026-03-16 04:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.106733 [API:8081]10.0.0.38 - - [2026-03-16 04:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.021089 [API:8081]10.0.0.38 - - [2026-03-16 04:06:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.057777 [API:8081]10.0.0.38 - - [2026-03-16 04:06:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-08969754?flat HTTP/1.1" 200 8787 0.097318 [API:8081]10.0.0.38 - - [2026-03-16 04:06:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.070487 [API:8081]10.0.0.38 - - [2026-03-16 04:07:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037226 [API:8081]10.0.0.38 - - [2026-03-16 04:07:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.105429 [API:8081]10.0.0.38 - - [2026-03-16 04:07:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.022805 [API:8081]10.0.0.38 - - [2026-03-16 04:07:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.022973 [API:8081]10.0.0.38 - - [2026-03-16 04:07:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.019775 [API:8081]10.0.0.38 - - [2026-03-16 04:07:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.020736 [API:8081]10.0.0.38 - - [2026-03-16 04:07:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.019362 [API:8081]10.0.0.38 - - [2026-03-16 04:07:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.022350 [API:8081]10.0.0.38 - - [2026-03-16 04:07:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.020611 [API:8081]10.0.0.38 - - [2026-03-16 04:07:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.020677 [API:8081]10.0.0.38 - - [2026-03-16 04:07:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59812659:ctest-TestRbacBasic-59812659-08969754?flat HTTP/1.1" 200 6893 0.019193 [API:8081]10.0.0.38 - - [2026-03-16 04:07:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011630 [Introspect:8090]10.0.0.38 - - [2026-03-16 04:07:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001412 [API:8081]10.0.0.38 - - [2026-03-16 04:07:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.38 - - [2026-03-16 04:07:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.063729 [API:8081]10.0.0.38 - - [2026-03-16 04:08:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078375 [API:8081]10.0.0.38 - - [2026-03-16 04:09:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069259 [API:8081]10.0.0.38 - - [2026-03-16 04:10:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:8ef01bf7-e629-4925-9c28-c8416c7db8d1?flat HTTP/1.1" 200 5507 0.015353 [API:8081]10.0.0.38 - - [2026-03-16 04:10:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:8ef01bf7-e629-4925-9c28-c8416c7db8d1?flat HTTP/1.1" 200 5507 0.081659 [API:8081]10.0.0.22 - - [2026-03-16 04:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000456 [API:8081]10.0.0.22 - - [2026-03-16 04:10:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.38 - - [2026-03-16 04:10:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:8ef01bf7-e629-4925-9c28-c8416c7db8d1?flat HTTP/1.1" 200 5507 0.067890 [API:8081]10.0.0.38 - - [2026-03-16 04:10:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-20201339:ctest-vn1-21653482?flat HTTP/1.1" 200 9570 0.022003 [API:8081]10.0.0.38 - - [2026-03-16 04:10:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.028851 [API:8081]10.0.0.38 - - [2026-03-16 04:10:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.030828 [API:8081]10.0.0.38 - - [2026-03-16 04:10:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013728 [API:8081]10.0.0.23 - - [2026-03-16 04:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-03-16 04:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2026-03-16 04:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2026-03-16 04:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-03-16 04:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-03-16 04:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2026-03-16 04:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.38 - - [2026-03-16 04:10:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.38 - - [2026-03-16 04:10:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2026-03-16 04:10:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2026-03-16 04:10:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:bf1d88e7-3f38-4a21-a427-df82d4cc7cec?flat HTTP/1.1" 200 5373 0.023003 [API:8081]10.0.0.38 - - [2026-03-16 04:10:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:bf1d88e7-3f38-4a21-a427-df82d4cc7cec?flat HTTP/1.1" 200 5373 0.016991 [API:8081]10.0.0.38 - - [2026-03-16 04:10:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:bf1d88e7-3f38-4a21-a427-df82d4cc7cec?flat HTTP/1.1" 200 5373 0.021978 [API:8081]10.0.0.38 - - [2026-03-16 04:10:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-20201339:ctest-vn1-21653482?flat HTTP/1.1" 200 9451 0.030423 [API:8081]10.0.0.38 - - [2026-03-16 04:10:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.020392 [API:8081]10.0.0.38 - - [2026-03-16 04:10:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.022779 [API:8081]10.0.0.38 - - [2026-03-16 04:10:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011459 [API:8081]10.0.0.38 - - [2026-03-16 04:10:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.025366 [API:8081]10.0.0.38 - - [2026-03-16 04:10:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-20201339:ctest-vn1-21653482?flat HTTP/1.1" 200 7683 0.022193 [API:8081]10.0.0.38 - - [2026-03-16 04:10:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011321 [API:8081]10.0.0.38 - - [2026-03-16 04:10:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.028857 [API:8081]10.0.0.38 - - [2026-03-16 04:10:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.032629 [API:8081]10.0.0.38 - - [2026-03-16 04:10:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.025668 [API:8081]10.0.0.38 - - [2026-03-16 04:10:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.033853 [API:8081]10.0.0.38 - - [2026-03-16 04:10:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.046121 [API:8081]10.0.0.38 - - [2026-03-16 04:10:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.038634 [API:8081]10.0.0.38 - - [2026-03-16 04:10:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33185 0.037761 [API:8081]10.0.0.38 - - [2026-03-16 04:10:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-20201339:ctest-vn1-21653482?flat HTTP/1.1" 200 4920 0.016920 [API:8081]10.0.0.38 - - [2026-03-16 04:10:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.017941 [API:8081]10.0.0.38 - - [2026-03-16 04:10:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.010651 [API:8081]10.0.0.38 - - [2026-03-16 04:10:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.009344 [API:8081]10.0.0.38 - - [2026-03-16 04:11:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080746 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:11:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003656 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:11:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005518 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:11:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003013 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:11:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003367 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:11:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004152 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:11:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002781 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:11:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004776 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:11:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003299 [API:8081]10.0.0.38 - - [2026-03-16 04:12:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.085021 [API:8081]10.0.0.38 - - [2026-03-16 04:13:04] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2026-03-16 04:13:04] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.22 - - [2026-03-16 04:13:33] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.22 - - [2026-03-16 04:13:33] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.23 - - [2026-03-16 04:13:33] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-03-16 04:13:33] "GET /analytics HTTP/1.1" 401 205 0.000136 [Introspect:8090]10.0.0.38 - - [2026-03-16 04:13:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001179 [API:8081]10.0.0.38 - - [2026-03-16 04:13:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5469-1?flat HTTP/1.1" 200 11936 0.417682 [API:8081]10.0.0.38 - - [2026-03-16 04:13:44] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5469-1?flat HTTP/1.1" 200 6056 0.395917 [API:8081]10.0.0.38 - - [2026-03-16 04:13:44] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5469-2?flat HTTP/1.1" 200 6055 0.410751 [API:8081]10.0.0.38 - - [2026-03-16 04:13:44] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5469-3?flat HTTP/1.1" 200 3961 0.016265 [API:8081]10.0.0.38 - - [2026-03-16 04:13:44] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?flat HTTP/1.1" 200 7617 0.018248 [API:8081]10.0.0.38 - - [2026-03-16 04:13:44] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?flat HTTP/1.1" 200 6130 0.017033 [API:8081]10.0.0.38 - - [2026-03-16 04:13:44] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?flat HTTP/1.1" 200 6127 0.019776 [API:8081]10.0.0.38 - - [2026-03-16 04:13:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.015630 [API:8081]10.0.0.38 - - [2026-03-16 04:14:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:8c2479d9-bc5c-4257-8021-b61817e334c7?flat HTTP/1.1" 200 5244 0.016435 [API:8081]10.0.0.38 - - [2026-03-16 04:14:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:8c2479d9-bc5c-4257-8021-b61817e334c7?flat HTTP/1.1" 200 5244 0.017031 [API:8081]10.0.0.38 - - [2026-03-16 04:14:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:8c2479d9-bc5c-4257-8021-b61817e334c7?flat HTTP/1.1" 200 5244 0.016270 [API:8081]10.0.0.38 - - [2026-03-16 04:14:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-20201339:ctest-vn1-13235577?flat HTTP/1.1" 200 7091 0.017159 [API:8081]10.0.0.38 - - [2026-03-16 04:14:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33160 0.027347 [API:8081]10.0.0.38 - - [2026-03-16 04:14:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33160 0.036345 [API:8081]10.0.0.38 - - [2026-03-16 04:14:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010935 [API:8081]10.0.0.38 - - [2026-03-16 04:14:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087532 [API:8081]10.0.0.22 - - [2026-03-16 04:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.22 - - [2026-03-16 04:15:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2026-03-16 04:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.23 - - [2026-03-16 04:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2026-03-16 04:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2026-03-16 04:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-03-16 04:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.23 - - [2026-03-16 04:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.38 - - [2026-03-16 04:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.38 - - [2026-03-16 04:15:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2026-03-16 04:15:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.38 - - [2026-03-16 04:15:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.38 - - [2026-03-16 04:15:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:f83b89be-3d98-4918-b524-7173b2d5a7b3?flat HTTP/1.1" 200 5243 0.019105 [API:8081]10.0.0.38 - - [2026-03-16 04:15:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:f83b89be-3d98-4918-b524-7173b2d5a7b3?flat HTTP/1.1" 200 5243 0.017398 [API:8081]10.0.0.38 - - [2026-03-16 04:15:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-20201339:f83b89be-3d98-4918-b524-7173b2d5a7b3?flat HTTP/1.1" 200 5243 0.022126 [API:8081]10.0.0.38 - - [2026-03-16 04:15:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-20201339:ctest-vn2-46657616?flat HTTP/1.1" 200 6978 0.022049 [API:8081]10.0.0.38 - - [2026-03-16 04:15:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32259 0.026444 [API:8081]10.0.0.38 - - [2026-03-16 04:15:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32259 0.036125 [API:8081]10.0.0.38 - - [2026-03-16 04:15:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.013497 [API:8081]10.0.0.38 - - [2026-03-16 04:15:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.074042 [API:8081]10.0.0.38 - - [2026-03-16 04:16:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32268 0.051181 [API:8081]10.0.0.38 - - [2026-03-16 04:16:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32268 0.048128 [API:8081]10.0.0.38 - - [2026-03-16 04:16:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32268 0.026736 [API:8081]10.0.0.38 - - [2026-03-16 04:16:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32272 0.035310 [API:8081]10.0.0.38 - - [2026-03-16 04:16:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-20201339:ctest-vn2-46657616?flat HTTP/1.1" 200 7855 0.019191 [API:8081]10.0.0.38 - - [2026-03-16 04:16:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011518 [API:8081]10.0.0.38 - - [2026-03-16 04:16:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.052549 [API:8081]10.0.0.38 - - [2026-03-16 04:16:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.031959 [API:8081]10.0.0.38 - - [2026-03-16 04:16:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.030924 [API:8081]10.0.0.38 - - [2026-03-16 04:16:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.044527 [API:8081]10.0.0.38 - - [2026-03-16 04:16:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.036743 [API:8081]10.0.0.38 - - [2026-03-16 04:16:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.036154 [API:8081]10.0.0.38 - - [2026-03-16 04:16:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.037371 [API:8081]10.0.0.38 - - [2026-03-16 04:16:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-20201339:ctest-vn1-13235577?flat HTTP/1.1" 200 7795 0.021235 [API:8081]10.0.0.38 - - [2026-03-16 04:16:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013698 [API:8081]10.0.0.38 - - [2026-03-16 04:17:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089114 [API:8081]10.0.0.38 - - [2026-03-16 04:17:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-64921034:18b58305-f077-4ba7-96f5-1793b21f2e6e?flat HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.38 - - [2026-03-16 04:17:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-64921034:18b58305-f077-4ba7-96f5-1793b21f2e6e?flat HTTP/1.1" 200 5237 0.075369 [API:8081]10.0.0.38 - - [2026-03-16 04:17:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-64921034:18b58305-f077-4ba7-96f5-1793b21f2e6e?flat HTTP/1.1" 200 5237 0.079454 [API:8081]10.0.0.38 - - [2026-03-16 04:17:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-64921034:18b58305-f077-4ba7-96f5-1793b21f2e6e?flat HTTP/1.1" 200 5237 0.073462 [API:8081]10.0.0.38 - - [2026-03-16 04:17:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-64921034:ctest-vn-35634529?flat HTTP/1.1" 200 8042 0.028522 [API:8081]10.0.0.38 - - [2026-03-16 04:17:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33188 0.025424 [API:8081]10.0.0.38 - - [2026-03-16 04:17:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33188 0.024690 [API:8081]10.0.0.38 - - [2026-03-16 04:17:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010823 [API:8081]10.0.0.38 - - [2026-03-16 04:18:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-64921034:11fa3496-765d-4d8d-bbc8-7e8072059ec0?flat HTTP/1.1" 200 5241 0.015077 [API:8081]10.0.0.38 - - [2026-03-16 04:18:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-64921034:11fa3496-765d-4d8d-bbc8-7e8072059ec0?flat HTTP/1.1" 200 5241 0.016028 [API:8081]10.0.0.38 - - [2026-03-16 04:18:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-64921034:11fa3496-765d-4d8d-bbc8-7e8072059ec0?flat HTTP/1.1" 200 5241 0.024750 [API:8081]10.0.0.38 - - [2026-03-16 04:18:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-64921034:ctest-vn-02357455?flat HTTP/1.1" 200 8052 0.028232 [API:8081]10.0.0.38 - - [2026-03-16 04:18:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32301 0.025237 [API:8081]10.0.0.38 - - [2026-03-16 04:18:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32301 0.028327 [API:8081]10.0.0.38 - - [2026-03-16 04:18:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010107 [API:8081]10.0.0.38 - - [2026-03-16 04:18:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32301 0.032935 [API:8081]10.0.0.38 - - [2026-03-16 04:18:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32301 0.032423 [API:8081]10.0.0.38 - - [2026-03-16 04:18:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32302 0.031380 [API:8081]10.0.0.38 - - [2026-03-16 04:18:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-64921034:ctest-vn-02357455?flat HTTP/1.1" 200 6176 0.017932 [API:8081]10.0.0.38 - - [2026-03-16 04:18:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011230 [API:8081]10.0.0.38 - - [2026-03-16 04:18:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33195 0.030159 [API:8081]10.0.0.38 - - [2026-03-16 04:18:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33195 0.027793 [API:8081]10.0.0.38 - - [2026-03-16 04:18:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33195 0.030314 [API:8081]10.0.0.38 - - [2026-03-16 04:18:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33195 0.033751 [API:8081]10.0.0.38 - - [2026-03-16 04:18:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33195 0.036020 [API:8081]10.0.0.38 - - [2026-03-16 04:18:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.079262 [API:8081]10.0.0.38 - - [2026-03-16 04:18:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33195 0.032021 [API:8081]10.0.0.38 - - [2026-03-16 04:18:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5469-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33197 0.030802 [API:8081]10.0.0.38 - - [2026-03-16 04:18:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-64921034:ctest-vn-35634529?flat HTTP/1.1" 200 6180 0.018076 [API:8081]10.0.0.38 - - [2026-03-16 04:18:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013088 [API:8081]10.0.0.38 - - [2026-03-16 04:19:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.38 - - [2026-03-16 04:19:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.069839 [API:8081]10.0.0.38 - - [2026-03-16 04:19:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.071995 [API:8081]10.0.0.22 - - [2026-03-16 04:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2026-03-16 04:20:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2026-03-16 04:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001558 [API:8081]10.0.0.23 - - [2026-03-16 04:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.22 - - [2026-03-16 04:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.22 - - [2026-03-16 04:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-03-16 04:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-03-16 04:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.38 - - [2026-03-16 04:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.38 - - [2026-03-16 04:20:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000467 [API:8081]10.0.0.38 - - [2026-03-16 04:20:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.38 - - [2026-03-16 04:20:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.38 - - [2026-03-16 04:20:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081112 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:21:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.010515 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005423 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.014130 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004176 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:21:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.019299 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.009075 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005105 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004374 [API:8081]10.0.0.38 - - [2026-03-16 04:21:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.110933 [API:8081]10.0.0.38 - - [2026-03-16 04:23:04] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.38 - - [2026-03-16 04:23:04] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.22 - - [2026-03-16 04:23:33] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.22 - - [2026-03-16 04:23:33] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.23 - - [2026-03-16 04:23:33] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-03-16 04:23:33] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.38 - - [2026-03-16 04:23:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096694 [API:8081]10.0.0.38 - - [2026-03-16 04:24:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.086759 [API:8081]10.0.0.22 - - [2026-03-16 04:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.22 - - [2026-03-16 04:25:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2026-03-16 04:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000489 [API:8081]10.0.0.23 - - [2026-03-16 04:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000583 [API:8081]10.0.0.22 - - [2026-03-16 04:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.22 - - [2026-03-16 04:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.23 - - [2026-03-16 04:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-03-16 04:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.38 - - [2026-03-16 04:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.38 - - [2026-03-16 04:25:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.38 - - [2026-03-16 04:25:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.38 - - [2026-03-16 04:25:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.38 - - [2026-03-16 04:25:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.38 - - [2026-03-16 04:25:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.092903 [API:8081]10.0.0.38 - - [2026-03-16 04:26:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078599 [API:8081]10.0.0.38 - - [2026-03-16 04:27:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.076340 [API:8081]10.0.0.38 - - [2026-03-16 04:29:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094255 [API:8081]10.0.0.22 - - [2026-03-16 04:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.22 - - [2026-03-16 04:30:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-03-16 04:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-03-16 04:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2026-03-16 04:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.22 - - [2026-03-16 04:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-03-16 04:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-03-16 04:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2026-03-16 04:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.38 - - [2026-03-16 04:30:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2026-03-16 04:30:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2026-03-16 04:30:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.38 - - [2026-03-16 04:31:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.120134 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:31:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.019274 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005242 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003928 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006416 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:31:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005242 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004555 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004007 [LOCAL API:8181]127.0.0.1 - - [2026-03-16 04:31:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5469-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002870 [Introspect:8090]10.0.0.38 - - [2026-03-16 04:32:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000991 [API:8081]10.0.0.38 - - [2026-03-16 04:33:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086675