++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 5 01:59:50 AM UTC 2026 ===================' INFO: =================== Thu Mar 5 01:59:50 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 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICSDB_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICS_SNMP_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ '[' -n '10.0.0.65:8081 10.0.0.33:8081 10.0.0.133:8081 ' ']' +++ echo '10.0.0.65:8081 10.0.0.33:8081 10.0.0.133:8081' ++ ANALYTICS_SERVERS='10.0.0.65:8081 10.0.0.33:8081 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ '[' -n '10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042 ' ']' +++ echo '10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ '[' -n '10.0.0.65:8086 10.0.0.33:8086 10.0.0.133:8086 ' ']' +++ echo '10.0.0.65:8086 10.0.0.33:8086 10.0.0.133:8086' ++ COLLECTOR_SERVERS='10.0.0.65:8086 10.0.0.33:8086 10.0.0.133: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.65,10.0.0.33,10.0.0.133 ++ CONFIGDB_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ '[' -n '10.0.0.65:8082 10.0.0.33:8082 10.0.0.133:8082 ' ']' +++ echo '10.0.0.65:8082 10.0.0.33:8082 10.0.0.133:8082' ++ CONFIG_SERVERS='10.0.0.65:8082 10.0.0.33:8082 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ '[' -n '10.0.0.65:9161 10.0.0.33:9161 10.0.0.133:9161 ' ']' +++ echo '10.0.0.65:9161 10.0.0.33:9161 10.0.0.133:9161' ++ CONFIGDB_SERVERS='10.0.0.65:9161 10.0.0.33:9161 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ '[' -n '10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041 ' ']' +++ echo '10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.65:9041 10.0.0.33:9041 10.0.0.133: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.129,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ '[' -n 10.0.0.65:2181,10.0.0.33:2181,10.0.0.133:2181, ']' +++ echo 10.0.0.65:2181,10.0.0.33:2181,10.0.0.133:2181 ++ ZOOKEEPER_SERVERS=10.0.0.65:2181,10.0.0.33:2181,10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ '[' -n '10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181 ' ']' +++ echo '10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181' ++ RABBITMQ_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ '[' -n 10.0.0.65:5673,10.0.0.33:5673,10.0.0.133:5673, ']' +++ echo 10.0.0.65:5673,10.0.0.33:5673,10.0.0.133:5673 ++ RABBITMQ_SERVERS=10.0.0.65:5673,10.0.0.33:5673,10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ '[' -n '10.0.0.65:6379 10.0.0.33:6379 10.0.0.133:6379 ' ']' +++ echo '10.0.0.65:6379 10.0.0.33:6379 10.0.0.133:6379' ++ REDIS_SERVERS='10.0.0.65:6379 10.0.0.33:6379 10.0.0.133: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.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ '[' -n '10.0.0.65:9092 10.0.0.33:9092 10.0.0.133:9092 ' ']' +++ echo '10.0.0.65:9092 10.0.0.33:9092 10.0.0.133:9092' ++ KAFKA_SERVERS='10.0.0.65:9092 10.0.0.33:9092 10.0.0.133: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.65 ++ 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.65,10.0.0.33,10.0.0.133 ++ 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.65,10.0.0.33,10.0.0.133 ++ 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.65,10.0.0.33,10.0.0.133 ++ cut -d , -f 1 + local cassandra=10.0.0.65 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.65 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.65,10.0.0.33,10.0.0.133 +++ local servers=10.0.0.65,10.0.0.33,10.0.0.133 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , +++ cut -d ' ' -f 1 ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.65,10.20.0.129,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.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 1 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + 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 ++ cut -d = -f 1 ++ sort ++ sed 's/^ANALYTICS_API__//g' ++ grep '^ANALYTICS_API__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 03/05/2026 01:59:58.449 7fc6deedbc00 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/05/2026 01:59:58.596 7fc6deedbc00 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 03/05/2026 01:59:58.608 7fc6deedbc00 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/05/2026 01:59:58.608 7fc6deedbc00 [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.65:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.33 - - [2026-03-05 02:00:37] "GET /analytics HTTP/1.1" 401 205 0.000637 [API:8081]10.0.0.33 - - [2026-03-05 02:00:37] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.133 - - [2026-03-05 02:00:38] "GET /analytics HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.133 - - [2026-03-05 02:00:38] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.65 - - [2026-03-05 02:00:38] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2026-03-05 02:00:38] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.65 - - [2026-03-05 02:00:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.413332 [API:8081]10.0.0.33 - - [2026-03-05 02:01:08] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2026-03-05 02:01:08] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.133 - - [2026-03-05 02:01:09] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.133 - - [2026-03-05 02:01:09] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.65 - - [2026-03-05 02:01:09] "GET /analytics HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.65 - - [2026-03-05 02:01:09] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.33 - - [2026-03-05 02:01:38] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2026-03-05 02:01:38] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.133 - - [2026-03-05 02:01:39] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.133 - - [2026-03-05 02:01:39] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.65 - - [2026-03-05 02:01:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.366893 [API:8081]10.0.0.133 - - [2026-03-05 02:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.133 - - [2026-03-05 02:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2026-03-05 02:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.33 - - [2026-03-05 02:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.133 - - [2026-03-05 02:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.133 - - [2026-03-05 02:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.33 - - [2026-03-05 02:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000612 [API:8081]10.0.0.33 - - [2026-03-05 02:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.65 - - [2026-03-05 02:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-03-05 02:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2026-03-05 02:03:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.65 - - [2026-03-05 02:03:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-03-05 02:03:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.374634 [Introspect:8090]10.0.0.65 - - [2026-03-05 02:03:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001046 [Introspect:8090]10.0.0.65 - - [2026-03-05 02:04:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001154 [API:8081]10.0.0.65 - - [2026-03-05 02:04:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.068114 [Introspect:8090]10.0.0.65 - - [2026-03-05 02:05:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001188 [Introspect:8090]10.0.0.65 - - [2026-03-05 02:05:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001057 [Introspect:8090]10.0.0.65 - - [2026-03-05 02:05:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001242 [Introspect:8090]10.0.0.65 - - [2026-03-05 02:06:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001024 [Introspect:8090]10.0.0.65 - - [2026-03-05 02:06:05] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000611 [API:8081]10.0.0.65 - - [2026-03-05 02:06:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2026-03-05 02:06:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1:Control:contrail-control:0?flat HTTP/1.1" 200 28209 0.069092 [API:8081]10.0.0.65 - - [2026-03-05 02:06:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16850 0.087601 [API:8081]10.0.0.65 - - [2026-03-05 02:06:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2:Control:contrail-control:0?flat HTTP/1.1" 200 38007 0.068798 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.015412 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3:Control:contrail-control:0?flat HTTP/1.1" 200 38006 0.025316 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13499 0.014405 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.017014 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.017138 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3711 0.013117 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3376 0.015946 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009855 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.014546 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.013442 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.014750 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012049 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013890 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.021381 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012000 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012645 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.018970 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014730 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.029133 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.026609 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014655 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.018484 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.016816 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.020435 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015024 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14878 0.013240 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.013409 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.019491 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.015202 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.017363 [API:8081]10.0.0.65 - - [2026-03-05 02:06:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.016669 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.017942 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.029772 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.034950 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.011613 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.012500 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.057232 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.018631 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.011743 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.015768 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.010859 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.011107 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14878 0.015227 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012287 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.013470 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.011685 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.012716 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.016956 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.012901 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.011171 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4622 0.015419 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.012093 [API:8081]10.0.0.65 - - [2026-03-05 02:06:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4627 0.011456 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1:Control:contrail-control:0?flat HTTP/1.1" 200 28209 0.056651 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.012125 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16850 0.013740 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2:Control:contrail-control:0?flat HTTP/1.1" 200 38007 0.018901 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.010969 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.016090 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3:Control:contrail-control:0?flat HTTP/1.1" 200 38006 0.022012 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.011776 [API:8081]10.0.0.65 - - [2026-03-05 02:06:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5433-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13499 0.014271 [API:8081]10.0.0.65 - - [2026-03-05 02:06:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12027 0.018917 [API:8081]10.0.0.65 - - [2026-03-05 02:06:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?flat HTTP/1.1" 200 12761 0.018094 [API:8081]10.0.0.65 - - [2026-03-05 02:06:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?flat HTTP/1.1" 200 13932 0.017360 [API:8081]10.0.0.65 - - [2026-03-05 02:06:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?flat HTTP/1.1" 200 20569 0.019458 [API:8081]10.0.0.65 - - [2026-03-05 02:06:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?flat HTTP/1.1" 200 12761 0.017555 [API:8081]10.0.0.65 - - [2026-03-05 02:06:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?flat HTTP/1.1" 200 13932 0.016536 [API:8081]10.0.0.65 - - [2026-03-05 02:06:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?flat HTTP/1.1" 200 20569 0.018321 [API:8081]10.0.0.65 - - [2026-03-05 02:06:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?flat HTTP/1.1" 200 12761 0.017719 [API:8081]10.0.0.65 - - [2026-03-05 02:06:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?flat HTTP/1.1" 200 13932 0.018272 [API:8081]10.0.0.65 - - [2026-03-05 02:06:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?flat HTTP/1.1" 200 20569 0.021418 [API:8081]10.0.0.65 - - [2026-03-05 02:06:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?flat HTTP/1.1" 200 12761 0.020360 [API:8081]10.0.0.65 - - [2026-03-05 02:06:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?flat HTTP/1.1" 200 13932 0.015947 [API:8081]10.0.0.65 - - [2026-03-05 02:06:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?flat HTTP/1.1" 200 20569 0.022286 [API:8081]10.0.0.65 - - [2026-03-05 02:06:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 8004 0.014205 [API:8081]10.0.0.65 - - [2026-03-05 02:06:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 8004 0.014268 [API:8081]10.0.0.65 - - [2026-03-05 02:06:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5433-3?flat HTTP/1.1" 200 8000 0.013360 [API:8081]10.0.0.65 - - [2026-03-05 02:06:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-03-05 02:06:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.074138 [API:8081]10.0.0.65 - - [2026-03-05 02:06:35] "POST /analytics/query HTTP/1.1" 200 52540 1.065647 [API:8081]10.0.0.65 - - [2026-03-05 02:06:36] "POST /analytics/query HTTP/1.1" 200 5875 1.073724 [API:8081]10.0.0.65 - - [2026-03-05 02:06:37] "POST /analytics/query HTTP/1.1" 200 871 1.021076 [API:8081]10.0.0.65 - - [2026-03-05 02:06:38] "POST /analytics/query HTTP/1.1" 200 5875 1.019034 [API:8081]10.0.0.65 - - [2026-03-05 02:06:39] "POST /analytics/query HTTP/1.1" 200 871 1.023339 [API:8081]10.0.0.65 - - [2026-03-05 02:06:50] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000858 [API:8081]10.0.0.65 - - [2026-03-05 02:06:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.133915 [API:8081]10.0.0.65 - - [2026-03-05 02:07:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.089633 [API:8081]10.0.0.133 - - [2026-03-05 02:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.133 - - [2026-03-05 02:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.33 - - [2026-03-05 02:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-03-05 02:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.133 - - [2026-03-05 02:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.133 - - [2026-03-05 02:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.33 - - [2026-03-05 02:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000559 [API:8081]10.0.0.33 - - [2026-03-05 02:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2026-03-05 02:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.65 - - [2026-03-05 02:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.65 - - [2026-03-05 02:08:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2026-03-05 02:08:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2026-03-05 02:09:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065358 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:09:58] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002797 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:09:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003379 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:09:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002636 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:09:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003149 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:09:58] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003707 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:09:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002519 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:09:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002819 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:09:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002720 [API:8081]10.0.0.65 - - [2026-03-05 02:10:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.067545 [API:8081]10.0.0.65 - - [2026-03-05 02:11:09] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-03-05 02:11:09] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.65 - - [2026-03-05 02:11:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2026-03-05 02:11:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.069957 [API:8081]10.0.0.65 - - [2026-03-05 02:11:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.052949 [API:8081]10.0.0.33 - - [2026-03-05 02:11:39] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-03-05 02:11:39] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.133 - - [2026-03-05 02:11:39] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.133 - - [2026-03-05 02:11:39] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.65 - - [2026-03-05 02:12:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074536 [API:8081]10.0.0.133 - - [2026-03-05 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.133 - - [2026-03-05 02:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-03-05 02:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2026-03-05 02:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.133 - - [2026-03-05 02:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.133 - - [2026-03-05 02:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-03-05 02:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-03-05 02:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.65 - - [2026-03-05 02:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.65 - - [2026-03-05 02:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.65 - - [2026-03-05 02:13:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2026-03-05 02:13:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2026-03-05 02:13:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.067412 [API:8081]10.0.0.65 - - [2026-03-05 02:16:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.127240 [API:8081]10.0.0.65 - - [2026-03-05 02:17:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.105959 [API:8081]10.0.0.65 - - [2026-03-05 02:17:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-03-05 02:17:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.105716 [API:8081]10.0.0.65 - - [2026-03-05 02:17:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.055650 [API:8081]10.0.0.133 - - [2026-03-05 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.133 - - [2026-03-05 02:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2026-03-05 02:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.33 - - [2026-03-05 02:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.133 - - [2026-03-05 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2026-03-05 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.133 - - [2026-03-05 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-03-05 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.65 - - [2026-03-05 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2026-03-05 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2026-03-05 02:18:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2026-03-05 02:18:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2026-03-05 02:19:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062399 [API:8081]10.0.0.65 - - [2026-03-05 02:19:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.012611 [API:8081]10.0.0.65 - - [2026-03-05 02:19:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.008559 [API:8081]10.0.0.65 - - [2026-03-05 02:19:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.061424 [API:8081]10.0.0.65 - - [2026-03-05 02:19:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.008261 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:19:58] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002764 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:19:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002746 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:19:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003534 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:19:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003200 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:19:58] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003675 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:19:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003953 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:19:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002742 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:19:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002456 [API:8081]10.0.0.65 - - [2026-03-05 02:20:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.094054 [API:8081]10.0.0.65 - - [2026-03-05 02:21:09] "GET /analytics HTTP/1.1" 401 205 0.000774 [API:8081]10.0.0.65 - - [2026-03-05 02:21:09] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-03-05 02:21:39] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-03-05 02:21:39] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.133 - - [2026-03-05 02:21:39] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.133 - - [2026-03-05 02:21:39] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.65 - - [2026-03-05 02:22:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078645 [API:8081]10.0.0.133 - - [2026-03-05 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.133 - - [2026-03-05 02:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-03-05 02:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.33 - - [2026-03-05 02:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.133 - - [2026-03-05 02:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.133 - - [2026-03-05 02:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.33 - - [2026-03-05 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.33 - - [2026-03-05 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001548 [API:8081]10.0.0.65 - - [2026-03-05 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-03-05 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.65 - - [2026-03-05 02:23:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2026-03-05 02:23:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.65 - - [2026-03-05 02:23:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.070346 [API:8081]10.0.0.65 - - [2026-03-05 02:23:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.064951 [API:8081]10.0.0.65 - - [2026-03-05 02:23:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019788 [API:8081]10.0.0.65 - - [2026-03-05 02:23:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.074514 [API:8081]10.0.0.65 - - [2026-03-05 02:23:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019048 [API:8081]10.0.0.65 - - [2026-03-05 02:23:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019763 [API:8081]10.0.0.65 - - [2026-03-05 02:23:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.020657 [API:8081]10.0.0.65 - - [2026-03-05 02:23:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.018713 [API:8081]10.0.0.65 - - [2026-03-05 02:23:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-23622250:ctest-vnet1-82141453?flat HTTP/1.1" 200 8245 0.012833 [API:8081]10.0.0.65 - - [2026-03-05 02:23:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008129 [API:8081]10.0.0.65 - - [2026-03-05 02:23:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.017325 [API:8081]10.0.0.65 - - [2026-03-05 02:23:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.029836 [API:8081]10.0.0.65 - - [2026-03-05 02:23:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.017672 [API:8081]10.0.0.65 - - [2026-03-05 02:23:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.018154 [API:8081]10.0.0.65 - - [2026-03-05 02:23:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.017571 [API:8081]10.0.0.65 - - [2026-03-05 02:23:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.017426 [API:8081]10.0.0.65 - - [2026-03-05 02:23:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.017421 [API:8081]10.0.0.65 - - [2026-03-05 02:23:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.015955 [API:8081]10.0.0.65 - - [2026-03-05 02:23:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.020766 [API:8081]10.0.0.65 - - [2026-03-05 02:23:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-23622250:ctest-vnet0-18503599?flat HTTP/1.1" 200 8245 0.011658 [API:8081]10.0.0.65 - - [2026-03-05 02:23:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007530 [API:8081]10.0.0.65 - - [2026-03-05 02:24:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008202 [API:8081]10.0.0.65 - - [2026-03-05 02:25:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058309 [API:8081]10.0.0.65 - - [2026-03-05 02:25:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2026-03-05 02:25:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.052862 [API:8081]10.0.0.65 - - [2026-03-05 02:26:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.063487 [API:8081]10.0.0.65 - - [2026-03-05 02:27:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.068725 [API:8081]10.0.0.65 - - [2026-03-05 02:27:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.017010 [API:8081]10.0.0.65 - - [2026-03-05 02:27:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.068250 [API:8081]10.0.0.65 - - [2026-03-05 02:27:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019553 [API:8081]10.0.0.65 - - [2026-03-05 02:27:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-85038336:ctest-vnet0-25469303?flat HTTP/1.1" 200 7190 0.013155 [API:8081]10.0.0.65 - - [2026-03-05 02:27:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010208 [API:8081]10.0.0.65 - - [2026-03-05 02:27:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2026-03-05 02:27:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.070964 [API:8081]10.0.0.65 - - [2026-03-05 02:27:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2026-03-05 02:27:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.078489 [API:8081]10.0.0.65 - - [2026-03-05 02:27:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.052386 [API:8081]10.0.0.65 - - [2026-03-05 02:27:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.055634 [API:8081]10.0.0.133 - - [2026-03-05 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.133 - - [2026-03-05 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-03-05 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2026-03-05 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.133 - - [2026-03-05 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.133 - - [2026-03-05 02:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-03-05 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2026-03-05 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.65 - - [2026-03-05 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.65 - - [2026-03-05 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.65 - - [2026-03-05 02:28:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2026-03-05 02:28:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2026-03-05 02:28:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076536 [API:8081]10.0.0.65 - - [2026-03-05 02:28:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:9d65081b-3658-4fed-a156-086cee72c49c?flat HTTP/1.1" 200 5233 0.017345 [API:8081]10.0.0.65 - - [2026-03-05 02:28:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:9d65081b-3658-4fed-a156-086cee72c49c?flat HTTP/1.1" 200 5233 0.014501 [API:8081]10.0.0.65 - - [2026-03-05 02:28:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:9d65081b-3658-4fed-a156-086cee72c49c?flat HTTP/1.1" 200 5233 0.013924 [API:8081]10.0.0.65 - - [2026-03-05 02:28:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-93241957:ctest-VN1-22691568?flat HTTP/1.1" 200 8559 0.017058 [API:8081]10.0.0.65 - - [2026-03-05 02:28:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021521 [API:8081]10.0.0.65 - - [2026-03-05 02:28:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017124 [API:8081]10.0.0.65 - - [2026-03-05 02:28:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010496 [API:8081]10.0.0.65 - - [2026-03-05 02:28:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:e4a4b8d4-7ef1-458e-98fe-c6704e419c92?flat HTTP/1.1" 200 5100 0.012702 [API:8081]10.0.0.65 - - [2026-03-05 02:28:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:e4a4b8d4-7ef1-458e-98fe-c6704e419c92?flat HTTP/1.1" 200 5100 0.015141 [API:8081]10.0.0.65 - - [2026-03-05 02:28:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:e4a4b8d4-7ef1-458e-98fe-c6704e419c92?flat HTTP/1.1" 200 5100 0.011511 [API:8081]10.0.0.65 - - [2026-03-05 02:28:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-93241957:ctest-VN2-47278054?flat HTTP/1.1" 200 7864 0.012636 [API:8081]10.0.0.65 - - [2026-03-05 02:28:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.016924 [API:8081]10.0.0.65 - - [2026-03-05 02:28:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.016816 [API:8081]10.0.0.65 - - [2026-03-05 02:28:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008757 [API:8081]10.0.0.65 - - [2026-03-05 02:28:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:e1d44c1b-ae14-4cad-85ac-6f56f6a22844?flat HTTP/1.1" 200 5340 0.012074 [API:8081]10.0.0.65 - - [2026-03-05 02:28:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:e1d44c1b-ae14-4cad-85ac-6f56f6a22844?flat HTTP/1.1" 200 5340 0.013608 [API:8081]10.0.0.65 - - [2026-03-05 02:28:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-93241957:e1d44c1b-ae14-4cad-85ac-6f56f6a22844?flat HTTP/1.1" 200 5340 0.012399 [API:8081]10.0.0.65 - - [2026-03-05 02:28:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-93241957:ctest-VN3-54147161?flat HTTP/1.1" 200 8524 0.019584 [API:8081]10.0.0.65 - - [2026-03-05 02:28:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022923 [API:8081]10.0.0.65 - - [2026-03-05 02:28:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018748 [API:8081]10.0.0.65 - - [2026-03-05 02:28:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008135 [API:8081]10.0.0.65 - - [2026-03-05 02:29:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.067230 [API:8081]10.0.0.65 - - [2026-03-05 02:29:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017895 [API:8081]10.0.0.65 - - [2026-03-05 02:29:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022564 [API:8081]10.0.0.65 - - [2026-03-05 02:29:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.033465 [API:8081]10.0.0.65 - - [2026-03-05 02:29:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017025 [API:8081]10.0.0.65 - - [2026-03-05 02:29:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.015901 [API:8081]10.0.0.65 - - [2026-03-05 02:29:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018422 [API:8081]10.0.0.65 - - [2026-03-05 02:29:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-93241957:ctest-VN3-54147161?flat HTTP/1.1" 200 6216 0.014509 [API:8081]10.0.0.65 - - [2026-03-05 02:29:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009618 [API:8081]10.0.0.65 - - [2026-03-05 02:29:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.015792 [API:8081]10.0.0.65 - - [2026-03-05 02:29:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-93241957:ctest-VN2-47278054?flat HTTP/1.1" 200 6558 0.012967 [API:8081]10.0.0.65 - - [2026-03-05 02:29:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008843 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:29:58] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003514 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:29:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003282 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:29:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003673 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:29:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004503 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:29:58] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005700 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:29:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003892 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:29:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002316 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:29:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002744 [API:8081]10.0.0.65 - - [2026-03-05 02:30:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021309 [API:8081]10.0.0.65 - - [2026-03-05 02:30:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026052 [API:8081]10.0.0.65 - - [2026-03-05 02:30:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018289 [API:8081]10.0.0.65 - - [2026-03-05 02:30:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017134 [API:8081]10.0.0.65 - - [2026-03-05 02:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022260 [API:8081]10.0.0.65 - - [2026-03-05 02:30:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018082 [API:8081]10.0.0.65 - - [2026-03-05 02:30:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017054 [API:8081]10.0.0.65 - - [2026-03-05 02:30:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018725 [API:8081]10.0.0.65 - - [2026-03-05 02:30:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017861 [API:8081]10.0.0.65 - - [2026-03-05 02:30:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-93241957:ctest-VN1-22691568?flat HTTP/1.1" 200 6773 0.013172 [API:8081]10.0.0.65 - - [2026-03-05 02:30:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008115 [API:8081]10.0.0.65 - - [2026-03-05 02:30:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2026-03-05 02:30:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.075176 [API:8081]10.0.0.65 - - [2026-03-05 02:30:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.059381 [API:8081]10.0.0.65 - - [2026-03-05 02:30:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.062861 [API:8081]10.0.0.65 - - [2026-03-05 02:31:09] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.65 - - [2026-03-05 02:31:09] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.65 - - [2026-03-05 02:31:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075153 [API:8081]10.0.0.65 - - [2026-03-05 02:31:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:6b79e7e1-1ceb-4386-9f6b-6d438e507937?flat HTTP/1.1" 200 5368 0.011410 [API:8081]10.0.0.65 - - [2026-03-05 02:31:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:6b79e7e1-1ceb-4386-9f6b-6d438e507937?flat HTTP/1.1" 200 5368 0.011469 [API:8081]10.0.0.65 - - [2026-03-05 02:31:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:6b79e7e1-1ceb-4386-9f6b-6d438e507937?flat HTTP/1.1" 200 5368 0.012257 [API:8081]10.0.0.65 - - [2026-03-05 02:31:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:6b79e7e1-1ceb-4386-9f6b-6d438e507937?flat HTTP/1.1" 200 5368 0.011943 [API:8081]10.0.0.65 - - [2026-03-05 02:31:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-29786498:ctest-VN1-18388591?flat HTTP/1.1" 200 9458 0.012160 [API:8081]10.0.0.65 - - [2026-03-05 02:31:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.015677 [API:8081]10.0.0.65 - - [2026-03-05 02:31:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016008 [API:8081]10.0.0.65 - - [2026-03-05 02:31:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010591 [API:8081]10.0.0.33 - - [2026-03-05 02:31:39] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2026-03-05 02:31:39] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.133 - - [2026-03-05 02:31:39] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.133 - - [2026-03-05 02:31:39] "GET /analytics HTTP/1.1" 401 205 0.000123 [API:8081]10.0.0.65 - - [2026-03-05 02:31:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:45eadd03-9611-4dea-9f85-a745150beb8c?flat HTTP/1.1" 200 5218 0.013376 [API:8081]10.0.0.65 - - [2026-03-05 02:31:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:45eadd03-9611-4dea-9f85-a745150beb8c?flat HTTP/1.1" 200 5218 0.011607 [API:8081]10.0.0.65 - - [2026-03-05 02:31:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:45eadd03-9611-4dea-9f85-a745150beb8c?flat HTTP/1.1" 200 5218 0.011253 [API:8081]10.0.0.65 - - [2026-03-05 02:31:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:45eadd03-9611-4dea-9f85-a745150beb8c?flat HTTP/1.1" 200 5218 0.022037 [API:8081]10.0.0.65 - - [2026-03-05 02:31:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-29786498:ctest-VN2-37301245?flat HTTP/1.1" 200 8632 0.021781 [API:8081]10.0.0.65 - - [2026-03-05 02:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.015536 [API:8081]10.0.0.65 - - [2026-03-05 02:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.016396 [API:8081]10.0.0.65 - - [2026-03-05 02:31:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007612 [API:8081]10.0.0.65 - - [2026-03-05 02:31:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:1974fe7c-5892-411d-a04c-b01c75362a46?flat HTTP/1.1" 200 5222 0.012383 [API:8081]10.0.0.65 - - [2026-03-05 02:31:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:1974fe7c-5892-411d-a04c-b01c75362a46?flat HTTP/1.1" 200 5222 0.014205 [API:8081]10.0.0.65 - - [2026-03-05 02:31:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:1974fe7c-5892-411d-a04c-b01c75362a46?flat HTTP/1.1" 200 5222 0.014673 [API:8081]10.0.0.65 - - [2026-03-05 02:31:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-29786498:1974fe7c-5892-411d-a04c-b01c75362a46?flat HTTP/1.1" 200 5222 0.013293 [API:8081]10.0.0.65 - - [2026-03-05 02:31:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-29786498:ctest-VN3-63349610?flat HTTP/1.1" 200 8204 0.012374 [API:8081]10.0.0.65 - - [2026-03-05 02:31:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016716 [API:8081]10.0.0.65 - - [2026-03-05 02:31:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018385 [API:8081]10.0.0.65 - - [2026-03-05 02:31:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009463 [API:8081]10.0.0.65 - - [2026-03-05 02:32:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.063347 [API:8081]10.0.0.65 - - [2026-03-05 02:32:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017928 [API:8081]10.0.0.65 - - [2026-03-05 02:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.026328 [API:8081]10.0.0.65 - - [2026-03-05 02:32:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017294 [API:8081]10.0.0.65 - - [2026-03-05 02:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018174 [API:8081]10.0.0.65 - - [2026-03-05 02:32:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016568 [API:8081]10.0.0.65 - - [2026-03-05 02:32:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016154 [API:8081]10.0.0.65 - - [2026-03-05 02:32:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017481 [API:8081]10.0.0.65 - - [2026-03-05 02:32:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016404 [API:8081]10.0.0.65 - - [2026-03-05 02:32:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016477 [API:8081]10.0.0.65 - - [2026-03-05 02:32:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016542 [API:8081]10.0.0.65 - - [2026-03-05 02:32:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-29786498:ctest-VN3-63349610?flat HTTP/1.1" 200 6965 0.012020 [API:8081]10.0.0.65 - - [2026-03-05 02:32:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008626 [API:8081]10.0.0.65 - - [2026-03-05 02:32:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019009 [API:8081]10.0.0.65 - - [2026-03-05 02:32:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-29786498:ctest-VN2-37301245?flat HTTP/1.1" 200 7308 0.010641 [API:8081]10.0.0.65 - - [2026-03-05 02:32:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008030 [API:8081]10.0.0.65 - - [2026-03-05 02:32:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018163 [API:8081]10.0.0.133 - - [2026-03-05 02:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.133 - - [2026-03-05 02:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-03-05 02:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2026-03-05 02:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2026-03-05 02:33:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.027340 [API:8081]10.0.0.133 - - [2026-03-05 02:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.133 - - [2026-03-05 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-03-05 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2026-03-05 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-03-05 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2026-03-05 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.65 - - [2026-03-05 02:33:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-03-05 02:33:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-03-05 02:33:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017488 [API:8081]10.0.0.65 - - [2026-03-05 02:33:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.025888 [API:8081]10.0.0.65 - - [2026-03-05 02:33:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.025474 [API:8081]10.0.0.65 - - [2026-03-05 02:33:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019600 [API:8081]10.0.0.65 - - [2026-03-05 02:33:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019918 [API:8081]10.0.0.65 - - [2026-03-05 02:33:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.023129 [API:8081]10.0.0.65 - - [2026-03-05 02:33:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.025997 [API:8081]10.0.0.65 - - [2026-03-05 02:33:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-29786498:ctest-VN1-18388591?flat HTTP/1.1" 200 7651 0.011839 [API:8081]10.0.0.65 - - [2026-03-05 02:33:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008007 [API:8081]10.0.0.65 - - [2026-03-05 02:33:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2026-03-05 02:33:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.058618 [API:8081]10.0.0.65 - - [2026-03-05 02:33:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.057653 [API:8081]10.0.0.65 - - [2026-03-05 02:34:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063845 [API:8081]10.0.0.65 - - [2026-03-05 02:35:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.097952 [API:8081]10.0.0.65 - - [2026-03-05 02:35:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2026-03-05 02:35:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.064783 [API:8081]10.0.0.65 - - [2026-03-05 02:37:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078898 [API:8081]10.0.0.65 - - [2026-03-05 02:37:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.092453 [API:8081]10.0.0.65 - - [2026-03-05 02:37:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.016834 [API:8081]10.0.0.65 - - [2026-03-05 02:37:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.067646 [API:8081]10.0.0.65 - - [2026-03-05 02:37:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.025617 [API:8081]10.0.0.65 - - [2026-03-05 02:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.016575 [API:8081]10.0.0.65 - - [2026-03-05 02:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.017384 [API:8081]10.0.0.65 - - [2026-03-05 02:37:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.027180 [API:8081]10.0.0.65 - - [2026-03-05 02:37:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.017757 [API:8081]10.0.0.65 - - [2026-03-05 02:37:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019893 [API:8081]10.0.0.65 - - [2026-03-05 02:37:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-27190023:ctest-vnet0-26906864?flat HTTP/1.1" 200 7967 0.011610 [API:8081]10.0.0.65 - - [2026-03-05 02:37:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009291 [API:8081]10.0.0.133 - - [2026-03-05 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.133 - - [2026-03-05 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-03-05 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-03-05 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.133 - - [2026-03-05 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.133 - - [2026-03-05 02:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-03-05 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-03-05 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2026-03-05 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2026-03-05 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-03-05 02:38:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2026-03-05 02:38:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2026-03-05 02:38:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2026-03-05 02:38:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.077574 [API:8081]10.0.0.65 - - [2026-03-05 02:38:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.057151 [API:8081]10.0.0.65 - - [2026-03-05 02:38:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.075928 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:39:58] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003201 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:39:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002877 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:39:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002636 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:39:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002937 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:39:58] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003509 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:39:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005438 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:39:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003024 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:39:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002821 [API:8081]10.0.0.65 - - [2026-03-05 02:40:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.128558 [API:8081]10.0.0.65 - - [2026-03-05 02:41:09] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2026-03-05 02:41:09] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.65 - - [2026-03-05 02:41:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.059386 [API:8081]10.0.0.33 - - [2026-03-05 02:41:39] "GET /analytics HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.33 - - [2026-03-05 02:41:39] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.133 - - [2026-03-05 02:41:39] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.133 - - [2026-03-05 02:41:39] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.65 - - [2026-03-05 02:41:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.074027 [API:8081]10.0.0.65 - - [2026-03-05 02:41:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020167 [API:8081]10.0.0.65 - - [2026-03-05 02:41:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019408 [API:8081]10.0.0.65 - - [2026-03-05 02:41:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019050 [API:8081]10.0.0.65 - - [2026-03-05 02:41:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.016789 [API:8081]10.0.0.65 - - [2026-03-05 02:41:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017022 [API:8081]10.0.0.65 - - [2026-03-05 02:41:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-22646881:ctest-vnet1-39887820?flat HTTP/1.1" 200 7307 0.014007 [API:8081]10.0.0.65 - - [2026-03-05 02:41:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009030 [API:8081]10.0.0.65 - - [2026-03-05 02:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.024178 [API:8081]10.0.0.65 - - [2026-03-05 02:42:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.020596 [API:8081]10.0.0.65 - - [2026-03-05 02:42:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.017526 [API:8081]10.0.0.65 - - [2026-03-05 02:42:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.018506 [API:8081]10.0.0.65 - - [2026-03-05 02:42:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.023480 [API:8081]10.0.0.65 - - [2026-03-05 02:42:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.022926 [API:8081]10.0.0.65 - - [2026-03-05 02:42:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.025057 [API:8081]10.0.0.65 - - [2026-03-05 02:42:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.029312 [API:8081]10.0.0.65 - - [2026-03-05 02:42:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.018595 [API:8081]10.0.0.65 - - [2026-03-05 02:42:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-22646881:ctest-vnet0-75559295?flat HTTP/1.1" 200 6959 0.012734 [API:8081]10.0.0.65 - - [2026-03-05 02:42:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007996 [API:8081]10.0.0.65 - - [2026-03-05 02:42:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-03-05 02:42:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.055517 [API:8081]10.0.0.65 - - [2026-03-05 02:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.054463 [API:8081]10.0.0.133 - - [2026-03-05 02:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.133 - - [2026-03-05 02:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-03-05 02:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-03-05 02:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.133 - - [2026-03-05 02:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.133 - - [2026-03-05 02:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-03-05 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-03-05 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.65 - - [2026-03-05 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-03-05 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2026-03-05 02:43:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.65 - - [2026-03-05 02:43:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2026-03-05 02:43:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068027 [API:8081]10.0.0.65 - - [2026-03-05 02:44:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.059427 [API:8081]10.0.0.65 - - [2026-03-05 02:45:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.022156 [API:8081]10.0.0.65 - - [2026-03-05 02:45:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.081720 [API:8081]10.0.0.65 - - [2026-03-05 02:45:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.024866 [API:8081]10.0.0.65 - - [2026-03-05 02:45:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.020429 [API:8081]10.0.0.65 - - [2026-03-05 02:45:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.017516 [API:8081]10.0.0.65 - - [2026-03-05 02:45:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-39373635:ctest-vnet1-45928644?flat HTTP/1.1" 200 8068 0.012221 [API:8081]10.0.0.65 - - [2026-03-05 02:45:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007817 [API:8081]10.0.0.65 - - [2026-03-05 02:46:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.018715 [API:8081]10.0.0.65 - - [2026-03-05 02:46:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.018737 [API:8081]10.0.0.65 - - [2026-03-05 02:46:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.017658 [API:8081]10.0.0.65 - - [2026-03-05 02:46:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.018743 [API:8081]10.0.0.65 - - [2026-03-05 02:46:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017853 [API:8081]10.0.0.65 - - [2026-03-05 02:46:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.019219 [API:8081]10.0.0.65 - - [2026-03-05 02:46:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.022031 [API:8081]10.0.0.65 - - [2026-03-05 02:46:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017414 [API:8081]10.0.0.65 - - [2026-03-05 02:46:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060609 [API:8081]10.0.0.65 - - [2026-03-05 02:46:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.026782 [API:8081]10.0.0.65 - - [2026-03-05 02:46:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-39373635:ctest-vnet0-07229524?flat HTTP/1.1" 200 7705 0.012839 [API:8081]10.0.0.65 - - [2026-03-05 02:46:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008084 [API:8081]10.0.0.65 - - [2026-03-05 02:47:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.070446 [API:8081]10.0.0.133 - - [2026-03-05 02:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.133 - - [2026-03-05 02:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.33 - - [2026-03-05 02:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2026-03-05 02:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.133 - - [2026-03-05 02:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.133 - - [2026-03-05 02:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-03-05 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2026-03-05 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.65 - - [2026-03-05 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2026-03-05 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2026-03-05 02:48:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.65 - - [2026-03-05 02:48:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.65 - - [2026-03-05 02:49:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070410 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:49:58] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003383 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:49:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003140 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:49:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003155 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:49:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003112 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:49:58] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003695 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:49:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002674 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:49:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002586 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:49:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002606 [API:8081]10.0.0.65 - - [2026-03-05 02:50:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-03-05 02:50:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.058793 [API:8081]10.0.0.65 - - [2026-03-05 02:50:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.071714 [API:8081]10.0.0.65 - - [2026-03-05 02:51:09] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-03-05 02:51:09] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.65 - - [2026-03-05 02:51:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.071977 [API:8081]10.0.0.33 - - [2026-03-05 02:51:39] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-03-05 02:51:39] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.133 - - [2026-03-05 02:51:39] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.133 - - [2026-03-05 02:51:39] "GET /analytics HTTP/1.1" 401 205 0.000118 [API:8081]10.0.0.65 - - [2026-03-05 02:52:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063907 [API:8081]10.0.0.133 - - [2026-03-05 02:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.133 - - [2026-03-05 02:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2026-03-05 02:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2026-03-05 02:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.133 - - [2026-03-05 02:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.133 - - [2026-03-05 02:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-03-05 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000464 [API:8081]10.0.0.33 - - [2026-03-05 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.65 - - [2026-03-05 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-03-05 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2026-03-05 02:53:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.65 - - [2026-03-05 02:53:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-03-05 02:53:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2026-03-05 02:53:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.065444 [API:8081]10.0.0.65 - - [2026-03-05 02:53:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.062165 [API:8081]10.0.0.65 - - [2026-03-05 02:53:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:eedcfbdc-b50f-4950-9dfc-8559aa279ab5?flat HTTP/1.1" 200 5825 0.064329 [API:8081]10.0.0.65 - - [2026-03-05 02:53:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:eedcfbdc-b50f-4950-9dfc-8559aa279ab5?flat HTTP/1.1" 200 5825 0.012306 [API:8081]10.0.0.65 - - [2026-03-05 02:53:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:eedcfbdc-b50f-4950-9dfc-8559aa279ab5?flat HTTP/1.1" 200 5825 0.059753 [API:8081]10.0.0.65 - - [2026-03-05 02:53:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150-09530529?flat HTTP/1.1" 200 10800 0.014341 [API:8081]10.0.0.65 - - [2026-03-05 02:53:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.016802 [API:8081]10.0.0.65 - - [2026-03-05 02:53:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.016884 [API:8081]10.0.0.65 - - [2026-03-05 02:53:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007676 [API:8081]10.0.0.65 - - [2026-03-05 02:54:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:4dfb10e7-d3e0-402e-81d2-d914172df488?flat HTTP/1.1" 200 5682 0.012551 [API:8081]10.0.0.65 - - [2026-03-05 02:54:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:4dfb10e7-d3e0-402e-81d2-d914172df488?flat HTTP/1.1" 200 5682 0.012878 [API:8081]10.0.0.65 - - [2026-03-05 02:54:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:4dfb10e7-d3e0-402e-81d2-d914172df488?flat HTTP/1.1" 200 5682 0.011641 [API:8081]10.0.0.65 - - [2026-03-05 02:54:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150-09530529?flat HTTP/1.1" 200 11847 0.021016 [API:8081]10.0.0.65 - - [2026-03-05 02:54:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.016866 [API:8081]10.0.0.65 - - [2026-03-05 02:54:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.016382 [API:8081]10.0.0.65 - - [2026-03-05 02:54:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009060 [API:8081]10.0.0.65 - - [2026-03-05 02:55:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017455 [API:8081]10.0.0.65 - - [2026-03-05 02:55:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017983 [API:8081]10.0.0.65 - - [2026-03-05 02:55:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017291 [API:8081]10.0.0.65 - - [2026-03-05 02:55:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.024482 [API:8081]10.0.0.65 - - [2026-03-05 02:55:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017587 [API:8081]10.0.0.65 - - [2026-03-05 02:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.016422 [API:8081]10.0.0.65 - - [2026-03-05 02:55:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.026618 [API:8081]10.0.0.65 - - [2026-03-05 02:55:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.025055 [API:8081]10.0.0.65 - - [2026-03-05 02:55:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.025269 [API:8081]10.0.0.65 - - [2026-03-05 02:55:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150-09530529?flat HTTP/1.1" 200 11724 0.015444 [API:8081]10.0.0.65 - - [2026-03-05 02:55:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008173 [API:8081]10.0.0.65 - - [2026-03-05 02:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.017925 [API:8081]10.0.0.65 - - [2026-03-05 02:55:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064211 [API:8081]10.0.0.65 - - [2026-03-05 02:55:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.025724 [API:8081]10.0.0.65 - - [2026-03-05 02:55:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.017824 [API:8081]10.0.0.65 - - [2026-03-05 02:55:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.021529 [API:8081]10.0.0.65 - - [2026-03-05 02:55:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.025615 [API:8081]10.0.0.65 - - [2026-03-05 02:55:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.020594 [API:8081]10.0.0.65 - - [2026-03-05 02:55:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.018560 [API:8081]10.0.0.65 - - [2026-03-05 02:55:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.017359 [API:8081]10.0.0.65 - - [2026-03-05 02:55:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.021723 [API:8081]10.0.0.65 - - [2026-03-05 02:55:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150:ctest-SecurityGroupBasicRegressionTests1Ipv6-91306150-09530529?flat HTTP/1.1" 200 8798 0.014353 [API:8081]10.0.0.65 - - [2026-03-05 02:55:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008629 [API:8081]10.0.0.65 - - [2026-03-05 02:56:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.65 - - [2026-03-05 02:56:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.070475 [API:8081]10.0.0.65 - - [2026-03-05 02:56:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.069640 [API:8081]10.0.0.65 - - [2026-03-05 02:56:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:6240e669-044b-4132-99a4-957cf655438f?flat HTTP/1.1" 200 5808 0.075587 [API:8081]10.0.0.65 - - [2026-03-05 02:56:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:6240e669-044b-4132-99a4-957cf655438f?flat HTTP/1.1" 200 5808 0.012124 [API:8081]10.0.0.65 - - [2026-03-05 02:56:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:6240e669-044b-4132-99a4-957cf655438f?flat HTTP/1.1" 200 5808 0.068510 [API:8081]10.0.0.65 - - [2026-03-05 02:56:51] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103-51719533?flat HTTP/1.1" 200 10443 0.020386 [API:8081]10.0.0.65 - - [2026-03-05 02:56:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.018187 [API:8081]10.0.0.65 - - [2026-03-05 02:56:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.017596 [API:8081]10.0.0.65 - - [2026-03-05 02:56:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008794 [API:8081]10.0.0.65 - - [2026-03-05 02:57:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:80d1c6d6-719b-45ae-b5af-6987ffab9957?flat HTTP/1.1" 200 5677 0.015398 [API:8081]10.0.0.65 - - [2026-03-05 02:57:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:80d1c6d6-719b-45ae-b5af-6987ffab9957?flat HTTP/1.1" 200 5677 0.015445 [API:8081]10.0.0.65 - - [2026-03-05 02:57:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:80d1c6d6-719b-45ae-b5af-6987ffab9957?flat HTTP/1.1" 200 5677 0.013398 [API:8081]10.0.0.65 - - [2026-03-05 02:57:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103-51719533?flat HTTP/1.1" 200 10588 0.017820 [API:8081]10.0.0.65 - - [2026-03-05 02:57:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019550 [API:8081]10.0.0.65 - - [2026-03-05 02:57:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017484 [API:8081]10.0.0.65 - - [2026-03-05 02:57:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008275 [API:8081]10.0.0.133 - - [2026-03-05 02:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.133 - - [2026-03-05 02:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2026-03-05 02:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.33 - - [2026-03-05 02:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.133 - - [2026-03-05 02:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.133 - - [2026-03-05 02:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-03-05 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000617 [API:8081]10.0.0.33 - - [2026-03-05 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.65 - - [2026-03-05 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-03-05 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2026-03-05 02:58:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.65 - - [2026-03-05 02:58:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-03-05 02:58:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069519 [API:8081]10.0.0.65 - - [2026-03-05 02:59:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.025526 [API:8081]10.0.0.65 - - [2026-03-05 02:59:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017127 [API:8081]10.0.0.65 - - [2026-03-05 02:59:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019259 [API:8081]10.0.0.65 - - [2026-03-05 02:59:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019943 [API:8081]10.0.0.65 - - [2026-03-05 02:59:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019750 [API:8081]10.0.0.65 - - [2026-03-05 02:59:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.028143 [API:8081]10.0.0.65 - - [2026-03-05 02:59:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018449 [API:8081]10.0.0.65 - - [2026-03-05 02:59:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.028069 [API:8081]10.0.0.65 - - [2026-03-05 02:59:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103-51719533?flat HTTP/1.1" 200 11656 0.015769 [API:8081]10.0.0.65 - - [2026-03-05 02:59:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008757 [API:8081]10.0.0.65 - - [2026-03-05 02:59:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.017102 [API:8081]10.0.0.65 - - [2026-03-05 02:59:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.018851 [API:8081]10.0.0.65 - - [2026-03-05 02:59:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.097856 [API:8081]10.0.0.65 - - [2026-03-05 02:59:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.022294 [API:8081]10.0.0.65 - - [2026-03-05 02:59:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.019097 [API:8081]10.0.0.65 - - [2026-03-05 02:59:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.029470 [API:8081]10.0.0.65 - - [2026-03-05 02:59:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.021991 [API:8081]10.0.0.65 - - [2026-03-05 02:59:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.017742 [API:8081]10.0.0.65 - - [2026-03-05 02:59:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.030958 [API:8081]10.0.0.65 - - [2026-03-05 02:59:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.019034 [API:8081]10.0.0.65 - - [2026-03-05 02:59:55] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103:ctest-SecurityGroupBasicRegressionTests1_contrail-40589103-51719533?flat HTTP/1.1" 200 8427 0.019844 [API:8081]10.0.0.65 - - [2026-03-05 02:59:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011571 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:59:58] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002692 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:59:58] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003177 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003408 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002890 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:59:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003937 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004420 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005791 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 02:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002767 [API:8081]10.0.0.65 - - [2026-03-05 03:00:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-03-05 03:00:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.077993 [API:8081]10.0.0.65 - - [2026-03-05 03:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:41983b22-2919-4b88-90cc-1f048707419e?flat HTTP/1.1" 200 5682 0.067559 [API:8081]10.0.0.65 - - [2026-03-05 03:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:41983b22-2919-4b88-90cc-1f048707419e?flat HTTP/1.1" 200 5682 0.079929 [API:8081]10.0.0.65 - - [2026-03-05 03:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:41983b22-2919-4b88-90cc-1f048707419e?flat HTTP/1.1" 200 5682 0.015148 [API:8081]10.0.0.65 - - [2026-03-05 03:00:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:ctest-SecurityGroupBasicRegressionTests1-61884204-33809864?flat HTTP/1.1" 200 9931 0.017903 [API:8081]10.0.0.65 - - [2026-03-05 03:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.016479 [API:8081]10.0.0.65 - - [2026-03-05 03:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.016864 [API:8081]10.0.0.65 - - [2026-03-05 03:00:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008702 [API:8081]10.0.0.65 - - [2026-03-05 03:01:09] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2026-03-05 03:01:09] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.65 - - [2026-03-05 03:01:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:236e6f8a-ca02-46dd-994e-70a67702095e?flat HTTP/1.1" 200 5551 0.019703 [API:8081]10.0.0.65 - - [2026-03-05 03:01:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:236e6f8a-ca02-46dd-994e-70a67702095e?flat HTTP/1.1" 200 5551 0.018743 [API:8081]10.0.0.65 - - [2026-03-05 03:01:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:236e6f8a-ca02-46dd-994e-70a67702095e?flat HTTP/1.1" 200 5551 0.017530 [API:8081]10.0.0.65 - - [2026-03-05 03:01:19] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:ctest-SecurityGroupBasicRegressionTests1-61884204-33809864?flat HTTP/1.1" 200 9946 0.021824 [API:8081]10.0.0.65 - - [2026-03-05 03:01:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.018550 [API:8081]10.0.0.65 - - [2026-03-05 03:01:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019340 [API:8081]10.0.0.65 - - [2026-03-05 03:01:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012979 [API:8081]10.0.0.65 - - [2026-03-05 03:01:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057621 [API:8081]10.0.0.33 - - [2026-03-05 03:01:39] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-03-05 03:01:39] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.133 - - [2026-03-05 03:01:39] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.133 - - [2026-03-05 03:01:39] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.65 - - [2026-03-05 03:02:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.024386 [API:8081]10.0.0.65 - - [2026-03-05 03:02:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.018063 [API:8081]10.0.0.65 - - [2026-03-05 03:02:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.066547 [API:8081]10.0.0.65 - - [2026-03-05 03:02:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.028232 [API:8081]10.0.0.65 - - [2026-03-05 03:02:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.020246 [API:8081]10.0.0.65 - - [2026-03-05 03:02:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.016504 [API:8081]10.0.0.65 - - [2026-03-05 03:02:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.019287 [API:8081]10.0.0.65 - - [2026-03-05 03:02:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.018168 [API:8081]10.0.0.65 - - [2026-03-05 03:02:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.017707 [API:8081]10.0.0.65 - - [2026-03-05 03:02:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.018208 [API:8081]10.0.0.65 - - [2026-03-05 03:02:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:ctest-SecurityGroupBasicRegressionTests1-61884204-33809864?flat HTTP/1.1" 200 10829 0.013981 [API:8081]10.0.0.65 - - [2026-03-05 03:02:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008461 [API:8081]10.0.0.65 - - [2026-03-05 03:03:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.020329 [API:8081]10.0.0.133 - - [2026-03-05 03:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.133 - - [2026-03-05 03:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-03-05 03:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.33 - - [2026-03-05 03:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.133 - - [2026-03-05 03:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.133 - - [2026-03-05 03:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2026-03-05 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-03-05 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2026-03-05 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2026-03-05 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.65 - - [2026-03-05 03:03:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.65 - - [2026-03-05 03:03:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.029417 [API:8081]10.0.0.65 - - [2026-03-05 03:03:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.65 - - [2026-03-05 03:03:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.017655 [API:8081]10.0.0.65 - - [2026-03-05 03:03:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.019015 [API:8081]10.0.0.65 - - [2026-03-05 03:03:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.023352 [API:8081]10.0.0.65 - - [2026-03-05 03:03:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.018747 [API:8081]10.0.0.65 - - [2026-03-05 03:03:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.016909 [API:8081]10.0.0.65 - - [2026-03-05 03:03:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.030300 [API:8081]10.0.0.65 - - [2026-03-05 03:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.018885 [API:8081]10.0.0.65 - - [2026-03-05 03:03:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-61884204:ctest-SecurityGroupBasicRegressionTests1-61884204-33809864?flat HTTP/1.1" 200 7960 0.013998 [API:8081]10.0.0.65 - - [2026-03-05 03:03:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009127 [API:8081]10.0.0.65 - - [2026-03-05 03:03:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.65 - - [2026-03-05 03:03:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.058165 [API:8081]10.0.0.65 - - [2026-03-05 03:03:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.053201 [API:8081]10.0.0.65 - - [2026-03-05 03:03:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.065778 [API:8081]10.0.0.65 - - [2026-03-05 03:03:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.012226 [API:8081]10.0.0.65 - - [2026-03-05 03:03:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008060 [API:8081]10.0.0.65 - - [2026-03-05 03:03:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.011241 [API:8081]10.0.0.65 - - [2026-03-05 03:04:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009578 [API:8081]10.0.0.65 - - [2026-03-05 03:04:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.009870 [API:8081]10.0.0.65 - - [2026-03-05 03:04:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2026-03-05 03:04:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.055218 [API:8081]10.0.0.65 - - [2026-03-05 03:04:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.056090 [API:8081]10.0.0.65 - - [2026-03-05 03:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.062322 [API:8081]10.0.0.65 - - [2026-03-05 03:04:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.008074 [API:8081]10.0.0.65 - - [2026-03-05 03:04:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.007745 [API:8081]10.0.0.65 - - [2026-03-05 03:04:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.008577 [API:8081]10.0.0.65 - - [2026-03-05 03:04:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070682 [API:8081]10.0.0.65 - - [2026-03-05 03:04:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.65 - - [2026-03-05 03:04:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.062316 [API:8081]10.0.0.65 - - [2026-03-05 03:04:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.076367 [API:8081]10.0.0.65 - - [2026-03-05 03:04:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.072744 [API:8081]10.0.0.65 - - [2026-03-05 03:05:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009942 [API:8081]10.0.0.65 - - [2026-03-05 03:05:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.009417 [API:8081]10.0.0.65 - - [2026-03-05 03:05:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.008604 [API:8081]10.0.0.65 - - [2026-03-05 03:05:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.010456 [API:8081]10.0.0.65 - - [2026-03-05 03:05:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.008604 [API:8081]10.0.0.65 - - [2026-03-05 03:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.65 - - [2026-03-05 03:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.060561 [API:8081]10.0.0.65 - - [2026-03-05 03:05:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.062335 [API:8081]10.0.0.65 - - [2026-03-05 03:05:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.063055 [API:8081]10.0.0.65 - - [2026-03-05 03:05:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.008939 [API:8081]10.0.0.65 - - [2026-03-05 03:05:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.008318 [API:8081]10.0.0.65 - - [2026-03-05 03:05:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.102074 [API:8081]10.0.0.65 - - [2026-03-05 03:07:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076038 [API:8081]10.0.0.133 - - [2026-03-05 03:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.133 - - [2026-03-05 03:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-03-05 03:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-03-05 03:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.133 - - [2026-03-05 03:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.133 - - [2026-03-05 03:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2026-03-05 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.33 - - [2026-03-05 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-03-05 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2026-03-05 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2026-03-05 03:08:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2026-03-05 03:08:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-03-05 03:08:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.067690 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:09:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003631 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002756 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003021 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003188 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:09:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003138 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004134 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003227 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002666 [API:8081]10.0.0.65 - - [2026-03-05 03:10:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061580 [API:8081]10.0.0.65 - - [2026-03-05 03:11:09] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2026-03-05 03:11:09] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.33 - - [2026-03-05 03:11:39] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-03-05 03:11:39] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.133 - - [2026-03-05 03:11:39] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.133 - - [2026-03-05 03:11:39] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.65 - - [2026-03-05 03:11:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.061918 [API:8081]10.0.0.65 - - [2026-03-05 03:11:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2026-03-05 03:11:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.058485 [API:8081]10.0.0.65 - - [2026-03-05 03:12:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.056993 [API:8081]10.0.0.133 - - [2026-03-05 03:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.133 - - [2026-03-05 03:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2026-03-05 03:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2026-03-05 03:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.133 - - [2026-03-05 03:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.133 - - [2026-03-05 03:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-03-05 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-03-05 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.65 - - [2026-03-05 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2026-03-05 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.65 - - [2026-03-05 03:13:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.65 - - [2026-03-05 03:13:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.65 - - [2026-03-05 03:13:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061617 [API:8081]10.0.0.65 - - [2026-03-05 03:14:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.063122 [API:8081]10.0.0.65 - - [2026-03-05 03:16:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2026-03-05 03:16:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1420 0.059351 [API:8081]10.0.0.65 - - [2026-03-05 03:16:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057295 [API:8081]10.0.0.65 - - [2026-03-05 03:17:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.65 - - [2026-03-05 03:17:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.066304 [API:8081]10.0.0.65 - - [2026-03-05 03:17:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.066874 [API:8081]10.0.0.133 - - [2026-03-05 03:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.133 - - [2026-03-05 03:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.33 - - [2026-03-05 03:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.33 - - [2026-03-05 03:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.133 - - [2026-03-05 03:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.133 - - [2026-03-05 03:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2026-03-05 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-03-05 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.65 - - [2026-03-05 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2026-03-05 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2026-03-05 03:18:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-03-05 03:18:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.65 - - [2026-03-05 03:19:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058625 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:19:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002887 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002728 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002954 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003005 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:19:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003797 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003205 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003057 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002513 [API:8081]10.0.0.65 - - [2026-03-05 03:20:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.064192 [API:8081]10.0.0.65 - - [2026-03-05 03:21:09] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2026-03-05 03:21:09] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.33 - - [2026-03-05 03:21:39] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.33 - - [2026-03-05 03:21:39] "GET /analytics HTTP/1.1" 401 205 0.000118 [API:8081]10.0.0.133 - - [2026-03-05 03:21:39] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.133 - - [2026-03-05 03:21:39] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.65 - - [2026-03-05 03:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2026-03-05 03:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.061899 [API:8081]10.0.0.65 - - [2026-03-05 03:22:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072283 [API:8081]10.0.0.133 - - [2026-03-05 03:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.133 - - [2026-03-05 03:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-03-05 03:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-03-05 03:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.133 - - [2026-03-05 03:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.133 - - [2026-03-05 03:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2026-03-05 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-03-05 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-03-05 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2026-03-05 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2026-03-05 03:23:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-03-05 03:23:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2026-03-05 03:23:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.065202 [API:8081]10.0.0.65 - - [2026-03-05 03:25:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065979 [API:8081]10.0.0.65 - - [2026-03-05 03:26:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.081673 [API:8081]10.0.0.65 - - [2026-03-05 03:27:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-43326611:96124f21-2038-460e-8244-3f8e5468630c?flat HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.65 - - [2026-03-05 03:27:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-43326611:96124f21-2038-460e-8244-3f8e5468630c?flat HTTP/1.1" 200 5275 0.068618 [API:8081]10.0.0.65 - - [2026-03-05 03:27:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-43326611:96124f21-2038-460e-8244-3f8e5468630c?flat HTTP/1.1" 200 5275 0.065442 [API:8081]10.0.0.65 - - [2026-03-05 03:27:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-43326611:96124f21-2038-460e-8244-3f8e5468630c?flat HTTP/1.1" 200 5275 0.062891 [API:8081]10.0.0.65 - - [2026-03-05 03:27:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-43326611:ctest-random-26947061?flat HTTP/1.1" 200 4025 0.013779 [API:8081]10.0.0.65 - - [2026-03-05 03:27:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.017622 [API:8081]10.0.0.65 - - [2026-03-05 03:27:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.019220 [API:8081]10.0.0.65 - - [2026-03-05 03:27:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008739 [API:8081]10.0.0.65 - - [2026-03-05 03:27:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.011964 [API:8081]10.0.0.65 - - [2026-03-05 03:27:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.023263 [API:8081]10.0.0.65 - - [2026-03-05 03:27:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.028530 [API:8081]10.0.0.65 - - [2026-03-05 03:27:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.019086 [API:8081]10.0.0.65 - - [2026-03-05 03:27:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.018163 [API:8081]10.0.0.65 - - [2026-03-05 03:27:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.019528 [API:8081]10.0.0.65 - - [2026-03-05 03:27:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.016857 [API:8081]10.0.0.65 - - [2026-03-05 03:27:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.016659 [API:8081]10.0.0.65 - - [2026-03-05 03:27:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.018052 [API:8081]10.0.0.65 - - [2026-03-05 03:27:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.017344 [API:8081]10.0.0.65 - - [2026-03-05 03:27:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-43326611:ctest-random-26947061?flat HTTP/1.1" 200 8122 0.018068 [API:8081]10.0.0.65 - - [2026-03-05 03:27:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008424 [API:8081]10.0.0.133 - - [2026-03-05 03:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.133 - - [2026-03-05 03:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2026-03-05 03:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-03-05 03:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.133 - - [2026-03-05 03:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.133 - - [2026-03-05 03:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-03-05 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.33 - - [2026-03-05 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.65 - - [2026-03-05 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-03-05 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2026-03-05 03:28:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.65 - - [2026-03-05 03:28:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.65 - - [2026-03-05 03:28:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065098 [API:8081]10.0.0.65 - - [2026-03-05 03:29:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.073065 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:29:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002475 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:29:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002807 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:29:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002766 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:29:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002625 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:29:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003001 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:29:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002565 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:29:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002597 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:29:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002481 [API:8081]10.0.0.65 - - [2026-03-05 03:31:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2026-03-05 03:31:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.067508 [API:8081]10.0.0.65 - - [2026-03-05 03:31:09] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2026-03-05 03:31:09] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.33 - - [2026-03-05 03:31:39] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-03-05 03:31:39] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.133 - - [2026-03-05 03:31:39] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.133 - - [2026-03-05 03:31:39] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.65 - - [2026-03-05 03:31:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061401 [API:8081]10.0.0.65 - - [2026-03-05 03:32:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.074857 [API:8081]10.0.0.133 - - [2026-03-05 03:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.133 - - [2026-03-05 03:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-03-05 03:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2026-03-05 03:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.133 - - [2026-03-05 03:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.133 - - [2026-03-05 03:33:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-03-05 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.33 - - [2026-03-05 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2026-03-05 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2026-03-05 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2026-03-05 03:33:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2026-03-05 03:33:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2026-03-05 03:34:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.65 - - [2026-03-05 03:34:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.072462 [API:8081]10.0.0.65 - - [2026-03-05 03:35:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073765 [API:8081]10.0.0.65 - - [2026-03-05 03:36:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.067202 [API:8081]10.0.0.65 - - [2026-03-05 03:36:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-03-05 03:36:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.061181 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:17] "POST /analytics/query HTTP/1.1" 202 179 0.010157 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:17] "GET /analytics/query/9b896e78-1844-11f1-8b1c-00000a000041 HTTP/1.1" 200 221 0.006032 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:17] "GET /analytics/query/9b896e78-1844-11f1-8b1c-00000a000041 HTTP/1.1" 200 221 0.002021 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:18] "GET /analytics/query/9b896e78-1844-11f1-8b1c-00000a000041 HTTP/1.1" 200 338 0.001954 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:18] "GET /analytics/query/9b896e78-1844-11f1-8b1c-00000a000041/chunk-final/0 HTTP/1.1" 200 862 0.002032 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:18] "POST /analytics/query HTTP/1.1" 202 179 0.005097 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:18] "GET /analytics/query/9c7f430d-1844-11f1-ad59-00000a000041 HTTP/1.1" 200 221 0.002463 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:19] "GET /analytics/query/9c7f430d-1844-11f1-ad59-00000a000041 HTTP/1.1" 200 221 0.003257 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:19] "GET /analytics/query/9c7f430d-1844-11f1-ad59-00000a000041 HTTP/1.1" 200 338 0.002034 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:19] "GET /analytics/query/9c7f430d-1844-11f1-ad59-00000a000041/chunk-final/0 HTTP/1.1" 200 862 0.003318 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:20] "POST /analytics/query HTTP/1.1" 202 179 0.007614 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:20] "GET /analytics/query/9d72dc42-1844-11f1-b29e-00000a000041 HTTP/1.1" 200 221 0.004598 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:20] "GET /analytics/query/9d72dc42-1844-11f1-b29e-00000a000041 HTTP/1.1" 200 339 0.003100 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:20] "GET /analytics/query/9d72dc42-1844-11f1-b29e-00000a000041/chunk-final/0 HTTP/1.1" 200 17814 0.002683 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:21] "POST /analytics/query HTTP/1.1" 202 179 0.015517 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:21] "GET /analytics/query/9e2c3d04-1844-11f1-9bac-00000a000041 HTTP/1.1" 200 221 0.001933 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:22] "GET /analytics/query/9e2c3d04-1844-11f1-9bac-00000a000041 HTTP/1.1" 200 339 0.002224 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:22] "GET /analytics/query/9e2c3d04-1844-11f1-9bac-00000a000041/chunk-final/0 HTTP/1.1" 200 17814 0.002527 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:22] "POST /analytics/query HTTP/1.1" 202 179 0.005959 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:22] "GET /analytics/query/9ee4d4ee-1844-11f1-bf1e-00000a000041 HTTP/1.1" 200 221 0.002295 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:23] "GET /analytics/query/9ee4d4ee-1844-11f1-bf1e-00000a000041 HTTP/1.1" 200 339 0.001828 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:23] "GET /analytics/query/9ee4d4ee-1844-11f1-bf1e-00000a000041/chunk-final/0 HTTP/1.1" 200 8398 0.002157 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003917 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:27] "POST /analytics/query HTTP/1.1" 202 179 0.004553 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:27] "GET /analytics/query/a19cf689-1844-11f1-aa4d-00000a000041 HTTP/1.1" 200 221 0.001507 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:27] "GET /analytics/query/a19cf689-1844-11f1-aa4d-00000a000041 HTTP/1.1" 200 340 0.002600 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:27] "GET /analytics/query/a19cf689-1844-11f1-aa4d-00000a000041/chunk-final/0 HTTP/1.1" 200 321848 0.009655 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.003282 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.003710 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:29] "POST /analytics/query HTTP/1.1" 202 179 0.004236 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:29] "GET /analytics/query/a2a27409-1844-11f1-974a-00000a000041 HTTP/1.1" 200 221 0.001612 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:29] "GET /analytics/query/a2a27409-1844-11f1-974a-00000a000041 HTTP/1.1" 200 338 0.002158 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:29] "GET /analytics/query/a2a27409-1844-11f1-974a-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.002236 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:29] "POST /analytics/query HTTP/1.1" 202 179 0.004561 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:29] "GET /analytics/query/a2f2e49a-1844-11f1-839c-00000a000041 HTTP/1.1" 200 221 0.002208 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:30] "GET /analytics/query/a2f2e49a-1844-11f1-839c-00000a000041 HTTP/1.1" 200 338 0.002142 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:30] "GET /analytics/query/a2f2e49a-1844-11f1-839c-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.002436 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:30] "POST /analytics/query HTTP/1.1" 202 179 0.005587 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:30] "GET /analytics/query/a3432cea-1844-11f1-a0ab-00000a000041 HTTP/1.1" 200 221 0.005065 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:30] "GET /analytics/query/a3432cea-1844-11f1-a0ab-00000a000041 HTTP/1.1" 200 338 0.001729 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:30] "GET /analytics/query/a3432cea-1844-11f1-a0ab-00000a000041/chunk-final/0 HTTP/1.1" 200 11274 0.001784 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:30] "POST /analytics/query HTTP/1.1" 202 179 0.020026 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:30] "GET /analytics/query/a39427bb-1844-11f1-b6f4-00000a000041 HTTP/1.1" 200 221 0.003448 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:31] "GET /analytics/query/a39427bb-1844-11f1-b6f4-00000a000041 HTTP/1.1" 200 338 0.002777 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:31] "GET /analytics/query/a39427bb-1844-11f1-b6f4-00000a000041/chunk-final/0 HTTP/1.1" 200 2082 0.002360 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:31] "POST /analytics/query HTTP/1.1" 202 179 0.004820 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:31] "GET /analytics/query/a3e782ff-1844-11f1-b9d7-00000a000041 HTTP/1.1" 200 221 0.001870 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:31] "GET /analytics/query/a3e782ff-1844-11f1-b9d7-00000a000041 HTTP/1.1" 200 338 0.002043 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:31] "GET /analytics/query/a3e782ff-1844-11f1-b9d7-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.001706 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:31] "POST /analytics/query HTTP/1.1" 202 179 0.004609 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:31] "GET /analytics/query/a437cb89-1844-11f1-8ce2-00000a000041 HTTP/1.1" 200 221 0.002207 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:32] "GET /analytics/query/a437cb89-1844-11f1-8ce2-00000a000041 HTTP/1.1" 200 338 0.001888 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:32] "GET /analytics/query/a437cb89-1844-11f1-8ce2-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.001687 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:32] "POST /analytics/query HTTP/1.1" 202 179 0.010640 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:32] "GET /analytics/query/a487fb0a-1844-11f1-94bb-00000a000041 HTTP/1.1" 200 221 0.006450 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:32] "GET /analytics/query/a487fb0a-1844-11f1-94bb-00000a000041 HTTP/1.1" 200 338 0.002814 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:32] "GET /analytics/query/a487fb0a-1844-11f1-94bb-00000a000041/chunk-final/0 HTTP/1.1" 200 4013 0.004091 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:32] "POST /analytics/query HTTP/1.1" 202 179 0.004730 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:32] "GET /analytics/query/a4dad281-1844-11f1-b093-00000a000041 HTTP/1.1" 200 221 0.002942 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:33] "GET /analytics/query/a4dad281-1844-11f1-b093-00000a000041 HTTP/1.1" 200 338 0.002771 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:33] "GET /analytics/query/a4dad281-1844-11f1-b093-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.002201 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:33] "POST /analytics/query HTTP/1.1" 202 179 0.005187 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:33] "GET /analytics/query/a52c3cae-1844-11f1-aa06-00000a000041 HTTP/1.1" 200 221 0.001755 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:33] "GET /analytics/query/a52c3cae-1844-11f1-aa06-00000a000041 HTTP/1.1" 200 338 0.002060 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:33] "GET /analytics/query/a52c3cae-1844-11f1-aa06-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.001580 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:33] "POST /analytics/query HTTP/1.1" 202 179 0.012153 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:33] "GET /analytics/query/a57c6b00-1844-11f1-8a88-00000a000041 HTTP/1.1" 200 221 0.003197 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:34] "GET /analytics/query/a57c6b00-1844-11f1-8a88-00000a000041 HTTP/1.1" 200 338 0.002650 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:34] "GET /analytics/query/a57c6b00-1844-11f1-8a88-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.001922 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:34] "POST /analytics/query HTTP/1.1" 202 179 0.007390 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:34] "GET /analytics/query/a5ce60fa-1844-11f1-87f9-00000a000041 HTTP/1.1" 200 221 0.003863 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:34] "GET /analytics/query/a5ce60fa-1844-11f1-87f9-00000a000041 HTTP/1.1" 200 338 0.001974 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:34] "GET /analytics/query/a5ce60fa-1844-11f1-87f9-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.001612 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:34] "POST /analytics/query HTTP/1.1" 202 179 0.008463 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:34] "GET /analytics/query/a61f38c4-1844-11f1-8d5c-00000a000041 HTTP/1.1" 200 221 0.005945 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:35] "GET /analytics/query/a61f38c4-1844-11f1-8d5c-00000a000041 HTTP/1.1" 200 338 0.003841 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:35] "GET /analytics/query/a61f38c4-1844-11f1-8d5c-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.001809 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.004138 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003596 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:36] "POST /analytics/query HTTP/1.1" 202 179 0.007551 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:36] "GET /analytics/query/a721a8b5-1844-11f1-a1de-00000a000041 HTTP/1.1" 200 221 0.002427 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:37] "GET /analytics/query/a721a8b5-1844-11f1-a1de-00000a000041 HTTP/1.1" 200 340 0.002064 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:37] "GET /analytics/query/a721a8b5-1844-11f1-a1de-00000a000041/chunk-final/0 HTTP/1.1" 200 1505271 0.034425 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:37] "POST /analytics/query HTTP/1.1" 202 179 0.018529 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:37] "GET /analytics/query/a77c0a37-1844-11f1-9958-00000a000041 HTTP/1.1" 200 221 0.005396 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:37] "GET /analytics/query/a77c0a37-1844-11f1-9958-00000a000041 HTTP/1.1" 200 340 0.002082 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:37] "GET /analytics/query/a77c0a37-1844-11f1-9958-00000a000041/chunk-final/0 HTTP/1.1" 200 1506665 0.021595 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003431 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004724 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.003476 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003430 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003957 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:40] "POST /analytics/query HTTP/1.1" 202 179 0.005518 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:40] "GET /analytics/query/a9b1f17c-1844-11f1-87ae-00000a000041 HTTP/1.1" 200 221 0.002190 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:41] "GET /analytics/query/a9b1f17c-1844-11f1-87ae-00000a000041 HTTP/1.1" 200 339 0.002321 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:41] "GET /analytics/query/a9b1f17c-1844-11f1-87ae-00000a000041/chunk-final/0 HTTP/1.1" 200 59046 0.004617 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004201 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:42] "POST /analytics/query HTTP/1.1" 202 179 0.003963 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:42] "GET /analytics/query/aa6553f5-1844-11f1-8590-00000a000041 HTTP/1.1" 200 221 0.002274 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:42] "GET /analytics/query/aa6553f5-1844-11f1-8590-00000a000041 HTTP/1.1" 200 341 0.002688 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:42] "GET /analytics/query/aa6553f5-1844-11f1-8590-00000a000041/chunk-final/0 HTTP/1.1" 200 1012424 0.062423 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004843 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003937 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.003874 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:48] "POST /analytics/query HTTP/1.1" 200 145 1.011932 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.003743 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:49] "POST /analytics/query HTTP/1.1" 200 2158 1.010327 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003346 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:51] "POST /analytics/query HTTP/1.1" 200 764 1.015075 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003556 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:53] "POST /analytics/query HTTP/1.1" 200 2697 1.010577 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003706 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:54] "POST /analytics/query HTTP/1.1" 200 261 1.011147 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.006942 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:56] "POST /analytics/query HTTP/1.1" 200 1338 1.022642 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004394 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:57] "POST /analytics/query HTTP/1.1" 200 2697 1.011790 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003723 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:37:59] "POST /analytics/query HTTP/1.1" 200 826 1.011197 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003610 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:01] "POST /analytics/query HTTP/1.1" 200 141397 1.021273 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.003556 [API:8081]10.0.0.133 - - [2026-03-05 03:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.133 - - [2026-03-05 03:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:02] "POST /analytics/query HTTP/1.1" 200 631 1.010809 [API:8081]10.0.0.33 - - [2026-03-05 03:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.33 - - [2026-03-05 03:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.133 - - [2026-03-05 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003954 [API:8081]10.0.0.33 - - [2026-03-05 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.133 - - [2026-03-05 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2026-03-05 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-03-05 03:38:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.218285 [API:8081]10.0.0.65 - - [2026-03-05 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2026-03-05 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2026-03-05 03:38:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-03-05 03:38:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:04] "POST /analytics/query HTTP/1.1" 200 261 1.012304 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003469 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:05] "POST /analytics/query HTTP/1.1" 200 596 1.009722 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.003894 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:07] "POST /analytics/query HTTP/1.1" 200 1431 1.011002 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003717 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:09] "POST /analytics/query HTTP/1.1" 200 596 1.011304 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.003962 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:10] "POST /analytics/query HTTP/1.1" 200 236 1.017339 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:38:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.003500 [API:8081]10.0.0.65 - - [2026-03-05 03:38:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.65 - - [2026-03-05 03:38:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.085145 [API:8081]10.0.0.65 - - [2026-03-05 03:39:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.544119 [API:8081]10.0.0.65 - - [2026-03-05 03:39:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.164981 [API:8081]10.0.0.65 - - [2026-03-05 03:39:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008426 [API:8081]10.0.0.65 - - [2026-03-05 03:39:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008162 [API:8081]10.0.0.65 - - [2026-03-05 03:39:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.066869 [API:8081]10.0.0.65 - - [2026-03-05 03:39:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010211 [API:8081]10.0.0.65 - - [2026-03-05 03:39:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008379 [API:8081]10.0.0.65 - - [2026-03-05 03:39:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008860 [API:8081]10.0.0.65 - - [2026-03-05 03:39:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008742 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:39:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002766 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:39:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002689 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:39:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002769 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:39:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002882 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:39:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003338 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:39:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002676 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:39:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002836 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:39:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002432 [API:8081]10.0.0.65 - - [2026-03-05 03:40:11] "POST /analytics/query HTTP/1.1" 200 222 1.019369 [API:8081]10.0.0.65 - - [2026-03-05 03:40:12] "POST /analytics/query HTTP/1.1" 200 222 1.018903 [API:8081]10.0.0.65 - - [2026-03-05 03:40:13] "POST /analytics/query HTTP/1.1" 200 353 1.019931 [API:8081]10.0.0.65 - - [2026-03-05 03:41:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066799 [API:8081]10.0.0.65 - - [2026-03-05 03:41:09] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2026-03-05 03:41:09] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.33 - - [2026-03-05 03:41:39] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-03-05 03:41:39] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.133 - - [2026-03-05 03:41:39] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.133 - - [2026-03-05 03:41:39] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.65 - - [2026-03-05 03:42:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.060944 [API:8081]10.0.0.133 - - [2026-03-05 03:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.133 - - [2026-03-05 03:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-03-05 03:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2026-03-05 03:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.133 - - [2026-03-05 03:43:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.133 - - [2026-03-05 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.33 - - [2026-03-05 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.33 - - [2026-03-05 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.65 - - [2026-03-05 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.65 - - [2026-03-05 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2026-03-05 03:43:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2026-03-05 03:43:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2026-03-05 03:43:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25598 0.081547 [API:8081]10.0.0.65 - - [2026-03-05 03:43:34] "POST /analytics/query HTTP/1.1" 200 507 1.018972 [API:8081]10.0.0.65 - - [2026-03-05 03:43:35] "POST /analytics/query HTTP/1.1" 200 353 1.018960 [API:8081]10.0.0.65 - - [2026-03-05 03:43:36] "POST /analytics/query HTTP/1.1" 200 353 1.019679 [API:8081]10.0.0.65 - - [2026-03-05 03:44:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068483 [API:8081]10.0.0.65 - - [2026-03-05 03:45:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.065526 [API:8081]10.0.0.65 - - [2026-03-05 03:47:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063893 [API:8081]10.0.0.133 - - [2026-03-05 03:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.133 - - [2026-03-05 03:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-03-05 03:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2026-03-05 03:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.133 - - [2026-03-05 03:48:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.133 - - [2026-03-05 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-03-05 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.33 - - [2026-03-05 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2026-03-05 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2026-03-05 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2026-03-05 03:48:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2026-03-05 03:48:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2026-03-05 03:48:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.076725 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:49:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004508 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:49:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002572 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:49:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002697 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:49:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002754 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:49:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003597 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:49:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003586 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:49:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003086 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:49:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002524 [API:8081]10.0.0.65 - - [2026-03-05 03:50:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059692 [API:8081]10.0.0.65 - - [2026-03-05 03:51:09] "GET /analytics HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.65 - - [2026-03-05 03:51:09] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2026-03-05 03:51:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.059540 [API:8081]10.0.0.33 - - [2026-03-05 03:51:39] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2026-03-05 03:51:39] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.133 - - [2026-03-05 03:51:39] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.133 - - [2026-03-05 03:51:39] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.133 - - [2026-03-05 03:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.133 - - [2026-03-05 03:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2026-03-05 03:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-03-05 03:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.133 - - [2026-03-05 03:53:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.133 - - [2026-03-05 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-03-05 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2026-03-05 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2026-03-05 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.65 - - [2026-03-05 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.65 - - [2026-03-05 03:53:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2026-03-05 03:53:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2026-03-05 03:53:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066255 [API:8081]10.0.0.65 - - [2026-03-05 03:54:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.062362 [API:8081]10.0.0.65 - - [2026-03-05 03:56:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-03-05 03:56:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.067634 [API:8081]10.0.0.65 - - [2026-03-05 03:56:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071840 [API:8081]10.0.0.65 - - [2026-03-05 03:56:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:2fb1f620-6317-40f8-adc4-657e6947fdf5?flat HTTP/1.1" 200 5202 0.065696 [API:8081]10.0.0.65 - - [2026-03-05 03:56:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:2fb1f620-6317-40f8-adc4-657e6947fdf5?flat HTTP/1.1" 200 5202 0.011539 [API:8081]10.0.0.65 - - [2026-03-05 03:56:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:2fb1f620-6317-40f8-adc4-657e6947fdf5?flat HTTP/1.1" 200 5202 0.061003 [API:8081]10.0.0.65 - - [2026-03-05 03:56:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65069864:EVPN-VN1?flat HTTP/1.1" 200 7819 0.015261 [API:8081]10.0.0.65 - - [2026-03-05 03:56:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25602 0.015978 [API:8081]10.0.0.65 - - [2026-03-05 03:56:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25602 0.036986 [API:8081]10.0.0.65 - - [2026-03-05 03:56:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009973 [API:8081]10.0.0.65 - - [2026-03-05 03:56:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:c882f642-8526-41cf-bda0-3edd375d81ce?flat HTTP/1.1" 200 5064 0.013413 [API:8081]10.0.0.65 - - [2026-03-05 03:56:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:c882f642-8526-41cf-bda0-3edd375d81ce?flat HTTP/1.1" 200 5064 0.011411 [API:8081]10.0.0.65 - - [2026-03-05 03:56:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:c882f642-8526-41cf-bda0-3edd375d81ce?flat HTTP/1.1" 200 5064 0.011849 [API:8081]10.0.0.65 - - [2026-03-05 03:56:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65069864:EVPN-VN1?flat HTTP/1.1" 200 8379 0.019965 [API:8081]10.0.0.65 - - [2026-03-05 03:56:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.017676 [API:8081]10.0.0.65 - - [2026-03-05 03:56:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.035435 [API:8081]10.0.0.65 - - [2026-03-05 03:56:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008596 [API:8081]10.0.0.65 - - [2026-03-05 03:57:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.056009 [API:8081]10.0.0.133 - - [2026-03-05 03:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.133 - - [2026-03-05 03:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-03-05 03:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-03-05 03:58:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.133 - - [2026-03-05 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.133 - - [2026-03-05 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.33 - - [2026-03-05 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-03-05 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.65 - - [2026-03-05 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2026-03-05 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2026-03-05 03:58:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.65 - - [2026-03-05 03:58:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.65 - - [2026-03-05 03:59:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.059381 [API:8081]10.0.0.65 - - [2026-03-05 03:59:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:2fb1f620-6317-40f8-adc4-657e6947fdf5?flat HTTP/1.1" 200 5308 0.012482 [API:8081]10.0.0.65 - - [2026-03-05 03:59:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:2fb1f620-6317-40f8-adc4-657e6947fdf5?flat HTTP/1.1" 200 5308 0.013081 [API:8081]10.0.0.65 - - [2026-03-05 03:59:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:2fb1f620-6317-40f8-adc4-657e6947fdf5?flat HTTP/1.1" 200 5308 0.013996 [API:8081]10.0.0.65 - - [2026-03-05 03:59:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65069864:EVPN-VN1?flat HTTP/1.1" 200 9410 0.022745 [API:8081]10.0.0.65 - - [2026-03-05 03:59:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21049 0.014902 [API:8081]10.0.0.65 - - [2026-03-05 03:59:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21049 0.015092 [API:8081]10.0.0.65 - - [2026-03-05 03:59:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009259 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:c882f642-8526-41cf-bda0-3edd375d81ce?flat HTTP/1.1" 200 5208 0.014412 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:c882f642-8526-41cf-bda0-3edd375d81ce?flat HTTP/1.1" 200 5208 0.013373 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65069864:c882f642-8526-41cf-bda0-3edd375d81ce?flat HTTP/1.1" 200 5208 0.014022 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65069864:EVPN-VN1?flat HTTP/1.1" 200 9410 0.019848 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27858 0.025273 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 11920 0.021072 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27858 0.025915 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 11920 0.023455 [API:8081]10.0.0.65 - - [2026-03-05 03:59:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009814 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:59:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002837 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002730 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002842 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002961 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:59:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003118 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002856 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002810 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 03:59:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002512 [API:8081]10.0.0.65 - - [2026-03-05 04:00:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.061260 [API:8081]10.0.0.65 - - [2026-03-05 04:00:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32476 0.024038 [API:8081]10.0.0.65 - - [2026-03-05 04:00:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12211 0.020973 [API:8081]10.0.0.65 - - [2026-03-05 04:00:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65069864:EVPN-VN1?flat HTTP/1.1" 200 8517 0.016533 [API:8081]10.0.0.65 - - [2026-03-05 04:00:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009309 [API:8081]10.0.0.65 - - [2026-03-05 04:00:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24670 0.019441 [API:8081]10.0.0.65 - - [2026-03-05 04:00:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24670 0.027395 [API:8081]10.0.0.65 - - [2026-03-05 04:00:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24670 0.022799 [API:8081]10.0.0.65 - - [2026-03-05 04:00:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24671 0.024442 [API:8081]10.0.0.65 - - [2026-03-05 04:00:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65069864:EVPN-VN1?flat HTTP/1.1" 200 5990 0.015411 [API:8081]10.0.0.65 - - [2026-03-05 04:00:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012071 [API:8081]10.0.0.65 - - [2026-03-05 04:01:09] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2026-03-05 04:01:09] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.33 - - [2026-03-05 04:01:39] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.33 - - [2026-03-05 04:01:39] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.133 - - [2026-03-05 04:01:39] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.133 - - [2026-03-05 04:01:39] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.65 - - [2026-03-05 04:02:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069697 [API:8081]10.0.0.133 - - [2026-03-05 04:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.133 - - [2026-03-05 04:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2026-03-05 04:03:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-03-05 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.133 - - [2026-03-05 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.133 - - [2026-03-05 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2026-03-05 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-03-05 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2026-03-05 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2026-03-05 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-03-05 04:03:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2026-03-05 04:03:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2026-03-05 04:03:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23746194:ctest-TestRbac-23746194-07847596?flat HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.65 - - [2026-03-05 04:03:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23746194:ctest-TestRbac-23746194-07847596?flat HTTP/1.1" 200 2081 0.450147 [API:8081]10.0.0.65 - - [2026-03-05 04:03:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.166740 [API:8081]10.0.0.65 - - [2026-03-05 04:03:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23746194:ctest-TestRbac-23746194-07847596?flat HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-03-05 04:03:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23746194:ctest-TestRbac-23746194-07847596?flat HTTP/1.1" 200 2081 0.159845 [API:8081]10.0.0.65 - - [2026-03-05 04:03:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.074082 [API:8081]10.0.0.65 - - [2026-03-05 04:03:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.066986 [API:8081]10.0.0.65 - - [2026-03-05 04:03:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-09907431:bc01e601-1eaf-4efc-a7c3-bf6498d86812?flat HTTP/1.1" 200 4957 0.052069 [API:8081]10.0.0.65 - - [2026-03-05 04:03:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-09907431:bc01e601-1eaf-4efc-a7c3-bf6498d86812?flat HTTP/1.1" 200 4957 0.096961 [API:8081]10.0.0.65 - - [2026-03-05 04:03:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-09907431:bc01e601-1eaf-4efc-a7c3-bf6498d86812?flat HTTP/1.1" 200 4957 0.070436 [API:8081]10.0.0.65 - - [2026-03-05 04:03:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23746194:ctest-TestRbac-23746194-07847596?flat HTTP/1.1" 200 3327 0.095623 [API:8081]10.0.0.65 - - [2026-03-05 04:03:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.051025 [API:8081]10.0.0.65 - - [2026-03-05 04:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.131734 [API:8081]10.0.0.65 - - [2026-03-05 04:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.65 - - [2026-03-05 04:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.070827 [API:8081]10.0.0.65 - - [2026-03-05 04:03:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12814 0.089512 [API:8081]10.0.0.65 - - [2026-03-05 04:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.085419 [API:8081]10.0.0.65 - - [2026-03-05 04:03:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.135775 [API:8081]10.0.0.65 - - [2026-03-05 04:03:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.024860 [API:8081]10.0.0.65 - - [2026-03-05 04:03:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12814 0.020794 [API:8081]10.0.0.65 - - [2026-03-05 04:03:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.060138 [API:8081]10.0.0.65 - - [2026-03-05 04:03:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039274 [API:8081]10.0.0.65 - - [2026-03-05 04:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.125349 [API:8081]10.0.0.65 - - [2026-03-05 04:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.070665 [API:8081]10.0.0.65 - - [2026-03-05 04:03:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12814 0.020008 [API:8081]10.0.0.65 - - [2026-03-05 04:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.033114 [API:8081]10.0.0.65 - - [2026-03-05 04:03:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12813 0.020988 [API:8081]10.0.0.65 - - [2026-03-05 04:03:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.032218 [API:8081]10.0.0.65 - - [2026-03-05 04:03:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12813 0.022392 [API:8081]10.0.0.65 - - [2026-03-05 04:03:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.029642 [API:8081]10.0.0.65 - - [2026-03-05 04:03:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12813 0.025522 [API:8081]10.0.0.65 - - [2026-03-05 04:03:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.032901 [API:8081]10.0.0.65 - - [2026-03-05 04:03:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12813 0.022273 [API:8081]10.0.0.65 - - [2026-03-05 04:03:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32547 0.025076 [API:8081]10.0.0.65 - - [2026-03-05 04:03:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12433 0.020399 [API:8081]10.0.0.65 - - [2026-03-05 04:03:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-23746194:ctest-TestRbac-23746194-07847596?flat HTTP/1.1" 200 6499 0.011788 [API:8081]10.0.0.65 - - [2026-03-05 04:03:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008011 [API:8081]10.0.0.65 - - [2026-03-05 04:04:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.65 - - [2026-03-05 04:04:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 200 2125 0.145811 [API:8081]10.0.0.65 - - [2026-03-05 04:04:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 401 205 0.000267 --- 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-68226438'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-65862300' RBAC: ctest-TestRbacBasic-74435520 doesn't have read permission in project 'e4c99d8dcf6c427ebc4913d97bfe1d5a' 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-93547146', 'ctest-TestRbacBasic-93547146-04314416'], 'virtual_network', '9d9e1253-de07-423b-9d8c-909a5bff2883', "Permission Denied for ['ctest-TestRbacBasic-68226438'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-65862300' RBAC: ctest-TestRbacBasic-74435520 doesn't have read permission in project 'e4c99d8dcf6c427ebc4913d97bfe1d5a'"),) [API:8081]10.0.0.65 - - [2026-03-05 04:04:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 403 198 0.116330 [API:8081]10.0.0.65 - - [2026-03-05 04:04:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2026-03-05 04:04:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 200 2125 0.070335 [API:8081]10.0.0.65 - - [2026-03-05 04:04:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.070149 [API:8081]10.0.0.65 - - [2026-03-05 04:04:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.087349 [API:8081]10.0.0.65 - - [2026-03-05 04:04:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.060579 --- 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-68226438'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-93547146' RBAC: ctest-TestRbacBasic-74435520 doesn't have read permission in project '657f145ebacd43bd9344e9befc7062b5' 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-93547146', 'ctest-TestRbacBasic-93547146-04314416'], 'virtual_network', '9d9e1253-de07-423b-9d8c-909a5bff2883', "Permission Denied for ['ctest-TestRbacBasic-68226438'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-93547146' RBAC: ctest-TestRbacBasic-74435520 doesn't have read permission in project '657f145ebacd43bd9344e9befc7062b5'"),) [API:8081]10.0.0.65 - - [2026-03-05 04:04:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 403 198 0.034287 --- 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-68226438'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-93547146' RBAC: ctest-TestRbacBasic-74435520 doesn't have read permission in project '657f145ebacd43bd9344e9befc7062b5' 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-93547146', 'ctest-TestRbacBasic-93547146-04314416'], 'virtual_network', '9d9e1253-de07-423b-9d8c-909a5bff2883', "Permission Denied for ['ctest-TestRbacBasic-68226438'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-93547146' RBAC: ctest-TestRbacBasic-74435520 doesn't have read permission in project '657f145ebacd43bd9344e9befc7062b5'"),) [API:8081]10.0.0.65 - - [2026-03-05 04:04:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 403 198 0.105150 [API:8081]10.0.0.65 - - [2026-03-05 04:04:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 200 2129 0.041570 [API:8081]10.0.0.65 - - [2026-03-05 04:04:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93547146:ctest-TestRbacBasic-93547146-04314416?flat HTTP/1.1" 200 2129 0.053370 [API:8081]10.0.0.65 - - [2026-03-05 04:04:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.071901 [API:8081]10.0.0.65 - - [2026-03-05 04:04:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.048007 [API:8081]10.0.0.65 - - [2026-03-05 04:04:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.007873 [API:8081]10.0.0.65 - - [2026-03-05 04:04:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.017216 [API:8081]10.0.0.65 - - [2026-03-05 04:04:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 401 205 0.000261 --- 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-82820421 as ['ctest-TestRbacBasic-60525967'] to R virtual-network in ctest-TestRbacBasic-77936171 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-77936171', 'ctest-TestRbacBasic-77936171-63575373'], 'virtual_network', '31655b1c-0bd3-4e0c-a31b-b41e89712e3c', "Permission Denied for ctest-TestRbacBasic-82820421 as ['ctest-TestRbacBasic-60525967'] to R virtual-network in ctest-TestRbacBasic-77936171"),) [API:8081]10.0.0.65 - - [2026-03-05 04:04:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 403 198 0.113030 [API:8081]10.0.0.65 - - [2026-03-05 04:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.063706 [API:8081]10.0.0.65 - - [2026-03-05 04:04:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 200 2121 0.054279 [API:8081]10.0.0.65 - - [2026-03-05 04:04:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.063266 --- 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-82820421 as ['ctest-TestRbacBasic-60525967'] to R virtual-network in ctest-TestRbacBasic-77936171 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-77936171', 'ctest-TestRbacBasic-77936171-63575373'], 'virtual_network', '31655b1c-0bd3-4e0c-a31b-b41e89712e3c', "Permission Denied for ctest-TestRbacBasic-82820421 as ['ctest-TestRbacBasic-60525967'] to R virtual-network in ctest-TestRbacBasic-77936171"),) [API:8081]10.0.0.65 - - [2026-03-05 04:04:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 403 198 0.041735 --- 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-82820421 as ['ctest-TestRbacBasic-60525967'] to R virtual-network in ctest-TestRbacBasic-77936171 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-77936171', 'ctest-TestRbacBasic-77936171-63575373'], 'virtual_network', '31655b1c-0bd3-4e0c-a31b-b41e89712e3c', "Permission Denied for ctest-TestRbacBasic-82820421 as ['ctest-TestRbacBasic-60525967'] to R virtual-network in ctest-TestRbacBasic-77936171"),) [API:8081]10.0.0.65 - - [2026-03-05 04:04:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 403 198 0.094385 [API:8081]10.0.0.65 - - [2026-03-05 04:04:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.056575 [API:8081]10.0.0.65 - - [2026-03-05 04:04:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 200 2121 0.048522 [API:8081]10.0.0.65 - - [2026-03-05 04:04:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.045122 [API:8081]10.0.0.65 - - [2026-03-05 04:04:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 401 205 0.000437 --- 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-74435520 as ['ctest-TestRbacBasic-68226438'] to R virtual-network in ctest-TestRbacBasic-77936171 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-77936171', 'ctest-TestRbacBasic-77936171-63575373'], 'virtual_network', '31655b1c-0bd3-4e0c-a31b-b41e89712e3c', "Permission Denied for ctest-TestRbacBasic-74435520 as ['ctest-TestRbacBasic-68226438'] to R virtual-network in ctest-TestRbacBasic-77936171"),) [API:8081]10.0.0.65 - - [2026-03-05 04:04:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 403 198 0.108910 [API:8081]10.0.0.65 - - [2026-03-05 04:04:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.055329 [API:8081]10.0.0.65 - - [2026-03-05 04:04:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-63575373?flat HTTP/1.1" 200 2121 0.057934 [API:8081]10.0.0.65 - - [2026-03-05 04:04:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.069821 [API:8081]10.0.0.65 - - [2026-03-05 04:04:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.073234 [API:8081]10.0.0.65 - - [2026-03-05 04:04:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.009403 [API:8081]10.0.0.65 - - [2026-03-05 04:04:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-77936171:f72a7290-6040-489e-9528-0f15bbd86819?flat HTTP/1.1" 200 5249 0.054706 [API:8081]10.0.0.65 - - [2026-03-05 04:04:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-77936171:f72a7290-6040-489e-9528-0f15bbd86819?flat HTTP/1.1" 200 5249 0.053413 [API:8081]10.0.0.65 - - [2026-03-05 04:04:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-77936171:f72a7290-6040-489e-9528-0f15bbd86819?flat HTTP/1.1" 200 5249 0.063235 [API:8081]10.0.0.65 - - [2026-03-05 04:04:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-36777420?flat HTTP/1.1" 200 8154 0.055668 [API:8081]10.0.0.65 - - [2026-03-05 04:04:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.026301 [API:8081]10.0.0.65 - - [2026-03-05 04:04:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.084011 [API:8081]10.0.0.65 - - [2026-03-05 04:04:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.026352 [API:8081]10.0.0.65 - - [2026-03-05 04:04:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12950 0.021414 [API:8081]10.0.0.65 - - [2026-03-05 04:04:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.061690 [API:8081]10.0.0.65 - - [2026-03-05 04:04:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.082487 [API:8081]10.0.0.65 - - [2026-03-05 04:04:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.024516 [API:8081]10.0.0.65 - - [2026-03-05 04:04:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12950 0.021415 [API:8081]10.0.0.65 - - [2026-03-05 04:04:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.071557 [API:8081]10.0.0.65 - - [2026-03-05 04:04:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-36777420?flat HTTP/1.1" 200 8154 0.049331 [API:8081]10.0.0.65 - - [2026-03-05 04:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.048285 [API:8081]10.0.0.65 - - [2026-03-05 04:05:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.030682 [API:8081]10.0.0.65 - - [2026-03-05 04:05:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.091506 [API:8081]10.0.0.65 - - [2026-03-05 04:05:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.029593 [API:8081]10.0.0.65 - - [2026-03-05 04:05:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12950 0.021001 [API:8081]10.0.0.65 - - [2026-03-05 04:05:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.033118 [API:8081]10.0.0.65 - - [2026-03-05 04:05:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12950 0.026534 [API:8081]10.0.0.65 - - [2026-03-05 04:05:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.024568 [API:8081]10.0.0.65 - - [2026-03-05 04:05:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12950 0.021965 [API:8081]10.0.0.65 - - [2026-03-05 04:05:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.026217 [API:8081]10.0.0.65 - - [2026-03-05 04:05:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12950 0.020272 [API:8081]10.0.0.65 - - [2026-03-05 04:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.034317 [API:8081]10.0.0.65 - - [2026-03-05 04:05:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12950 0.019837 [API:8081]10.0.0.65 - - [2026-03-05 04:05:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.029947 [API:8081]10.0.0.65 - - [2026-03-05 04:05:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12510 0.021802 [API:8081]10.0.0.65 - - [2026-03-05 04:05:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-77936171:ctest-TestRbacBasic-77936171-36777420?flat HTTP/1.1" 200 6889 0.011580 [API:8081]10.0.0.65 - - [2026-03-05 04:05:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007748 [Introspect:8090]10.0.0.65 - - [2026-03-05 04:05:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001026 [API:8081]10.0.0.65 - - [2026-03-05 04:05:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074421 [API:8081]10.0.0.65 - - [2026-03-05 04:05:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-03-05 04:05:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.068596 [API:8081]10.0.0.65 - - [2026-03-05 04:06:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.068500 [API:8081]10.0.0.133 - - [2026-03-05 04:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.133 - - [2026-03-05 04:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-03-05 04:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.33 - - [2026-03-05 04:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.133 - - [2026-03-05 04:08:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.133 - - [2026-03-05 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-03-05 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2026-03-05 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-03-05 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2026-03-05 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.65 - - [2026-03-05 04:08:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2026-03-05 04:08:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2026-03-05 04:08:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:5a34e70d-8373-452b-a3a0-afd1b2ace50f?flat HTTP/1.1" 200 5377 0.066835 [API:8081]10.0.0.65 - - [2026-03-05 04:08:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:5a34e70d-8373-452b-a3a0-afd1b2ace50f?flat HTTP/1.1" 200 5377 0.014972 [API:8081]10.0.0.65 - - [2026-03-05 04:08:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:5a34e70d-8373-452b-a3a0-afd1b2ace50f?flat HTTP/1.1" 200 5377 0.062061 [API:8081]10.0.0.65 - - [2026-03-05 04:08:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-67487346:ctest-vn1-56360852?flat HTTP/1.1" 200 9360 0.027873 [API:8081]10.0.0.65 - - [2026-03-05 04:08:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.025369 [API:8081]10.0.0.65 - - [2026-03-05 04:08:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.017988 [API:8081]10.0.0.65 - - [2026-03-05 04:08:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010613 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:3952fc89-d62a-4346-a6ec-9bc8c31d410f?flat HTTP/1.1" 200 5360 0.013611 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:3952fc89-d62a-4346-a6ec-9bc8c31d410f?flat HTTP/1.1" 200 5360 0.012964 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:3952fc89-d62a-4346-a6ec-9bc8c31d410f?flat HTTP/1.1" 200 5360 0.014831 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-67487346:ctest-vn1-56360852?flat HTTP/1.1" 200 9250 0.031511 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.023980 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.022817 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.031077 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.029091 [API:8081]10.0.0.65 - - [2026-03-05 04:08:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010440 [API:8081]10.0.0.65 - - [2026-03-05 04:08:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.026248 [API:8081]10.0.0.65 - - [2026-03-05 04:08:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.020670 [API:8081]10.0.0.65 - - [2026-03-05 04:08:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.050089 [API:8081]10.0.0.65 - - [2026-03-05 04:08:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.024729 [API:8081]10.0.0.65 - - [2026-03-05 04:08:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055165 [API:8081]10.0.0.65 - - [2026-03-05 04:08:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.028116 [API:8081]10.0.0.65 - - [2026-03-05 04:08:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.019712 [API:8081]10.0.0.65 - - [2026-03-05 04:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.023715 [API:8081]10.0.0.65 - - [2026-03-05 04:08:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.020118 [API:8081]10.0.0.65 - - [2026-03-05 04:08:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.024255 [API:8081]10.0.0.65 - - [2026-03-05 04:08:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.019198 [API:8081]10.0.0.65 - - [2026-03-05 04:08:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.025800 [API:8081]10.0.0.65 - - [2026-03-05 04:08:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.020530 [API:8081]10.0.0.65 - - [2026-03-05 04:08:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.037733 [API:8081]10.0.0.65 - - [2026-03-05 04:08:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12920 0.025133 [API:8081]10.0.0.65 - - [2026-03-05 04:08:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.044302 [API:8081]10.0.0.65 - - [2026-03-05 04:08:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 12554 0.018409 [API:8081]10.0.0.65 - - [2026-03-05 04:08:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-67487346:ctest-vn1-56360852?flat HTTP/1.1" 200 7478 0.012853 [API:8081]10.0.0.65 - - [2026-03-05 04:08:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008850 [API:8081]10.0.0.65 - - [2026-03-05 04:08:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.046742 [API:8081]10.0.0.65 - - [2026-03-05 04:08:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.019431 [API:8081]10.0.0.65 - - [2026-03-05 04:08:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.033880 [API:8081]10.0.0.65 - - [2026-03-05 04:08:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-67487346:ctest-vn1-56360852?flat HTTP/1.1" 200 4920 0.014977 [API:8081]10.0.0.65 - - [2026-03-05 04:08:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009328 [API:8081]10.0.0.65 - - [2026-03-05 04:08:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.008008 [API:8081]10.0.0.65 - - [2026-03-05 04:09:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.011686 [API:8081]10.0.0.65 - - [2026-03-05 04:09:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.062892 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:09:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007444 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002754 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005664 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003152 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:09:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003647 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003159 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002822 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:09:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002727 [API:8081]10.0.0.65 - - [2026-03-05 04:11:09] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.65 - - [2026-03-05 04:11:09] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.65 - - [2026-03-05 04:11:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066544 [API:8081]10.0.0.33 - - [2026-03-05 04:11:39] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.33 - - [2026-03-05 04:11:39] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.133 - - [2026-03-05 04:11:39] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.133 - - [2026-03-05 04:11:39] "GET /analytics HTTP/1.1" 401 205 0.000152 [Introspect:8090]10.0.0.65 - - [2026-03-05 04:11:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001023 [API:8081]10.0.0.65 - - [2026-03-05 04:11:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 11955 0.063033 [API:8081]10.0.0.65 - - [2026-03-05 04:11:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5433-1?flat HTTP/1.1" 200 6052 0.371184 [API:8081]10.0.0.65 - - [2026-03-05 04:11:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 6059 0.396421 [API:8081]10.0.0.65 - - [2026-03-05 04:11:55] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5433-3?flat HTTP/1.1" 200 3966 0.014768 [API:8081]10.0.0.65 - - [2026-03-05 04:11:55] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?flat HTTP/1.1" 200 7636 0.013142 [API:8081]10.0.0.65 - - [2026-03-05 04:11:55] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?flat HTTP/1.1" 200 6136 0.011679 [API:8081]10.0.0.65 - - [2026-03-05 04:11:55] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?flat HTTP/1.1" 200 6137 0.012027 [API:8081]10.0.0.65 - - [2026-03-05 04:11:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.008448 [API:8081]10.0.0.65 - - [2026-03-05 04:12:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.065385 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:a89caa95-547a-4ff3-bb55-6d46c64e31cf?flat HTTP/1.1" 200 5244 0.018194 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:a89caa95-547a-4ff3-bb55-6d46c64e31cf?flat HTTP/1.1" 200 5244 0.017024 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:a89caa95-547a-4ff3-bb55-6d46c64e31cf?flat HTTP/1.1" 200 5244 0.014165 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-67487346:ctest-vn1-39688640?flat HTTP/1.1" 200 6967 0.015108 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32861 0.025999 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12402 0.019782 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32861 0.022509 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12402 0.018510 [API:8081]10.0.0.65 - - [2026-03-05 04:12:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010788 [API:8081]10.0.0.133 - - [2026-03-05 04:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.133 - - [2026-03-05 04:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-03-05 04:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-03-05 04:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.133 - - [2026-03-05 04:13:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.133 - - [2026-03-05 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-03-05 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.33 - - [2026-03-05 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2026-03-05 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.65 - - [2026-03-05 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.65 - - [2026-03-05 04:13:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2026-03-05 04:13:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-03-05 04:13:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:7eae54e7-5ea7-46dc-9e62-3e29f68db810?flat HTTP/1.1" 200 5243 0.012370 [API:8081]10.0.0.65 - - [2026-03-05 04:13:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:7eae54e7-5ea7-46dc-9e62-3e29f68db810?flat HTTP/1.1" 200 5243 0.011951 [API:8081]10.0.0.65 - - [2026-03-05 04:13:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-67487346:7eae54e7-5ea7-46dc-9e62-3e29f68db810?flat HTTP/1.1" 200 5243 0.013535 [API:8081]10.0.0.65 - - [2026-03-05 04:13:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-67487346:ctest-vn2-47199243?flat HTTP/1.1" 200 7115 0.015004 [API:8081]10.0.0.65 - - [2026-03-05 04:13:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40488 0.025964 [API:8081]10.0.0.65 - - [2026-03-05 04:13:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40488 0.030349 [API:8081]10.0.0.65 - - [2026-03-05 04:13:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008191 [API:8081]10.0.0.65 - - [2026-03-05 04:14:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063808 [API:8081]10.0.0.65 - - [2026-03-05 04:14:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.026862 [API:8081]10.0.0.65 - - [2026-03-05 04:14:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.031028 [API:8081]10.0.0.65 - - [2026-03-05 04:14:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.027797 [API:8081]10.0.0.65 - - [2026-03-05 04:14:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.028374 [API:8081]10.0.0.65 - - [2026-03-05 04:14:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.027417 [API:8081]10.0.0.65 - - [2026-03-05 04:14:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.029688 [API:8081]10.0.0.65 - - [2026-03-05 04:14:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.028672 [API:8081]10.0.0.65 - - [2026-03-05 04:15:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.028948 [API:8081]10.0.0.65 - - [2026-03-05 04:15:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.029857 [API:8081]10.0.0.65 - - [2026-03-05 04:15:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40504 0.026938 [API:8081]10.0.0.65 - - [2026-03-05 04:15:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-67487346:ctest-vn2-47199243?flat HTTP/1.1" 200 7853 0.016273 [API:8081]10.0.0.65 - - [2026-03-05 04:15:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007635 [API:8081]10.0.0.65 - - [2026-03-05 04:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32902 0.025086 [API:8081]10.0.0.65 - - [2026-03-05 04:15:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 13587 0.019437 [API:8081]10.0.0.65 - - [2026-03-05 04:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32902 0.026639 [API:8081]10.0.0.65 - - [2026-03-05 04:15:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12934 0.019321 [API:8081]10.0.0.65 - - [2026-03-05 04:15:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32902 0.024183 [API:8081]10.0.0.65 - - [2026-03-05 04:15:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12813 0.018976 [API:8081]10.0.0.65 - - [2026-03-05 04:15:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-67487346:ctest-vn1-39688640?flat HTTP/1.1" 200 7783 0.016722 [API:8081]10.0.0.65 - - [2026-03-05 04:15:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010089 [API:8081]10.0.0.65 - - [2026-03-05 04:15:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.063638 [API:8081]10.0.0.65 - - [2026-03-05 04:16:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-33564786:07a2b411-06bc-4f63-bbe1-9fb47c62bdcc?flat HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2026-03-05 04:16:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-33564786:07a2b411-06bc-4f63-bbe1-9fb47c62bdcc?flat HTTP/1.1" 200 5228 0.069892 [API:8081]10.0.0.65 - - [2026-03-05 04:16:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-33564786:07a2b411-06bc-4f63-bbe1-9fb47c62bdcc?flat HTTP/1.1" 200 5228 0.061085 [API:8081]10.0.0.65 - - [2026-03-05 04:16:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-33564786:07a2b411-06bc-4f63-bbe1-9fb47c62bdcc?flat HTTP/1.1" 200 5228 0.080337 [API:8081]10.0.0.65 - - [2026-03-05 04:16:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-33564786:ctest-vn-98898532?flat HTTP/1.1" 200 6734 0.016594 [API:8081]10.0.0.65 - - [2026-03-05 04:16:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.028017 [API:8081]10.0.0.65 - - [2026-03-05 04:16:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.037700 [API:8081]10.0.0.65 - - [2026-03-05 04:16:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008325 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-33564786:a0c683a8-c932-470d-a48d-cb7b533319b3?flat HTTP/1.1" 200 5234 0.016374 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-33564786:a0c683a8-c932-470d-a48d-cb7b533319b3?flat HTTP/1.1" 200 5234 0.014406 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-33564786:a0c683a8-c932-470d-a48d-cb7b533319b3?flat HTTP/1.1" 200 5234 0.016125 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-33564786:ctest-vn-95280419?flat HTTP/1.1" 200 6750 0.018896 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.038591 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12902 0.022397 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.025754 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12902 0.020071 [API:8081]10.0.0.65 - - [2026-03-05 04:16:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007751 [API:8081]10.0.0.65 - - [2026-03-05 04:16:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.022919 [API:8081]10.0.0.65 - - [2026-03-05 04:16:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12903 0.021257 [API:8081]10.0.0.65 - - [2026-03-05 04:16:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.032110 [API:8081]10.0.0.65 - - [2026-03-05 04:16:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12903 0.019243 [API:8081]10.0.0.65 - - [2026-03-05 04:16:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32928 0.025252 [API:8081]10.0.0.65 - - [2026-03-05 04:16:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5433-2?flat HTTP/1.1" 200 12544 0.023079 [API:8081]10.0.0.65 - - [2026-03-05 04:16:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-33564786:ctest-vn-95280419?flat HTTP/1.1" 200 4885 0.011828 [API:8081]10.0.0.65 - - [2026-03-05 04:16:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008806 [API:8081]10.0.0.65 - - [2026-03-05 04:16:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.027483 [API:8081]10.0.0.65 - - [2026-03-05 04:16:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.035627 [API:8081]10.0.0.65 - - [2026-03-05 04:16:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.027414 [API:8081]10.0.0.65 - - [2026-03-05 04:16:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.062476 [API:8081]10.0.0.65 - - [2026-03-05 04:17:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.056355 [API:8081]10.0.0.65 - - [2026-03-05 04:17:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.040035 [API:8081]10.0.0.65 - - [2026-03-05 04:17:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5433-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40526 0.052145 [API:8081]10.0.0.65 - - [2026-03-05 04:17:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-33564786:ctest-vn-98898532?flat HTTP/1.1" 200 6180 0.012342 [API:8081]10.0.0.65 - - [2026-03-05 04:17:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008127 [API:8081]10.0.0.65 - - [2026-03-05 04:17:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2026-03-05 04:17:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.062091 [API:8081]10.0.0.65 - - [2026-03-05 04:17:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.054940 [API:8081]10.0.0.65 - - [2026-03-05 04:17:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065623 [API:8081]10.0.0.133 - - [2026-03-05 04:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.133 - - [2026-03-05 04:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.33 - - [2026-03-05 04:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-03-05 04:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.133 - - [2026-03-05 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.133 - - [2026-03-05 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-03-05 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-03-05 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.65 - - [2026-03-05 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.65 - - [2026-03-05 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.65 - - [2026-03-05 04:18:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2026-03-05 04:18:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2026-03-05 04:18:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.080366 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:19:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003866 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003100 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003148 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002746 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:19:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003032 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003561 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002729 [LOCAL API:8181]127.0.0.1 - - [2026-03-05 04:19:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5433-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003113 [API:8081]10.0.0.65 - - [2026-03-05 04:20:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068329 [API:8081]10.0.0.65 - - [2026-03-05 04:21:09] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-03-05 04:21:09] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.65 - - [2026-03-05 04:21:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.053105 [API:8081]10.0.0.33 - - [2026-03-05 04:21:39] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.33 - - [2026-03-05 04:21:39] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.133 - - [2026-03-05 04:21:39] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.133 - - [2026-03-05 04:21:39] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.133 - - [2026-03-05 04:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.133 - - [2026-03-05 04:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.33 - - [2026-03-05 04:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-03-05 04:23:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.133 - - [2026-03-05 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.133 - - [2026-03-05 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-03-05 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2026-03-05 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.65 - - [2026-03-05 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.65 - - [2026-03-05 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.65 - - [2026-03-05 04:23:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2026-03-05 04:23:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2026-03-05 04:23:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-03-05 04:23:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.058979 [API:8081]10.0.0.65 - - [2026-03-05 04:23:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057401 [API:8081]10.0.0.65 - - [2026-03-05 04:24:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.078177 [API:8081]10.0.0.65 - - [2026-03-05 04:26:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064439 [API:8081]10.0.0.65 - - [2026-03-05 04:27:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.097949 [API:8081]10.0.0.133 - - [2026-03-05 04:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.133 - - [2026-03-05 04:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.33 - - [2026-03-05 04:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.33 - - [2026-03-05 04:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.133 - - [2026-03-05 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.133 - - [2026-03-05 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.33 - - [2026-03-05 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-03-05 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.65 - - [2026-03-05 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2026-03-05 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.65 - - [2026-03-05 04:28:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2026-03-05 04:28:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.65 - - [2026-03-05 04:29:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066865 [Introspect:8090]10.0.0.65 - - [2026-03-05 04:29:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001049