++ 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 May 25 02:09:29 AM UTC 2026 ===================' INFO: =================== Mon May 25 02:09:29 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.73 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.252,10.20.0.249,10.20.0.241 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.241 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.73 ++ 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.73,10.0.0.19,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.73,10.0.0.19,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.73,10.0.0.19,10.0.0.131 +++ local servers=10.0.0.73,10.0.0.19,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.73,10.20.0.252,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.73,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ echo 10.0.0.73 1 +++ return ++ local ip=10.0.0.73 ++ [[ -z 10.0.0.73 ]] ++ echo 10.0.0.73 + host_ip=10.0.0.73 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py: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: 05/25/2026 02:09:38.178 7fb00541a340 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/25/2026 02:09:38.355 7fb00541a340 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 05/25/2026 02:09:38.368 7fb00541a340 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/25/2026 02:09:38.368 7fb00541a340 [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.73: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.19 - - [2026-05-25 02:10:21] "GET /analytics HTTP/1.1" 401 205 0.000548 [API:8081]10.0.0.19 - - [2026-05-25 02:10:21] "GET /analytics HTTP/1.1" 401 205 0.000456 [API:8081]10.0.0.131 - - [2026-05-25 02:10:22] "GET /analytics HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.131 - - [2026-05-25 02:10:22] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.73 - - [2026-05-25 02:10:23] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.73 - - [2026-05-25 02:10:23] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.19 - - [2026-05-25 02:10:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.401168 [API:8081]10.0.0.19 - - [2026-05-25 02:10:52] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-05-25 02:10:52] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.131 - - [2026-05-25 02:10:53] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.131 - - [2026-05-25 02:10:53] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.73 - - [2026-05-25 02:10:54] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.73 - - [2026-05-25 02:10:54] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-05-25 02:11:22] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.19 - - [2026-05-25 02:11:22] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.131 - - [2026-05-25 02:11:23] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2026-05-25 02:11:23] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.19 - - [2026-05-25 02:11:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.405158 [API:8081]10.0.0.19 - - [2026-05-25 02:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.19 - - [2026-05-25 02:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.131 - - [2026-05-25 02:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.131 - - [2026-05-25 02:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.19 - - [2026-05-25 02:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.19 - - [2026-05-25 02:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.131 - - [2026-05-25 02:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.131 - - [2026-05-25 02:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2026-05-25 02:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2026-05-25 02:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2026-05-25 02:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000786 [API:8081]10.0.0.73 - - [2026-05-25 02:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [Introspect:8090]10.0.0.73 - - [2026-05-25 02:13:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.002069 [API:8081]10.0.0.19 - - [2026-05-25 02:13:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.434179 [Introspect:8090]10.0.0.73 - - [2026-05-25 02:13:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001103 [API:8081]10.0.0.19 - - [2026-05-25 02:14:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.092463 [Introspect:8090]10.0.0.73 - - [2026-05-25 02:15:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001806 [Introspect:8090]10.0.0.73 - - [2026-05-25 02:15:14] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000585 [API:8081]10.0.0.73 - - [2026-05-25 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.73 - - [2026-05-25 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1:Control:contrail-control:0?flat HTTP/1.1" 200 38106 0.095693 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.087405 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2:Control:contrail-control:0?flat HTTP/1.1" 200 35053 0.084116 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.021949 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3:Control:contrail-control:0?flat HTTP/1.1" 200 38107 0.023166 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13605 0.017655 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.022023 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.078301 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3358 0.015108 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3358 0.015451 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.013748 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4622 0.021087 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.014556 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.016229 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.013177 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.021189 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016284 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014421 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.017045 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015015 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.018550 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014853 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014271 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014685 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14206 0.025850 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.019887 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14251 0.019617 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.019022 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14218 0.026361 [API:8081]10.0.0.73 - - [2026-05-25 02:15:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.022822 [API:8081]10.0.0.73 - - [2026-05-25 02:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.023855 [API:8081]10.0.0.73 - - [2026-05-25 02:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.021857 [API:8081]10.0.0.73 - - [2026-05-25 02:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018934 [API:8081]10.0.0.73 - - [2026-05-25 02:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.028403 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018888 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.020006 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.028842 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.020982 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.013680 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14206 0.021204 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014381 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.014683 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14251 0.019145 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014614 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.013415 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14219 0.015897 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013785 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.019273 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.018432 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.024424 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.014656 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.021509 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.015074 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4622 0.014626 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.012974 [API:8081]10.0.0.73 - - [2026-05-25 02:15:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.014658 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1:Control:contrail-control:0?flat HTTP/1.1" 200 38106 0.025710 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.016539 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.022546 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2:Control:contrail-control:0?flat HTTP/1.1" 200 35053 0.022037 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.015556 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.019816 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3:Control:contrail-control:0?flat HTTP/1.1" 200 38107 0.024127 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.017015 [API:8081]10.0.0.73 - - [2026-05-25 02:15:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5822-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13605 0.019964 [API:8081]10.0.0.73 - - [2026-05-25 02:15:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 12037 0.020166 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?flat HTTP/1.1" 200 13953 0.024217 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?flat HTTP/1.1" 200 16576 0.033785 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?flat HTTP/1.1" 200 18898 0.026292 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?flat HTTP/1.1" 200 13953 0.023596 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?flat HTTP/1.1" 200 16576 0.023317 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?flat HTTP/1.1" 200 18898 0.021139 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?flat HTTP/1.1" 200 13953 0.021703 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?flat HTTP/1.1" 200 16576 0.020238 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?flat HTTP/1.1" 200 18898 0.020101 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?flat HTTP/1.1" 200 13953 0.027063 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?flat HTTP/1.1" 200 16576 0.026916 [API:8081]10.0.0.73 - - [2026-05-25 02:15:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?flat HTTP/1.1" 200 18898 0.022654 [API:8081]10.0.0.73 - - [2026-05-25 02:15:23] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 8003 0.022496 [API:8081]10.0.0.73 - - [2026-05-25 02:15:23] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 8000 0.018742 [API:8081]10.0.0.73 - - [2026-05-25 02:15:23] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5822-3?flat HTTP/1.1" 200 7999 0.023430 [API:8081]10.0.0.73 - - [2026-05-25 02:15:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.73 - - [2026-05-25 02:15:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.074946 [API:8081]10.0.0.73 - - [2026-05-25 02:15:47] "POST /analytics/query HTTP/1.1" 200 54727 1.089089 [API:8081]10.0.0.73 - - [2026-05-25 02:15:48] "POST /analytics/query HTTP/1.1" 200 5875 1.090856 [API:8081]10.0.0.73 - - [2026-05-25 02:15:49] "POST /analytics/query HTTP/1.1" 200 871 1.024087 [API:8081]10.0.0.73 - - [2026-05-25 02:15:50] "POST /analytics/query HTTP/1.1" 200 5875 1.029793 [API:8081]10.0.0.73 - - [2026-05-25 02:15:51] "POST /analytics/query HTTP/1.1" 200 871 1.022117 [API:8081]10.0.0.73 - - [2026-05-25 02:16:04] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001142 [API:8081]10.0.0.19 - - [2026-05-25 02:16:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.103008 [API:8081]10.0.0.19 - - [2026-05-25 02:17:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.140922 [API:8081]10.0.0.19 - - [2026-05-25 02:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000530 [API:8081]10.0.0.19 - - [2026-05-25 02:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000609 [API:8081]10.0.0.131 - - [2026-05-25 02:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.131 - - [2026-05-25 02:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.19 - - [2026-05-25 02:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.19 - - [2026-05-25 02:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000449 [API:8081]10.0.0.131 - - [2026-05-25 02:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000712 [API:8081]10.0.0.131 - - [2026-05-25 02:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.73 - - [2026-05-25 02:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.73 - - [2026-05-25 02:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2026-05-25 02:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.73 - - [2026-05-25 02:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003167 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003125 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003188 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003085 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003839 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002671 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002726 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002616 [API:8081]10.0.0.19 - - [2026-05-25 02:19:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090397 [API:8081]10.0.0.19 - - [2026-05-25 02:20:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.154735 [API:8081]10.0.0.73 - - [2026-05-25 02:20:54] "GET /analytics HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.73 - - [2026-05-25 02:20:54] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.73 - - [2026-05-25 02:21:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.73 - - [2026-05-25 02:21:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.092179 [API:8081]10.0.0.73 - - [2026-05-25 02:21:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.080897 [API:8081]10.0.0.19 - - [2026-05-25 02:21:22] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2026-05-25 02:21:22] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.131 - - [2026-05-25 02:21:23] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-05-25 02:21:23] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.19 - - [2026-05-25 02:22:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087454 [API:8081]10.0.0.19 - - [2026-05-25 02:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.19 - - [2026-05-25 02:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2026-05-25 02:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.131 - - [2026-05-25 02:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-05-25 02:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.19 - - [2026-05-25 02:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.131 - - [2026-05-25 02:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2026-05-25 02:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.73 - - [2026-05-25 02:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.73 - - [2026-05-25 02:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.73 - - [2026-05-25 02:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.73 - - [2026-05-25 02:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.19 - - [2026-05-25 02:23:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.098211 [API:8081]10.0.0.19 - - [2026-05-25 02:25:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.177125 [API:8081]10.0.0.19 - - [2026-05-25 02:26:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.098559 [API:8081]10.0.0.19 - - [2026-05-25 02:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.19 - - [2026-05-25 02:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.131 - - [2026-05-25 02:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.131 - - [2026-05-25 02:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-05-25 02:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.19 - - [2026-05-25 02:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.131 - - [2026-05-25 02:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2026-05-25 02:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.73 - - [2026-05-25 02:27:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.73 - - [2026-05-25 02:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.087302 [API:8081]10.0.0.73 - - [2026-05-25 02:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.73 - - [2026-05-25 02:27:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.494901 [API:8081]10.0.0.73 - - [2026-05-25 02:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.73 - - [2026-05-25 02:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.73 - - [2026-05-25 02:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.19 - - [2026-05-25 02:28:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080812 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003337 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.008359 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003397 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003208 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004556 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002933 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003069 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003265 [API:8081]10.0.0.73 - - [2026-05-25 02:29:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.012642 [API:8081]10.0.0.73 - - [2026-05-25 02:29:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.009407 [API:8081]10.0.0.73 - - [2026-05-25 02:29:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.065322 [API:8081]10.0.0.73 - - [2026-05-25 02:29:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.010297 [API:8081]10.0.0.19 - - [2026-05-25 02:29:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.090217 [API:8081]10.0.0.73 - - [2026-05-25 02:30:54] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2026-05-25 02:30:54] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.19 - - [2026-05-25 02:31:22] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-05-25 02:31:22] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.131 - - [2026-05-25 02:31:23] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.131 - - [2026-05-25 02:31:23] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.19 - - [2026-05-25 02:31:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086041 [API:8081]10.0.0.19 - - [2026-05-25 02:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.19 - - [2026-05-25 02:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.131 - - [2026-05-25 02:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2026-05-25 02:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.19 - - [2026-05-25 02:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-05-25 02:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2026-05-25 02:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.131 - - [2026-05-25 02:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2026-05-25 02:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.73 - - [2026-05-25 02:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2026-05-25 02:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.73 - - [2026-05-25 02:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2026-05-25 02:32:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.090454 [API:8081]10.0.0.73 - - [2026-05-25 02:33:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.074189 [API:8081]10.0.0.73 - - [2026-05-25 02:33:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.021255 [API:8081]10.0.0.73 - - [2026-05-25 02:33:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.078149 [API:8081]10.0.0.73 - - [2026-05-25 02:33:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.021150 [API:8081]10.0.0.73 - - [2026-05-25 02:33:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.021468 [API:8081]10.0.0.73 - - [2026-05-25 02:33:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.035006 [API:8081]10.0.0.73 - - [2026-05-25 02:33:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.021419 [API:8081]10.0.0.73 - - [2026-05-25 02:33:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.020588 [API:8081]10.0.0.73 - - [2026-05-25 02:33:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-88239528:ctest-vnet1-22651523?flat HTTP/1.1" 200 8244 0.013859 [API:8081]10.0.0.73 - - [2026-05-25 02:33:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011872 [API:8081]10.0.0.73 - - [2026-05-25 02:33:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.021319 [API:8081]10.0.0.73 - - [2026-05-25 02:33:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.022699 [API:8081]10.0.0.73 - - [2026-05-25 02:33:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.026386 [API:8081]10.0.0.73 - - [2026-05-25 02:33:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.022400 [API:8081]10.0.0.73 - - [2026-05-25 02:33:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.020922 [API:8081]10.0.0.73 - - [2026-05-25 02:33:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.021683 [API:8081]10.0.0.73 - - [2026-05-25 02:33:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.023112 [API:8081]10.0.0.73 - - [2026-05-25 02:33:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022090 [API:8081]10.0.0.73 - - [2026-05-25 02:33:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021872 [API:8081]10.0.0.73 - - [2026-05-25 02:33:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.038787 [API:8081]10.0.0.73 - - [2026-05-25 02:33:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-88239528:ctest-vnet0-58013154?flat HTTP/1.1" 200 8242 0.012209 [API:8081]10.0.0.73 - - [2026-05-25 02:33:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013470 [API:8081]10.0.0.73 - - [2026-05-25 02:34:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.014715 [API:8081]10.0.0.19 - - [2026-05-25 02:34:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076953 [API:8081]10.0.0.19 - - [2026-05-25 02:35:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.183531 [API:8081]10.0.0.73 - - [2026-05-25 02:36:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2026-05-25 02:36:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.083810 [API:8081]10.0.0.73 - - [2026-05-25 02:37:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.090957 [API:8081]10.0.0.73 - - [2026-05-25 02:37:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-51013263:ctest-vnet0-99868711?flat HTTP/1.1" 200 7191 0.074388 [API:8081]10.0.0.73 - - [2026-05-25 02:37:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011307 [API:8081]10.0.0.73 - - [2026-05-25 02:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.73 - - [2026-05-25 02:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.074410 [API:8081]10.0.0.19 - - [2026-05-25 02:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.19 - - [2026-05-25 02:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.131 - - [2026-05-25 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2026-05-25 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2026-05-25 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-05-25 02:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.131 - - [2026-05-25 02:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.131 - - [2026-05-25 02:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-05-25 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.73 - - [2026-05-25 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.73 - - [2026-05-25 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.73 - - [2026-05-25 02:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.73 - - [2026-05-25 02:37:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.73 - - [2026-05-25 02:37:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.071325 [API:8081]10.0.0.73 - - [2026-05-25 02:37:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.079646 [API:8081]10.0.0.73 - - [2026-05-25 02:37:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.089245 [API:8081]10.0.0.19 - - [2026-05-25 02:38:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.122500 [API:8081]10.0.0.73 - - [2026-05-25 02:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:4fd1d58e-6d3e-4366-a504-70331130d8fb?flat HTTP/1.1" 200 5228 0.016069 [API:8081]10.0.0.73 - - [2026-05-25 02:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:4fd1d58e-6d3e-4366-a504-70331130d8fb?flat HTTP/1.1" 200 5228 0.016667 [API:8081]10.0.0.73 - - [2026-05-25 02:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:4fd1d58e-6d3e-4366-a504-70331130d8fb?flat HTTP/1.1" 200 5228 0.014888 [API:8081]10.0.0.73 - - [2026-05-25 02:38:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-63124116:ctest-VN1-75546177?flat HTTP/1.1" 200 8554 0.024168 [API:8081]10.0.0.73 - - [2026-05-25 02:38:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025025 [API:8081]10.0.0.73 - - [2026-05-25 02:38:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022445 [API:8081]10.0.0.73 - - [2026-05-25 02:38:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012901 [API:8081]10.0.0.73 - - [2026-05-25 02:38:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:0901b8ee-b2b8-4c3b-bddb-be0cf16a9c65?flat HTTP/1.1" 200 5455 0.015646 [API:8081]10.0.0.73 - - [2026-05-25 02:38:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:0901b8ee-b2b8-4c3b-bddb-be0cf16a9c65?flat HTTP/1.1" 200 5455 0.016202 [API:8081]10.0.0.73 - - [2026-05-25 02:38:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:0901b8ee-b2b8-4c3b-bddb-be0cf16a9c65?flat HTTP/1.1" 200 5455 0.016461 [API:8081]10.0.0.73 - - [2026-05-25 02:38:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-63124116:ctest-VN2-02160915?flat HTTP/1.1" 200 9084 0.020294 [API:8081]10.0.0.73 - - [2026-05-25 02:38:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022528 [API:8081]10.0.0.73 - - [2026-05-25 02:38:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021775 [API:8081]10.0.0.73 - - [2026-05-25 02:38:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011741 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:bf5aa3d8-1c6d-40b7-9a30-77205a1bdf37?flat HTTP/1.1" 200 5102 0.020944 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:bf5aa3d8-1c6d-40b7-9a30-77205a1bdf37?flat HTTP/1.1" 200 5102 0.023178 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-63124116:bf5aa3d8-1c6d-40b7-9a30-77205a1bdf37?flat HTTP/1.1" 200 5102 0.016946 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-63124116:ctest-VN3-29932663?flat HTTP/1.1" 200 7445 0.021787 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.040517 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.033138 [API:8081]10.0.0.73 - - [2026-05-25 02:39:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.019298 [API:8081]10.0.0.19 - - [2026-05-25 02:39:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.077749 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004916 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004084 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003918 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003254 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004507 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003394 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004296 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003758 [API:8081]10.0.0.73 - - [2026-05-25 02:39:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022932 [API:8081]10.0.0.73 - - [2026-05-25 02:39:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022533 [API:8081]10.0.0.73 - - [2026-05-25 02:39:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.039398 [API:8081]10.0.0.73 - - [2026-05-25 02:39:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025707 [API:8081]10.0.0.73 - - [2026-05-25 02:39:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022493 [API:8081]10.0.0.73 - - [2026-05-25 02:39:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.036267 [API:8081]10.0.0.73 - - [2026-05-25 02:39:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-63124116:ctest-VN3-29932663?flat HTTP/1.1" 200 6218 0.013698 [API:8081]10.0.0.73 - - [2026-05-25 02:39:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012537 [API:8081]10.0.0.73 - - [2026-05-25 02:40:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023800 [API:8081]10.0.0.73 - - [2026-05-25 02:40:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.027523 [API:8081]10.0.0.73 - - [2026-05-25 02:40:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019251 [API:8081]10.0.0.73 - - [2026-05-25 02:40:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025493 [API:8081]10.0.0.73 - - [2026-05-25 02:40:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.042702 [API:8081]10.0.0.73 - - [2026-05-25 02:40:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021025 [API:8081]10.0.0.73 - - [2026-05-25 02:40:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022469 [API:8081]10.0.0.73 - - [2026-05-25 02:40:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018949 [API:8081]10.0.0.73 - - [2026-05-25 02:40:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018424 [API:8081]10.0.0.73 - - [2026-05-25 02:40:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023427 [API:8081]10.0.0.73 - - [2026-05-25 02:40:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-63124116:ctest-VN2-02160915?flat HTTP/1.1" 200 6555 0.013470 [API:8081]10.0.0.73 - - [2026-05-25 02:40:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009506 [API:8081]10.0.0.73 - - [2026-05-25 02:40:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.029696 [API:8081]10.0.0.73 - - [2026-05-25 02:40:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020280 [API:8081]10.0.0.73 - - [2026-05-25 02:40:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024269 [API:8081]10.0.0.73 - - [2026-05-25 02:40:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024478 [API:8081]10.0.0.73 - - [2026-05-25 02:40:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021264 [API:8081]10.0.0.73 - - [2026-05-25 02:40:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021313 [API:8081]10.0.0.73 - - [2026-05-25 02:40:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022696 [API:8081]10.0.0.73 - - [2026-05-25 02:40:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.021097 [API:8081]10.0.0.73 - - [2026-05-25 02:40:54] "GET /analytics HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.73 - - [2026-05-25 02:40:54] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.73 - - [2026-05-25 02:40:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022167 [API:8081]10.0.0.73 - - [2026-05-25 02:40:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-63124116:ctest-VN1-75546177?flat HTTP/1.1" 200 6770 0.014898 [API:8081]10.0.0.73 - - [2026-05-25 02:40:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010192 [API:8081]10.0.0.19 - - [2026-05-25 02:41:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.134803 [API:8081]10.0.0.73 - - [2026-05-25 02:41:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.73 - - [2026-05-25 02:41:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.081109 [API:8081]10.0.0.73 - - [2026-05-25 02:41:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.063838 [API:8081]10.0.0.73 - - [2026-05-25 02:41:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.085688 [API:8081]10.0.0.19 - - [2026-05-25 02:41:22] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2026-05-25 02:41:22] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.131 - - [2026-05-25 02:41:23] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.131 - - [2026-05-25 02:41:23] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.19 - - [2026-05-25 02:42:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.082616 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:06b1074c-9e87-4ba6-92d6-c46ff6b1aa2e?flat HTTP/1.1" 200 5364 0.017471 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:06b1074c-9e87-4ba6-92d6-c46ff6b1aa2e?flat HTTP/1.1" 200 5364 0.016064 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:06b1074c-9e87-4ba6-92d6-c46ff6b1aa2e?flat HTTP/1.1" 200 5364 0.017367 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:06b1074c-9e87-4ba6-92d6-c46ff6b1aa2e?flat HTTP/1.1" 200 5364 0.020352 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-21833709:ctest-VN1-88411424?flat HTTP/1.1" 200 9454 0.020237 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.031322 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.023568 [API:8081]10.0.0.73 - - [2026-05-25 02:42:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010879 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:3c8aaffd-0f55-407b-b5f0-42ba2515f910?flat HTTP/1.1" 200 5224 0.015777 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:3c8aaffd-0f55-407b-b5f0-42ba2515f910?flat HTTP/1.1" 200 5224 0.018064 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:3c8aaffd-0f55-407b-b5f0-42ba2515f910?flat HTTP/1.1" 200 5224 0.014102 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:3c8aaffd-0f55-407b-b5f0-42ba2515f910?flat HTTP/1.1" 200 5224 0.013414 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-21833709:ctest-VN2-35770919?flat HTTP/1.1" 200 8638 0.013741 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018605 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.030546 [API:8081]10.0.0.73 - - [2026-05-25 02:42:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009362 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:a728492f-227e-4f1e-a0d2-0e8c61df1410?flat HTTP/1.1" 200 5219 0.014711 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:a728492f-227e-4f1e-a0d2-0e8c61df1410?flat HTTP/1.1" 200 5219 0.015203 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:a728492f-227e-4f1e-a0d2-0e8c61df1410?flat HTTP/1.1" 200 5219 0.016552 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-21833709:a728492f-227e-4f1e-a0d2-0e8c61df1410?flat HTTP/1.1" 200 5219 0.016737 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-21833709:ctest-VN3-43025076?flat HTTP/1.1" 200 8200 0.017957 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.027379 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022097 [API:8081]10.0.0.73 - - [2026-05-25 02:42:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011835 [API:8081]10.0.0.19 - - [2026-05-25 02:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-05-25 02:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-05-25 02:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.131 - - [2026-05-25 02:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.19 - - [2026-05-25 02:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-05-25 02:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2026-05-25 02:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.131 - - [2026-05-25 02:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.73 - - [2026-05-25 02:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000559 [API:8081]10.0.0.73 - - [2026-05-25 02:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-05-25 02:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.73 - - [2026-05-25 02:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-05-25 02:43:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.023119 [API:8081]10.0.0.73 - - [2026-05-25 02:43:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.023918 [API:8081]10.0.0.73 - - [2026-05-25 02:43:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.022943 [API:8081]10.0.0.73 - - [2026-05-25 02:43:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.032545 [API:8081]10.0.0.73 - - [2026-05-25 02:43:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.022819 [API:8081]10.0.0.73 - - [2026-05-25 02:43:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.024321 [API:8081]10.0.0.73 - - [2026-05-25 02:43:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.026210 [API:8081]10.0.0.73 - - [2026-05-25 02:43:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.038550 [API:8081]10.0.0.73 - - [2026-05-25 02:43:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.023121 [API:8081]10.0.0.73 - - [2026-05-25 02:43:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-21833709:ctest-VN3-43025076?flat HTTP/1.1" 200 6961 0.014439 [API:8081]10.0.0.73 - - [2026-05-25 02:43:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010444 [API:8081]10.0.0.73 - - [2026-05-25 02:43:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022362 [API:8081]10.0.0.73 - - [2026-05-25 02:43:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020259 [API:8081]10.0.0.73 - - [2026-05-25 02:43:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.047251 [API:8081]10.0.0.73 - - [2026-05-25 02:43:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024362 [API:8081]10.0.0.73 - - [2026-05-25 02:43:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021603 [API:8081]10.0.0.73 - - [2026-05-25 02:43:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021897 [API:8081]10.0.0.73 - - [2026-05-25 02:43:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026215 [API:8081]10.0.0.73 - - [2026-05-25 02:43:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.035552 [API:8081]10.0.0.73 - - [2026-05-25 02:43:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022425 [API:8081]10.0.0.73 - - [2026-05-25 02:43:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022751 [API:8081]10.0.0.73 - - [2026-05-25 02:43:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-21833709:ctest-VN2-35770919?flat HTTP/1.1" 200 7314 0.019515 [API:8081]10.0.0.73 - - [2026-05-25 02:43:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012876 [API:8081]10.0.0.73 - - [2026-05-25 02:44:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.038623 [API:8081]10.0.0.73 - - [2026-05-25 02:44:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.022681 [API:8081]10.0.0.73 - - [2026-05-25 02:44:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.026150 [API:8081]10.0.0.19 - - [2026-05-25 02:44:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097213 [API:8081]10.0.0.73 - - [2026-05-25 02:44:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.025160 [API:8081]10.0.0.73 - - [2026-05-25 02:44:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.035916 [API:8081]10.0.0.73 - - [2026-05-25 02:44:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.027483 [API:8081]10.0.0.73 - - [2026-05-25 02:44:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.022075 [API:8081]10.0.0.73 - - [2026-05-25 02:44:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.023455 [API:8081]10.0.0.73 - - [2026-05-25 02:44:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.023083 [API:8081]10.0.0.73 - - [2026-05-25 02:44:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.036350 [API:8081]10.0.0.73 - - [2026-05-25 02:44:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-21833709:ctest-VN1-88411424?flat HTTP/1.1" 200 7647 0.013154 [API:8081]10.0.0.73 - - [2026-05-25 02:44:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.015011 [API:8081]10.0.0.73 - - [2026-05-25 02:44:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.73 - - [2026-05-25 02:44:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.066903 [API:8081]10.0.0.73 - - [2026-05-25 02:44:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.064057 [API:8081]10.0.0.19 - - [2026-05-25 02:45:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.083852 [API:8081]10.0.0.73 - - [2026-05-25 02:47:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.73 - - [2026-05-25 02:47:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.073648 [API:8081]10.0.0.19 - - [2026-05-25 02:47:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.412091 [API:8081]10.0.0.19 - - [2026-05-25 02:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-05-25 02:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.131 - - [2026-05-25 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.131 - - [2026-05-25 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-05-25 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.19 - - [2026-05-25 02:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000508 [API:8081]10.0.0.131 - - [2026-05-25 02:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.131 - - [2026-05-25 02:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.73 - - [2026-05-25 02:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.73 - - [2026-05-25 02:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.73 - - [2026-05-25 02:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.73 - - [2026-05-25 02:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-05-25 02:48:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.076410 [API:8081]10.0.0.73 - - [2026-05-25 02:49:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.047344 [API:8081]10.0.0.73 - - [2026-05-25 02:49:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.113248 [API:8081]10.0.0.73 - - [2026-05-25 02:49:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.077879 [API:8081]10.0.0.73 - - [2026-05-25 02:49:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.020729 [API:8081]10.0.0.73 - - [2026-05-25 02:49:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-26937264:ctest-vnet0-12411313?flat HTTP/1.1" 200 7966 0.012599 [API:8081]10.0.0.73 - - [2026-05-25 02:49:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010842 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003073 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003072 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003001 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003280 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004107 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003175 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003286 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:49:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002826 [API:8081]10.0.0.73 - - [2026-05-25 02:49:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2026-05-25 02:49:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.062452 [API:8081]10.0.0.73 - - [2026-05-25 02:49:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.064127 [API:8081]10.0.0.19 - - [2026-05-25 02:50:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082683 [API:8081]10.0.0.73 - - [2026-05-25 02:50:54] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.73 - - [2026-05-25 02:50:54] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.19 - - [2026-05-25 02:51:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.092339 [API:8081]10.0.0.19 - - [2026-05-25 02:51:22] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-05-25 02:51:22] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.131 - - [2026-05-25 02:51:23] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.131 - - [2026-05-25 02:51:23] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.19 - - [2026-05-25 02:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-05-25 02:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2026-05-25 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-05-25 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-05-25 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-05-25 02:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2026-05-25 02:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.131 - - [2026-05-25 02:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.73 - - [2026-05-25 02:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.73 - - [2026-05-25 02:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.73 - - [2026-05-25 02:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.73 - - [2026-05-25 02:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.73 - - [2026-05-25 02:53:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.021097 [API:8081]10.0.0.73 - - [2026-05-25 02:53:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.090230 [API:8081]10.0.0.73 - - [2026-05-25 02:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.028706 [API:8081]10.0.0.19 - - [2026-05-25 02:53:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072798 [API:8081]10.0.0.73 - - [2026-05-25 02:53:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.021775 [API:8081]10.0.0.73 - - [2026-05-25 02:53:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.023882 [API:8081]10.0.0.73 - - [2026-05-25 02:53:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.019012 [API:8081]10.0.0.73 - - [2026-05-25 02:53:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.020948 [API:8081]10.0.0.73 - - [2026-05-25 02:53:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.021593 [API:8081]10.0.0.73 - - [2026-05-25 02:53:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-01380064:ctest-vnet1-70666845?flat HTTP/1.1" 200 7305 0.014733 [API:8081]10.0.0.73 - - [2026-05-25 02:53:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010755 [API:8081]10.0.0.73 - - [2026-05-25 02:53:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.025038 [API:8081]10.0.0.73 - - [2026-05-25 02:53:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.028962 [API:8081]10.0.0.73 - - [2026-05-25 02:53:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.025325 [API:8081]10.0.0.73 - - [2026-05-25 02:53:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.023147 [API:8081]10.0.0.73 - - [2026-05-25 02:53:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.019969 [API:8081]10.0.0.73 - - [2026-05-25 02:53:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.025612 [API:8081]10.0.0.73 - - [2026-05-25 02:53:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.027433 [API:8081]10.0.0.73 - - [2026-05-25 02:53:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.022404 [API:8081]10.0.0.73 - - [2026-05-25 02:53:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.025444 [API:8081]10.0.0.73 - - [2026-05-25 02:53:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.028730 [API:8081]10.0.0.73 - - [2026-05-25 02:53:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-01380064:ctest-vnet0-04825524?flat HTTP/1.1" 200 6959 0.012464 [API:8081]10.0.0.73 - - [2026-05-25 02:53:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010602 [API:8081]10.0.0.19 - - [2026-05-25 02:54:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.386221 [API:8081]10.0.0.73 - - [2026-05-25 02:54:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.73 - - [2026-05-25 02:54:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.081465 [API:8081]10.0.0.73 - - [2026-05-25 02:54:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.070453 [API:8081]10.0.0.19 - - [2026-05-25 02:56:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072731 [API:8081]10.0.0.19 - - [2026-05-25 02:57:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.074032 [API:8081]10.0.0.73 - - [2026-05-25 02:57:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.027098 [API:8081]10.0.0.73 - - [2026-05-25 02:57:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.097374 [API:8081]10.0.0.73 - - [2026-05-25 02:57:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.019959 [API:8081]10.0.0.73 - - [2026-05-25 02:57:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.020963 [API:8081]10.0.0.73 - - [2026-05-25 02:57:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-28208454:ctest-vnet1-26569926?flat HTTP/1.1" 200 8068 0.015731 [API:8081]10.0.0.73 - - [2026-05-25 02:57:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009800 [API:8081]10.0.0.73 - - [2026-05-25 02:57:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.023938 [API:8081]10.0.0.73 - - [2026-05-25 02:57:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024080 [API:8081]10.0.0.73 - - [2026-05-25 02:57:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.026173 [API:8081]10.0.0.73 - - [2026-05-25 02:57:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.023943 [API:8081]10.0.0.73 - - [2026-05-25 02:57:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024018 [API:8081]10.0.0.73 - - [2026-05-25 02:57:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.023330 [API:8081]10.0.0.19 - - [2026-05-25 02:57:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-05-25 02:57:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.131 - - [2026-05-25 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.131 - - [2026-05-25 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.19 - - [2026-05-25 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-05-25 02:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.131 - - [2026-05-25 02:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.131 - - [2026-05-25 02:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.73 - - [2026-05-25 02:57:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.029356 [API:8081]10.0.0.73 - - [2026-05-25 02:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.73 - - [2026-05-25 02:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.73 - - [2026-05-25 02:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.73 - - [2026-05-25 02:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.73 - - [2026-05-25 02:57:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024072 [API:8081]10.0.0.73 - - [2026-05-25 02:57:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.030865 [API:8081]10.0.0.73 - - [2026-05-25 02:57:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-28208454:ctest-vnet0-16045923?flat HTTP/1.1" 200 7705 0.018064 [API:8081]10.0.0.73 - - [2026-05-25 02:57:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011597 [API:8081]10.0.0.19 - - [2026-05-25 02:59:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090820 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003902 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003607 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003401 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003180 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003985 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004443 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004267 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 02:59:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003393 [API:8081]10.0.0.19 - - [2026-05-25 03:00:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086854 [API:8081]10.0.0.73 - - [2026-05-25 03:00:54] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.73 - - [2026-05-25 03:00:54] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2026-05-25 03:01:22] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-05-25 03:01:22] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.131 - - [2026-05-25 03:01:23] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2026-05-25 03:01:23] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.73 - - [2026-05-25 03:01:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.73 - - [2026-05-25 03:01:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.067627 [API:8081]10.0.0.19 - - [2026-05-25 03:02:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075439 [API:8081]10.0.0.19 - - [2026-05-25 03:02:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-05-25 03:02:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2026-05-25 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2026-05-25 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-05-25 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-05-25 03:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.131 - - [2026-05-25 03:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2026-05-25 03:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-05-25 03:02:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.73 - - [2026-05-25 03:02:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.73 - - [2026-05-25 03:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.73 - - [2026-05-25 03:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.73 - - [2026-05-25 03:03:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.075731 [API:8081]10.0.0.19 - - [2026-05-25 03:03:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.108978 [API:8081]10.0.0.73 - - [2026-05-25 03:04:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2026-05-25 03:04:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.067113 [API:8081]10.0.0.19 - - [2026-05-25 03:05:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080005 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067:b50573f2-4b56-4e91-81d4-a8b0949a5cbf?flat HTTP/1.1" 200 5825 0.066403 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067:b50573f2-4b56-4e91-81d4-a8b0949a5cbf?flat HTTP/1.1" 200 5825 0.014842 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067:b50573f2-4b56-4e91-81d4-a8b0949a5cbf?flat HTTP/1.1" 200 5825 0.072220 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067-36488789?flat HTTP/1.1" 200 10804 0.017162 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.021264 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.022270 [API:8081]10.0.0.73 - - [2026-05-25 03:05:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010336 [API:8081]10.0.0.73 - - [2026-05-25 03:05:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067:be5486a3-f4e1-49b6-aa04-e4e90f307565?flat HTTP/1.1" 200 5963 0.013444 [API:8081]10.0.0.73 - - [2026-05-25 03:05:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067:be5486a3-f4e1-49b6-aa04-e4e90f307565?flat HTTP/1.1" 200 5963 0.014784 [API:8081]10.0.0.73 - - [2026-05-25 03:05:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067:be5486a3-f4e1-49b6-aa04-e4e90f307565?flat HTTP/1.1" 200 5963 0.014795 [API:8081]10.0.0.73 - - [2026-05-25 03:05:59] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067:ctest-SecurityGroupBasicRegressionTests1Ipv6-38117067-36488789?flat HTTP/1.1" 200 13406 0.023400 [API:8081]10.0.0.73 - - [2026-05-25 03:05:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019950 [API:8081]10.0.0.73 - - [2026-05-25 03:05:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020267 [API:8081]10.0.0.73 - - [2026-05-25 03:05:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009076 [API:8081]10.0.0.19 - - [2026-05-25 03:06:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079316 [API:8081]10.0.0.19 - - [2026-05-25 03:07:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-05-25 03:07:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2026-05-25 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.131 - - [2026-05-25 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.19 - - [2026-05-25 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.19 - - [2026-05-25 03:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.131 - - [2026-05-25 03:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.131 - - [2026-05-25 03:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.73 - - [2026-05-25 03:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.73 - - [2026-05-25 03:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.73 - - [2026-05-25 03:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.73 - - [2026-05-25 03:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.19 - - [2026-05-25 03:08:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088405 [API:8081]10.0.0.73 - - [2026-05-25 03:09:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.73 - - [2026-05-25 03:09:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1926 0.071164 [API:8081]10.0.0.19 - - [2026-05-25 03:09:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.072269 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003563 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003189 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002948 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002803 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003525 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003136 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003747 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:09:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003265 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:9dd45741-1626-497e-a926-fe64cfb76bb6?flat HTTP/1.1" 200 5800 0.066743 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:9dd45741-1626-497e-a926-fe64cfb76bb6?flat HTTP/1.1" 200 5800 0.015218 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:9dd45741-1626-497e-a926-fe64cfb76bb6?flat HTTP/1.1" 200 5800 0.079220 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318-94869057?flat HTTP/1.1" 200 10438 0.025942 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.021708 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.026684 [API:8081]10.0.0.73 - - [2026-05-25 03:09:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012946 [API:8081]10.0.0.73 - - [2026-05-25 03:10:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:029e2e4a-08ab-42d8-a8d2-f27be7d15696?flat HTTP/1.1" 200 5661 0.013220 [API:8081]10.0.0.73 - - [2026-05-25 03:10:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:029e2e4a-08ab-42d8-a8d2-f27be7d15696?flat HTTP/1.1" 200 5661 0.013387 [API:8081]10.0.0.73 - - [2026-05-25 03:10:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:029e2e4a-08ab-42d8-a8d2-f27be7d15696?flat HTTP/1.1" 200 5661 0.014069 [API:8081]10.0.0.73 - - [2026-05-25 03:10:11] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318-94869057?flat HTTP/1.1" 200 11497 0.027256 [API:8081]10.0.0.73 - - [2026-05-25 03:10:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020545 [API:8081]10.0.0.73 - - [2026-05-25 03:10:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023843 [API:8081]10.0.0.73 - - [2026-05-25 03:10:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010658 [API:8081]10.0.0.73 - - [2026-05-25 03:10:54] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.73 - - [2026-05-25 03:10:54] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.19 - - [2026-05-25 03:11:22] "GET /analytics HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.19 - - [2026-05-25 03:11:22] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.131 - - [2026-05-25 03:11:23] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2026-05-25 03:11:23] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.19 - - [2026-05-25 03:11:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093150 [API:8081]10.0.0.73 - - [2026-05-25 03:12:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.029102 [API:8081]10.0.0.73 - - [2026-05-25 03:12:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019623 [API:8081]10.0.0.73 - - [2026-05-25 03:12:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019568 [API:8081]10.0.0.73 - - [2026-05-25 03:12:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019154 [API:8081]10.0.0.73 - - [2026-05-25 03:12:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020286 [API:8081]10.0.0.73 - - [2026-05-25 03:12:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021137 [API:8081]10.0.0.73 - - [2026-05-25 03:12:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021424 [API:8081]10.0.0.73 - - [2026-05-25 03:12:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022768 [API:8081]10.0.0.73 - - [2026-05-25 03:12:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.028099 [API:8081]10.0.0.73 - - [2026-05-25 03:12:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318-94869057?flat HTTP/1.1" 200 11634 0.018317 [API:8081]10.0.0.73 - - [2026-05-25 03:12:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009841 [API:8081]10.0.0.73 - - [2026-05-25 03:12:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.030801 [API:8081]10.0.0.19 - - [2026-05-25 03:12:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.077430 [API:8081]10.0.0.73 - - [2026-05-25 03:12:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.051751 [API:8081]10.0.0.73 - - [2026-05-25 03:12:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.027345 [API:8081]10.0.0.73 - - [2026-05-25 03:12:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.020923 [API:8081]10.0.0.73 - - [2026-05-25 03:12:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.025963 [API:8081]10.0.0.73 - - [2026-05-25 03:12:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.026925 [API:8081]10.0.0.19 - - [2026-05-25 03:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-05-25 03:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.73 - - [2026-05-25 03:12:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.022977 [API:8081]10.0.0.131 - - [2026-05-25 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.131 - - [2026-05-25 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-05-25 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-05-25 03:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.131 - - [2026-05-25 03:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.131 - - [2026-05-25 03:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.73 - - [2026-05-25 03:12:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.030553 [API:8081]10.0.0.73 - - [2026-05-25 03:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.73 - - [2026-05-25 03:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.73 - - [2026-05-25 03:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.73 - - [2026-05-25 03:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.73 - - [2026-05-25 03:12:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.027376 [API:8081]10.0.0.73 - - [2026-05-25 03:12:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.025923 [API:8081]10.0.0.73 - - [2026-05-25 03:12:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318:ctest-SecurityGroupBasicRegressionTests1_contrail-60575318-94869057?flat HTTP/1.1" 200 8421 0.013633 [API:8081]10.0.0.73 - - [2026-05-25 03:12:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010990 [API:8081]10.0.0.73 - - [2026-05-25 03:13:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.73 - - [2026-05-25 03:13:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1890 0.066628 [API:8081]10.0.0.73 - - [2026-05-25 03:13:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74521957:52d3f2c5-de0b-466b-88e9-e6e6d182f59e?flat HTTP/1.1" 200 5683 0.079412 [API:8081]10.0.0.73 - - [2026-05-25 03:13:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74521957:52d3f2c5-de0b-466b-88e9-e6e6d182f59e?flat HTTP/1.1" 200 5683 0.098250 [API:8081]10.0.0.73 - - [2026-05-25 03:13:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74521957:52d3f2c5-de0b-466b-88e9-e6e6d182f59e?flat HTTP/1.1" 200 5683 0.016733 [API:8081]10.0.0.73 - - [2026-05-25 03:13:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-74521957:ctest-SecurityGroupBasicRegressionTests1-74521957-14476356?flat HTTP/1.1" 200 9938 0.019568 [API:8081]10.0.0.73 - - [2026-05-25 03:13:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.041749 [API:8081]10.0.0.73 - - [2026-05-25 03:13:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.031073 [API:8081]10.0.0.73 - - [2026-05-25 03:13:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009120 [API:8081]10.0.0.73 - - [2026-05-25 03:14:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74521957:19e01d22-0a19-44ab-98c5-328dec496e05?flat HTTP/1.1" 200 5539 0.013031 [API:8081]10.0.0.73 - - [2026-05-25 03:14:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74521957:19e01d22-0a19-44ab-98c5-328dec496e05?flat HTTP/1.1" 200 5539 0.013038 [API:8081]10.0.0.73 - - [2026-05-25 03:14:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74521957:19e01d22-0a19-44ab-98c5-328dec496e05?flat HTTP/1.1" 200 5539 0.012076 [API:8081]10.0.0.73 - - [2026-05-25 03:14:19] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-74521957:ctest-SecurityGroupBasicRegressionTests1-74521957-14476356?flat HTTP/1.1" 200 9938 0.021326 [API:8081]10.0.0.73 - - [2026-05-25 03:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021127 [API:8081]10.0.0.73 - - [2026-05-25 03:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017677 [API:8081]10.0.0.73 - - [2026-05-25 03:14:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010561 [API:8081]10.0.0.19 - - [2026-05-25 03:14:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066566 [API:8081]10.0.0.19 - - [2026-05-25 03:15:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.067869 [API:8081]10.0.0.73 - - [2026-05-25 03:17:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.73 - - [2026-05-25 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.066558 [API:8081]10.0.0.73 - - [2026-05-25 03:17:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.078241 [API:8081]10.0.0.73 - - [2026-05-25 03:17:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.067419 [API:8081]10.0.0.19 - - [2026-05-25 03:17:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108123 [API:8081]10.0.0.73 - - [2026-05-25 03:17:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.012619 [API:8081]10.0.0.19 - - [2026-05-25 03:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.19 - - [2026-05-25 03:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2026-05-25 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.131 - - [2026-05-25 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2026-05-25 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-05-25 03:17:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.010174 [API:8081]10.0.0.19 - - [2026-05-25 03:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2026-05-25 03:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000500 [API:8081]10.0.0.131 - - [2026-05-25 03:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000545 [API:8081]10.0.0.73 - - [2026-05-25 03:17:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.012012 [API:8081]10.0.0.73 - - [2026-05-25 03:17:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2966 0.010048 [API:8081]10.0.0.73 - - [2026-05-25 03:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.73 - - [2026-05-25 03:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.73 - - [2026-05-25 03:17:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3192 0.010068 [API:8081]10.0.0.73 - - [2026-05-25 03:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.73 - - [2026-05-25 03:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.73 - - [2026-05-25 03:18:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2026-05-25 03:18:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.097448 [API:8081]10.0.0.73 - - [2026-05-25 03:18:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.083953 [API:8081]10.0.0.73 - - [2026-05-25 03:18:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2748 0.097964 [API:8081]10.0.0.73 - - [2026-05-25 03:18:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.011206 [API:8081]10.0.0.73 - - [2026-05-25 03:18:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.012552 [API:8081]10.0.0.73 - - [2026-05-25 03:18:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.012230 [API:8081]10.0.0.19 - - [2026-05-25 03:18:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.084697 [API:8081]10.0.0.73 - - [2026-05-25 03:18:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000509 [API:8081]10.0.0.73 - - [2026-05-25 03:18:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.088826 [API:8081]10.0.0.73 - - [2026-05-25 03:18:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.074403 [API:8081]10.0.0.73 - - [2026-05-25 03:18:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.080266 [API:8081]10.0.0.73 - - [2026-05-25 03:18:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.011541 [API:8081]10.0.0.73 - - [2026-05-25 03:19:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.011318 [API:8081]10.0.0.73 - - [2026-05-25 03:19:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.017422 [API:8081]10.0.0.73 - - [2026-05-25 03:19:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.011503 [API:8081]10.0.0.73 - - [2026-05-25 03:19:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2958 0.010812 [API:8081]10.0.0.73 - - [2026-05-25 03:19:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.73 - - [2026-05-25 03:19:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.097360 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002979 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004282 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004457 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004077 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003860 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002818 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004073 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:19:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004458 [API:8081]10.0.0.73 - - [2026-05-25 03:19:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.074098 [API:8081]10.0.0.73 - - [2026-05-25 03:19:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2540 0.076239 [API:8081]10.0.0.73 - - [2026-05-25 03:19:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2772 0.010961 [API:8081]10.0.0.73 - - [2026-05-25 03:19:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3006 0.010584 [API:8081]10.0.0.19 - - [2026-05-25 03:20:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079041 [API:8081]10.0.0.73 - - [2026-05-25 03:20:54] "GET /analytics HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.73 - - [2026-05-25 03:20:54] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.19 - - [2026-05-25 03:21:22] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-05-25 03:21:22] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.131 - - [2026-05-25 03:21:23] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-05-25 03:21:23] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.19 - - [2026-05-25 03:21:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.078123 [API:8081]10.0.0.19 - - [2026-05-25 03:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-05-25 03:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2026-05-25 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.131 - - [2026-05-25 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.19 - - [2026-05-25 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.19 - - [2026-05-25 03:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.131 - - [2026-05-25 03:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-05-25 03:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.73 - - [2026-05-25 03:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2026-05-25 03:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-05-25 03:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-05-25 03:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2026-05-25 03:23:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090521 [API:8081]10.0.0.19 - - [2026-05-25 03:24:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.086973 [API:8081]10.0.0.19 - - [2026-05-25 03:26:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.142842 [API:8081]10.0.0.73 - - [2026-05-25 03:26:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.73 - - [2026-05-25 03:26:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.073855 [API:8081]10.0.0.73 - - [2026-05-25 03:26:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.098872 [API:8081]10.0.0.19 - - [2026-05-25 03:27:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.078844 [API:8081]10.0.0.19 - - [2026-05-25 03:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.19 - - [2026-05-25 03:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.131 - - [2026-05-25 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.131 - - [2026-05-25 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.19 - - [2026-05-25 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.19 - - [2026-05-25 03:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-05-25 03:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2026-05-25 03:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.73 - - [2026-05-25 03:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-05-25 03:27:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.73 - - [2026-05-25 03:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.73 - - [2026-05-25 03:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004865 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003333 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003177 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003086 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003902 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003349 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003114 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:29:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002812 [API:8081]10.0.0.19 - - [2026-05-25 03:29:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071716 [API:8081]10.0.0.19 - - [2026-05-25 03:30:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.085943 [API:8081]10.0.0.73 - - [2026-05-25 03:30:54] "GET /analytics HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.73 - - [2026-05-25 03:30:54] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-05-25 03:31:22] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2026-05-25 03:31:22] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.131 - - [2026-05-25 03:31:23] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2026-05-25 03:31:23] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.73 - - [2026-05-25 03:31:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.73 - - [2026-05-25 03:31:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.147234 [API:8081]10.0.0.73 - - [2026-05-25 03:32:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2026-05-25 03:32:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.064271 [API:8081]10.0.0.19 - - [2026-05-25 03:32:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068064 [API:8081]10.0.0.19 - - [2026-05-25 03:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.19 - - [2026-05-25 03:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.131 - - [2026-05-25 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.131 - - [2026-05-25 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2026-05-25 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2026-05-25 03:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000572 [API:8081]10.0.0.131 - - [2026-05-25 03:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.131 - - [2026-05-25 03:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.73 - - [2026-05-25 03:32:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.73 - - [2026-05-25 03:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.73 - - [2026-05-25 03:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.73 - - [2026-05-25 03:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.19 - - [2026-05-25 03:33:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.071161 [API:8081]10.0.0.19 - - [2026-05-25 03:35:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080206 [API:8081]10.0.0.19 - - [2026-05-25 03:36:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.082632 [API:8081]10.0.0.19 - - [2026-05-25 03:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-05-25 03:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2026-05-25 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.131 - - [2026-05-25 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-05-25 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.19 - - [2026-05-25 03:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-05-25 03:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.131 - - [2026-05-25 03:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.73 - - [2026-05-25 03:37:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.73 - - [2026-05-25 03:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.73 - - [2026-05-25 03:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.73 - - [2026-05-25 03:37:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.73 - - [2026-05-25 03:38:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.73 - - [2026-05-25 03:38:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.080680 [API:8081]10.0.0.19 - - [2026-05-25 03:38:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099299 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003957 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004094 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003133 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003084 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:38] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004336 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003842 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003237 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003112 [API:8081]10.0.0.19 - - [2026-05-25 03:39:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.085802 [API:8081]10.0.0.73 - - [2026-05-25 03:40:54] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.73 - - [2026-05-25 03:40:54] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.19 - - [2026-05-25 03:41:22] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.19 - - [2026-05-25 03:41:22] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2026-05-25 03:41:23] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.131 - - [2026-05-25 03:41:23] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.19 - - [2026-05-25 03:41:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084949 [API:8081]10.0.0.19 - - [2026-05-25 03:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.19 - - [2026-05-25 03:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-05-25 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.131 - - [2026-05-25 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-05-25 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.19 - - [2026-05-25 03:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.131 - - [2026-05-25 03:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.131 - - [2026-05-25 03:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000671 [API:8081]10.0.0.73 - - [2026-05-25 03:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.73 - - [2026-05-25 03:42:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.73 - - [2026-05-25 03:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.73 - - [2026-05-25 03:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.19 - - [2026-05-25 03:42:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.081971 [API:8081]10.0.0.73 - - [2026-05-25 03:44:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-06550335:e4f3ef0b-8b10-437e-a89b-fda07c92442b?flat HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.73 - - [2026-05-25 03:44:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-06550335:e4f3ef0b-8b10-437e-a89b-fda07c92442b?flat HTTP/1.1" 200 5248 0.082141 [API:8081]10.0.0.73 - - [2026-05-25 03:44:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-06550335:e4f3ef0b-8b10-437e-a89b-fda07c92442b?flat HTTP/1.1" 200 5248 0.089460 [API:8081]10.0.0.73 - - [2026-05-25 03:44:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-06550335:e4f3ef0b-8b10-437e-a89b-fda07c92442b?flat HTTP/1.1" 200 5248 0.083904 [API:8081]10.0.0.73 - - [2026-05-25 03:44:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-06550335:ctest-random-77090727?flat HTTP/1.1" 200 3953 0.024391 [API:8081]10.0.0.73 - - [2026-05-25 03:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.033201 [API:8081]10.0.0.73 - - [2026-05-25 03:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.023372 [API:8081]10.0.0.73 - - [2026-05-25 03:44:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014045 [API:8081]10.0.0.73 - - [2026-05-25 03:44:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.025431 [API:8081]10.0.0.73 - - [2026-05-25 03:44:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.022562 [API:8081]10.0.0.73 - - [2026-05-25 03:44:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.025971 [API:8081]10.0.0.73 - - [2026-05-25 03:44:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.035201 [API:8081]10.0.0.73 - - [2026-05-25 03:44:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.024045 [API:8081]10.0.0.73 - - [2026-05-25 03:44:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.030306 [API:8081]10.0.0.73 - - [2026-05-25 03:44:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-06550335:ctest-random-77090727?flat HTTP/1.1" 200 7476 0.016603 [API:8081]10.0.0.73 - - [2026-05-25 03:44:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010407 [API:8081]10.0.0.19 - - [2026-05-25 03:44:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082506 [API:8081]10.0.0.19 - - [2026-05-25 03:45:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.119842 [API:8081]10.0.0.19 - - [2026-05-25 03:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-05-25 03:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.131 - - [2026-05-25 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2026-05-25 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.19 - - [2026-05-25 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-05-25 03:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2026-05-25 03:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.131 - - [2026-05-25 03:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.73 - - [2026-05-25 03:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2026-05-25 03:47:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.73 - - [2026-05-25 03:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.73 - - [2026-05-25 03:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000565 [API:8081]10.0.0.19 - - [2026-05-25 03:48:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100262 [API:8081]10.0.0.73 - - [2026-05-25 03:48:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.73 - - [2026-05-25 03:48:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2094 0.084939 [API:8081]10.0.0.19 - - [2026-05-25 03:49:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.101692 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004619 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004022 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004073 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003499 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004102 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003855 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003614 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003573 [API:8081]10.0.0.73 - - [2026-05-25 03:50:54] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.73 - - [2026-05-25 03:50:54] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.19 - - [2026-05-25 03:51:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094401 [API:8081]10.0.0.19 - - [2026-05-25 03:51:22] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-05-25 03:51:22] "GET /analytics HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.131 - - [2026-05-25 03:51:23] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2026-05-25 03:51:23] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.19 - - [2026-05-25 03:52:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.143163 [API:8081]10.0.0.73 - - [2026-05-25 03:52:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.73 - - [2026-05-25 03:52:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2298 0.083378 [API:8081]10.0.0.19 - - [2026-05-25 03:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-05-25 03:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2026-05-25 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.131 - - [2026-05-25 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.19 - - [2026-05-25 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.19 - - [2026-05-25 03:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.131 - - [2026-05-25 03:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.131 - - [2026-05-25 03:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.73 - - [2026-05-25 03:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.73 - - [2026-05-25 03:52:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.73 - - [2026-05-25 03:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.73 - - [2026-05-25 03:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.19 - - [2026-05-25 03:54:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098755 [API:8081]10.0.0.73 - - [2026-05-25 03:54:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2026-05-25 03:54:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.084256 [API:8081]10.0.0.19 - - [2026-05-25 03:55:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.078165 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:10] "POST /analytics/query HTTP/1.1" 202 179 0.007118 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:10] "GET /analytics/query/86e8688a-57ed-11f1-942b-00000a000049 HTTP/1.1" 200 221 0.005071 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:11] "GET /analytics/query/86e8688a-57ed-11f1-942b-00000a000049 HTTP/1.1" 200 221 0.002087 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:11] "GET /analytics/query/86e8688a-57ed-11f1-942b-00000a000049 HTTP/1.1" 200 338 0.003429 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:11] "GET /analytics/query/86e8688a-57ed-11f1-942b-00000a000049/chunk-final/0 HTTP/1.1" 200 860 0.003782 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:12] "POST /analytics/query HTTP/1.1" 202 179 0.022547 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:12] "GET /analytics/query/87ff619b-57ed-11f1-b50f-00000a000049 HTTP/1.1" 200 221 0.002186 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:13] "GET /analytics/query/87ff619b-57ed-11f1-b50f-00000a000049 HTTP/1.1" 200 221 0.002259 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:13] "GET /analytics/query/87ff619b-57ed-11f1-b50f-00000a000049 HTTP/1.1" 200 221 0.002309 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:14] "GET /analytics/query/87ff619b-57ed-11f1-b50f-00000a000049 HTTP/1.1" 200 338 0.002472 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:14] "GET /analytics/query/87ff619b-57ed-11f1-b50f-00000a000049/chunk-final/0 HTTP/1.1" 200 860 0.002394 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:14] "POST /analytics/query HTTP/1.1" 202 179 0.005513 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:14] "GET /analytics/query/89601d3e-57ed-11f1-9fc9-00000a000049 HTTP/1.1" 200 221 0.008338 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:15] "GET /analytics/query/89601d3e-57ed-11f1-9fc9-00000a000049 HTTP/1.1" 200 339 0.002199 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:15] "GET /analytics/query/89601d3e-57ed-11f1-9fc9-00000a000049/chunk-final/0 HTTP/1.1" 200 19867 0.003741 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:16] "POST /analytics/query HTTP/1.1" 202 179 0.006903 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:16] "GET /analytics/query/8a17c127-57ed-11f1-a944-00000a000049 HTTP/1.1" 200 221 0.004615 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:16] "GET /analytics/query/8a17c127-57ed-11f1-a944-00000a000049 HTTP/1.1" 200 339 0.003384 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:16] "GET /analytics/query/8a17c127-57ed-11f1-a944-00000a000049/chunk-final/0 HTTP/1.1" 200 19867 0.006791 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:17] "POST /analytics/query HTTP/1.1" 202 179 0.012583 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:17] "GET /analytics/query/8ad28eaa-57ed-11f1-8a9e-00000a000049 HTTP/1.1" 200 221 0.004946 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:17] "GET /analytics/query/8ad28eaa-57ed-11f1-8a9e-00000a000049 HTTP/1.1" 200 339 0.002485 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:17] "GET /analytics/query/8ad28eaa-57ed-11f1-8a9e-00000a000049/chunk-final/0 HTTP/1.1" 200 7702 0.003947 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.005362 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:21] "POST /analytics/query HTTP/1.1" 202 179 0.013642 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:21] "GET /analytics/query/8d84760d-57ed-11f1-aec7-00000a000049 HTTP/1.1" 200 221 0.005498 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:22] "GET /analytics/query/8d84760d-57ed-11f1-aec7-00000a000049 HTTP/1.1" 200 340 0.002235 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:22] "GET /analytics/query/8d84760d-57ed-11f1-aec7-00000a000049/chunk-final/0 HTTP/1.1" 200 343672 0.013878 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004325 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004833 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:23] "POST /analytics/query HTTP/1.1" 202 179 0.006864 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:23] "GET /analytics/query/8ec0cc9f-57ed-11f1-94e6-00000a000049 HTTP/1.1" 200 221 0.007147 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:24] "GET /analytics/query/8ec0cc9f-57ed-11f1-94e6-00000a000049 HTTP/1.1" 200 338 0.002509 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:24] "GET /analytics/query/8ec0cc9f-57ed-11f1-94e6-00000a000049/chunk-final/0 HTTP/1.1" 200 145 0.001705 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:24] "POST /analytics/query HTTP/1.1" 202 179 0.012280 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:24] "GET /analytics/query/8f13cc0c-57ed-11f1-8752-00000a000049 HTTP/1.1" 200 221 0.005134 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:24] "GET /analytics/query/8f13cc0c-57ed-11f1-8752-00000a000049 HTTP/1.1" 200 338 0.002704 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:24] "GET /analytics/query/8f13cc0c-57ed-11f1-8752-00000a000049/chunk-final/0 HTTP/1.1" 200 9807 0.003030 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:24] "POST /analytics/query HTTP/1.1" 202 179 0.005768 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:25] "GET /analytics/query/8f667dfd-57ed-11f1-aaa2-00000a000049 HTTP/1.1" 200 221 0.004400 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:25] "GET /analytics/query/8f667dfd-57ed-11f1-aaa2-00000a000049 HTTP/1.1" 200 338 0.002455 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:25] "GET /analytics/query/8f667dfd-57ed-11f1-aaa2-00000a000049/chunk-final/0 HTTP/1.1" 200 7878 0.003613 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:25] "POST /analytics/query HTTP/1.1" 202 179 0.006109 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:25] "GET /analytics/query/8fb924ae-57ed-11f1-a3a3-00000a000049 HTTP/1.1" 200 221 0.002168 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:26] "GET /analytics/query/8fb924ae-57ed-11f1-a3a3-00000a000049 HTTP/1.1" 200 338 0.004582 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:26] "GET /analytics/query/8fb924ae-57ed-11f1-a3a3-00000a000049/chunk-final/0 HTTP/1.1" 200 4013 0.003196 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:26] "POST /analytics/query HTTP/1.1" 202 179 0.007233 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:26] "GET /analytics/query/900a0c62-57ed-11f1-a956-00000a000049 HTTP/1.1" 200 221 0.008566 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:26] "GET /analytics/query/900a0c62-57ed-11f1-a956-00000a000049 HTTP/1.1" 200 338 0.002273 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:26] "GET /analytics/query/900a0c62-57ed-11f1-a956-00000a000049/chunk-final/0 HTTP/1.1" 200 145 0.003005 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:26] "POST /analytics/query HTTP/1.1" 202 179 0.010675 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:26] "GET /analytics/query/905dddd8-57ed-11f1-84a1-00000a000049 HTTP/1.1" 200 221 0.003401 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:27] "GET /analytics/query/905dddd8-57ed-11f1-84a1-00000a000049 HTTP/1.1" 200 338 0.002556 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:27] "GET /analytics/query/905dddd8-57ed-11f1-84a1-00000a000049/chunk-final/0 HTTP/1.1" 200 4015 0.003397 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:27] "POST /analytics/query HTTP/1.1" 202 179 0.007185 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:27] "GET /analytics/query/90b1f5a2-57ed-11f1-ac08-00000a000049 HTTP/1.1" 200 221 0.002642 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:27] "GET /analytics/query/90b1f5a2-57ed-11f1-ac08-00000a000049 HTTP/1.1" 200 338 0.002331 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:27] "GET /analytics/query/90b1f5a2-57ed-11f1-ac08-00000a000049/chunk-final/0 HTTP/1.1" 200 5946 0.003645 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:27] "POST /analytics/query HTTP/1.1" 202 179 0.014661 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:27] "GET /analytics/query/910514cd-57ed-11f1-8606-00000a000049 HTTP/1.1" 200 221 0.006570 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:28] "GET /analytics/query/910514cd-57ed-11f1-8606-00000a000049 HTTP/1.1" 200 338 0.002916 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:28] "GET /analytics/query/910514cd-57ed-11f1-8606-00000a000049/chunk-final/0 HTTP/1.1" 200 4015 0.002380 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:28] "POST /analytics/query HTTP/1.1" 202 179 0.004841 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:28] "GET /analytics/query/91588ff3-57ed-11f1-a730-00000a000049 HTTP/1.1" 200 221 0.001928 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:28] "GET /analytics/query/91588ff3-57ed-11f1-a730-00000a000049 HTTP/1.1" 200 338 0.002488 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:28] "GET /analytics/query/91588ff3-57ed-11f1-a730-00000a000049/chunk-final/0 HTTP/1.1" 200 7878 0.003591 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:28] "POST /analytics/query HTTP/1.1" 202 179 0.006005 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:28] "GET /analytics/query/91a94456-57ed-11f1-b322-00000a000049 HTTP/1.1" 200 221 0.006598 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:29] "GET /analytics/query/91a94456-57ed-11f1-b322-00000a000049 HTTP/1.1" 200 338 0.002271 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:29] "GET /analytics/query/91a94456-57ed-11f1-b322-00000a000049/chunk-final/0 HTTP/1.1" 200 145 0.002309 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:29] "POST /analytics/query HTTP/1.1" 202 179 0.014926 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:29] "GET /analytics/query/91fae814-57ed-11f1-8fbc-00000a000049 HTTP/1.1" 200 221 0.002383 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:29] "GET /analytics/query/91fae814-57ed-11f1-8fbc-00000a000049 HTTP/1.1" 200 338 0.002239 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:29] "GET /analytics/query/91fae814-57ed-11f1-8fbc-00000a000049/chunk-final/0 HTTP/1.1" 200 145 0.003455 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:29] "POST /analytics/query HTTP/1.1" 202 179 0.010072 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:29] "GET /analytics/query/924e8f57-57ed-11f1-a77d-00000a000049 HTTP/1.1" 200 221 0.004858 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:30] "GET /analytics/query/924e8f57-57ed-11f1-a77d-00000a000049 HTTP/1.1" 200 338 0.002729 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:30] "GET /analytics/query/924e8f57-57ed-11f1-a77d-00000a000049/chunk-final/0 HTTP/1.1" 200 7881 0.003317 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003864 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.008372 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:31] "POST /analytics/query HTTP/1.1" 202 179 0.008374 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:31] "GET /analytics/query/936c60ef-57ed-11f1-8eef-00000a000049 HTTP/1.1" 200 221 0.019660 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:32] "GET /analytics/query/936c60ef-57ed-11f1-8eef-00000a000049 HTTP/1.1" 200 340 0.003587 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:32] "GET /analytics/query/936c60ef-57ed-11f1-8eef-00000a000049/chunk-final/0 HTTP/1.1" 200 1505246 0.020500 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:32] "POST /analytics/query HTTP/1.1" 202 179 0.022149 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:32] "GET /analytics/query/93c850ac-57ed-11f1-96f7-00000a000049 HTTP/1.1" 200 221 0.003239 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:32] "GET /analytics/query/93c850ac-57ed-11f1-96f7-00000a000049 HTTP/1.1" 200 340 0.002573 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:32] "GET /analytics/query/93c850ac-57ed-11f1-96f7-00000a000049/chunk-final/0 HTTP/1.1" 200 1507967 0.018771 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004082 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003947 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004518 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003689 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.004488 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:36] "POST /analytics/query HTTP/1.1" 202 179 0.007090 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:36] "GET /analytics/query/9646a1eb-57ed-11f1-a6b0-00000a000049 HTTP/1.1" 200 221 0.022261 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:37] "GET /analytics/query/9646a1eb-57ed-11f1-a6b0-00000a000049 HTTP/1.1" 200 339 0.002731 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:37] "GET /analytics/query/9646a1eb-57ed-11f1-a6b0-00000a000049/chunk-final/0 HTTP/1.1" 200 43920 0.006435 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.007291 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:37] "POST /analytics/query HTTP/1.1" 202 179 0.016580 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:37] "GET /analytics/query/971217cd-57ed-11f1-91cb-00000a000049 HTTP/1.1" 200 221 0.014129 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:38] "GET /analytics/query/971217cd-57ed-11f1-91cb-00000a000049 HTTP/1.1" 200 341 0.002431 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:38] "GET /analytics/query/971217cd-57ed-11f1-91cb-00000a000049/chunk-final/0 HTTP/1.1" 200 1107315 0.038653 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.005565 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004169 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004168 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:44] "POST /analytics/query HTTP/1.1" 200 145 1.014978 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003985 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:46] "POST /analytics/query HTTP/1.1" 200 2162 1.012800 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.004569 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:47] "POST /analytics/query HTTP/1.1" 200 764 1.015402 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004163 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:49] "POST /analytics/query HTTP/1.1" 200 2768 1.015845 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.005278 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:51] "POST /analytics/query HTTP/1.1" 200 262 1.013671 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.004170 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:52] "POST /analytics/query HTTP/1.1" 200 1463 1.013986 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003937 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:54] "POST /analytics/query HTTP/1.1" 200 2901 1.014888 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.005724 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:56] "POST /analytics/query HTTP/1.1" 200 825 1.014147 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.006710 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:57] "POST /analytics/query HTTP/1.1" 200 141411 1.020538 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003941 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:55:59] "POST /analytics/query HTTP/1.1" 200 631 1.021970 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.004119 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:01] "POST /analytics/query HTTP/1.1" 200 262 1.013408 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.007615 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:03] "POST /analytics/query HTTP/1.1" 200 596 1.014738 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.004330 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:04] "POST /analytics/query HTTP/1.1" 200 1795 1.012836 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.003923 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:06] "POST /analytics/query HTTP/1.1" 200 596 1.013410 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.003947 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:08] "POST /analytics/query HTTP/1.1" 200 318 1.013288 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:56:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.005219 [API:8081]10.0.0.73 - - [2026-05-25 03:56:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.73 - - [2026-05-25 03:56:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2368 0.087041 [API:8081]10.0.0.73 - - [2026-05-25 03:57:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.123937 [API:8081]10.0.0.73 - - [2026-05-25 03:57:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.080943 [API:8081]10.0.0.73 - - [2026-05-25 03:57:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.010562 [API:8081]10.0.0.19 - - [2026-05-25 03:57:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084612 [API:8081]10.0.0.73 - - [2026-05-25 03:57:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.011418 [API:8081]10.0.0.73 - - [2026-05-25 03:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.011098 [API:8081]10.0.0.73 - - [2026-05-25 03:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.010751 [API:8081]10.0.0.19 - - [2026-05-25 03:57:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-05-25 03:57:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2026-05-25 03:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.010930 [API:8081]10.0.0.131 - - [2026-05-25 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2026-05-25 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.19 - - [2026-05-25 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.19 - - [2026-05-25 03:57:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.73 - - [2026-05-25 03:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.011942 [API:8081]10.0.0.131 - - [2026-05-25 03:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.131 - - [2026-05-25 03:57:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.73 - - [2026-05-25 03:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.73 - - [2026-05-25 03:57:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.73 - - [2026-05-25 03:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.73 - - [2026-05-25 03:57:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000842 [API:8081]10.0.0.73 - - [2026-05-25 03:58:03] "POST /analytics/query HTTP/1.1" 200 222 1.031125 [API:8081]10.0.0.73 - - [2026-05-25 03:58:04] "POST /analytics/query HTTP/1.1" 200 222 1.027103 [API:8081]10.0.0.73 - - [2026-05-25 03:58:05] "POST /analytics/query HTTP/1.1" 200 353 1.025693 [API:8081]10.0.0.19 - - [2026-05-25 03:58:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.090852 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003307 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004790 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004215 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004035 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004417 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003592 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003796 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 03:59:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003848 [API:8081]10.0.0.19 - - [2026-05-25 04:00:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100251 [API:8081]10.0.0.73 - - [2026-05-25 04:00:54] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.73 - - [2026-05-25 04:00:54] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.19 - - [2026-05-25 04:01:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079177 [API:8081]10.0.0.19 - - [2026-05-25 04:01:22] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2026-05-25 04:01:22] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.131 - - [2026-05-25 04:01:23] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-05-25 04:01:23] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.73 - - [2026-05-25 04:01:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25603 0.022779 [API:8081]10.0.0.19 - - [2026-05-25 04:02:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2026-05-25 04:02:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-05-25 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.131 - - [2026-05-25 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2026-05-25 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.19 - - [2026-05-25 04:02:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.131 - - [2026-05-25 04:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2026-05-25 04:02:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.73 - - [2026-05-25 04:02:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.73 - - [2026-05-25 04:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.73 - - [2026-05-25 04:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.73 - - [2026-05-25 04:02:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.19 - - [2026-05-25 04:03:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073313 [API:8081]10.0.0.19 - - [2026-05-25 04:04:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.070201 [API:8081]10.0.0.19 - - [2026-05-25 04:06:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080001 [API:8081]10.0.0.19 - - [2026-05-25 04:07:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.074190 [API:8081]10.0.0.19 - - [2026-05-25 04:07:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.19 - - [2026-05-25 04:07:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000444 [API:8081]10.0.0.131 - - [2026-05-25 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.131 - - [2026-05-25 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-05-25 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-05-25 04:07:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2026-05-25 04:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.131 - - [2026-05-25 04:07:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000846 [API:8081]10.0.0.73 - - [2026-05-25 04:07:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.73 - - [2026-05-25 04:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.73 - - [2026-05-25 04:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.73 - - [2026-05-25 04:07:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-05-25 04:09:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087664 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003641 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003656 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004953 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003639 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004503 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003211 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003039 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:09:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004061 [API:8081]10.0.0.19 - - [2026-05-25 04:10:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.076468 [API:8081]10.0.0.73 - - [2026-05-25 04:10:54] "GET /analytics HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.73 - - [2026-05-25 04:10:54] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-05-25 04:11:22] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-05-25 04:11:22] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.131 - - [2026-05-25 04:11:23] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.131 - - [2026-05-25 04:11:23] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.19 - - [2026-05-25 04:12:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091777 [API:8081]10.0.0.19 - - [2026-05-25 04:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-05-25 04:12:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000423 [API:8081]10.0.0.131 - - [2026-05-25 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.131 - - [2026-05-25 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.19 - - [2026-05-25 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.19 - - [2026-05-25 04:12:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.131 - - [2026-05-25 04:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2026-05-25 04:12:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2026-05-25 04:12:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.73 - - [2026-05-25 04:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2026-05-25 04:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.73 - - [2026-05-25 04:12:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-05-25 04:13:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.110045 [API:8081]10.0.0.73 - - [2026-05-25 04:14:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2026-05-25 04:14:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.119404 [API:8081]10.0.0.19 - - [2026-05-25 04:15:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101020 [API:8081]10.0.0.73 - - [2026-05-25 04:15:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:b5959bdc-82ec-4c0b-8df4-ddc45c9b6816?flat HTTP/1.1" 200 5200 0.089624 [API:8081]10.0.0.73 - - [2026-05-25 04:15:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:b5959bdc-82ec-4c0b-8df4-ddc45c9b6816?flat HTTP/1.1" 200 5200 0.016051 [API:8081]10.0.0.73 - - [2026-05-25 04:15:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:b5959bdc-82ec-4c0b-8df4-ddc45c9b6816?flat HTTP/1.1" 200 5200 0.084198 [API:8081]10.0.0.73 - - [2026-05-25 04:15:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31551769:EVPN-VN1?flat HTTP/1.1" 200 7818 0.019132 [API:8081]10.0.0.73 - - [2026-05-25 04:15:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25609 0.024287 [API:8081]10.0.0.73 - - [2026-05-25 04:15:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25609 0.024976 [API:8081]10.0.0.73 - - [2026-05-25 04:15:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010651 [API:8081]10.0.0.73 - - [2026-05-25 04:15:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:8a0c1a46-c32c-4472-a10a-d00db27d8274?flat HTTP/1.1" 200 5062 0.013742 [API:8081]10.0.0.73 - - [2026-05-25 04:15:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:8a0c1a46-c32c-4472-a10a-d00db27d8274?flat HTTP/1.1" 200 5062 0.020472 [API:8081]10.0.0.73 - - [2026-05-25 04:15:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:8a0c1a46-c32c-4472-a10a-d00db27d8274?flat HTTP/1.1" 200 5062 0.018873 [API:8081]10.0.0.73 - - [2026-05-25 04:15:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31551769:EVPN-VN1?flat HTTP/1.1" 200 7832 0.018659 [API:8081]10.0.0.73 - - [2026-05-25 04:15:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.020588 [API:8081]10.0.0.73 - - [2026-05-25 04:15:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.023889 [API:8081]10.0.0.73 - - [2026-05-25 04:15:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014718 [API:8081]10.0.0.19 - - [2026-05-25 04:16:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.082610 [API:8081]10.0.0.19 - - [2026-05-25 04:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-05-25 04:17:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2026-05-25 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2026-05-25 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.19 - - [2026-05-25 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-05-25 04:17:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2026-05-25 04:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.131 - - [2026-05-25 04:17:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.73 - - [2026-05-25 04:17:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.73 - - [2026-05-25 04:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2026-05-25 04:17:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.73 - - [2026-05-25 04:17:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2026-05-25 04:18:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:b5959bdc-82ec-4c0b-8df4-ddc45c9b6816?flat HTTP/1.1" 200 5312 0.019775 [API:8081]10.0.0.73 - - [2026-05-25 04:18:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:b5959bdc-82ec-4c0b-8df4-ddc45c9b6816?flat HTTP/1.1" 200 5312 0.016002 [API:8081]10.0.0.73 - - [2026-05-25 04:18:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:b5959bdc-82ec-4c0b-8df4-ddc45c9b6816?flat HTTP/1.1" 200 5312 0.015611 [API:8081]10.0.0.73 - - [2026-05-25 04:18:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31551769:EVPN-VN1?flat HTTP/1.1" 200 9423 0.020540 [API:8081]10.0.0.73 - - [2026-05-25 04:18:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27880 0.030946 [API:8081]10.0.0.73 - - [2026-05-25 04:18:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27880 0.024951 [API:8081]10.0.0.73 - - [2026-05-25 04:18:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.016491 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:8a0c1a46-c32c-4472-a10a-d00db27d8274?flat HTTP/1.1" 200 5209 0.016034 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:8a0c1a46-c32c-4472-a10a-d00db27d8274?flat HTTP/1.1" 200 5209 0.018043 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31551769:8a0c1a46-c32c-4472-a10a-d00db27d8274?flat HTTP/1.1" 200 5209 0.016065 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31551769:EVPN-VN1?flat HTTP/1.1" 200 9423 0.019019 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28486 0.025609 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28486 0.026507 [API:8081]10.0.0.73 - - [2026-05-25 04:18:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010199 [API:8081]10.0.0.19 - - [2026-05-25 04:18:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079681 [API:8081]10.0.0.73 - - [2026-05-25 04:19:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33117 0.039506 [API:8081]10.0.0.73 - - [2026-05-25 04:19:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33117 0.031295 [API:8081]10.0.0.73 - - [2026-05-25 04:19:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33120 0.028505 [API:8081]10.0.0.73 - - [2026-05-25 04:19:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31551769:EVPN-VN1?flat HTTP/1.1" 200 8521 0.017284 [API:8081]10.0.0.73 - - [2026-05-25 04:19:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011662 [API:8081]10.0.0.19 - - [2026-05-25 04:19:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.090478 [API:8081]10.0.0.73 - - [2026-05-25 04:19:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32514 0.045051 [API:8081]10.0.0.73 - - [2026-05-25 04:19:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31551769:EVPN-VN1?flat HTTP/1.1" 200 5988 0.014407 [API:8081]10.0.0.73 - - [2026-05-25 04:19:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.016564 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003364 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003374 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003962 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004338 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005984 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004120 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006410 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:19:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006119 [API:8081]10.0.0.73 - - [2026-05-25 04:20:54] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.73 - - [2026-05-25 04:20:54] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.19 - - [2026-05-25 04:21:22] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2026-05-25 04:21:22] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.131 - - [2026-05-25 04:21:23] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2026-05-25 04:21:23] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.19 - - [2026-05-25 04:21:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083992 [API:8081]10.0.0.73 - - [2026-05-25 04:21:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-46911175:ctest-TestRbac-46911175-09199076?flat HTTP/1.1" 401 205 0.000536 [API:8081]10.0.0.73 - - [2026-05-25 04:22:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-46911175:ctest-TestRbac-46911175-09199076?flat HTTP/1.1" 200 2074 0.562314 [API:8081]10.0.0.73 - - [2026-05-25 04:22:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.180716 [API:8081]10.0.0.73 - - [2026-05-25 04:22:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-46911175:ctest-TestRbac-46911175-09199076?flat HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.73 - - [2026-05-25 04:22:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-46911175:ctest-TestRbac-46911175-09199076?flat HTTP/1.1" 200 2074 0.247292 [API:8081]10.0.0.73 - - [2026-05-25 04:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.150678 [API:8081]10.0.0.73 - - [2026-05-25 04:22:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-71864244:0babc416-fe65-49c7-bd13-b5af510da81a?flat HTTP/1.1" 200 5314 0.146888 [API:8081]10.0.0.73 - - [2026-05-25 04:22:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-71864244:0babc416-fe65-49c7-bd13-b5af510da81a?flat HTTP/1.1" 200 5314 0.078208 [API:8081]10.0.0.73 - - [2026-05-25 04:22:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-71864244:0babc416-fe65-49c7-bd13-b5af510da81a?flat HTTP/1.1" 200 5314 0.077598 [API:8081]10.0.0.73 - - [2026-05-25 04:22:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-46911175:ctest-TestRbac-46911175-09199076?flat HTTP/1.1" 200 8368 0.091897 [API:8081]10.0.0.73 - - [2026-05-25 04:22:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040231 [API:8081]10.0.0.73 - - [2026-05-25 04:22:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.171595 [API:8081]10.0.0.73 - - [2026-05-25 04:22:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.73 - - [2026-05-25 04:22:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.092646 [API:8081]10.0.0.73 - - [2026-05-25 04:22:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.046516 [API:8081]10.0.0.73 - - [2026-05-25 04:22:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.174767 [API:8081]10.0.0.73 - - [2026-05-25 04:22:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.102378 [API:8081]10.0.0.73 - - [2026-05-25 04:22:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.068578 [API:8081]10.0.0.73 - - [2026-05-25 04:22:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.212598 [API:8081]10.0.0.19 - - [2026-05-25 04:22:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.129094 [API:8081]10.0.0.73 - - [2026-05-25 04:22:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.178228 [API:8081]10.0.0.73 - - [2026-05-25 04:22:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.099007 [API:8081]10.0.0.73 - - [2026-05-25 04:22:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.037226 [API:8081]10.0.0.73 - - [2026-05-25 04:22:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.041447 [API:8081]10.0.0.73 - - [2026-05-25 04:22:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.029645 [API:8081]10.0.0.73 - - [2026-05-25 04:22:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.032912 [API:8081]10.0.0.73 - - [2026-05-25 04:22:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.030524 [API:8081]10.0.0.19 - - [2026-05-25 04:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-05-25 04:22:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.131 - - [2026-05-25 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2026-05-25 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-05-25 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.19 - - [2026-05-25 04:22:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000477 [API:8081]10.0.0.73 - - [2026-05-25 04:22:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.041763 [API:8081]10.0.0.131 - - [2026-05-25 04:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.131 - - [2026-05-25 04:22:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.73 - - [2026-05-25 04:22:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.045758 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-46911175:ctest-TestRbac-46911175-09199076?flat HTTP/1.1" 200 6492 0.015452 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.014044 [API:8081]10.0.0.73 - - [2026-05-25 04:22:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.73 - - [2026-05-25 04:22:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.73 - - [2026-05-25 04:23:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.73 - - [2026-05-25 04:23:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 200 2118 0.145960 [API:8081]10.0.0.73 - - [2026-05-25 04:23:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 401 205 0.000358 --- 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-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14525834' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project '6ea7c606e3be499082c432c4aeae02fe' 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-27594681', 'ctest-TestRbacBasic-27594681-52214999'], 'virtual_network', 'da3a1aea-9e87-411d-a04d-f5950adf9d2d', "Permission Denied for ['ctest-TestRbacBasic-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14525834' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project '6ea7c606e3be499082c432c4aeae02fe'"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 403 198 0.134865 [API:8081]10.0.0.73 - - [2026-05-25 04:23:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.73 - - [2026-05-25 04:23:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 200 2118 0.076477 [API:8081]10.0.0.73 - - [2026-05-25 04:23:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.113987 [API:8081]10.0.0.73 - - [2026-05-25 04:23:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.104626 [API:8081]10.0.0.73 - - [2026-05-25 04:23:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.076696 --- 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-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-27594681' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project 'f152281b610a41f9b7ecef5bbba85ad9' 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-27594681', 'ctest-TestRbacBasic-27594681-52214999'], 'virtual_network', 'da3a1aea-9e87-411d-a04d-f5950adf9d2d', "Permission Denied for ['ctest-TestRbacBasic-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-27594681' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project 'f152281b610a41f9b7ecef5bbba85ad9'"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 403 198 0.043940 --- 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-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-27594681' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project 'f152281b610a41f9b7ecef5bbba85ad9' 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-27594681', 'ctest-TestRbacBasic-27594681-52214999'], 'virtual_network', 'da3a1aea-9e87-411d-a04d-f5950adf9d2d', "Permission Denied for ['ctest-TestRbacBasic-01170782'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-27594681' RBAC: ctest-TestRbacBasic-59020920 doesn't have read permission in project 'f152281b610a41f9b7ecef5bbba85ad9'"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 403 198 0.100896 [API:8081]10.0.0.73 - - [2026-05-25 04:23:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 200 2122 0.067070 [API:8081]10.0.0.73 - - [2026-05-25 04:23:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27594681:ctest-TestRbacBasic-27594681-52214999?flat HTTP/1.1" 200 2122 0.018241 [API:8081]10.0.0.73 - - [2026-05-25 04:23:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.106274 [API:8081]10.0.0.73 - - [2026-05-25 04:23:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.074120 [API:8081]10.0.0.73 - - [2026-05-25 04:23:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.011758 [API:8081]10.0.0.73 - - [2026-05-25 04:23:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.012624 [API:8081]10.0.0.73 - - [2026-05-25 04:23:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 401 205 0.000344 --- 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-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113 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-25973113', 'ctest-TestRbacBasic-25973113-78648068'], 'virtual_network', '2259e978-2c31-4f2a-98d6-09d544c0d82b', "Permission Denied for ctest-TestRbacBasic-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 403 198 0.132880 [API:8081]10.0.0.73 - - [2026-05-25 04:23:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.085102 [API:8081]10.0.0.73 - - [2026-05-25 04:23:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 200 2111 0.069081 [API:8081]10.0.0.73 - - [2026-05-25 04:23:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.070190 --- 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-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113 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-25973113', 'ctest-TestRbacBasic-25973113-78648068'], 'virtual_network', '2259e978-2c31-4f2a-98d6-09d544c0d82b', "Permission Denied for ctest-TestRbacBasic-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 403 198 0.053648 --- 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-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113 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-25973113', 'ctest-TestRbacBasic-25973113-78648068'], 'virtual_network', '2259e978-2c31-4f2a-98d6-09d544c0d82b', "Permission Denied for ctest-TestRbacBasic-05898473 as ['ctest-TestRbacBasic-27420924'] to R virtual-network in ctest-TestRbacBasic-25973113"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 403 198 0.115241 [API:8081]10.0.0.73 - - [2026-05-25 04:23:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.073033 [API:8081]10.0.0.73 - - [2026-05-25 04:23:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 200 2111 0.063150 [API:8081]10.0.0.73 - - [2026-05-25 04:23:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.062773 [API:8081]10.0.0.73 - - [2026-05-25 04:23:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 401 205 0.000287 --- 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-59020920 as ['ctest-TestRbacBasic-01170782'] to R virtual-network in ctest-TestRbacBasic-25973113 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-25973113', 'ctest-TestRbacBasic-25973113-78648068'], 'virtual_network', '2259e978-2c31-4f2a-98d6-09d544c0d82b', "Permission Denied for ctest-TestRbacBasic-59020920 as ['ctest-TestRbacBasic-01170782'] to R virtual-network in ctest-TestRbacBasic-25973113"),) [API:8081]10.0.0.73 - - [2026-05-25 04:23:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 403 198 0.132650 [API:8081]10.0.0.73 - - [2026-05-25 04:23:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.069831 [API:8081]10.0.0.73 - - [2026-05-25 04:23:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-78648068?flat HTTP/1.1" 200 2111 0.059130 [API:8081]10.0.0.73 - - [2026-05-25 04:23:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.077664 [API:8081]10.0.0.73 - - [2026-05-25 04:23:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.084032 [API:8081]10.0.0.73 - - [2026-05-25 04:23:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.011101 [API:8081]10.0.0.73 - - [2026-05-25 04:24:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-25973113:df8b924c-20ed-4323-95fa-36c206adba1d?flat HTTP/1.1" 200 5392 0.082087 [API:8081]10.0.0.73 - - [2026-05-25 04:24:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-25973113:df8b924c-20ed-4323-95fa-36c206adba1d?flat HTTP/1.1" 200 5392 0.079606 [API:8081]10.0.0.73 - - [2026-05-25 04:24:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-25973113:df8b924c-20ed-4323-95fa-36c206adba1d?flat HTTP/1.1" 200 5392 0.067358 [API:8081]10.0.0.73 - - [2026-05-25 04:24:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-68222629?flat HTTP/1.1" 200 8778 0.068776 [API:8081]10.0.0.73 - - [2026-05-25 04:24:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039983 [API:8081]10.0.0.73 - - [2026-05-25 04:24:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.116205 [API:8081]10.0.0.73 - - [2026-05-25 04:24:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.028983 [API:8081]10.0.0.73 - - [2026-05-25 04:24:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.043191 [API:8081]10.0.0.73 - - [2026-05-25 04:24:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.109331 [API:8081]10.0.0.73 - - [2026-05-25 04:24:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.034000 [API:8081]10.0.0.73 - - [2026-05-25 04:24:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.066519 [API:8081]10.0.0.73 - - [2026-05-25 04:24:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-68222629?flat HTTP/1.1" 200 8778 0.129868 [API:8081]10.0.0.73 - - [2026-05-25 04:24:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.081142 [API:8081]10.0.0.73 - - [2026-05-25 04:24:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.046563 [API:8081]10.0.0.73 - - [2026-05-25 04:24:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.115497 [API:8081]10.0.0.73 - - [2026-05-25 04:24:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.030309 [API:8081]10.0.0.19 - - [2026-05-25 04:24:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.118245 [API:8081]10.0.0.73 - - [2026-05-25 04:24:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.036069 [API:8081]10.0.0.73 - - [2026-05-25 04:24:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.040342 [API:8081]10.0.0.73 - - [2026-05-25 04:24:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.046998 [API:8081]10.0.0.73 - - [2026-05-25 04:24:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.042190 [API:8081]10.0.0.73 - - [2026-05-25 04:24:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.031183 [API:8081]10.0.0.73 - - [2026-05-25 04:24:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.032650 [API:8081]10.0.0.73 - - [2026-05-25 04:24:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.036215 [API:8081]10.0.0.73 - - [2026-05-25 04:24:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25973113:ctest-TestRbacBasic-25973113-68222629?flat HTTP/1.1" 200 6886 0.020200 [API:8081]10.0.0.73 - - [2026-05-25 04:24:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.010698 [Introspect:8090]10.0.0.73 - - [2026-05-25 04:24:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001247 [API:8081]10.0.0.73 - - [2026-05-25 04:25:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.73 - - [2026-05-25 04:25:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.096773 [API:8081]10.0.0.19 - - [2026-05-25 04:25:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.078282 [API:8081]10.0.0.19 - - [2026-05-25 04:27:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083133 [API:8081]10.0.0.19 - - [2026-05-25 04:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.19 - - [2026-05-25 04:27:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2026-05-25 04:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.131 - - [2026-05-25 04:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-05-25 04:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-05-25 04:27:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.131 - - [2026-05-25 04:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.131 - - [2026-05-25 04:27:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.73 - - [2026-05-25 04:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000737 [API:8081]10.0.0.73 - - [2026-05-25 04:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.73 - - [2026-05-25 04:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2026-05-25 04:27:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-05-25 04:28:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.087441 [API:8081]10.0.0.73 - - [2026-05-25 04:29:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:b566c956-5735-4619-909d-46465103b544?flat HTTP/1.1" 200 5439 0.076836 [API:8081]10.0.0.73 - - [2026-05-25 04:29:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:b566c956-5735-4619-909d-46465103b544?flat HTTP/1.1" 200 5439 0.087612 [API:8081]10.0.0.73 - - [2026-05-25 04:29:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:b566c956-5735-4619-909d-46465103b544?flat HTTP/1.1" 200 5439 0.014217 [API:8081]10.0.0.73 - - [2026-05-25 04:29:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-34241880:ctest-vn1-77061747?flat HTTP/1.1" 200 9505 0.019394 [API:8081]10.0.0.73 - - [2026-05-25 04:29:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32587 0.028008 [API:8081]10.0.0.73 - - [2026-05-25 04:29:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32587 0.033789 [API:8081]10.0.0.73 - - [2026-05-25 04:29:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011043 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:90c4d555-88c7-4c89-9d47-f98777dd9c4f?flat HTTP/1.1" 200 5374 0.015770 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:90c4d555-88c7-4c89-9d47-f98777dd9c4f?flat HTTP/1.1" 200 5374 0.016161 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:90c4d555-88c7-4c89-9d47-f98777dd9c4f?flat HTTP/1.1" 200 5374 0.015584 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-34241880:ctest-vn1-77061747?flat HTTP/1.1" 200 9505 0.021196 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33198 0.032548 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33198 0.036212 [API:8081]10.0.0.73 - - [2026-05-25 04:29:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012940 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003980 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003317 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004554 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004152 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004299 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004238 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003171 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:29:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004516 [API:8081]10.0.0.73 - - [2026-05-25 04:29:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33198 0.029368 [API:8081]10.0.0.73 - - [2026-05-25 04:29:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33198 0.034019 [API:8081]10.0.0.73 - - [2026-05-25 04:29:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33201 0.035118 [API:8081]10.0.0.73 - - [2026-05-25 04:29:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-34241880:ctest-vn1-77061747?flat HTTP/1.1" 200 7667 0.019722 [API:8081]10.0.0.73 - - [2026-05-25 04:29:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012686 [API:8081]10.0.0.73 - - [2026-05-25 04:29:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32594 0.029589 [API:8081]10.0.0.73 - - [2026-05-25 04:29:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32594 0.038157 [API:8081]10.0.0.73 - - [2026-05-25 04:30:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32595 0.054129 [API:8081]10.0.0.73 - - [2026-05-25 04:30:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-34241880:ctest-vn1-77061747?flat HTTP/1.1" 200 4920 0.017324 [API:8081]10.0.0.73 - - [2026-05-25 04:30:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.012575 [API:8081]10.0.0.73 - - [2026-05-25 04:30:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.013378 [API:8081]10.0.0.73 - - [2026-05-25 04:30:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.010003 [API:8081]10.0.0.19 - - [2026-05-25 04:30:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086286 [API:8081]10.0.0.73 - - [2026-05-25 04:30:54] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.73 - - [2026-05-25 04:30:54] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-05-25 04:31:22] "GET /analytics HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.19 - - [2026-05-25 04:31:22] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2026-05-25 04:31:23] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2026-05-25 04:31:23] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.19 - - [2026-05-25 04:31:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.082062 [API:8081]10.0.0.19 - - [2026-05-25 04:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.19 - - [2026-05-25 04:32:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.131 - - [2026-05-25 04:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.131 - - [2026-05-25 04:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-05-25 04:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-05-25 04:32:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.131 - - [2026-05-25 04:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.131 - - [2026-05-25 04:32:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.73 - - [2026-05-25 04:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.73 - - [2026-05-25 04:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.73 - - [2026-05-25 04:32:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.73 - - [2026-05-25 04:32:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [Introspect:8090]10.0.0.73 - - [2026-05-25 04:33:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001388 [API:8081]10.0.0.73 - - [2026-05-25 04:33:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 13206 0.455741 [API:8081]10.0.0.73 - - [2026-05-25 04:33:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5822-1?flat HTTP/1.1" 200 6061 0.442323 [API:8081]10.0.0.73 - - [2026-05-25 04:33:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5822-2?flat HTTP/1.1" 200 6059 0.096004 [API:8081]10.0.0.73 - - [2026-05-25 04:33:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5822-3?flat HTTP/1.1" 200 3949 0.020692 [API:8081]10.0.0.73 - - [2026-05-25 04:33:13] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?flat HTTP/1.1" 200 6143 0.028569 [API:8081]10.0.0.73 - - [2026-05-25 04:33:13] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?flat HTTP/1.1" 200 7632 0.026290 [API:8081]10.0.0.73 - - [2026-05-25 04:33:13] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?flat HTTP/1.1" 200 6139 0.022487 [API:8081]10.0.0.73 - - [2026-05-25 04:33:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2520 0.018010 [API:8081]10.0.0.19 - - [2026-05-25 04:33:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071474 [API:8081]10.0.0.73 - - [2026-05-25 04:34:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:e12a19ac-e45e-4901-9a72-5d40340f5c22?flat HTTP/1.1" 200 5250 0.016857 [API:8081]10.0.0.73 - - [2026-05-25 04:34:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:e12a19ac-e45e-4901-9a72-5d40340f5c22?flat HTTP/1.1" 200 5250 0.016842 [API:8081]10.0.0.73 - - [2026-05-25 04:34:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:e12a19ac-e45e-4901-9a72-5d40340f5c22?flat HTTP/1.1" 200 5250 0.015906 [API:8081]10.0.0.73 - - [2026-05-25 04:34:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-34241880:ctest-vn1-28273852?flat HTTP/1.1" 200 7104 0.021438 [API:8081]10.0.0.73 - - [2026-05-25 04:34:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.032140 [API:8081]10.0.0.73 - - [2026-05-25 04:34:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.030301 [API:8081]10.0.0.73 - - [2026-05-25 04:34:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010620 [API:8081]10.0.0.19 - - [2026-05-25 04:34:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.088706 [API:8081]10.0.0.73 - - [2026-05-25 04:34:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:a18f6f9f-4589-4327-af07-fb6f62824a49?flat HTTP/1.1" 200 5252 0.015256 [API:8081]10.0.0.73 - - [2026-05-25 04:34:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:a18f6f9f-4589-4327-af07-fb6f62824a49?flat HTTP/1.1" 200 5252 0.017691 [API:8081]10.0.0.73 - - [2026-05-25 04:34:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-34241880:a18f6f9f-4589-4327-af07-fb6f62824a49?flat HTTP/1.1" 200 5252 0.016620 [API:8081]10.0.0.73 - - [2026-05-25 04:34:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-34241880:ctest-vn2-40419657?flat HTTP/1.1" 200 6984 0.018708 [API:8081]10.0.0.73 - - [2026-05-25 04:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32339 0.026474 [API:8081]10.0.0.73 - - [2026-05-25 04:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32339 0.031078 [API:8081]10.0.0.73 - - [2026-05-25 04:34:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.010346 [API:8081]10.0.0.73 - - [2026-05-25 04:36:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32344 0.030944 [API:8081]10.0.0.73 - - [2026-05-25 04:36:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32344 0.024930 [API:8081]10.0.0.73 - - [2026-05-25 04:36:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32344 0.028620 [API:8081]10.0.0.73 - - [2026-05-25 04:36:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32344 0.030522 [API:8081]10.0.0.73 - - [2026-05-25 04:36:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32344 0.027678 [API:8081]10.0.0.73 - - [2026-05-25 04:36:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32344 0.038468 [API:8081]10.0.0.73 - - [2026-05-25 04:36:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32344 0.039669 [API:8081]10.0.0.73 - - [2026-05-25 04:36:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-34241880:ctest-vn2-40419657?flat HTTP/1.1" 200 7851 0.021008 [API:8081]10.0.0.73 - - [2026-05-25 04:36:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012275 [API:8081]10.0.0.73 - - [2026-05-25 04:36:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.036310 [API:8081]10.0.0.73 - - [2026-05-25 04:36:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.032501 [API:8081]10.0.0.73 - - [2026-05-25 04:36:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-34241880:ctest-vn1-28273852?flat HTTP/1.1" 200 7927 0.019883 [API:8081]10.0.0.73 - - [2026-05-25 04:36:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011806 [API:8081]10.0.0.19 - - [2026-05-25 04:36:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081735 [API:8081]10.0.0.73 - - [2026-05-25 04:37:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-44123704:ea78889e-8114-457a-b7d4-fdbe94d0ecd1?flat HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.73 - - [2026-05-25 04:37:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-44123704:ea78889e-8114-457a-b7d4-fdbe94d0ecd1?flat HTTP/1.1" 200 5226 0.091124 [API:8081]10.0.0.73 - - [2026-05-25 04:37:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-44123704:ea78889e-8114-457a-b7d4-fdbe94d0ecd1?flat HTTP/1.1" 200 5226 0.073855 [API:8081]10.0.0.73 - - [2026-05-25 04:37:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-44123704:ea78889e-8114-457a-b7d4-fdbe94d0ecd1?flat HTTP/1.1" 200 5226 0.096882 [API:8081]10.0.0.73 - - [2026-05-25 04:37:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-44123704:ctest-vn-50854477?flat HTTP/1.1" 200 6591 0.019137 [API:8081]10.0.0.73 - - [2026-05-25 04:37:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32351 0.037541 [API:8081]10.0.0.73 - - [2026-05-25 04:37:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32351 0.027001 [API:8081]10.0.0.73 - - [2026-05-25 04:37:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011982 [API:8081]10.0.0.73 - - [2026-05-25 04:37:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-44123704:a7d08547-c982-424c-8d47-a03bf0fbd367?flat HTTP/1.1" 200 5242 0.045039 [API:8081]10.0.0.73 - - [2026-05-25 04:37:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-44123704:a7d08547-c982-424c-8d47-a03bf0fbd367?flat HTTP/1.1" 200 5242 0.017972 [API:8081]10.0.0.73 - - [2026-05-25 04:37:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-44123704:a7d08547-c982-424c-8d47-a03bf0fbd367?flat HTTP/1.1" 200 5242 0.022841 [API:8081]10.0.0.73 - - [2026-05-25 04:37:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-44123704:ctest-vn-29452387?flat HTTP/1.1" 200 6752 0.029598 [API:8081]10.0.0.73 - - [2026-05-25 04:37:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32592 0.026651 [API:8081]10.0.0.73 - - [2026-05-25 04:37:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32592 0.029443 [API:8081]10.0.0.73 - - [2026-05-25 04:37:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011951 [API:8081]10.0.0.19 - - [2026-05-25 04:37:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.095827 [API:8081]10.0.0.19 - - [2026-05-25 04:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-05-25 04:37:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2026-05-25 04:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000698 [API:8081]10.0.0.131 - - [2026-05-25 04:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.19 - - [2026-05-25 04:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.19 - - [2026-05-25 04:37:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.131 - - [2026-05-25 04:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.131 - - [2026-05-25 04:37:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.73 - - [2026-05-25 04:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.73 - - [2026-05-25 04:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.73 - - [2026-05-25 04:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.73 - - [2026-05-25 04:37:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.73 - - [2026-05-25 04:37:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32597 0.034136 [API:8081]10.0.0.73 - - [2026-05-25 04:37:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32597 0.038936 [API:8081]10.0.0.73 - - [2026-05-25 04:38:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32598 0.029323 [API:8081]10.0.0.73 - - [2026-05-25 04:38:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-44123704:ctest-vn-29452387?flat HTTP/1.1" 200 4888 0.017101 [API:8081]10.0.0.73 - - [2026-05-25 04:38:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.013238 [API:8081]10.0.0.73 - - [2026-05-25 04:38:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32358 0.038844 [API:8081]10.0.0.73 - - [2026-05-25 04:38:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32358 0.037570 [API:8081]10.0.0.73 - - [2026-05-25 04:38:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32358 0.026967 [API:8081]10.0.0.73 - - [2026-05-25 04:38:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32358 0.056282 [API:8081]10.0.0.73 - - [2026-05-25 04:38:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32358 0.025447 [API:8081]10.0.0.73 - - [2026-05-25 04:38:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32358 0.043568 [API:8081]10.0.0.73 - - [2026-05-25 04:38:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5822-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32358 0.034429 [API:8081]10.0.0.73 - - [2026-05-25 04:38:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-44123704:ctest-vn-50854477?flat HTTP/1.1" 200 6186 0.017459 [API:8081]10.0.0.73 - - [2026-05-25 04:38:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009935 [API:8081]10.0.0.73 - - [2026-05-25 04:38:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.73 - - [2026-05-25 04:38:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.080427 [API:8081]10.0.0.73 - - [2026-05-25 04:38:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.145225 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003422 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004059 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004227 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.006125 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004460 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003402 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004043 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:39:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003996 [API:8081]10.0.0.19 - - [2026-05-25 04:39:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086688 [API:8081]10.0.0.19 - - [2026-05-25 04:40:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2581 0.099868 [API:8081]10.0.0.73 - - [2026-05-25 04:40:54] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.73 - - [2026-05-25 04:40:54] "GET /analytics HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.19 - - [2026-05-25 04:41:22] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-05-25 04:41:22] "GET /analytics HTTP/1.1" 401 205 0.000478 [API:8081]10.0.0.131 - - [2026-05-25 04:41:23] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2026-05-25 04:41:23] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.19 - - [2026-05-25 04:42:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096580 [API:8081]10.0.0.19 - - [2026-05-25 04:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.19 - - [2026-05-25 04:42:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.131 - - [2026-05-25 04:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.131 - - [2026-05-25 04:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2026-05-25 04:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000478 [API:8081]10.0.0.19 - - [2026-05-25 04:42:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.131 - - [2026-05-25 04:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.131 - - [2026-05-25 04:42:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.73 - - [2026-05-25 04:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.73 - - [2026-05-25 04:42:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.73 - - [2026-05-25 04:42:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.73 - - [2026-05-25 04:42:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-05-25 04:43:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.076763 [API:8081]10.0.0.73 - - [2026-05-25 04:45:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.73 - - [2026-05-25 04:45:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.084860 [API:8081]10.0.0.19 - - [2026-05-25 04:45:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083180 [API:8081]10.0.0.19 - - [2026-05-25 04:46:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.093150 [API:8081]10.0.0.19 - - [2026-05-25 04:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.19 - - [2026-05-25 04:47:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.131 - - [2026-05-25 04:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.131 - - [2026-05-25 04:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-05-25 04:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-05-25 04:47:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.131 - - [2026-05-25 04:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.131 - - [2026-05-25 04:47:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.73 - - [2026-05-25 04:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.73 - - [2026-05-25 04:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.73 - - [2026-05-25 04:47:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2026-05-25 04:47:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.19 - - [2026-05-25 04:48:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084044 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005033 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003935 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003563 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003322 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004792 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004195 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003099 [LOCAL API:8181]127.0.0.1 - - [2026-05-25 04:49:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5822-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003348 [API:8081]10.0.0.19 - - [2026-05-25 04:49:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.098642 [API:8081]10.0.0.73 - - [2026-05-25 04:50:54] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.73 - - [2026-05-25 04:50:54] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.19 - - [2026-05-25 04:51:22] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.19 - - [2026-05-25 04:51:22] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.131 - - [2026-05-25 04:51:23] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.131 - - [2026-05-25 04:51:23] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-05-25 04:51:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080733 [API:8081]10.0.0.19 - - [2026-05-25 04:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2026-05-25 04:52:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2026-05-25 04:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.131 - - [2026-05-25 04:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-05-25 04:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.19 - - [2026-05-25 04:52:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.131 - - [2026-05-25 04:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2026-05-25 04:52:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.73 - - [2026-05-25 04:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2026-05-25 04:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.73 - - [2026-05-25 04:52:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.73 - - [2026-05-25 04:52:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.19 - - [2026-05-25 04:52:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.089054 [Introspect:8090]10.0.0.73 - - [2026-05-25 04:53:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001356