++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Jun 15 01:54:55 AM UTC 2026 ===================' INFO: =================== Mon Jun 15 01:54:55 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.33:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.33:8086 10.0.0.65: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.23,10.0.0.33,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.33:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.33:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.33:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.33:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.33:6379 10.0.0.65: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.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.33:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.33,10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23,10.0.0.33,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.33,10.0.0.65 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + 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 ++ sed 's/^ANALYTICS_API__//g' ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 + 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: 06/15/2026 01:55:03.934 7f4be5f9d400 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/15/2026 01:55:04.088 7f4be5f9d400 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 06/15/2026 01:55:04.097 7f4be5f9d400 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/15/2026 01:55:04.098 7f4be5f9d400 [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.23: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-06-15 01:55:39] "GET /analytics HTTP/1.1" 401 205 0.000507 [API:8081]10.0.0.33 - - [2026-06-15 01:55:39] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.65 - - [2026-06-15 01:55:40] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-06-15 01:55:40] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.23 - - [2026-06-15 01:55:40] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-06-15 01:55:40] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.65 - - [2026-06-15 01:55:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.056331 [API:8081]10.0.0.33 - - [2026-06-15 01:56:10] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-06-15 01:56:10] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.65 - - [2026-06-15 01:56:11] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.65 - - [2026-06-15 01:56:11] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.23 - - [2026-06-15 01:56:11] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-06-15 01:56:11] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.33 - - [2026-06-15 01:56:40] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-06-15 01:56:40] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.65 - - [2026-06-15 01:56:41] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.65 - - [2026-06-15 01:56:41] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.65 - - [2026-06-15 01:57:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.049272 [Introspect:8090]10.0.0.23 - - [2026-06-15 01:58:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001130 [Introspect:8090]10.0.0.23 - - [2026-06-15 01:58:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001405 [API:8081]10.0.0.33 - - [2026-06-15 01:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000539 [API:8081]10.0.0.33 - - [2026-06-15 01:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.65 - - [2026-06-15 01:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-06-15 01:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2026-06-15 01:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.65 - - [2026-06-15 01:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-06-15 01:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-06-15 01:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.33 - - [2026-06-15 01:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2026-06-15 01:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-06-15 01:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000619 [API:8081]10.0.0.23 - - [2026-06-15 01:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.65 - - [2026-06-15 01:59:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060125 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001241 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001469 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001239 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.002039 [Introspect:8090]10.0.0.23 - - [2026-06-15 02:00:50] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000533 [API:8081]10.0.0.23 - - [2026-06-15 02:00:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1:Control:contrail-control:0?flat HTTP/1.1" 200 38108 0.065677 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.052283 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2:Control:contrail-control:0?flat HTTP/1.1" 200 35662 0.058797 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.018492 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3:Control:contrail-control:0?flat HTTP/1.1" 200 38719 0.086413 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13601 0.025068 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.021541 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.022125 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.013533 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.011904 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012464 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.018819 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.015143 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.014614 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012628 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018527 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014457 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018589 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014957 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017229 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016607 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014739 [API:8081]10.0.0.23 - - [2026-06-15 02:00:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018020 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017989 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.030152 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.023413 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.027447 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017323 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14209 0.015964 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018631 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.030016 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.020766 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12029 0.022063 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.017585 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.019620 [API:8081]10.0.0.23 - - [2026-06-15 02:00:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12029 0.024646 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.020018 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.014565 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.025149 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.013944 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013351 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.022985 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012339 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.014143 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.016317 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015978 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.017967 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14209 0.018136 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015018 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.025673 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.021404 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021641 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.014004 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017711 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.017800 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.012772 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.020919 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.022821 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1:Control:contrail-control:0?flat HTTP/1.1" 200 38108 0.045069 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013930 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.026152 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2:Control:contrail-control:0?flat HTTP/1.1" 200 35662 0.034950 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012656 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.019477 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3:Control:contrail-control:0?flat HTTP/1.1" 200 38719 0.026725 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012657 [API:8081]10.0.0.23 - - [2026-06-15 02:00:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5940-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13601 0.015863 [API:8081]10.0.0.23 - - [2026-06-15 02:00:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 12020 0.022295 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?flat HTTP/1.1" 200 18907 0.024922 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?flat HTTP/1.1" 200 14491 0.020802 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?flat HTTP/1.1" 200 15221 0.019319 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?flat HTTP/1.1" 200 18907 0.020842 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?flat HTTP/1.1" 200 14491 0.018605 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?flat HTTP/1.1" 200 15221 0.019694 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?flat HTTP/1.1" 200 18907 0.027043 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?flat HTTP/1.1" 200 14491 0.020304 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?flat HTTP/1.1" 200 15221 0.017995 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?flat HTTP/1.1" 200 18907 0.028384 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?flat HTTP/1.1" 200 14491 0.032353 [API:8081]10.0.0.23 - - [2026-06-15 02:00:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?flat HTTP/1.1" 200 15221 0.031919 [API:8081]10.0.0.23 - - [2026-06-15 02:00:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 7993 0.016068 [API:8081]10.0.0.23 - - [2026-06-15 02:00:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 7995 0.018723 [API:8081]10.0.0.23 - - [2026-06-15 02:00:59] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-3?flat HTTP/1.1" 200 7995 0.019193 [API:8081]10.0.0.65 - - [2026-06-15 02:01:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052247 [API:8081]10.0.0.23 - - [2026-06-15 02:01:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2026-06-15 02:01:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.050786 [API:8081]10.0.0.23 - - [2026-06-15 02:01:26] "POST /analytics/query HTTP/1.1" 200 61843 1.057778 [API:8081]10.0.0.23 - - [2026-06-15 02:01:27] "POST /analytics/query HTTP/1.1" 200 5872 1.066623 [API:8081]10.0.0.23 - - [2026-06-15 02:01:28] "POST /analytics/query HTTP/1.1" 200 871 1.027771 [API:8081]10.0.0.23 - - [2026-06-15 02:01:29] "POST /analytics/query HTTP/1.1" 200 5872 1.021459 [API:8081]10.0.0.23 - - [2026-06-15 02:01:30] "POST /analytics/query HTTP/1.1" 200 871 1.022902 [API:8081]10.0.0.23 - - [2026-06-15 02:01:44] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000946 [API:8081]10.0.0.65 - - [2026-06-15 02:02:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.660669 [API:8081]10.0.0.33 - - [2026-06-15 02:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-06-15 02:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.65 - - [2026-06-15 02:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.65 - - [2026-06-15 02:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2026-06-15 02:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2026-06-15 02:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-06-15 02:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000800 [API:8081]10.0.0.23 - - [2026-06-15 02:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.33 - - [2026-06-15 02:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-15 02:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-06-15 02:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-15 02:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.65 - - [2026-06-15 02:04:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064577 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002968 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002935 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002602 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002966 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003246 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002626 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002694 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003668 [API:8081]10.0.0.65 - - [2026-06-15 02:05:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063336 [API:8081]10.0.0.23 - - [2026-06-15 02:06:11] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-06-15 02:06:11] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.23 - - [2026-06-15 02:06:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-06-15 02:06:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.052502 [API:8081]10.0.0.23 - - [2026-06-15 02:06:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.061821 [API:8081]10.0.0.33 - - [2026-06-15 02:06:40] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.33 - - [2026-06-15 02:06:40] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.65 - - [2026-06-15 02:06:41] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2026-06-15 02:06:41] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.65 - - [2026-06-15 02:07:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.044588 [API:8081]10.0.0.65 - - [2026-06-15 02:08:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.048083 [API:8081]10.0.0.33 - - [2026-06-15 02:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2026-06-15 02:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.65 - - [2026-06-15 02:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-06-15 02:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2026-06-15 02:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-06-15 02:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-06-15 02:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-06-15 02:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-06-15 02:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.33 - - [2026-06-15 02:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-06-15 02:08:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-06-15 02:08:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2026-06-15 02:10:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064260 [API:8081]10.0.0.65 - - [2026-06-15 02:11:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063475 [API:8081]10.0.0.23 - - [2026-06-15 02:12:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-06-15 02:12:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.053409 [API:8081]10.0.0.23 - - [2026-06-15 02:12:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.051739 [API:8081]10.0.0.65 - - [2026-06-15 02:13:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.041126 [API:8081]10.0.0.33 - - [2026-06-15 02:13:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2026-06-15 02:13:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.65 - - [2026-06-15 02:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-06-15 02:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2026-06-15 02:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.65 - - [2026-06-15 02:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.23 - - [2026-06-15 02:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2026-06-15 02:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2026-06-15 02:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2026-06-15 02:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-06-15 02:13:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-06-15 02:13:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-06-15 02:14:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.053395 [API:8081]10.0.0.23 - - [2026-06-15 02:14:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1888 0.024797 [API:8081]10.0.0.23 - - [2026-06-15 02:14:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2116 0.042376 [API:8081]10.0.0.23 - - [2026-06-15 02:14:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2344 0.010556 [API:8081]10.0.0.23 - - [2026-06-15 02:14:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2572 0.010273 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002666 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003557 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.010195 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.011114 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003644 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.014340 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002584 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007061 [API:8081]10.0.0.23 - - [2026-06-15 02:16:11] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-06-15 02:16:11] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.65 - - [2026-06-15 02:16:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078818 [API:8081]10.0.0.33 - - [2026-06-15 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2026-06-15 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.65 - - [2026-06-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-06-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.23 - - [2026-06-15 02:17:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.019097 [API:8081]10.0.0.23 - - [2026-06-15 02:17:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12545 0.018369 [API:8081]10.0.0.23 - - [2026-06-15 02:17:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-06857569:ctest-vnet1-23873649?flat HTTP/1.1" 200 8245 0.011834 [API:8081]10.0.0.23 - - [2026-06-15 02:17:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007715 [API:8081]10.0.0.23 - - [2026-06-15 02:17:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.019906 [API:8081]10.0.0.65 - - [2026-06-15 02:17:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.062231 [API:8081]10.0.0.23 - - [2026-06-15 02:17:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.016170 [API:8081]10.0.0.23 - - [2026-06-15 02:17:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.047347 [API:8081]10.0.0.23 - - [2026-06-15 02:17:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.017593 [API:8081]10.0.0.23 - - [2026-06-15 02:17:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.053671 [API:8081]10.0.0.23 - - [2026-06-15 02:17:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.017323 [API:8081]10.0.0.23 - - [2026-06-15 02:17:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.018264 [API:8081]10.0.0.23 - - [2026-06-15 02:17:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24563 0.018985 [API:8081]10.0.0.23 - - [2026-06-15 02:17:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-06857569:ctest-vnet0-36077694?flat HTTP/1.1" 200 8245 0.013212 [API:8081]10.0.0.23 - - [2026-06-15 02:17:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008115 [API:8081]10.0.0.23 - - [2026-06-15 02:17:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1440 0.009945 [API:8081]10.0.0.33 - - [2026-06-15 02:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2026-06-15 02:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2026-06-15 02:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2026-06-15 02:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.65 - - [2026-06-15 02:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2026-06-15 02:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.23 - - [2026-06-15 02:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.23 - - [2026-06-15 02:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-06-15 02:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2026-06-15 02:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-06-15 02:18:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-06-15 02:18:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2026-06-15 02:19:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056621 [API:8081]10.0.0.23 - - [2026-06-15 02:19:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-06-15 02:19:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.054990 [API:8081]10.0.0.65 - - [2026-06-15 02:20:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.052774 [API:8081]10.0.0.23 - - [2026-06-15 02:20:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.059742 [API:8081]10.0.0.23 - - [2026-06-15 02:20:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-96363774:ctest-vnet0-42396481?flat HTTP/1.1" 200 7198 0.013007 [API:8081]10.0.0.23 - - [2026-06-15 02:20:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.040232 [API:8081]10.0.0.23 - - [2026-06-15 02:20:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-06-15 02:20:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1456 0.056954 [API:8081]10.0.0.23 - - [2026-06-15 02:21:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000544 [API:8081]10.0.0.23 - - [2026-06-15 02:21:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.099981 [API:8081]10.0.0.23 - - [2026-06-15 02:21:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.055855 [API:8081]10.0.0.23 - - [2026-06-15 02:21:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.076034 [API:8081]10.0.0.23 - - [2026-06-15 02:22:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:e30a94a6-9b07-44e7-9db1-9af1356a67ad?flat HTTP/1.1" 200 5230 0.013404 [API:8081]10.0.0.23 - - [2026-06-15 02:22:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:e30a94a6-9b07-44e7-9db1-9af1356a67ad?flat HTTP/1.1" 200 5230 0.014002 [API:8081]10.0.0.23 - - [2026-06-15 02:22:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:e30a94a6-9b07-44e7-9db1-9af1356a67ad?flat HTTP/1.1" 200 5230 0.016013 [API:8081]10.0.0.23 - - [2026-06-15 02:22:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10901488:ctest-VN1-72328750?flat HTTP/1.1" 200 8552 0.015055 [API:8081]10.0.0.23 - - [2026-06-15 02:22:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.018487 [API:8081]10.0.0.23 - - [2026-06-15 02:22:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.017154 [API:8081]10.0.0.23 - - [2026-06-15 02:22:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011248 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:1a69abe1-4624-4945-a711-afdf8a03b006?flat HTTP/1.1" 200 5091 0.014578 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:1a69abe1-4624-4945-a711-afdf8a03b006?flat HTTP/1.1" 200 5091 0.013609 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:1a69abe1-4624-4945-a711-afdf8a03b006?flat HTTP/1.1" 200 5091 0.011912 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10901488:ctest-VN2-71489981?flat HTTP/1.1" 200 7858 0.013019 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.017721 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12957 0.019984 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.024379 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12957 0.019946 [API:8081]10.0.0.23 - - [2026-06-15 02:22:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009265 [API:8081]10.0.0.23 - - [2026-06-15 02:22:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:3beb2a55-fcee-4adb-a0a6-45baf7c63c7e?flat HTTP/1.1" 200 5480 0.015139 [API:8081]10.0.0.23 - - [2026-06-15 02:22:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:3beb2a55-fcee-4adb-a0a6-45baf7c63c7e?flat HTTP/1.1" 200 5480 0.017973 [API:8081]10.0.0.23 - - [2026-06-15 02:22:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10901488:3beb2a55-fcee-4adb-a0a6-45baf7c63c7e?flat HTTP/1.1" 200 5480 0.014455 [API:8081]10.0.0.23 - - [2026-06-15 02:22:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10901488:ctest-VN3-87954858?flat HTTP/1.1" 200 9055 0.016313 [API:8081]10.0.0.23 - - [2026-06-15 02:22:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.015452 [API:8081]10.0.0.23 - - [2026-06-15 02:22:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.020103 [API:8081]10.0.0.23 - - [2026-06-15 02:22:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009412 [API:8081]10.0.0.65 - - [2026-06-15 02:22:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070605 [API:8081]10.0.0.23 - - [2026-06-15 02:22:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.017287 [API:8081]10.0.0.23 - - [2026-06-15 02:22:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.019339 [API:8081]10.0.0.23 - - [2026-06-15 02:22:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.017350 [API:8081]10.0.0.23 - - [2026-06-15 02:22:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24579 0.021076 [API:8081]10.0.0.23 - - [2026-06-15 02:22:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10901488:ctest-VN3-87954858?flat HTTP/1.1" 200 6221 0.025355 [API:8081]10.0.0.23 - - [2026-06-15 02:22:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008689 [API:8081]10.0.0.23 - - [2026-06-15 02:22:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020709 [API:8081]10.0.0.23 - - [2026-06-15 02:22:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.020661 [API:8081]10.0.0.23 - - [2026-06-15 02:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.022029 [API:8081]10.0.0.23 - - [2026-06-15 02:22:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.024389 [API:8081]10.0.0.23 - - [2026-06-15 02:22:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019339 [API:8081]10.0.0.23 - - [2026-06-15 02:22:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.021799 [API:8081]10.0.0.23 - - [2026-06-15 02:22:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.025558 [API:8081]10.0.0.23 - - [2026-06-15 02:22:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.022162 [API:8081]10.0.0.23 - - [2026-06-15 02:22:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.021434 [API:8081]10.0.0.23 - - [2026-06-15 02:22:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.019845 [API:8081]10.0.0.23 - - [2026-06-15 02:22:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.023082 [API:8081]10.0.0.23 - - [2026-06-15 02:22:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.021535 [API:8081]10.0.0.23 - - [2026-06-15 02:22:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019008 [API:8081]10.0.0.23 - - [2026-06-15 02:22:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.021574 [API:8081]10.0.0.23 - - [2026-06-15 02:23:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019256 [API:8081]10.0.0.23 - - [2026-06-15 02:23:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.021567 [API:8081]10.0.0.23 - - [2026-06-15 02:23:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.037308 [API:8081]10.0.0.23 - - [2026-06-15 02:23:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13695 0.043977 [API:8081]10.0.0.23 - - [2026-06-15 02:23:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.027672 [API:8081]10.0.0.23 - - [2026-06-15 02:23:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13397 0.021297 [API:8081]10.0.0.23 - - [2026-06-15 02:23:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10901488:ctest-VN2-71489981?flat HTTP/1.1" 200 6552 0.017679 [API:8081]10.0.0.23 - - [2026-06-15 02:23:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010857 [API:8081]10.0.0.23 - - [2026-06-15 02:23:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.016986 [API:8081]10.0.0.23 - - [2026-06-15 02:23:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018916 [API:8081]10.0.0.23 - - [2026-06-15 02:23:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017499 [API:8081]10.0.0.65 - - [2026-06-15 02:23:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.048290 [API:8081]10.0.0.23 - - [2026-06-15 02:23:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.015739 [API:8081]10.0.0.23 - - [2026-06-15 02:23:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017428 [API:8081]10.0.0.23 - - [2026-06-15 02:23:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016139 [API:8081]10.0.0.23 - - [2026-06-15 02:23:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020070 [API:8081]10.0.0.23 - - [2026-06-15 02:23:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017145 [API:8081]10.0.0.23 - - [2026-06-15 02:23:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.015983 [API:8081]10.0.0.23 - - [2026-06-15 02:23:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10901488:ctest-VN1-72328750?flat HTTP/1.1" 200 6771 0.012165 [API:8081]10.0.0.23 - - [2026-06-15 02:23:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008154 [API:8081]10.0.0.23 - - [2026-06-15 02:23:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-06-15 02:23:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.33 - - [2026-06-15 02:23:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-06-15 02:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.65 - - [2026-06-15 02:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.23 - - [2026-06-15 02:23:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.176011 [API:8081]10.0.0.65 - - [2026-06-15 02:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.65 - - [2026-06-15 02:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.23 - - [2026-06-15 02:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-06-15 02:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-06-15 02:23:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.050602 [API:8081]10.0.0.33 - - [2026-06-15 02:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-15 02:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-06-15 02:23:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.060047 [API:8081]10.0.0.23 - - [2026-06-15 02:23:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-15 02:23:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:32dd9704-8d3f-4180-8671-fa7f2ba7a078?flat HTTP/1.1" 200 5356 0.013620 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:32dd9704-8d3f-4180-8671-fa7f2ba7a078?flat HTTP/1.1" 200 5356 0.012226 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:32dd9704-8d3f-4180-8671-fa7f2ba7a078?flat HTTP/1.1" 200 5356 0.012676 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:32dd9704-8d3f-4180-8671-fa7f2ba7a078?flat HTTP/1.1" 200 5356 0.014416 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-64418777:ctest-VN1-44142133?flat HTTP/1.1" 200 9448 0.014443 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016955 [API:8081]10.0.0.23 - - [2026-06-15 02:24:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017006 [API:8081]10.0.0.23 - - [2026-06-15 02:24:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011138 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:16534688-7e30-4e14-a8ea-83b85d641c2e?flat HTTP/1.1" 200 5220 0.014006 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:16534688-7e30-4e14-a8ea-83b85d641c2e?flat HTTP/1.1" 200 5220 0.016903 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:16534688-7e30-4e14-a8ea-83b85d641c2e?flat HTTP/1.1" 200 5220 0.015098 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:16534688-7e30-4e14-a8ea-83b85d641c2e?flat HTTP/1.1" 200 5220 0.013999 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-64418777:ctest-VN2-15378418?flat HTTP/1.1" 200 8639 0.018100 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.022071 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12987 0.019772 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.020235 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12987 0.021415 [API:8081]10.0.0.23 - - [2026-06-15 02:24:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009127 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:5fd2be9e-e003-4a6a-b1e0-d539c26578da?flat HTTP/1.1" 200 5222 0.011388 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:5fd2be9e-e003-4a6a-b1e0-d539c26578da?flat HTTP/1.1" 200 5222 0.011687 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:5fd2be9e-e003-4a6a-b1e0-d539c26578da?flat HTTP/1.1" 200 5222 0.012717 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-64418777:5fd2be9e-e003-4a6a-b1e0-d539c26578da?flat HTTP/1.1" 200 5222 0.012070 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-64418777:ctest-VN3-37413015?flat HTTP/1.1" 200 8207 0.012142 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016050 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018563 [API:8081]10.0.0.23 - - [2026-06-15 02:24:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009984 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002757 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003381 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003074 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003512 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003354 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002983 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002500 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002335 [API:8081]10.0.0.65 - - [2026-06-15 02:25:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052910 [API:8081]10.0.0.23 - - [2026-06-15 02:25:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016661 [API:8081]10.0.0.23 - - [2026-06-15 02:25:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017277 [API:8081]10.0.0.23 - - [2026-06-15 02:25:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019471 [API:8081]10.0.0.23 - - [2026-06-15 02:25:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-64418777:ctest-VN3-37413015?flat HTTP/1.1" 200 6968 0.012578 [API:8081]10.0.0.23 - - [2026-06-15 02:25:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009531 [API:8081]10.0.0.23 - - [2026-06-15 02:25:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022344 [API:8081]10.0.0.23 - - [2026-06-15 02:25:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12568 0.019905 [API:8081]10.0.0.23 - - [2026-06-15 02:25:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-64418777:ctest-VN2-15378418?flat HTTP/1.1" 200 7315 0.011804 [API:8081]10.0.0.23 - - [2026-06-15 02:25:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009616 [API:8081]10.0.0.23 - - [2026-06-15 02:25:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017514 [API:8081]10.0.0.23 - - [2026-06-15 02:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016328 [API:8081]10.0.0.23 - - [2026-06-15 02:25:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020132 [API:8081]10.0.0.23 - - [2026-06-15 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017908 [API:8081]10.0.0.23 - - [2026-06-15 02:25:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.015203 [API:8081]10.0.0.23 - - [2026-06-15 02:25:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.025418 [API:8081]10.0.0.23 - - [2026-06-15 02:26:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.024123 [API:8081]10.0.0.23 - - [2026-06-15 02:26:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018439 [API:8081]10.0.0.23 - - [2026-06-15 02:26:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-64418777:ctest-VN1-44142133?flat HTTP/1.1" 200 7643 0.013579 [API:8081]10.0.0.23 - - [2026-06-15 02:26:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007990 [API:8081]10.0.0.23 - - [2026-06-15 02:26:11] "GET /analytics HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2026-06-15 02:26:11] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.23 - - [2026-06-15 02:26:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-06-15 02:26:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.050776 [API:8081]10.0.0.23 - - [2026-06-15 02:26:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.049956 [API:8081]10.0.0.65 - - [2026-06-15 02:26:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.057543 [API:8081]10.0.0.33 - - [2026-06-15 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.33 - - [2026-06-15 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.65 - - [2026-06-15 02:26:41] "GET /analytics HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.65 - - [2026-06-15 02:26:41] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.23 - - [2026-06-15 02:28:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-15 02:28:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.090671 [API:8081]10.0.0.65 - - [2026-06-15 02:28:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049129 [API:8081]10.0.0.33 - - [2026-06-15 02:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2026-06-15 02:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2026-06-15 02:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.65 - - [2026-06-15 02:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.65 - - [2026-06-15 02:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.65 - - [2026-06-15 02:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-06-15 02:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-06-15 02:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2026-06-15 02:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-06-15 02:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-06-15 02:28:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.23 - - [2026-06-15 02:28:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.65 - - [2026-06-15 02:29:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.055175 [API:8081]10.0.0.23 - - [2026-06-15 02:30:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020082 [API:8081]10.0.0.23 - - [2026-06-15 02:30:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.052553 [API:8081]10.0.0.23 - - [2026-06-15 02:30:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.056952 [API:8081]10.0.0.23 - - [2026-06-15 02:30:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019133 [API:8081]10.0.0.23 - - [2026-06-15 02:30:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017176 [API:8081]10.0.0.23 - - [2026-06-15 02:30:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017030 [API:8081]10.0.0.23 - - [2026-06-15 02:30:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018845 [API:8081]10.0.0.23 - - [2026-06-15 02:30:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019868 [API:8081]10.0.0.23 - - [2026-06-15 02:30:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.039126 [API:8081]10.0.0.23 - - [2026-06-15 02:30:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-41900565:ctest-vnet0-98949889?flat HTTP/1.1" 200 7967 0.012367 [API:8081]10.0.0.23 - - [2026-06-15 02:30:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010141 [API:8081]10.0.0.23 - - [2026-06-15 02:30:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2026-06-15 02:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1440 0.051733 [API:8081]10.0.0.23 - - [2026-06-15 02:30:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1664 0.044579 [API:8081]10.0.0.65 - - [2026-06-15 02:31:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048589 [API:8081]10.0.0.65 - - [2026-06-15 02:32:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.051216 [API:8081]10.0.0.23 - - [2026-06-15 02:33:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020520 [API:8081]10.0.0.23 - - [2026-06-15 02:33:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12972 0.058722 [API:8081]10.0.0.33 - - [2026-06-15 02:33:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.33 - - [2026-06-15 02:33:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.65 - - [2026-06-15 02:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2026-06-15 02:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-06-15 02:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-06-15 02:33:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.038739 [API:8081]10.0.0.65 - - [2026-06-15 02:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-06-15 02:33:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12972 0.023253 [API:8081]10.0.0.23 - - [2026-06-15 02:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.23 - - [2026-06-15 02:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.33 - - [2026-06-15 02:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-06-15 02:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-06-15 02:33:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.23 - - [2026-06-15 02:33:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-06-15 02:33:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022885 [API:8081]10.0.0.23 - - [2026-06-15 02:33:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12972 0.024051 [API:8081]10.0.0.23 - - [2026-06-15 02:34:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.028515 [API:8081]10.0.0.23 - - [2026-06-15 02:34:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12972 0.023623 [API:8081]10.0.0.23 - - [2026-06-15 02:34:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020951 [API:8081]10.0.0.23 - - [2026-06-15 02:34:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12972 0.019548 [API:8081]10.0.0.23 - - [2026-06-15 02:34:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019915 [API:8081]10.0.0.23 - - [2026-06-15 02:34:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12972 0.025254 [API:8081]10.0.0.23 - - [2026-06-15 02:34:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020367 [API:8081]10.0.0.23 - - [2026-06-15 02:34:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12585 0.021134 [API:8081]10.0.0.23 - - [2026-06-15 02:34:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-06228306:ctest-vnet1-92184649?flat HTTP/1.1" 200 7304 0.014042 [API:8081]10.0.0.23 - - [2026-06-15 02:34:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009710 [API:8081]10.0.0.23 - - [2026-06-15 02:34:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.019470 [API:8081]10.0.0.23 - - [2026-06-15 02:34:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017807 [API:8081]10.0.0.23 - - [2026-06-15 02:34:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.022640 [API:8081]10.0.0.23 - - [2026-06-15 02:34:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.022839 [API:8081]10.0.0.23 - - [2026-06-15 02:34:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017924 [API:8081]10.0.0.65 - - [2026-06-15 02:34:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048001 [API:8081]10.0.0.23 - - [2026-06-15 02:34:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020175 [API:8081]10.0.0.23 - - [2026-06-15 02:34:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019383 [API:8081]10.0.0.23 - - [2026-06-15 02:34:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.021804 [API:8081]10.0.0.23 - - [2026-06-15 02:34:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-06228306:ctest-vnet0-82209508?flat HTTP/1.1" 200 6958 0.012350 [API:8081]10.0.0.23 - - [2026-06-15 02:34:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008278 [API:8081]10.0.0.23 - - [2026-06-15 02:34:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-06-15 02:34:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.047448 [API:8081]10.0.0.23 - - [2026-06-15 02:34:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1688 0.050574 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003673 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003616 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006962 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006550 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004698 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005676 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003571 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006416 [API:8081]10.0.0.65 - - [2026-06-15 02:35:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.045651 [API:8081]10.0.0.23 - - [2026-06-15 02:36:11] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-06-15 02:36:11] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.33 - - [2026-06-15 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-06-15 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000116 [API:8081]10.0.0.65 - - [2026-06-15 02:36:41] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-06-15 02:36:41] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.65 - - [2026-06-15 02:37:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050026 [API:8081]10.0.0.23 - - [2026-06-15 02:38:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.022993 [API:8081]10.0.0.23 - - [2026-06-15 02:38:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13005 0.063656 [API:8081]10.0.0.23 - - [2026-06-15 02:38:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.027786 [API:8081]10.0.0.23 - - [2026-06-15 02:38:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13005 0.026355 [API:8081]10.0.0.23 - - [2026-06-15 02:38:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.021990 [API:8081]10.0.0.23 - - [2026-06-15 02:38:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13005 0.024658 [API:8081]10.0.0.65 - - [2026-06-15 02:38:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.057091 [API:8081]10.0.0.23 - - [2026-06-15 02:38:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.022071 [API:8081]10.0.0.23 - - [2026-06-15 02:38:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13005 0.020130 [API:8081]10.0.0.23 - - [2026-06-15 02:38:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.033068 [API:8081]10.0.0.23 - - [2026-06-15 02:38:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 12577 0.031170 [API:8081]10.0.0.23 - - [2026-06-15 02:38:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-33631998:ctest-vnet1-12177689?flat HTTP/1.1" 200 8065 0.016660 [API:8081]10.0.0.23 - - [2026-06-15 02:38:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009756 [API:8081]10.0.0.23 - - [2026-06-15 02:38:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.017457 [API:8081]10.0.0.23 - - [2026-06-15 02:38:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.018099 [API:8081]10.0.0.23 - - [2026-06-15 02:38:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.017724 [API:8081]10.0.0.23 - - [2026-06-15 02:38:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.016480 [API:8081]10.0.0.33 - - [2026-06-15 02:38:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.33 - - [2026-06-15 02:38:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.65 - - [2026-06-15 02:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.65 - - [2026-06-15 02:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2026-06-15 02:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.65 - - [2026-06-15 02:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-06-15 02:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-06-15 02:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.33 - - [2026-06-15 02:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-06-15 02:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-06-15 02:38:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.020550 [API:8081]10.0.0.23 - - [2026-06-15 02:38:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.002130 [API:8081]10.0.0.23 - - [2026-06-15 02:38:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.23 - - [2026-06-15 02:38:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.018410 [API:8081]10.0.0.23 - - [2026-06-15 02:39:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.020709 [API:8081]10.0.0.23 - - [2026-06-15 02:39:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.017955 [API:8081]10.0.0.23 - - [2026-06-15 02:39:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.016658 [API:8081]10.0.0.23 - - [2026-06-15 02:39:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-33631998:ctest-vnet0-64973713?flat HTTP/1.1" 200 7708 0.011857 [API:8081]10.0.0.23 - - [2026-06-15 02:39:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007138 [API:8081]10.0.0.65 - - [2026-06-15 02:40:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046197 [API:8081]10.0.0.65 - - [2026-06-15 02:41:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.044994 [API:8081]10.0.0.23 - - [2026-06-15 02:42:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2026-06-15 02:42:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.049490 [API:8081]10.0.0.65 - - [2026-06-15 02:43:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060900 [API:8081]10.0.0.33 - - [2026-06-15 02:43:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2026-06-15 02:43:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2026-06-15 02:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.65 - - [2026-06-15 02:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.65 - - [2026-06-15 02:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.65 - - [2026-06-15 02:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-06-15 02:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2026-06-15 02:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2026-06-15 02:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2026-06-15 02:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.23 - - [2026-06-15 02:43:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.23 - - [2026-06-15 02:43:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.23 - - [2026-06-15 02:44:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.047437 [API:8081]10.0.0.65 - - [2026-06-15 02:44:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.067455 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003010 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003433 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003846 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003325 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003119 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003371 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003408 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003885 [API:8081]10.0.0.23 - - [2026-06-15 02:45:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-06-15 02:45:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1562 0.042257 [API:8081]10.0.0.23 - - [2026-06-15 02:46:11] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-15 02:46:11] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686:af4e4642-ca59-44ab-895a-093c2e6df1c4?flat HTTP/1.1" 200 5821 0.041977 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686:af4e4642-ca59-44ab-895a-093c2e6df1c4?flat HTTP/1.1" 200 5821 0.043798 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686:af4e4642-ca59-44ab-895a-093c2e6df1c4?flat HTTP/1.1" 200 5821 0.012769 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686-32370009?flat HTTP/1.1" 200 10795 0.019180 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.017776 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.016757 [API:8081]10.0.0.23 - - [2026-06-15 02:46:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009439 [API:8081]10.0.0.65 - - [2026-06-15 02:46:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047467 [API:8081]10.0.0.33 - - [2026-06-15 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2026-06-15 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.65 - - [2026-06-15 02:46:41] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2026-06-15 02:46:41] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.23 - - [2026-06-15 02:46:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686:4eed94dc-82d3-4ab4-8356-c107387cfa35?flat HTTP/1.1" 200 5954 0.014881 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686:4eed94dc-82d3-4ab4-8356-c107387cfa35?flat HTTP/1.1" 200 5954 0.012225 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686:4eed94dc-82d3-4ab4-8356-c107387cfa35?flat HTTP/1.1" 200 5954 0.012573 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686:ctest-SecurityGroupBasicRegressionTests1Ipv6-72982686-32370009?flat HTTP/1.1" 200 13436 0.019605 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.019370 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13201 0.020820 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.019551 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13201 0.022571 [API:8081]10.0.0.23 - - [2026-06-15 02:46:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008920 [API:8081]10.0.0.65 - - [2026-06-15 02:47:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.046916 [API:8081]10.0.0.33 - - [2026-06-15 02:48:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.33 - - [2026-06-15 02:48:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2026-06-15 02:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2026-06-15 02:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2026-06-15 02:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.65 - - [2026-06-15 02:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-06-15 02:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.23 - - [2026-06-15 02:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.33 - - [2026-06-15 02:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-15 02:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-06-15 02:48:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-06-15 02:48:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2026-06-15 02:49:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050359 [API:8081]10.0.0.23 - - [2026-06-15 02:49:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-06-15 02:49:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1928 0.046546 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:6fd9a77b-046f-43dd-8fcc-d1c311e59d0d?flat HTTP/1.1" 200 5659 0.057760 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:6fd9a77b-046f-43dd-8fcc-d1c311e59d0d?flat HTTP/1.1" 200 5659 0.059505 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:6fd9a77b-046f-43dd-8fcc-d1c311e59d0d?flat HTTP/1.1" 200 5659 0.012564 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424-18093194?flat HTTP/1.1" 200 9963 0.017593 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.022141 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.027305 [API:8081]10.0.0.23 - - [2026-06-15 02:50:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009887 [API:8081]10.0.0.65 - - [2026-06-15 02:50:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.056181 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:404dfc6a-e56f-4d1a-9040-e2a7aad44d86?flat HTTP/1.1" 200 5668 0.013087 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:404dfc6a-e56f-4d1a-9040-e2a7aad44d86?flat HTTP/1.1" 200 5668 0.012821 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:404dfc6a-e56f-4d1a-9040-e2a7aad44d86?flat HTTP/1.1" 200 5668 0.012938 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424-18093194?flat HTTP/1.1" 200 11494 0.021078 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.019548 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13798 0.021362 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.025254 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13798 0.019469 [API:8081]10.0.0.23 - - [2026-06-15 02:50:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009112 [API:8081]10.0.0.23 - - [2026-06-15 02:52:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.024674 [API:8081]10.0.0.23 - - [2026-06-15 02:52:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13201 0.029166 [API:8081]10.0.0.23 - - [2026-06-15 02:52:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424-18093194?flat HTTP/1.1" 200 11630 0.017665 [API:8081]10.0.0.23 - - [2026-06-15 02:52:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008391 [API:8081]10.0.0.65 - - [2026-06-15 02:52:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050951 [API:8081]10.0.0.23 - - [2026-06-15 02:52:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.016769 [API:8081]10.0.0.23 - - [2026-06-15 02:52:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020228 [API:8081]10.0.0.23 - - [2026-06-15 02:52:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020093 [API:8081]10.0.0.23 - - [2026-06-15 02:52:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020081 [API:8081]10.0.0.23 - - [2026-06-15 02:52:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020429 [API:8081]10.0.0.23 - - [2026-06-15 02:52:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.034855 [API:8081]10.0.0.23 - - [2026-06-15 02:53:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.021285 [API:8081]10.0.0.23 - - [2026-06-15 02:53:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020456 [API:8081]10.0.0.23 - - [2026-06-15 02:53:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.014776 [API:8081]10.0.0.23 - - [2026-06-15 02:53:07] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424:ctest-SecurityGroupBasicRegressionTests1_contrail-23453424-18093194?flat HTTP/1.1" 200 8424 0.012343 [API:8081]10.0.0.23 - - [2026-06-15 02:53:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007591 [API:8081]10.0.0.23 - - [2026-06-15 02:53:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-06-15 02:53:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1892 0.045922 [API:8081]10.0.0.65 - - [2026-06-15 02:53:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.051321 [API:8081]10.0.0.33 - - [2026-06-15 02:53:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.33 - - [2026-06-15 02:53:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2026-06-15 02:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-06-15 02:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2026-06-15 02:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-06-15 02:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-06-15 02:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-06-15 02:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.33 - - [2026-06-15 02:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.33 - - [2026-06-15 02:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2026-06-15 02:53:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-06-15 02:53:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-06-15 02:54:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-46124666:2cf5cc9f-caa8-40a3-a43c-849ad03b8436?flat HTTP/1.1" 200 5679 0.049677 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-46124666:2cf5cc9f-caa8-40a3-a43c-849ad03b8436?flat HTTP/1.1" 200 5679 0.016056 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-46124666:2cf5cc9f-caa8-40a3-a43c-849ad03b8436?flat HTTP/1.1" 200 5679 0.047712 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-46124666:ctest-SecurityGroupBasicRegressionTests1-46124666-70661627?flat HTTP/1.1" 200 4337 0.016844 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020894 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.019737 [API:8081]10.0.0.23 - - [2026-06-15 02:54:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008526 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-46124666:c3e68f40-6f69-42e2-af98-46b11e83423f?flat HTTP/1.1" 200 5549 0.012663 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-46124666:c3e68f40-6f69-42e2-af98-46b11e83423f?flat HTTP/1.1" 200 5549 0.027529 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-46124666:c3e68f40-6f69-42e2-af98-46b11e83423f?flat HTTP/1.1" 200 5549 0.012173 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-46124666:ctest-SecurityGroupBasicRegressionTests1-46124666-70661627?flat HTTP/1.1" 200 10849 0.016055 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018605 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13747 0.023972 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018467 [API:8081]10.0.0.23 - - [2026-06-15 02:54:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 13747 0.019473 [API:8081]10.0.0.23 - - [2026-06-15 02:54:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009500 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003365 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003572 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002870 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002505 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004159 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002864 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002879 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 02:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002389 [API:8081]10.0.0.65 - - [2026-06-15 02:55:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045861 [API:8081]10.0.0.23 - - [2026-06-15 02:56:11] "GET /analytics HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.23 - - [2026-06-15 02:56:11] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-15 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-06-15 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.65 - - [2026-06-15 02:56:41] "GET /analytics HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.65 - - [2026-06-15 02:56:41] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.65 - - [2026-06-15 02:56:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059475 [API:8081]10.0.0.23 - - [2026-06-15 02:57:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-15 02:57:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.051138 [API:8081]10.0.0.23 - - [2026-06-15 02:57:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.041715 [API:8081]10.0.0.23 - - [2026-06-15 02:57:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2744 0.045408 [API:8081]10.0.0.23 - - [2026-06-15 02:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.010657 [API:8081]10.0.0.23 - - [2026-06-15 02:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.008688 [API:8081]10.0.0.23 - - [2026-06-15 02:57:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2744 0.009173 [API:8081]10.0.0.23 - - [2026-06-15 02:57:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2968 0.014289 [API:8081]10.0.0.23 - - [2026-06-15 02:57:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3194 0.010427 [API:8081]10.0.0.23 - - [2026-06-15 02:58:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-06-15 02:58:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.048119 [API:8081]10.0.0.23 - - [2026-06-15 02:58:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.049863 [API:8081]10.0.0.23 - - [2026-06-15 02:58:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2538 0.043477 [API:8081]10.0.0.23 - - [2026-06-15 02:58:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.008520 [API:8081]10.0.0.23 - - [2026-06-15 02:58:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.009078 [API:8081]10.0.0.23 - - [2026-06-15 02:58:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.009081 [API:8081]10.0.0.23 - - [2026-06-15 02:58:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-06-15 02:58:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.050338 [API:8081]10.0.0.23 - - [2026-06-15 02:58:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2308 0.057947 [API:8081]10.0.0.23 - - [2026-06-15 02:58:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2518 0.058601 [API:8081]10.0.0.65 - - [2026-06-15 02:58:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068015 [API:8081]10.0.0.23 - - [2026-06-15 02:58:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.008306 [API:8081]10.0.0.23 - - [2026-06-15 02:58:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2308 0.010237 [API:8081]10.0.0.23 - - [2026-06-15 02:58:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2518 0.009478 [API:8081]10.0.0.23 - - [2026-06-15 02:58:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2738 0.010168 [API:8081]10.0.0.23 - - [2026-06-15 02:58:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2960 0.009283 [API:8081]10.0.0.33 - - [2026-06-15 02:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000814 [API:8081]10.0.0.33 - - [2026-06-15 02:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.65 - - [2026-06-15 02:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2026-06-15 02:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.65 - - [2026-06-15 02:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2026-06-15 02:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-06-15 02:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-06-15 02:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.33 - - [2026-06-15 02:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-06-15 02:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-06-15 02:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.23 - - [2026-06-15 02:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-06-15 02:59:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-06-15 02:59:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.056816 [API:8081]10.0.0.23 - - [2026-06-15 02:59:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2322 0.047504 [API:8081]10.0.0.23 - - [2026-06-15 02:59:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2542 0.043735 [API:8081]10.0.0.23 - - [2026-06-15 02:59:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2774 0.008863 [API:8081]10.0.0.23 - - [2026-06-15 02:59:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3008 0.007954 [API:8081]10.0.0.65 - - [2026-06-15 02:59:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.071094 [API:8081]10.0.0.65 - - [2026-06-15 03:01:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055684 [API:8081]10.0.0.65 - - [2026-06-15 03:02:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.074602 [API:8081]10.0.0.33 - - [2026-06-15 03:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.33 - - [2026-06-15 03:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2026-06-15 03:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2026-06-15 03:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-06-15 03:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.65 - - [2026-06-15 03:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.23 - - [2026-06-15 03:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2026-06-15 03:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.33 - - [2026-06-15 03:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2026-06-15 03:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2026-06-15 03:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2026-06-15 03:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-06-15 03:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2026-06-15 03:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2322 0.049812 [API:8081]10.0.0.23 - - [2026-06-15 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2532 0.048501 [API:8081]10.0.0.65 - - [2026-06-15 03:04:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070740 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002994 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003505 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003052 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002857 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003178 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002697 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002601 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:05:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002789 [API:8081]10.0.0.65 - - [2026-06-15 03:05:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.045878 [API:8081]10.0.0.23 - - [2026-06-15 03:06:11] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-06-15 03:06:11] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.33 - - [2026-06-15 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.33 - - [2026-06-15 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.65 - - [2026-06-15 03:06:41] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.65 - - [2026-06-15 03:06:41] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.65 - - [2026-06-15 03:07:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052215 [API:8081]10.0.0.23 - - [2026-06-15 03:08:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.23 - - [2026-06-15 03:08:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2304 0.051082 [API:8081]10.0.0.33 - - [2026-06-15 03:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-15 03:08:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058128 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.65 - - [2026-06-15 03:08:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.23 - - [2026-06-15 03:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-06-15 03:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.33 - - [2026-06-15 03:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.33 - - [2026-06-15 03:08:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000527 [API:8081]10.0.0.23 - - [2026-06-15 03:08:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-06-15 03:08:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-06-15 03:09:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-06-15 03:09:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.051923 [API:8081]10.0.0.65 - - [2026-06-15 03:10:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051673 [API:8081]10.0.0.65 - - [2026-06-15 03:11:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060075 [API:8081]10.0.0.23 - - [2026-06-15 03:13:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-06-15 03:13:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2094 0.059306 [API:8081]10.0.0.33 - - [2026-06-15 03:13:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-06-15 03:13:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.65 - - [2026-06-15 03:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.65 - - [2026-06-15 03:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.65 - - [2026-06-15 03:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.65 - - [2026-06-15 03:13:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2026-06-15 03:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-06-15 03:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.33 - - [2026-06-15 03:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.33 - - [2026-06-15 03:13:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2026-06-15 03:13:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2026-06-15 03:13:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.65 - - [2026-06-15 03:13:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054877 [API:8081]10.0.0.65 - - [2026-06-15 03:14:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058049 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003622 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004059 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003908 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004063 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003834 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003077 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002851 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:15:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002865 [API:8081]10.0.0.23 - - [2026-06-15 03:16:11] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-06-15 03:16:11] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.33 - - [2026-06-15 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2026-06-15 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.65 - - [2026-06-15 03:16:41] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-06-15 03:16:41] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.65 - - [2026-06-15 03:16:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.044075 [API:8081]10.0.0.65 - - [2026-06-15 03:18:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.068514 [API:8081]10.0.0.23 - - [2026-06-15 03:18:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-87129864:cee74afd-c460-43a9-94be-15fb7892180e?flat HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-87129864:cee74afd-c460-43a9-94be-15fb7892180e?flat HTTP/1.1" 200 3185 0.063637 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-87129864:cee74afd-c460-43a9-94be-15fb7892180e?flat HTTP/1.1" 200 3185 0.040912 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-87129864:cee74afd-c460-43a9-94be-15fb7892180e?flat HTTP/1.1" 200 3185 0.050358 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-87129864:ctest-random-46341347?flat HTTP/1.1" 200 7602 0.014290 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25265 0.017095 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25265 0.016543 [API:8081]10.0.0.23 - - [2026-06-15 03:18:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011324 [API:8081]10.0.0.23 - - [2026-06-15 03:18:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.010228 [API:8081]10.0.0.23 - - [2026-06-15 03:18:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25265 0.016629 [API:8081]10.0.0.23 - - [2026-06-15 03:18:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25265 0.017715 [API:8081]10.0.0.23 - - [2026-06-15 03:18:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25265 0.018989 [API:8081]10.0.0.23 - - [2026-06-15 03:18:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25265 0.018283 [API:8081]10.0.0.23 - - [2026-06-15 03:18:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-87129864:ctest-random-46341347?flat HTTP/1.1" 200 7481 0.018445 [API:8081]10.0.0.23 - - [2026-06-15 03:18:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.008967 [API:8081]10.0.0.33 - - [2026-06-15 03:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.33 - - [2026-06-15 03:18:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-06-15 03:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.65 - - [2026-06-15 03:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2026-06-15 03:18:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.23 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.33 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.33 - - [2026-06-15 03:18:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-06-15 03:18:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-06-15 03:18:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2026-06-15 03:20:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046582 [API:8081]10.0.0.23 - - [2026-06-15 03:20:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-06-15 03:20:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2738 0.046705 [API:8081]10.0.0.65 - - [2026-06-15 03:21:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.611183 [API:8081]10.0.0.65 - - [2026-06-15 03:23:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057318 [API:8081]10.0.0.23 - - [2026-06-15 03:23:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-06-15 03:23:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2300 0.051823 [API:8081]10.0.0.33 - - [2026-06-15 03:23:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2026-06-15 03:23:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2026-06-15 03:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-06-15 03:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2026-06-15 03:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.65 - - [2026-06-15 03:23:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-06-15 03:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-06-15 03:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-06-15 03:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-06-15 03:23:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-06-15 03:23:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-06-15 03:23:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-06-15 03:24:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.051950 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002936 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002493 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004952 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003152 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003067 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002653 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002352 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:25:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002380 [API:8081]10.0.0.23 - - [2026-06-15 03:25:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-06-15 03:25:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.042537 [API:8081]10.0.0.23 - - [2026-06-15 03:25:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2026-06-15 03:25:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2370 0.041500 [API:8081]10.0.0.65 - - [2026-06-15 03:26:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054263 [API:8081]10.0.0.23 - - [2026-06-15 03:26:11] "GET /analytics HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.23 - - [2026-06-15 03:26:11] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.33 - - [2026-06-15 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.33 - - [2026-06-15 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.65 - - [2026-06-15 03:26:41] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.65 - - [2026-06-15 03:26:41] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.65 - - [2026-06-15 03:27:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.050073 [API:8081]10.0.0.33 - - [2026-06-15 03:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.33 - - [2026-06-15 03:28:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000532 [API:8081]10.0.0.65 - - [2026-06-15 03:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.65 - - [2026-06-15 03:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-06-15 03:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2026-06-15 03:28:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-06-15 03:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-06-15 03:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.33 - - [2026-06-15 03:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.33 - - [2026-06-15 03:28:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-06-15 03:28:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.23 - - [2026-06-15 03:28:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.65 - - [2026-06-15 03:29:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047118 [API:8081]10.0.0.65 - - [2026-06-15 03:30:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060316 [API:8081]10.0.0.65 - - [2026-06-15 03:32:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051933 [API:8081]10.0.0.23 - - [2026-06-15 03:32:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-06-15 03:32:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2572 0.061891 [API:8081]10.0.0.65 - - [2026-06-15 03:33:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.048413 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f?flat HTTP/1.1" 200 5060 0.045672 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f?flat HTTP/1.1" 200 5060 0.014519 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f?flat HTTP/1.1" 200 5060 0.044823 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-70539732:EVPN-VN1?flat HTTP/1.1" 200 7343 0.018137 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.019116 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.019176 [API:8081]10.0.0.23 - - [2026-06-15 03:33:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009685 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:45400848-27c8-4938-9da8-418125c44441?flat HTTP/1.1" 200 5207 0.012973 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:45400848-27c8-4938-9da8-418125c44441?flat HTTP/1.1" 200 5207 0.012875 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:45400848-27c8-4938-9da8-418125c44441?flat HTTP/1.1" 200 5207 0.014312 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-70539732:EVPN-VN1?flat HTTP/1.1" 200 9326 0.027778 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.025264 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14138 0.022969 [API:8081]10.0.0.23 - - [2026-06-15 03:33:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.029988 [API:8081]10.0.0.23 - - [2026-06-15 03:33:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 14138 0.021712 [API:8081]10.0.0.23 - - [2026-06-15 03:33:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012134 [API:8081]10.0.0.33 - - [2026-06-15 03:33:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-06-15 03:33:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.65 - - [2026-06-15 03:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2026-06-15 03:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.65 - - [2026-06-15 03:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2026-06-15 03:33:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-06-15 03:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-06-15 03:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-06-15 03:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-06-15 03:33:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-06-15 03:33:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-06-15 03:33:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002386 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002924 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002749 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002534 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003116 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002696 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002712 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:35:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002462 [API:8081]10.0.0.65 - - [2026-06-15 03:35:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.051309 [API:8081]10.0.0.23 - - [2026-06-15 03:35:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f?flat HTTP/1.1" 200 5322 0.019814 [API:8081]10.0.0.23 - - [2026-06-15 03:35:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f?flat HTTP/1.1" 200 5322 0.013931 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f?flat HTTP/1.1" 200 5322 0.013421 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-70539732:EVPN-VN1?flat HTTP/1.1" 200 8317 0.020481 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20933 0.033011 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20933 0.020544 [API:8081]10.0.0.23 - - [2026-06-15 03:35:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009235 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:45400848-27c8-4938-9da8-418125c44441?flat HTTP/1.1" 200 5311 0.012284 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:45400848-27c8-4938-9da8-418125c44441?flat HTTP/1.1" 200 5311 0.013044 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-70539732:45400848-27c8-4938-9da8-418125c44441?flat HTTP/1.1" 200 5311 0.012243 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-70539732:EVPN-VN1?flat HTTP/1.1" 200 9499 0.019237 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23570 0.019029 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23570 0.018201 [API:8081]10.0.0.23 - - [2026-06-15 03:35:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009548 [API:8081]10.0.0.23 - - [2026-06-15 03:36:11] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-06-15 03:36:11] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.65 - - [2026-06-15 03:36:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.052221 [API:8081]10.0.0.33 - - [2026-06-15 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.33 - - [2026-06-15 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2026-06-15 03:36:41] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2026-06-15 03:36:41] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.23 - - [2026-06-15 03:37:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32474 0.023400 [API:8081]10.0.0.23 - - [2026-06-15 03:37:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-70539732:EVPN-VN1?flat HTTP/1.1" 200 8530 0.016034 [API:8081]10.0.0.23 - - [2026-06-15 03:37:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.008847 [API:8081]10.0.0.23 - - [2026-06-15 03:37:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.017389 [API:8081]10.0.0.23 - - [2026-06-15 03:37:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-70539732:EVPN-VN1?flat HTTP/1.1" 200 5988 0.013210 [API:8081]10.0.0.23 - - [2026-06-15 03:37:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009277 [API:8081]10.0.0.65 - - [2026-06-15 03:38:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073273 [API:8081]10.0.0.33 - - [2026-06-15 03:38:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-06-15 03:38:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.65 - - [2026-06-15 03:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.65 - - [2026-06-15 03:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2026-06-15 03:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.65 - - [2026-06-15 03:38:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-06-15 03:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2026-06-15 03:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.33 - - [2026-06-15 03:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.33 - - [2026-06-15 03:38:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-06-15 03:38:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-06-15 03:38:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.65 - - [2026-06-15 03:39:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.115830 [API:8081]10.0.0.23 - - [2026-06-15 03:39:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65468482:ctest-TestRbac-65468482-99779848?flat HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-06-15 03:39:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65468482:ctest-TestRbac-65468482-99779848?flat HTTP/1.1" 200 2075 0.542580 [API:8081]10.0.0.23 - - [2026-06-15 03:39:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.178270 [API:8081]10.0.0.23 - - [2026-06-15 03:39:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65468482:ctest-TestRbac-65468482-99779848?flat HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-06-15 03:39:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65468482:ctest-TestRbac-65468482-99779848?flat HTTP/1.1" 200 2075 0.111485 [API:8081]10.0.0.23 - - [2026-06-15 03:39:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.075017 [API:8081]10.0.0.23 - - [2026-06-15 03:40:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-73871074:c7e7f4b2-c690-4ec4-914d-ed383a1de105?flat HTTP/1.1" 200 5316 0.088572 [API:8081]10.0.0.23 - - [2026-06-15 03:40:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-73871074:c7e7f4b2-c690-4ec4-914d-ed383a1de105?flat HTTP/1.1" 200 5316 0.051292 [API:8081]10.0.0.23 - - [2026-06-15 03:40:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-73871074:c7e7f4b2-c690-4ec4-914d-ed383a1de105?flat HTTP/1.1" 200 5316 0.052352 [API:8081]10.0.0.23 - - [2026-06-15 03:40:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65468482:ctest-TestRbac-65468482-99779848?flat HTTP/1.1" 200 3948 0.052435 [API:8081]10.0.0.23 - - [2026-06-15 03:40:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039831 [API:8081]10.0.0.23 - - [2026-06-15 03:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.129998 [API:8081]10.0.0.23 - - [2026-06-15 03:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-06-15 03:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.055697 [API:8081]10.0.0.23 - - [2026-06-15 03:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031431 [API:8081]10.0.0.23 - - [2026-06-15 03:40:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.118184 [API:8081]10.0.0.23 - - [2026-06-15 03:40:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.054302 [API:8081]10.0.0.23 - - [2026-06-15 03:40:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.046826 [API:8081]10.0.0.23 - - [2026-06-15 03:40:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.107395 [API:8081]10.0.0.23 - - [2026-06-15 03:40:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.102608 [API:8081]10.0.0.23 - - [2026-06-15 03:40:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018634 [API:8081]10.0.0.23 - - [2026-06-15 03:40:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.106595 [API:8081]10.0.0.23 - - [2026-06-15 03:40:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.016809 [API:8081]10.0.0.23 - - [2026-06-15 03:40:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.017970 [API:8081]10.0.0.23 - - [2026-06-15 03:40:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.016706 [API:8081]10.0.0.23 - - [2026-06-15 03:40:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.026161 [API:8081]10.0.0.23 - - [2026-06-15 03:40:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.026320 [API:8081]10.0.0.23 - - [2026-06-15 03:40:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.016762 [API:8081]10.0.0.23 - - [2026-06-15 03:40:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.021234 [API:8081]10.0.0.23 - - [2026-06-15 03:40:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65468482:ctest-TestRbac-65468482-99779848?flat HTTP/1.1" 200 6493 0.013222 [API:8081]10.0.0.23 - - [2026-06-15 03:40:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.008916 [API:8081]10.0.0.23 - - [2026-06-15 03:41:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-06-15 03:41:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 200 2123 0.087064 [API:8081]10.0.0.23 - - [2026-06-15 03:41:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 401 205 0.000301 --- 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-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-49670012' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project '8a9379ff3891467e8d9b98a0b22075f5' 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-25348200', 'ctest-TestRbacBasic-25348200-98569234'], 'virtual_network', 'f0f7c0a1-ba6c-420c-833c-0a895651274f', "Permission Denied for ['ctest-TestRbacBasic-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-49670012' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project '8a9379ff3891467e8d9b98a0b22075f5'"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 403 198 0.105736 [API:8081]10.0.0.23 - - [2026-06-15 03:41:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2026-06-15 03:41:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 200 2123 0.049459 [API:8081]10.0.0.23 - - [2026-06-15 03:41:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.063589 [API:8081]10.0.0.23 - - [2026-06-15 03:41:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.066638 [API:8081]10.0.0.23 - - [2026-06-15 03:41:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2862 0.044312 --- 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-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-25348200' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project 'd3f5a5b31d8d4363906d62b622a8a3c4' 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-25348200', 'ctest-TestRbacBasic-25348200-98569234'], 'virtual_network', 'f0f7c0a1-ba6c-420c-833c-0a895651274f', "Permission Denied for ['ctest-TestRbacBasic-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-25348200' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project 'd3f5a5b31d8d4363906d62b622a8a3c4'"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 403 198 0.036479 --- 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-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-25348200' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project 'd3f5a5b31d8d4363906d62b622a8a3c4' 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-25348200', 'ctest-TestRbacBasic-25348200-98569234'], 'virtual_network', 'f0f7c0a1-ba6c-420c-833c-0a895651274f', "Permission Denied for ['ctest-TestRbacBasic-15994473'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-25348200' RBAC: ctest-TestRbacBasic-87959083 doesn't have read permission in project 'd3f5a5b31d8d4363906d62b622a8a3c4'"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 403 198 0.087511 [API:8081]10.0.0.23 - - [2026-06-15 03:41:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 200 2127 0.045709 [API:8081]10.0.0.23 - - [2026-06-15 03:41:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-25348200:ctest-TestRbacBasic-25348200-98569234?flat HTTP/1.1" 200 2127 0.009568 [API:8081]10.0.0.23 - - [2026-06-15 03:41:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.069331 [API:8081]10.0.0.23 - - [2026-06-15 03:41:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.055766 [API:8081]10.0.0.23 - - [2026-06-15 03:41:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2862 0.015143 [API:8081]10.0.0.65 - - [2026-06-15 03:41:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.136981 [API:8081]10.0.0.23 - - [2026-06-15 03:41:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2616 0.048137 [API:8081]10.0.0.23 - - [2026-06-15 03:41:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 401 205 0.000297 --- 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-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240 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-18892240', 'ctest-TestRbacBasic-18892240-11126924'], 'virtual_network', '5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c', "Permission Denied for ctest-TestRbacBasic-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 403 198 0.076507 [API:8081]10.0.0.23 - - [2026-06-15 03:41:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.049298 [API:8081]10.0.0.23 - - [2026-06-15 03:41:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 200 2120 0.044153 [API:8081]10.0.0.23 - - [2026-06-15 03:41:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.105781 --- 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-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240 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-18892240', 'ctest-TestRbacBasic-18892240-11126924'], 'virtual_network', '5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c', "Permission Denied for ctest-TestRbacBasic-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 403 198 0.042815 --- 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-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240 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-18892240', 'ctest-TestRbacBasic-18892240-11126924'], 'virtual_network', '5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c', "Permission Denied for ctest-TestRbacBasic-77631108 as ['ctest-TestRbacBasic-60891635'] to R virtual-network in ctest-TestRbacBasic-18892240"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 403 198 0.076458 [API:8081]10.0.0.23 - - [2026-06-15 03:41:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.087641 [API:8081]10.0.0.23 - - [2026-06-15 03:41:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 200 2120 0.054662 [API:8081]10.0.0.23 - - [2026-06-15 03:41:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.055612 [API:8081]10.0.0.23 - - [2026-06-15 03:41:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 401 205 0.000326 --- 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-87959083 as ['ctest-TestRbacBasic-15994473'] to R virtual-network in ctest-TestRbacBasic-18892240 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-18892240', 'ctest-TestRbacBasic-18892240-11126924'], 'virtual_network', '5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c', "Permission Denied for ctest-TestRbacBasic-87959083 as ['ctest-TestRbacBasic-15994473'] to R virtual-network in ctest-TestRbacBasic-18892240"),) [API:8081]10.0.0.23 - - [2026-06-15 03:41:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 403 198 0.078126 [API:8081]10.0.0.23 - - [2026-06-15 03:41:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.040854 [API:8081]10.0.0.23 - - [2026-06-15 03:41:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-11126924?flat HTTP/1.1" 200 2120 0.042700 [API:8081]10.0.0.23 - - [2026-06-15 03:41:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.094741 [API:8081]10.0.0.23 - - [2026-06-15 03:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2616 0.009875 [API:8081]10.0.0.23 - - [2026-06-15 03:41:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2862 0.009029 [API:8081]10.0.0.23 - - [2026-06-15 03:42:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-18892240:09d1786e-3ca9-4672-8eda-b97ac91dd1ca?flat HTTP/1.1" 200 5389 0.059330 [API:8081]10.0.0.23 - - [2026-06-15 03:42:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-18892240:09d1786e-3ca9-4672-8eda-b97ac91dd1ca?flat HTTP/1.1" 200 5389 0.068793 [API:8081]10.0.0.23 - - [2026-06-15 03:42:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-18892240:09d1786e-3ca9-4672-8eda-b97ac91dd1ca?flat HTTP/1.1" 200 5389 0.051810 [API:8081]10.0.0.23 - - [2026-06-15 03:42:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-05063913?flat HTTP/1.1" 200 4139 0.050554 [API:8081]10.0.0.23 - - [2026-06-15 03:42:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033702 [API:8081]10.0.0.23 - - [2026-06-15 03:42:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.086623 [API:8081]10.0.0.23 - - [2026-06-15 03:42:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.031888 [API:8081]10.0.0.23 - - [2026-06-15 03:42:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031561 [API:8081]10.0.0.23 - - [2026-06-15 03:42:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.072575 [API:8081]10.0.0.23 - - [2026-06-15 03:42:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017553 [API:8081]10.0.0.23 - - [2026-06-15 03:42:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.042931 [API:8081]10.0.0.23 - - [2026-06-15 03:42:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-05063913?flat HTTP/1.1" 200 8782 0.074512 [API:8081]10.0.0.23 - - [2026-06-15 03:42:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.061739 [API:8081]10.0.0.65 - - [2026-06-15 03:42:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053055 [API:8081]10.0.0.23 - - [2026-06-15 03:42:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037776 [API:8081]10.0.0.23 - - [2026-06-15 03:42:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.060619 [API:8081]10.0.0.23 - - [2026-06-15 03:42:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.019485 [API:8081]10.0.0.23 - - [2026-06-15 03:42:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017041 [API:8081]10.0.0.23 - - [2026-06-15 03:42:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.020426 [API:8081]10.0.0.23 - - [2026-06-15 03:42:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017406 [API:8081]10.0.0.23 - - [2026-06-15 03:42:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.018414 [API:8081]10.0.0.23 - - [2026-06-15 03:42:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.033096 [API:8081]10.0.0.23 - - [2026-06-15 03:42:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.020722 [API:8081]10.0.0.23 - - [2026-06-15 03:42:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017051 [API:8081]10.0.0.23 - - [2026-06-15 03:42:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18892240:ctest-TestRbacBasic-18892240-05063913?flat HTTP/1.1" 200 6883 0.012522 [API:8081]10.0.0.23 - - [2026-06-15 03:42:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009660 [Introspect:8090]10.0.0.23 - - [2026-06-15 03:42:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001191 [API:8081]10.0.0.23 - - [2026-06-15 03:42:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-06-15 03:42:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2580 0.051090 [API:8081]10.0.0.33 - - [2026-06-15 03:43:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-15 03:43:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2026-06-15 03:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2026-06-15 03:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.65 - - [2026-06-15 03:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2026-06-15 03:43:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.23 - - [2026-06-15 03:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-06-15 03:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2026-06-15 03:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-06-15 03:43:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-06-15 03:43:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-06-15 03:43:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.65 - - [2026-06-15 03:44:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051403 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003666 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002686 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002933 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002869 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004312 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003871 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003204 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:45:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003925 [API:8081]10.0.0.65 - - [2026-06-15 03:45:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.050782 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:c79b8724-d325-47ae-ba0c-3ce92be389eb?flat HTTP/1.1" 200 5364 0.012413 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:c79b8724-d325-47ae-ba0c-3ce92be389eb?flat HTTP/1.1" 200 5364 0.047569 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:c79b8724-d325-47ae-ba0c-3ce92be389eb?flat HTTP/1.1" 200 5364 0.104376 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-11824380:ctest-vn1-46920525?flat HTTP/1.1" 200 9543 0.023661 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.028082 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.026314 [API:8081]10.0.0.23 - - [2026-06-15 03:45:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.008952 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:c9da231b-6d33-4354-b0b7-2f3e06871b20?flat HTTP/1.1" 200 5498 0.022825 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:c9da231b-6d33-4354-b0b7-2f3e06871b20?flat HTTP/1.1" 200 5498 0.013277 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:c9da231b-6d33-4354-b0b7-2f3e06871b20?flat HTTP/1.1" 200 5498 0.014524 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-11824380:ctest-vn1-46920525?flat HTTP/1.1" 200 9543 0.028920 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32859 0.024433 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32859 0.023561 [API:8081]10.0.0.23 - - [2026-06-15 03:45:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010059 [API:8081]10.0.0.23 - - [2026-06-15 03:45:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32859 0.023999 [API:8081]10.0.0.23 - - [2026-06-15 03:45:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32860 0.026227 [API:8081]10.0.0.23 - - [2026-06-15 03:45:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-11824380:ctest-vn1-46920525?flat HTTP/1.1" 200 7655 0.014734 [API:8081]10.0.0.23 - - [2026-06-15 03:45:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.007978 [API:8081]10.0.0.23 - - [2026-06-15 03:45:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.017142 [API:8081]10.0.0.23 - - [2026-06-15 03:46:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.021031 [API:8081]10.0.0.23 - - [2026-06-15 03:46:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.019804 [API:8081]10.0.0.23 - - [2026-06-15 03:46:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.018288 [API:8081]10.0.0.23 - - [2026-06-15 03:46:11] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-06-15 03:46:11] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.23 - - [2026-06-15 03:46:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.018142 [API:8081]10.0.0.23 - - [2026-06-15 03:46:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.018651 [API:8081]10.0.0.23 - - [2026-06-15 03:46:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-11824380:ctest-vn1-46920525?flat HTTP/1.1" 200 4920 0.014463 [API:8081]10.0.0.23 - - [2026-06-15 03:46:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009575 [API:8081]10.0.0.23 - - [2026-06-15 03:46:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2580 0.013004 [API:8081]10.0.0.23 - - [2026-06-15 03:46:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2790 0.008537 [API:8081]10.0.0.33 - - [2026-06-15 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-06-15 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.65 - - [2026-06-15 03:46:41] "GET /analytics HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.65 - - [2026-06-15 03:46:41] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.65 - - [2026-06-15 03:47:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048878 [API:8081]10.0.0.65 - - [2026-06-15 03:48:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.055789 [API:8081]10.0.0.33 - - [2026-06-15 03:48:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-06-15 03:48:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2026-06-15 03:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-06-15 03:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2026-06-15 03:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.65 - - [2026-06-15 03:48:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-06-15 03:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-06-15 03:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-06-15 03:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-06-15 03:48:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-06-15 03:48:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-06-15 03:48:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [Introspect:8090]10.0.0.23 - - [2026-06-15 03:49:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001118 [API:8081]10.0.0.23 - - [2026-06-15 03:49:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 13259 0.054295 [API:8081]10.0.0.23 - - [2026-06-15 03:49:26] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-1?flat HTTP/1.1" 200 6056 0.363461 [API:8081]10.0.0.23 - - [2026-06-15 03:49:26] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-2?flat HTTP/1.1" 200 3948 0.054392 [API:8081]10.0.0.23 - - [2026-06-15 03:49:26] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5940-3?flat HTTP/1.1" 200 3949 0.025512 [API:8081]10.0.0.23 - - [2026-06-15 03:49:26] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?flat HTTP/1.1" 200 6131 0.034829 [API:8081]10.0.0.23 - - [2026-06-15 03:49:26] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?flat HTTP/1.1" 200 6130 0.018217 [API:8081]10.0.0.23 - - [2026-06-15 03:49:26] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?flat HTTP/1.1" 200 7615 0.014002 [API:8081]10.0.0.23 - - [2026-06-15 03:49:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3000 0.009372 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:3f12b35a-fa3d-4673-983d-acc0ad73b367?flat HTTP/1.1" 200 5245 0.013569 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:3f12b35a-fa3d-4673-983d-acc0ad73b367?flat HTTP/1.1" 200 5245 0.016309 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:3f12b35a-fa3d-4673-983d-acc0ad73b367?flat HTTP/1.1" 200 5245 0.013819 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-11824380:ctest-vn1-53369045?flat HTTP/1.1" 200 7107 0.017205 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.016584 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.024824 [API:8081]10.0.0.23 - - [2026-06-15 03:50:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011191 [API:8081]10.0.0.65 - - [2026-06-15 03:50:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.041288 [API:8081]10.0.0.23 - - [2026-06-15 03:50:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:e43da643-fadf-404a-b71b-e552322c44b7?flat HTTP/1.1" 200 5243 0.012767 [API:8081]10.0.0.23 - - [2026-06-15 03:50:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:e43da643-fadf-404a-b71b-e552322c44b7?flat HTTP/1.1" 200 5243 0.013046 [API:8081]10.0.0.23 - - [2026-06-15 03:50:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-11824380:e43da643-fadf-404a-b71b-e552322c44b7?flat HTTP/1.1" 200 5243 0.012003 [API:8081]10.0.0.23 - - [2026-06-15 03:50:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-11824380:ctest-vn2-84834803?flat HTTP/1.1" 200 6970 0.016481 [API:8081]10.0.0.23 - - [2026-06-15 03:50:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39566 0.028493 [API:8081]10.0.0.23 - - [2026-06-15 03:50:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39566 0.029636 [API:8081]10.0.0.23 - - [2026-06-15 03:50:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.008840 [API:8081]10.0.0.65 - - [2026-06-15 03:51:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061388 [API:8081]10.0.0.23 - - [2026-06-15 03:51:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39576 0.029703 [API:8081]10.0.0.23 - - [2026-06-15 03:51:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39576 0.031022 [API:8081]10.0.0.23 - - [2026-06-15 03:51:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39576 0.040437 [API:8081]10.0.0.23 - - [2026-06-15 03:51:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39576 0.028480 [API:8081]10.0.0.23 - - [2026-06-15 03:52:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39576 0.025334 [API:8081]10.0.0.23 - - [2026-06-15 03:52:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39576 0.029297 [API:8081]10.0.0.23 - - [2026-06-15 03:52:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39576 0.034705 [API:8081]10.0.0.23 - - [2026-06-15 03:52:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39576 0.027263 [API:8081]10.0.0.23 - - [2026-06-15 03:52:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39582 0.025889 [API:8081]10.0.0.23 - - [2026-06-15 03:52:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39583 0.025623 [API:8081]10.0.0.23 - - [2026-06-15 03:52:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-11824380:ctest-vn2-84834803?flat HTTP/1.1" 200 7789 0.014499 [API:8081]10.0.0.23 - - [2026-06-15 03:52:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.008782 [API:8081]10.0.0.23 - - [2026-06-15 03:52:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017064 [API:8081]10.0.0.23 - - [2026-06-15 03:52:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017554 [API:8081]10.0.0.23 - - [2026-06-15 03:52:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019283 [API:8081]10.0.0.23 - - [2026-06-15 03:52:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018085 [API:8081]10.0.0.23 - - [2026-06-15 03:52:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021056 [API:8081]10.0.0.23 - - [2026-06-15 03:52:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.018987 [API:8081]10.0.0.23 - - [2026-06-15 03:52:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-11824380:ctest-vn1-53369045?flat HTTP/1.1" 200 7785 0.016961 [API:8081]10.0.0.23 - - [2026-06-15 03:52:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.009151 [API:8081]10.0.0.65 - - [2026-06-15 03:53:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056526 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-57016829:10f54797-abbf-42a9-9098-1d83a106cf83?flat HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-57016829:10f54797-abbf-42a9-9098-1d83a106cf83?flat HTTP/1.1" 200 5246 0.070373 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-57016829:10f54797-abbf-42a9-9098-1d83a106cf83?flat HTTP/1.1" 200 5246 0.062628 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-57016829:10f54797-abbf-42a9-9098-1d83a106cf83?flat HTTP/1.1" 200 5246 0.065659 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-57016829:ctest-vn-01937378?flat HTTP/1.1" 200 8061 0.014298 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018437 [API:8081]10.0.0.23 - - [2026-06-15 03:53:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.020984 [API:8081]10.0.0.23 - - [2026-06-15 03:53:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010035 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-57016829:96b62f3e-9641-460b-8e9c-5045672b230d?flat HTTP/1.1" 200 5235 0.014648 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-57016829:96b62f3e-9641-460b-8e9c-5045672b230d?flat HTTP/1.1" 200 5235 0.013025 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-57016829:96b62f3e-9641-460b-8e9c-5045672b230d?flat HTTP/1.1" 200 5235 0.014681 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-57016829:ctest-vn-72875685?flat HTTP/1.1" 200 8038 0.015530 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39599 0.028424 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39599 0.028476 [API:8081]10.0.0.23 - - [2026-06-15 03:53:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012324 [API:8081]10.0.0.33 - - [2026-06-15 03:53:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-06-15 03:53:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2026-06-15 03:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-06-15 03:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2026-06-15 03:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.65 - - [2026-06-15 03:53:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-06-15 03:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.23 - - [2026-06-15 03:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.33 - - [2026-06-15 03:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.33 - - [2026-06-15 03:53:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-06-15 03:53:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-06-15 03:53:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-06-15 03:54:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39599 0.027497 [API:8081]10.0.0.23 - - [2026-06-15 03:54:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39605 0.028114 [API:8081]10.0.0.23 - - [2026-06-15 03:54:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-57016829:ctest-vn-72875685?flat HTTP/1.1" 200 6182 0.013229 [API:8081]10.0.0.23 - - [2026-06-15 03:54:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009211 [API:8081]10.0.0.23 - - [2026-06-15 03:54:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.022974 [API:8081]10.0.0.23 - - [2026-06-15 03:54:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.016978 [API:8081]10.0.0.23 - - [2026-06-15 03:54:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.021610 [API:8081]10.0.0.65 - - [2026-06-15 03:54:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061828 [API:8081]10.0.0.23 - - [2026-06-15 03:54:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.017323 [API:8081]10.0.0.23 - - [2026-06-15 03:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.017517 [API:8081]10.0.0.23 - - [2026-06-15 03:54:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.018519 [API:8081]10.0.0.23 - - [2026-06-15 03:54:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5940-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.020140 [API:8081]10.0.0.23 - - [2026-06-15 03:54:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-57016829:ctest-vn-01937378?flat HTTP/1.1" 200 6182 0.013840 [API:8081]10.0.0.23 - - [2026-06-15 03:54:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010656 [API:8081]10.0.0.23 - - [2026-06-15 03:54:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-06-15 03:54:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2814 0.053854 [API:8081]10.0.0.23 - - [2026-06-15 03:54:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2814 0.048864 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002498 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002644 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002458 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002274 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002498 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002002 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.001869 [LOCAL API:8181]127.0.0.1 - - [2026-06-15 03:55:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5940-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002187 [API:8081]10.0.0.23 - - [2026-06-15 03:56:11] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-06-15 03:56:11] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.65 - - [2026-06-15 03:56:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053382 [API:8081]10.0.0.33 - - [2026-06-15 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.33 - - [2026-06-15 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.65 - - [2026-06-15 03:56:41] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2026-06-15 03:56:41] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.65 - - [2026-06-15 03:57:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.055091 [API:8081]10.0.0.33 - - [2026-06-15 03:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2026-06-15 03:58:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2026-06-15 03:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.65 - - [2026-06-15 03:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-06-15 03:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.65 - - [2026-06-15 03:58:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2026-06-15 03:58:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2026-06-15 03:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-15 03:58:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.65 - - [2026-06-15 03:59:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074749 [API:8081]10.0.0.23 - - [2026-06-15 03:59:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-06-15 03:59:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2806 0.062482 [API:8081]10.0.0.65 - - [2026-06-15 04:00:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.055112 [API:8081]10.0.0.65 - - [2026-06-15 04:02:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054378 [API:8081]10.0.0.65 - - [2026-06-15 04:03:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.071776 [API:8081]10.0.0.33 - - [2026-06-15 04:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2026-06-15 04:03:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.65 - - [2026-06-15 04:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.65 - - [2026-06-15 04:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.65 - - [2026-06-15 04:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.65 - - [2026-06-15 04:03:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2026-06-15 04:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2026-06-15 04:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.33 - - [2026-06-15 04:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.33 - - [2026-06-15 04:03:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.23 - - [2026-06-15 04:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-06-15 04:03:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [Introspect:8090]10.0.0.23 - - [2026-06-15 04:04:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001043