++ 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 Jul 6 03:09:28 PM UTC 2026 ===================' INFO: =================== Mon Jul 6 03:09:28 PM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:8081 10.0.0.242:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.50:8081 10.0.0.242:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.50:8081 10.0.0.242:8081 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:8086 10.0.0.242:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.50:8086 10.0.0.242:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.50:8086 10.0.0.242:8086 10.0.0.33: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.50,10.0.0.242,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:8082 10.0.0.242:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.50:8082 10.0.0.242:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.50:8082 10.0.0.242:8082 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:9161 10.0.0.242:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.50:9161 10.0.0.242:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.50:9161 10.0.0.242:9161 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.50:9041 10.0.0.242:9041 10.0.0.33: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.254,10.20.0.25,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.25,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242: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, +++ '[' -n 10.0.0.50:2181,10.0.0.242:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.50:2181,10.0.0.242:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50:2181,10.0.0.242:2181,10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242: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, +++ '[' -n 10.0.0.50:5673,10.0.0.242:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.50:5673,10.0.0.242:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.50:5673,10.0.0.242:5673,10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:6379 10.0.0.242:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.50:6379 10.0.0.242:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.50:6379 10.0.0.242:6379 10.0.0.33: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.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242: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 ' +++ '[' -n '10.0.0.50:9092 10.0.0.242:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.50:9092 10.0.0.242:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.50:9092 10.0.0.242:9092 10.0.0.33: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.50 ++ 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.50,10.0.0.242,10.0.0.33 ++ 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.50,10.0.0.242,10.0.0.33 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.50,10.0.0.242,10.0.0.33 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 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.50,10.0.0.242,10.0.0.33 +++ local servers=10.0.0.50,10.0.0.242,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.50,10.20.0.254,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.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ sed 's/^ANALYTICS_API__//g' ++ 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: 07/06/2026 15:09:36.700 7f4236974c80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/06/2026 15:09:36.899 7f4236974c80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 07/06/2026 15:09:36.910 7f4236974c80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/06/2026 15:09:36.910 7f4236974c80 [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.50: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.242 - - [2026-07-06 15:10:10] "GET /analytics HTTP/1.1" 401 205 0.000466 [API:8081]10.0.0.242 - - [2026-07-06 15:10:10] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.50 - - [2026-07-06 15:10:10] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2026-07-06 15:10:10] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.33 - - [2026-07-06 15:10:10] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-07-06 15:10:10] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.50 - - [2026-07-06 15:10:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.052092 [API:8081]10.0.0.242 - - [2026-07-06 15:10:41] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.242 - - [2026-07-06 15:10:41] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.50 - - [2026-07-06 15:10:41] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2026-07-06 15:10:41] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.33 - - [2026-07-06 15:10:41] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-07-06 15:10:41] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.242 - - [2026-07-06 15:11:11] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.242 - - [2026-07-06 15:11:11] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.50 - - [2026-07-06 15:11:11] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2026-07-06 15:11:11] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.50 - - [2026-07-06 15:12:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.054313 [Introspect:8090]10.0.0.50 - - [2026-07-06 15:13:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001168 [API:8081]10.0.0.242 - - [2026-07-06 15:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.242 - - [2026-07-06 15:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-07-06 15:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.242 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000604 [API:8081]10.0.0.242 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2026-07-06 15:13:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.093849 [API:8081]10.0.0.50 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2026-07-06 15:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [Introspect:8090]10.0.0.50 - - [2026-07-06 15:13:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001077 [Introspect:8090]10.0.0.50 - - [2026-07-06 15:15:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001022 [Introspect:8090]10.0.0.50 - - [2026-07-06 15:15:05] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000558 [API:8081]10.0.0.50 - - [2026-07-06 15:15:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2026-07-06 15:15:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1:Control:contrail-control:0?flat HTTP/1.1" 200 35672 0.061626 [API:8081]10.0.0.50 - - [2026-07-06 15:15:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.060163 [API:8081]10.0.0.50 - - [2026-07-06 15:15:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.114119 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.023566 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.027236 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13602 0.020584 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.019566 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.022137 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3358 0.012202 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3377 0.011805 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.014760 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.013676 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.013065 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4318 0.015337 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009917 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011991 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012053 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013300 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016838 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.019837 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016812 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014916 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.017182 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013247 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14215 0.018893 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.016027 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.023077 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.018218 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.017736 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.014943 [API:8081]10.0.0.50 - - [2026-07-06 15:15:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.020581 [API:8081]10.0.0.50 - - [2026-07-06 15:15:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.041416 [API:8081]10.0.0.50 - - [2026-07-06 15:15:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12025 0.039448 [API:8081]10.0.0.50 - - [2026-07-06 15:15:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.020873 [API:8081]10.0.0.50 - - [2026-07-06 15:15:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.022897 [API:8081]10.0.0.50 - - [2026-07-06 15:15:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12025 0.025596 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.031648 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.012571 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.018967 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.015478 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.015569 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14215 0.021331 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012739 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.018768 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.024116 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.021807 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.014694 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.021905 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.019829 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.017691 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.011907 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.028828 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.013657 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.020413 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.012118 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.013038 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.011837 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4318 0.013030 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1:Control:contrail-control:0?flat HTTP/1.1" 200 35672 0.032777 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.014765 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.028274 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.032866 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.016483 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.023804 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.047741 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.015496 [API:8081]10.0.0.50 - - [2026-07-06 15:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6083-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13602 0.036664 [API:8081]10.0.0.50 - - [2026-07-06 15:15:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12021 0.030685 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?flat HTTP/1.1" 200 18663 0.026081 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?flat HTTP/1.1" 200 17239 0.021727 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?flat HTTP/1.1" 200 12881 0.018067 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?flat HTTP/1.1" 200 18663 0.034888 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?flat HTTP/1.1" 200 17239 0.020135 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?flat HTTP/1.1" 200 12881 0.020971 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?flat HTTP/1.1" 200 18663 0.021296 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?flat HTTP/1.1" 200 17239 0.019915 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?flat HTTP/1.1" 200 12881 0.017117 [API:8081]10.0.0.50 - - [2026-07-06 15:15:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?flat HTTP/1.1" 200 18663 0.028796 [API:8081]10.0.0.50 - - [2026-07-06 15:15:13] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?flat HTTP/1.1" 200 17239 0.029391 [API:8081]10.0.0.50 - - [2026-07-06 15:15:13] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?flat HTTP/1.1" 200 12881 0.021486 [API:8081]10.0.0.50 - - [2026-07-06 15:15:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 8002 0.016295 [API:8081]10.0.0.50 - - [2026-07-06 15:15:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 7992 0.015053 [API:8081]10.0.0.50 - - [2026-07-06 15:15:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6083-3?flat HTTP/1.1" 200 7998 0.020178 [API:8081]10.0.0.50 - - [2026-07-06 15:15:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-07-06 15:15:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.041884 [API:8081]10.0.0.50 - - [2026-07-06 15:15:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052843 [API:8081]10.0.0.50 - - [2026-07-06 15:15:42] "POST /analytics/query HTTP/1.1" 200 54738 1.055969 [API:8081]10.0.0.50 - - [2026-07-06 15:15:43] "POST /analytics/query HTTP/1.1" 200 5872 1.026611 [API:8081]10.0.0.50 - - [2026-07-06 15:15:44] "POST /analytics/query HTTP/1.1" 200 871 1.054359 [API:8081]10.0.0.50 - - [2026-07-06 15:15:45] "POST /analytics/query HTTP/1.1" 200 5872 1.020374 [API:8081]10.0.0.50 - - [2026-07-06 15:15:46] "POST /analytics/query HTTP/1.1" 200 871 1.022669 [API:8081]10.0.0.50 - - [2026-07-06 15:15:59] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000904 [API:8081]10.0.0.50 - - [2026-07-06 15:16:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.094900 [API:8081]10.0.0.242 - - [2026-07-06 15:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.242 - - [2026-07-06 15:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.33 - - [2026-07-06 15:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.33 - - [2026-07-06 15:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.33 - - [2026-07-06 15:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.33 - - [2026-07-06 15:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.242 - - [2026-07-06 15:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2026-07-06 15:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000787 [API:8081]10.0.0.242 - - [2026-07-06 15:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2026-07-06 15:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000674 [API:8081]10.0.0.50 - - [2026-07-06 15:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000453 [API:8081]10.0.0.50 - - [2026-07-06 15:18:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.50 - - [2026-07-06 15:18:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.109044 [API:8081]10.0.0.50 - - [2026-07-06 15:19:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.125499 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:19:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003354 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:19:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003389 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:19:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005849 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004670 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:19:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004693 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003319 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002888 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003042 [API:8081]10.0.0.50 - - [2026-07-06 15:20:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-07-06 15:20:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.062392 [API:8081]10.0.0.50 - - [2026-07-06 15:20:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.049407 [API:8081]10.0.0.33 - - [2026-07-06 15:20:41] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-07-06 15:20:41] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.242 - - [2026-07-06 15:21:11] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.242 - - [2026-07-06 15:21:11] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.50 - - [2026-07-06 15:21:11] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2026-07-06 15:21:11] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.50 - - [2026-07-06 15:21:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049216 [API:8081]10.0.0.50 - - [2026-07-06 15:22:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.049988 [API:8081]10.0.0.242 - - [2026-07-06 15:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.242 - - [2026-07-06 15:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-07-06 15:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.33 - - [2026-07-06 15:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2026-07-06 15:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.33 - - [2026-07-06 15:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.242 - - [2026-07-06 15:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.242 - - [2026-07-06 15:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-07-06 15:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2026-07-06 15:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2026-07-06 15:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2026-07-06 15:23:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2026-07-06 15:24:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.146117 [API:8081]10.0.0.50 - - [2026-07-06 15:25:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055783 [API:8081]10.0.0.50 - - [2026-07-06 15:25:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.50 - - [2026-07-06 15:26:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.053723 [API:8081]10.0.0.50 - - [2026-07-06 15:26:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.063832 [API:8081]10.0.0.50 - - [2026-07-06 15:27:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050540 [API:8081]10.0.0.50 - - [2026-07-06 15:28:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1444 0.027840 [API:8081]10.0.0.50 - - [2026-07-06 15:28:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1672 0.008706 [API:8081]10.0.0.242 - - [2026-07-06 15:28:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.242 - - [2026-07-06 15:28:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2026-07-06 15:28:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1900 0.104603 [API:8081]10.0.0.33 - - [2026-07-06 15:28:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-07-06 15:28:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-07-06 15:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-07-06 15:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.242 - - [2026-07-06 15:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2026-07-06 15:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.242 - - [2026-07-06 15:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2026-07-06 15:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2026-07-06 15:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2026-07-06 15:28:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2026-07-06 15:28:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2128 0.009606 [API:8081]10.0.0.50 - - [2026-07-06 15:28:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.049387 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:29:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.024934 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.014796 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.018709 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.016884 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:29:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.035879 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.013522 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.018008 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.016966 [API:8081]10.0.0.50 - - [2026-07-06 15:30:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046096 [API:8081]10.0.0.33 - - [2026-07-06 15:30:41] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2026-07-06 15:30:41] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.242 - - [2026-07-06 15:31:11] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.242 - - [2026-07-06 15:31:11] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.50 - - [2026-07-06 15:31:11] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-07-06 15:31:11] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.50 - - [2026-07-06 15:31:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24565 0.072067 [API:8081]10.0.0.50 - - [2026-07-06 15:31:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12950 0.075171 [API:8081]10.0.0.50 - - [2026-07-06 15:31:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054491 [API:8081]10.0.0.50 - - [2026-07-06 15:31:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24565 0.023013 [API:8081]10.0.0.50 - - [2026-07-06 15:31:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12950 0.025956 [API:8081]10.0.0.50 - - [2026-07-06 15:31:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24565 0.026470 [API:8081]10.0.0.50 - - [2026-07-06 15:31:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12552 0.029159 [API:8081]10.0.0.50 - - [2026-07-06 15:31:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-23937337:ctest-vnet1-15827798?flat HTTP/1.1" 200 8244 0.018352 [API:8081]10.0.0.50 - - [2026-07-06 15:31:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010361 [API:8081]10.0.0.50 - - [2026-07-06 15:31:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.023507 [API:8081]10.0.0.50 - - [2026-07-06 15:31:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.020956 [API:8081]10.0.0.50 - - [2026-07-06 15:31:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.018643 [API:8081]10.0.0.50 - - [2026-07-06 15:31:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.019027 [API:8081]10.0.0.50 - - [2026-07-06 15:32:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.022112 [API:8081]10.0.0.50 - - [2026-07-06 15:32:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.020151 [API:8081]10.0.0.50 - - [2026-07-06 15:32:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.023276 [API:8081]10.0.0.50 - - [2026-07-06 15:32:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.026981 [API:8081]10.0.0.50 - - [2026-07-06 15:32:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.031305 [API:8081]10.0.0.50 - - [2026-07-06 15:32:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.022558 [API:8081]10.0.0.50 - - [2026-07-06 15:32:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-23937337:ctest-vnet0-43526620?flat HTTP/1.1" 200 8246 0.014681 [API:8081]10.0.0.50 - - [2026-07-06 15:32:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009874 [API:8081]10.0.0.50 - - [2026-07-06 15:32:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1440 0.010837 [API:8081]10.0.0.242 - - [2026-07-06 15:33:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.242 - - [2026-07-06 15:33:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.33 - - [2026-07-06 15:33:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2026-07-06 15:33:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.33 - - [2026-07-06 15:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2026-07-06 15:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.242 - - [2026-07-06 15:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.242 - - [2026-07-06 15:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2026-07-06 15:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2026-07-06 15:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2026-07-06 15:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.50 - - [2026-07-06 15:33:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2026-07-06 15:33:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055644 [API:8081]10.0.0.50 - - [2026-07-06 15:34:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.50 - - [2026-07-06 15:34:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.052927 [API:8081]10.0.0.50 - - [2026-07-06 15:34:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.056331 [API:8081]10.0.0.50 - - [2026-07-06 15:35:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.065454 [API:8081]10.0.0.50 - - [2026-07-06 15:35:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.023955 [API:8081]10.0.0.50 - - [2026-07-06 15:35:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.061271 [API:8081]10.0.0.50 - - [2026-07-06 15:35:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.024649 [API:8081]10.0.0.50 - - [2026-07-06 15:35:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.019455 [API:8081]10.0.0.50 - - [2026-07-06 15:35:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.026154 [API:8081]10.0.0.50 - - [2026-07-06 15:35:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.025339 [API:8081]10.0.0.50 - - [2026-07-06 15:35:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-09768090:ctest-vnet0-79017059?flat HTTP/1.1" 200 7196 0.012174 [API:8081]10.0.0.50 - - [2026-07-06 15:35:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008097 [API:8081]10.0.0.50 - - [2026-07-06 15:35:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2026-07-06 15:35:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1456 0.056945 [API:8081]10.0.0.50 - - [2026-07-06 15:36:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2026-07-06 15:36:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.058520 [API:8081]10.0.0.50 - - [2026-07-06 15:36:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.052494 [API:8081]10.0.0.50 - - [2026-07-06 15:36:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.075081 [API:8081]10.0.0.50 - - [2026-07-06 15:36:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060902 [API:8081]10.0.0.50 - - [2026-07-06 15:37:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:1163b9bf-ac33-44de-9a00-be2a257e4701?flat HTTP/1.1" 200 5239 0.013946 [API:8081]10.0.0.50 - - [2026-07-06 15:37:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:1163b9bf-ac33-44de-9a00-be2a257e4701?flat HTTP/1.1" 200 5239 0.014575 [API:8081]10.0.0.50 - - [2026-07-06 15:37:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:1163b9bf-ac33-44de-9a00-be2a257e4701?flat HTTP/1.1" 200 5239 0.036220 [API:8081]10.0.0.50 - - [2026-07-06 15:37:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-97792889:ctest-VN1-77079822?flat HTTP/1.1" 200 8567 0.023059 [API:8081]10.0.0.50 - - [2026-07-06 15:37:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.034022 [API:8081]10.0.0.50 - - [2026-07-06 15:37:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019958 [API:8081]10.0.0.50 - - [2026-07-06 15:37:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008514 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:4ab46cc9-7af2-45f6-9a98-397ad5a7e08c?flat HTTP/1.1" 200 5471 0.016048 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:4ab46cc9-7af2-45f6-9a98-397ad5a7e08c?flat HTTP/1.1" 200 5471 0.013370 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:4ab46cc9-7af2-45f6-9a98-397ad5a7e08c?flat HTTP/1.1" 200 5471 0.013036 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-97792889:ctest-VN2-10208133?flat HTTP/1.1" 200 9518 0.020162 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.028803 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12964 0.026770 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.033666 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12964 0.028476 [API:8081]10.0.0.50 - - [2026-07-06 15:37:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011305 [API:8081]10.0.0.50 - - [2026-07-06 15:37:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:019b8306-da7d-4967-b9e3-9e5ba9c823c0?flat HTTP/1.1" 200 5095 0.013584 [API:8081]10.0.0.50 - - [2026-07-06 15:37:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:019b8306-da7d-4967-b9e3-9e5ba9c823c0?flat HTTP/1.1" 200 5095 0.013327 [API:8081]10.0.0.50 - - [2026-07-06 15:37:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-97792889:019b8306-da7d-4967-b9e3-9e5ba9c823c0?flat HTTP/1.1" 200 5095 0.013622 [API:8081]10.0.0.50 - - [2026-07-06 15:37:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-97792889:ctest-VN3-19065619?flat HTTP/1.1" 200 7440 0.014830 [API:8081]10.0.0.50 - - [2026-07-06 15:37:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020101 [API:8081]10.0.0.50 - - [2026-07-06 15:37:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018233 [API:8081]10.0.0.50 - - [2026-07-06 15:37:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009284 [API:8081]10.0.0.50 - - [2026-07-06 15:37:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065747 [API:8081]10.0.0.50 - - [2026-07-06 15:37:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021319 [API:8081]10.0.0.50 - - [2026-07-06 15:37:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-97792889:ctest-VN3-19065619?flat HTTP/1.1" 200 6212 0.012588 [API:8081]10.0.0.50 - - [2026-07-06 15:37:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009179 [API:8081]10.0.0.50 - - [2026-07-06 15:37:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.028613 [API:8081]10.0.0.50 - - [2026-07-06 15:37:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12978 0.025287 [API:8081]10.0.0.50 - - [2026-07-06 15:37:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.022231 [API:8081]10.0.0.50 - - [2026-07-06 15:37:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12978 0.025464 [API:8081]10.0.0.50 - - [2026-07-06 15:37:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.029950 [API:8081]10.0.0.50 - - [2026-07-06 15:37:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12978 0.024453 [API:8081]10.0.0.50 - - [2026-07-06 15:38:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.023382 [API:8081]10.0.0.50 - - [2026-07-06 15:38:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12978 0.026938 [API:8081]10.0.0.50 - - [2026-07-06 15:38:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.041835 [API:8081]10.0.0.50 - - [2026-07-06 15:38:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12978 0.024726 [API:8081]10.0.0.50 - - [2026-07-06 15:38:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.021683 [API:8081]10.0.0.50 - - [2026-07-06 15:38:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12978 0.023736 [API:8081]10.0.0.50 - - [2026-07-06 15:38:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.028797 [API:8081]10.0.0.50 - - [2026-07-06 15:38:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12978 0.033555 [API:8081]10.0.0.50 - - [2026-07-06 15:38:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.022832 [API:8081]10.0.0.50 - - [2026-07-06 15:38:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12978 0.021336 [API:8081]10.0.0.50 - - [2026-07-06 15:38:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.031985 [API:8081]10.0.0.50 - - [2026-07-06 15:38:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12586 0.028758 [API:8081]10.0.0.50 - - [2026-07-06 15:38:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-97792889:ctest-VN2-10208133?flat HTTP/1.1" 200 6550 0.019881 [API:8081]10.0.0.50 - - [2026-07-06 15:38:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.017088 [API:8081]10.0.0.50 - - [2026-07-06 15:38:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019061 [API:8081]10.0.0.242 - - [2026-07-06 15:38:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.242 - - [2026-07-06 15:38:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2026-07-06 15:38:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022887 [API:8081]10.0.0.33 - - [2026-07-06 15:38:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-07-06 15:38:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-07-06 15:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-07-06 15:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.242 - - [2026-07-06 15:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.242 - - [2026-07-06 15:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2026-07-06 15:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000478 [API:8081]10.0.0.50 - - [2026-07-06 15:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2026-07-06 15:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2026-07-06 15:38:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.50 - - [2026-07-06 15:38:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020878 [API:8081]10.0.0.50 - - [2026-07-06 15:38:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019437 [API:8081]10.0.0.50 - - [2026-07-06 15:38:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021399 [API:8081]10.0.0.50 - - [2026-07-06 15:38:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022369 [API:8081]10.0.0.50 - - [2026-07-06 15:38:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022316 [API:8081]10.0.0.50 - - [2026-07-06 15:38:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020270 [API:8081]10.0.0.50 - - [2026-07-06 15:38:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018706 [API:8081]10.0.0.50 - - [2026-07-06 15:38:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-97792889:ctest-VN1-77079822?flat HTTP/1.1" 200 6774 0.015456 [API:8081]10.0.0.50 - - [2026-07-06 15:38:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010158 [API:8081]10.0.0.50 - - [2026-07-06 15:39:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.50 - - [2026-07-06 15:39:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.052891 [API:8081]10.0.0.50 - - [2026-07-06 15:39:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.039501 [API:8081]10.0.0.50 - - [2026-07-06 15:39:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1876 0.039273 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:39:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003369 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003293 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003041 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003355 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:39:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003275 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002856 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002976 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003752 [API:8081]10.0.0.50 - - [2026-07-06 15:39:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047729 [API:8081]10.0.0.50 - - [2026-07-06 15:39:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:e3ef0621-b54d-409d-91a0-cf703b5459bf?flat HTTP/1.1" 200 5358 0.016980 [API:8081]10.0.0.50 - - [2026-07-06 15:39:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:e3ef0621-b54d-409d-91a0-cf703b5459bf?flat HTTP/1.1" 200 5358 0.016873 [API:8081]10.0.0.50 - - [2026-07-06 15:39:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:e3ef0621-b54d-409d-91a0-cf703b5459bf?flat HTTP/1.1" 200 5358 0.017492 [API:8081]10.0.0.50 - - [2026-07-06 15:39:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:e3ef0621-b54d-409d-91a0-cf703b5459bf?flat HTTP/1.1" 200 5358 0.014974 [API:8081]10.0.0.50 - - [2026-07-06 15:39:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-26820960:ctest-VN1-67681653?flat HTTP/1.1" 200 9448 0.014858 [API:8081]10.0.0.50 - - [2026-07-06 15:39:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.029607 [API:8081]10.0.0.50 - - [2026-07-06 15:39:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.027307 [API:8081]10.0.0.50 - - [2026-07-06 15:39:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008394 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:0f8a8639-5509-4ac4-9f02-03d1dced4807?flat HTTP/1.1" 200 5214 0.016078 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:0f8a8639-5509-4ac4-9f02-03d1dced4807?flat HTTP/1.1" 200 5214 0.016219 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:0f8a8639-5509-4ac4-9f02-03d1dced4807?flat HTTP/1.1" 200 5214 0.014827 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:0f8a8639-5509-4ac4-9f02-03d1dced4807?flat HTTP/1.1" 200 5214 0.015182 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-26820960:ctest-VN2-28684637?flat HTTP/1.1" 200 8633 0.017475 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24576 0.021822 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12980 0.027120 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24576 0.021471 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12980 0.024578 [API:8081]10.0.0.50 - - [2026-07-06 15:40:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010747 [API:8081]10.0.0.50 - - [2026-07-06 15:40:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:506c73ed-a850-41ef-9118-05028be9508f?flat HTTP/1.1" 200 5217 0.012533 [API:8081]10.0.0.50 - - [2026-07-06 15:40:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:506c73ed-a850-41ef-9118-05028be9508f?flat HTTP/1.1" 200 5217 0.013075 [API:8081]10.0.0.50 - - [2026-07-06 15:40:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:506c73ed-a850-41ef-9118-05028be9508f?flat HTTP/1.1" 200 5217 0.014241 [API:8081]10.0.0.50 - - [2026-07-06 15:40:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-26820960:506c73ed-a850-41ef-9118-05028be9508f?flat HTTP/1.1" 200 5217 0.014159 [API:8081]10.0.0.50 - - [2026-07-06 15:40:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-26820960:ctest-VN3-26141146?flat HTTP/1.1" 200 8203 0.015077 [API:8081]10.0.0.50 - - [2026-07-06 15:40:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.033910 [API:8081]10.0.0.50 - - [2026-07-06 15:40:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.029449 [API:8081]10.0.0.50 - - [2026-07-06 15:40:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012298 [API:8081]10.0.0.50 - - [2026-07-06 15:40:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.028162 [API:8081]10.0.0.50 - - [2026-07-06 15:40:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021228 [API:8081]10.0.0.50 - - [2026-07-06 15:40:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022610 [API:8081]10.0.0.50 - - [2026-07-06 15:40:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019774 [API:8081]10.0.0.33 - - [2026-07-06 15:40:41] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.33 - - [2026-07-06 15:40:41] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.50 - - [2026-07-06 15:40:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022305 [API:8081]10.0.0.50 - - [2026-07-06 15:40:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025192 [API:8081]10.0.0.50 - - [2026-07-06 15:40:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-26820960:ctest-VN3-26141146?flat HTTP/1.1" 200 6964 0.023803 [API:8081]10.0.0.50 - - [2026-07-06 15:40:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.020311 [API:8081]10.0.0.50 - - [2026-07-06 15:40:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070075 [API:8081]10.0.0.50 - - [2026-07-06 15:40:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.019922 [API:8081]10.0.0.50 - - [2026-07-06 15:40:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13001 0.021879 [API:8081]10.0.0.50 - - [2026-07-06 15:40:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.020148 [API:8081]10.0.0.50 - - [2026-07-06 15:40:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13001 0.022059 [API:8081]10.0.0.50 - - [2026-07-06 15:40:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.038956 [API:8081]10.0.0.50 - - [2026-07-06 15:40:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13001 0.041199 [API:8081]10.0.0.50 - - [2026-07-06 15:41:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.024130 [API:8081]10.0.0.50 - - [2026-07-06 15:41:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13001 0.022326 [API:8081]10.0.0.50 - - [2026-07-06 15:41:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.020027 [API:8081]10.0.0.50 - - [2026-07-06 15:41:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13001 0.021091 [API:8081]10.0.0.50 - - [2026-07-06 15:41:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.024787 [API:8081]10.0.0.50 - - [2026-07-06 15:41:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13001 0.029234 [API:8081]10.0.0.50 - - [2026-07-06 15:41:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.036362 [API:8081]10.0.0.50 - - [2026-07-06 15:41:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13001 0.024639 [API:8081]10.0.0.242 - - [2026-07-06 15:41:11] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.242 - - [2026-07-06 15:41:11] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.50 - - [2026-07-06 15:41:11] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2026-07-06 15:41:11] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.50 - - [2026-07-06 15:41:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.024756 [API:8081]10.0.0.50 - - [2026-07-06 15:41:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12773 0.028680 [API:8081]10.0.0.50 - - [2026-07-06 15:41:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-26820960:ctest-VN2-28684637?flat HTTP/1.1" 200 7309 0.015709 [API:8081]10.0.0.50 - - [2026-07-06 15:41:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010454 [API:8081]10.0.0.50 - - [2026-07-06 15:41:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022862 [API:8081]10.0.0.50 - - [2026-07-06 15:41:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-26820960:ctest-VN1-67681653?flat HTTP/1.1" 200 7641 0.019753 [API:8081]10.0.0.50 - - [2026-07-06 15:41:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.019967 [API:8081]10.0.0.50 - - [2026-07-06 15:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.50 - - [2026-07-06 15:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.101845 [API:8081]10.0.0.50 - - [2026-07-06 15:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.052119 [API:8081]10.0.0.50 - - [2026-07-06 15:42:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051848 [API:8081]10.0.0.50 - - [2026-07-06 15:43:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.50 - - [2026-07-06 15:43:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1872 0.051766 [API:8081]10.0.0.242 - - [2026-07-06 15:43:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.242 - - [2026-07-06 15:43:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.33 - - [2026-07-06 15:43:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2026-07-06 15:43:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-07-06 15:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.33 - - [2026-07-06 15:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000453 [API:8081]10.0.0.242 - - [2026-07-06 15:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2026-07-06 15:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.242 - - [2026-07-06 15:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.50 - - [2026-07-06 15:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.50 - - [2026-07-06 15:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-07-06 15:43:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2026-07-06 15:43:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062518 [API:8081]10.0.0.50 - - [2026-07-06 15:45:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.067311 [API:8081]10.0.0.50 - - [2026-07-06 15:45:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-91812080:ctest-vnet0-60997649?flat HTTP/1.1" 200 7965 0.012697 [API:8081]10.0.0.50 - - [2026-07-06 15:45:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.051523 [API:8081]10.0.0.50 - - [2026-07-06 15:45:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-07-06 15:45:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1440 0.048397 [API:8081]10.0.0.50 - - [2026-07-06 15:45:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1664 0.061305 [API:8081]10.0.0.50 - - [2026-07-06 15:45:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049097 [API:8081]10.0.0.50 - - [2026-07-06 15:46:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057619 [API:8081]10.0.0.242 - - [2026-07-06 15:48:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.242 - - [2026-07-06 15:48:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.33 - - [2026-07-06 15:48:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.33 - - [2026-07-06 15:48:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2026-07-06 15:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2026-07-06 15:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.242 - - [2026-07-06 15:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.242 - - [2026-07-06 15:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2026-07-06 15:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2026-07-06 15:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-07-06 15:48:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2026-07-06 15:48:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2026-07-06 15:48:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.024931 [API:8081]10.0.0.50 - - [2026-07-06 15:48:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12972 0.064106 [API:8081]10.0.0.50 - - [2026-07-06 15:48:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.020860 [API:8081]10.0.0.50 - - [2026-07-06 15:48:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12583 0.023598 [API:8081]10.0.0.50 - - [2026-07-06 15:48:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-79342330:ctest-vnet1-87965031?flat HTTP/1.1" 200 7307 0.015069 [API:8081]10.0.0.50 - - [2026-07-06 15:48:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009876 [API:8081]10.0.0.50 - - [2026-07-06 15:48:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.026103 [API:8081]10.0.0.50 - - [2026-07-06 15:48:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.021641 [API:8081]10.0.0.50 - - [2026-07-06 15:48:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057798 [API:8081]10.0.0.50 - - [2026-07-06 15:48:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.024361 [API:8081]10.0.0.50 - - [2026-07-06 15:48:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.028027 [API:8081]10.0.0.50 - - [2026-07-06 15:49:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020577 [API:8081]10.0.0.50 - - [2026-07-06 15:49:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.045058 [API:8081]10.0.0.50 - - [2026-07-06 15:49:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020128 [API:8081]10.0.0.50 - - [2026-07-06 15:49:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020313 [API:8081]10.0.0.50 - - [2026-07-06 15:49:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.022280 [API:8081]10.0.0.50 - - [2026-07-06 15:49:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.022281 [API:8081]10.0.0.50 - - [2026-07-06 15:49:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-79342330:ctest-vnet0-88922534?flat HTTP/1.1" 200 6958 0.017284 [API:8081]10.0.0.50 - - [2026-07-06 15:49:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009876 [API:8081]10.0.0.50 - - [2026-07-06 15:49:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2026-07-06 15:49:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.043039 [API:8081]10.0.0.50 - - [2026-07-06 15:49:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1688 0.044566 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:49:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003125 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002521 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002927 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.022543 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:49:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004544 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002481 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002596 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005320 [API:8081]10.0.0.50 - - [2026-07-06 15:49:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.046379 [API:8081]10.0.0.33 - - [2026-07-06 15:50:41] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-07-06 15:50:41] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.242 - - [2026-07-06 15:51:11] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.242 - - [2026-07-06 15:51:11] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.50 - - [2026-07-06 15:51:11] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2026-07-06 15:51:11] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.50 - - [2026-07-06 15:51:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046085 [API:8081]10.0.0.50 - - [2026-07-06 15:52:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.019829 [API:8081]10.0.0.50 - - [2026-07-06 15:52:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.052485 [API:8081]10.0.0.50 - - [2026-07-06 15:52:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.020638 [API:8081]10.0.0.50 - - [2026-07-06 15:52:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.022706 [API:8081]10.0.0.50 - - [2026-07-06 15:52:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.020490 [API:8081]10.0.0.50 - - [2026-07-06 15:52:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.019428 [API:8081]10.0.0.50 - - [2026-07-06 15:52:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.019957 [API:8081]10.0.0.50 - - [2026-07-06 15:52:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.020311 [API:8081]10.0.0.50 - - [2026-07-06 15:52:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.029210 [API:8081]10.0.0.50 - - [2026-07-06 15:52:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.021200 [API:8081]10.0.0.50 - - [2026-07-06 15:52:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.023141 [API:8081]10.0.0.50 - - [2026-07-06 15:52:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.020330 [API:8081]10.0.0.50 - - [2026-07-06 15:52:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.019959 [API:8081]10.0.0.50 - - [2026-07-06 15:52:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.021565 [API:8081]10.0.0.50 - - [2026-07-06 15:52:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.019738 [API:8081]10.0.0.50 - - [2026-07-06 15:52:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.020329 [API:8081]10.0.0.50 - - [2026-07-06 15:52:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.035725 [API:8081]10.0.0.50 - - [2026-07-06 15:52:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13021 0.024762 [API:8081]10.0.0.50 - - [2026-07-06 15:52:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.034306 [API:8081]10.0.0.50 - - [2026-07-06 15:52:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12583 0.026410 [API:8081]10.0.0.50 - - [2026-07-06 15:52:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-73190247:ctest-vnet1-46543957?flat HTTP/1.1" 200 8068 0.016498 [API:8081]10.0.0.50 - - [2026-07-06 15:52:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009963 [API:8081]10.0.0.50 - - [2026-07-06 15:52:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.019063 [API:8081]10.0.0.50 - - [2026-07-06 15:52:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.019403 [API:8081]10.0.0.50 - - [2026-07-06 15:52:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.046197 [API:8081]10.0.0.50 - - [2026-07-06 15:52:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.020680 [API:8081]10.0.0.50 - - [2026-07-06 15:52:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.026528 [API:8081]10.0.0.50 - - [2026-07-06 15:53:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.030218 [API:8081]10.0.0.50 - - [2026-07-06 15:53:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.025426 [API:8081]10.0.0.50 - - [2026-07-06 15:53:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.029973 [API:8081]10.0.0.50 - - [2026-07-06 15:53:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.024303 [API:8081]10.0.0.50 - - [2026-07-06 15:53:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.023734 [API:8081]10.0.0.50 - - [2026-07-06 15:53:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.021078 [API:8081]10.0.0.50 - - [2026-07-06 15:53:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-73190247:ctest-vnet0-73249012?flat HTTP/1.1" 200 7706 0.013224 [API:8081]10.0.0.50 - - [2026-07-06 15:53:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009984 [API:8081]10.0.0.242 - - [2026-07-06 15:53:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.242 - - [2026-07-06 15:53:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.33 - - [2026-07-06 15:53:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2026-07-06 15:53:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-07-06 15:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-07-06 15:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000551 [API:8081]10.0.0.242 - - [2026-07-06 15:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2026-07-06 15:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.242 - - [2026-07-06 15:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.50 - - [2026-07-06 15:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-07-06 15:53:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2026-07-06 15:53:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-07-06 15:54:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045271 [API:8081]10.0.0.50 - - [2026-07-06 15:55:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.093409 [API:8081]10.0.0.50 - - [2026-07-06 15:57:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2026-07-06 15:57:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.044801 [API:8081]10.0.0.50 - - [2026-07-06 15:57:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047068 [API:8081]10.0.0.242 - - [2026-07-06 15:58:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.242 - - [2026-07-06 15:58:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-07-06 15:58:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-07-06 15:58:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2026-07-06 15:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-07-06 15:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.242 - - [2026-07-06 15:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000941 [API:8081]10.0.0.242 - - [2026-07-06 15:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.50 - - [2026-07-06 15:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.50 - - [2026-07-06 15:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.50 - - [2026-07-06 15:58:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.50 - - [2026-07-06 15:58:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.50 - - [2026-07-06 15:58:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.050371 [API:8081]10.0.0.50 - - [2026-07-06 15:59:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071512 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:59:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003605 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003639 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004407 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003791 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:59:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003935 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002759 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003073 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 15:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002759 [API:8081]10.0.0.50 - - [2026-07-06 16:00:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2026-07-06 16:00:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1562 0.058710 [API:8081]10.0.0.33 - - [2026-07-06 16:00:41] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2026-07-06 16:00:41] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.50 - - [2026-07-06 16:01:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:75bb83af-5670-4485-b359-97efbf2aebbf?flat HTTP/1.1" 200 5822 0.053714 [API:8081]10.0.0.50 - - [2026-07-06 16:01:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:75bb83af-5670-4485-b359-97efbf2aebbf?flat HTTP/1.1" 200 5822 0.046350 [API:8081]10.0.0.50 - - [2026-07-06 16:01:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:75bb83af-5670-4485-b359-97efbf2aebbf?flat HTTP/1.1" 200 5822 0.016420 [API:8081]10.0.0.50 - - [2026-07-06 16:01:01] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080-08475922?flat HTTP/1.1" 200 10796 0.018484 [API:8081]10.0.0.50 - - [2026-07-06 16:01:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.022708 [API:8081]10.0.0.50 - - [2026-07-06 16:01:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021101 [API:8081]10.0.0.50 - - [2026-07-06 16:01:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008706 [API:8081]10.0.0.50 - - [2026-07-06 16:01:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051908 [API:8081]10.0.0.242 - - [2026-07-06 16:01:11] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.242 - - [2026-07-06 16:01:11] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.50 - - [2026-07-06 16:01:11] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-07-06 16:01:11] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:0525c1ff-a19d-40ef-90af-0c5f5863a911?flat HTTP/1.1" 200 5958 0.013633 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:0525c1ff-a19d-40ef-90af-0c5f5863a911?flat HTTP/1.1" 200 5958 0.013879 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:0525c1ff-a19d-40ef-90af-0c5f5863a911?flat HTTP/1.1" 200 5958 0.015160 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080-08475922?flat HTTP/1.1" 200 12655 0.017571 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.020501 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13196 0.019557 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.019825 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13196 0.019914 [API:8081]10.0.0.50 - - [2026-07-06 16:01:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009364 [API:8081]10.0.0.50 - - [2026-07-06 16:02:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.049465 [API:8081]10.0.0.50 - - [2026-07-06 16:02:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.022933 [API:8081]10.0.0.50 - - [2026-07-06 16:02:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13207 0.020414 [API:8081]10.0.0.50 - - [2026-07-06 16:02:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.020052 [API:8081]10.0.0.50 - - [2026-07-06 16:02:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13207 0.020108 [API:8081]10.0.0.50 - - [2026-07-06 16:02:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021138 [API:8081]10.0.0.50 - - [2026-07-06 16:02:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13207 0.020263 [API:8081]10.0.0.50 - - [2026-07-06 16:02:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021777 [API:8081]10.0.0.50 - - [2026-07-06 16:02:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12625 0.032261 [API:8081]10.0.0.50 - - [2026-07-06 16:02:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080-08475922?flat HTTP/1.1" 200 11640 0.015700 [API:8081]10.0.0.50 - - [2026-07-06 16:02:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011517 [API:8081]10.0.0.50 - - [2026-07-06 16:02:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.021739 [API:8081]10.0.0.50 - - [2026-07-06 16:02:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.019508 [API:8081]10.0.0.50 - - [2026-07-06 16:02:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.029481 [API:8081]10.0.0.50 - - [2026-07-06 16:02:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.022558 [API:8081]10.0.0.50 - - [2026-07-06 16:03:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020385 [API:8081]10.0.0.50 - - [2026-07-06 16:03:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020963 [API:8081]10.0.0.50 - - [2026-07-06 16:03:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020616 [API:8081]10.0.0.50 - - [2026-07-06 16:03:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.019614 [API:8081]10.0.0.50 - - [2026-07-06 16:03:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.023317 [API:8081]10.0.0.50 - - [2026-07-06 16:03:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.026463 [API:8081]10.0.0.50 - - [2026-07-06 16:03:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080:ctest-SecurityGroupBasicRegressionTests1Ipv6-41419080-08475922?flat HTTP/1.1" 200 8800 0.013089 [API:8081]10.0.0.50 - - [2026-07-06 16:03:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010624 [API:8081]10.0.0.242 - - [2026-07-06 16:03:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.242 - - [2026-07-06 16:03:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-07-06 16:03:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2026-07-06 16:03:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-07-06 16:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2026-07-06 16:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.242 - - [2026-07-06 16:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.242 - - [2026-07-06 16:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.50 - - [2026-07-06 16:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2026-07-06 16:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2026-07-06 16:03:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.50 - - [2026-07-06 16:03:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2026-07-06 16:03:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.50 - - [2026-07-06 16:03:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.064603 [API:8081]10.0.0.50 - - [2026-07-06 16:04:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046013 [API:8081]10.0.0.50 - - [2026-07-06 16:04:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:844e2541-7d46-4286-863f-29a3c097d54b?flat HTTP/1.1" 200 5804 0.053821 [API:8081]10.0.0.50 - - [2026-07-06 16:04:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:844e2541-7d46-4286-863f-29a3c097d54b?flat HTTP/1.1" 200 5804 0.013086 [API:8081]10.0.0.50 - - [2026-07-06 16:04:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:844e2541-7d46-4286-863f-29a3c097d54b?flat HTTP/1.1" 200 5804 0.055049 [API:8081]10.0.0.50 - - [2026-07-06 16:04:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443-32567666?flat HTTP/1.1" 200 10439 0.017283 [API:8081]10.0.0.50 - - [2026-07-06 16:04:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019790 [API:8081]10.0.0.50 - - [2026-07-06 16:04:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.021776 [API:8081]10.0.0.50 - - [2026-07-06 16:04:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007776 [API:8081]10.0.0.50 - - [2026-07-06 16:04:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:b0a15884-c8b6-4320-b68b-832805845015?flat HTTP/1.1" 200 5675 0.014378 [API:8081]10.0.0.50 - - [2026-07-06 16:04:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:b0a15884-c8b6-4320-b68b-832805845015?flat HTTP/1.1" 200 5675 0.011892 [API:8081]10.0.0.50 - - [2026-07-06 16:04:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:b0a15884-c8b6-4320-b68b-832805845015?flat HTTP/1.1" 200 5675 0.016869 [API:8081]10.0.0.50 - - [2026-07-06 16:04:29] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443-32567666?flat HTTP/1.1" 200 11365 0.021527 [API:8081]10.0.0.50 - - [2026-07-06 16:04:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.021415 [API:8081]10.0.0.50 - - [2026-07-06 16:04:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13223 0.019582 [API:8081]10.0.0.50 - - [2026-07-06 16:04:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.021386 [API:8081]10.0.0.50 - - [2026-07-06 16:04:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13223 0.020318 [API:8081]10.0.0.50 - - [2026-07-06 16:04:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008581 [API:8081]10.0.0.50 - - [2026-07-06 16:05:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.051809 [API:8081]10.0.0.50 - - [2026-07-06 16:06:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.027625 [API:8081]10.0.0.50 - - [2026-07-06 16:06:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13249 0.028838 [API:8081]10.0.0.50 - - [2026-07-06 16:06:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020017 [API:8081]10.0.0.50 - - [2026-07-06 16:06:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13249 0.019528 [API:8081]10.0.0.50 - - [2026-07-06 16:06:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.031683 [API:8081]10.0.0.50 - - [2026-07-06 16:06:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13249 0.021387 [API:8081]10.0.0.50 - - [2026-07-06 16:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020706 [API:8081]10.0.0.50 - - [2026-07-06 16:06:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13249 0.021965 [API:8081]10.0.0.50 - - [2026-07-06 16:06:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020018 [API:8081]10.0.0.50 - - [2026-07-06 16:06:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13249 0.022311 [API:8081]10.0.0.50 - - [2026-07-06 16:06:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.024719 [API:8081]10.0.0.50 - - [2026-07-06 16:06:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13249 0.029496 [API:8081]10.0.0.50 - - [2026-07-06 16:06:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.030222 [API:8081]10.0.0.50 - - [2026-07-06 16:06:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13249 0.022425 [API:8081]10.0.0.50 - - [2026-07-06 16:06:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020698 [API:8081]10.0.0.50 - - [2026-07-06 16:06:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13249 0.019078 [API:8081]10.0.0.50 - - [2026-07-06 16:06:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.021013 [API:8081]10.0.0.50 - - [2026-07-06 16:06:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12613 0.022898 [API:8081]10.0.0.50 - - [2026-07-06 16:06:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443-32567666?flat HTTP/1.1" 200 11585 0.016299 [API:8081]10.0.0.50 - - [2026-07-06 16:06:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012909 [API:8081]10.0.0.50 - - [2026-07-06 16:06:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.020743 [API:8081]10.0.0.50 - - [2026-07-06 16:06:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.028265 [API:8081]10.0.0.50 - - [2026-07-06 16:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.022110 [API:8081]10.0.0.50 - - [2026-07-06 16:06:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.020800 [API:8081]10.0.0.50 - - [2026-07-06 16:07:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.023895 [API:8081]10.0.0.50 - - [2026-07-06 16:07:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.022486 [API:8081]10.0.0.50 - - [2026-07-06 16:07:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054175 [API:8081]10.0.0.50 - - [2026-07-06 16:07:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.018581 [API:8081]10.0.0.50 - - [2026-07-06 16:07:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.021880 [API:8081]10.0.0.50 - - [2026-07-06 16:07:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.022961 [API:8081]10.0.0.50 - - [2026-07-06 16:07:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443:ctest-SecurityGroupBasicRegressionTests1_contrail-70255443-32567666?flat HTTP/1.1" 200 8422 0.015615 [API:8081]10.0.0.50 - - [2026-07-06 16:07:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011124 [API:8081]10.0.0.50 - - [2026-07-06 16:07:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2026-07-06 16:07:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.055098 [API:8081]10.0.0.50 - - [2026-07-06 16:08:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.045794 [API:8081]10.0.0.50 - - [2026-07-06 16:08:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:2e69cd0a-4ebf-4f11-86e7-118e2900f9a4?flat HTTP/1.1" 200 5675 0.048663 [API:8081]10.0.0.50 - - [2026-07-06 16:08:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:2e69cd0a-4ebf-4f11-86e7-118e2900f9a4?flat HTTP/1.1" 200 5675 0.015205 [API:8081]10.0.0.50 - - [2026-07-06 16:08:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:2e69cd0a-4ebf-4f11-86e7-118e2900f9a4?flat HTTP/1.1" 200 5675 0.044460 [API:8081]10.0.0.50 - - [2026-07-06 16:08:11] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:ctest-SecurityGroupBasicRegressionTests1-41055143-03330450?flat HTTP/1.1" 200 9926 0.018637 [API:8081]10.0.0.50 - - [2026-07-06 16:08:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.023764 [API:8081]10.0.0.50 - - [2026-07-06 16:08:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.034218 [API:8081]10.0.0.50 - - [2026-07-06 16:08:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010331 [API:8081]10.0.0.242 - - [2026-07-06 16:08:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.242 - - [2026-07-06 16:08:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-07-06 16:08:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2026-07-06 16:08:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-07-06 16:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-07-06 16:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.242 - - [2026-07-06 16:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.242 - - [2026-07-06 16:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2026-07-06 16:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2026-07-06 16:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2026-07-06 16:08:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2026-07-06 16:08:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:e0b95818-5398-4211-b6ce-72678e345992?flat HTTP/1.1" 200 5546 0.016788 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:e0b95818-5398-4211-b6ce-72678e345992?flat HTTP/1.1" 200 5546 0.014205 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:e0b95818-5398-4211-b6ce-72678e345992?flat HTTP/1.1" 200 5546 0.014877 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:ctest-SecurityGroupBasicRegressionTests1-41055143-03330450?flat HTTP/1.1" 200 10888 0.018749 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020107 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13171 0.020505 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021152 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13171 0.019046 [API:8081]10.0.0.50 - - [2026-07-06 16:08:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008111 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:09:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003529 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002899 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003395 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003938 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:09:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004228 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002291 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002473 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003655 [API:8081]10.0.0.50 - - [2026-07-06 16:10:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.020926 [API:8081]10.0.0.50 - - [2026-07-06 16:10:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13197 0.019939 [API:8081]10.0.0.50 - - [2026-07-06 16:10:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.034815 [API:8081]10.0.0.50 - - [2026-07-06 16:10:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13197 0.032430 [API:8081]10.0.0.50 - - [2026-07-06 16:10:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053260 [API:8081]10.0.0.50 - - [2026-07-06 16:10:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.028117 [API:8081]10.0.0.50 - - [2026-07-06 16:10:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13197 0.023963 [API:8081]10.0.0.50 - - [2026-07-06 16:10:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.027922 [API:8081]10.0.0.50 - - [2026-07-06 16:10:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 12627 0.033057 [API:8081]10.0.0.50 - - [2026-07-06 16:10:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:ctest-SecurityGroupBasicRegressionTests1-41055143-03330450?flat HTTP/1.1" 200 10736 0.021405 [API:8081]10.0.0.50 - - [2026-07-06 16:10:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008916 [API:8081]10.0.0.50 - - [2026-07-06 16:10:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.020688 [API:8081]10.0.0.50 - - [2026-07-06 16:10:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.020478 [API:8081]10.0.0.50 - - [2026-07-06 16:10:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.019097 [API:8081]10.0.0.50 - - [2026-07-06 16:10:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.041018 [API:8081]10.0.0.50 - - [2026-07-06 16:10:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.019209 [API:8081]10.0.0.50 - - [2026-07-06 16:10:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.020820 [API:8081]10.0.0.50 - - [2026-07-06 16:10:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.018916 [API:8081]10.0.0.50 - - [2026-07-06 16:10:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.020533 [API:8081]10.0.0.33 - - [2026-07-06 16:10:41] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-07-06 16:10:41] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2026-07-06 16:10:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.028831 [API:8081]10.0.0.50 - - [2026-07-06 16:10:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.021360 [API:8081]10.0.0.50 - - [2026-07-06 16:10:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-41055143:ctest-SecurityGroupBasicRegressionTests1-41055143-03330450?flat HTTP/1.1" 200 7954 0.013918 [API:8081]10.0.0.50 - - [2026-07-06 16:10:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009727 [API:8081]10.0.0.50 - - [2026-07-06 16:11:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.049539 [API:8081]10.0.0.242 - - [2026-07-06 16:11:11] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.242 - - [2026-07-06 16:11:11] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.50 - - [2026-07-06 16:11:11] "GET /analytics HTTP/1.1" 401 205 0.001327 [API:8081]10.0.0.50 - - [2026-07-06 16:11:11] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.50 - - [2026-07-06 16:11:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2026-07-06 16:11:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.060884 [API:8081]10.0.0.50 - - [2026-07-06 16:11:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.097219 [API:8081]10.0.0.50 - - [2026-07-06 16:11:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.066633 [API:8081]10.0.0.50 - - [2026-07-06 16:11:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.008901 [API:8081]10.0.0.50 - - [2026-07-06 16:11:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.009561 [API:8081]10.0.0.50 - - [2026-07-06 16:11:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.013573 [API:8081]10.0.0.50 - - [2026-07-06 16:11:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2292 0.009272 [API:8081]10.0.0.50 - - [2026-07-06 16:11:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2518 0.009047 [API:8081]10.0.0.50 - - [2026-07-06 16:11:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.50 - - [2026-07-06 16:11:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.071022 [API:8081]10.0.0.50 - - [2026-07-06 16:11:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.062583 [API:8081]10.0.0.50 - - [2026-07-06 16:11:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1862 0.053790 [API:8081]10.0.0.50 - - [2026-07-06 16:11:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.010256 [API:8081]10.0.0.50 - - [2026-07-06 16:11:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.009890 [API:8081]10.0.0.50 - - [2026-07-06 16:11:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.011466 [API:8081]10.0.0.50 - - [2026-07-06 16:12:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2026-07-06 16:12:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.045140 [API:8081]10.0.0.50 - - [2026-07-06 16:12:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1632 0.053081 [API:8081]10.0.0.50 - - [2026-07-06 16:12:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1842 0.061276 [API:8081]10.0.0.50 - - [2026-07-06 16:12:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.009470 [API:8081]10.0.0.50 - - [2026-07-06 16:12:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1632 0.010088 [API:8081]10.0.0.50 - - [2026-07-06 16:12:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1842 0.009650 [API:8081]10.0.0.50 - - [2026-07-06 16:12:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2062 0.010801 [API:8081]10.0.0.50 - - [2026-07-06 16:12:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2284 0.011950 [API:8081]10.0.0.50 - - [2026-07-06 16:12:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000690 [API:8081]10.0.0.50 - - [2026-07-06 16:12:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1430 0.067558 [API:8081]10.0.0.50 - - [2026-07-06 16:12:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.055931 [API:8081]10.0.0.50 - - [2026-07-06 16:12:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1866 0.056090 [API:8081]10.0.0.50 - - [2026-07-06 16:12:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.011487 [API:8081]10.0.0.50 - - [2026-07-06 16:12:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2332 0.010248 [API:8081]10.0.0.50 - - [2026-07-06 16:13:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065426 [API:8081]10.0.0.242 - - [2026-07-06 16:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.242 - - [2026-07-06 16:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-07-06 16:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-07-06 16:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-07-06 16:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-07-06 16:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.242 - - [2026-07-06 16:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.242 - - [2026-07-06 16:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.50 - - [2026-07-06 16:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2026-07-06 16:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2026-07-06 16:13:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2026-07-06 16:13:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2026-07-06 16:14:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064161 [API:8081]10.0.0.50 - - [2026-07-06 16:16:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051515 [API:8081]10.0.0.50 - - [2026-07-06 16:17:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059934 [API:8081]10.0.0.242 - - [2026-07-06 16:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.242 - - [2026-07-06 16:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-07-06 16:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.33 - - [2026-07-06 16:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-07-06 16:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2026-07-06 16:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.242 - - [2026-07-06 16:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.50 - - [2026-07-06 16:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.242 - - [2026-07-06 16:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.50 - - [2026-07-06 16:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.50 - - [2026-07-06 16:18:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2026-07-06 16:18:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2026-07-06 16:18:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2026-07-06 16:18:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.053146 [API:8081]10.0.0.50 - - [2026-07-06 16:18:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1856 0.049630 [API:8081]10.0.0.50 - - [2026-07-06 16:19:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072478 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:19:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004317 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003524 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003160 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003895 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:19:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003775 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003392 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003604 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003994 [API:8081]10.0.0.50 - - [2026-07-06 16:20:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.049659 [API:8081]10.0.0.33 - - [2026-07-06 16:20:41] "GET /analytics HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.33 - - [2026-07-06 16:20:41] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.242 - - [2026-07-06 16:21:11] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.242 - - [2026-07-06 16:21:11] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.50 - - [2026-07-06 16:21:11] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2026-07-06 16:21:11] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.50 - - [2026-07-06 16:22:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050478 [API:8081]10.0.0.50 - - [2026-07-06 16:22:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2026-07-06 16:22:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.052224 [API:8081]10.0.0.50 - - [2026-07-06 16:23:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.046842 [API:8081]10.0.0.242 - - [2026-07-06 16:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.242 - - [2026-07-06 16:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-07-06 16:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-07-06 16:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2026-07-06 16:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-07-06 16:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.242 - - [2026-07-06 16:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.242 - - [2026-07-06 16:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2026-07-06 16:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2026-07-06 16:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-07-06 16:23:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.50 - - [2026-07-06 16:23:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.50 - - [2026-07-06 16:23:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-07-06 16:23:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.047842 [API:8081]10.0.0.50 - - [2026-07-06 16:25:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048399 [API:8081]10.0.0.50 - - [2026-07-06 16:26:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.044600 [API:8081]10.0.0.50 - - [2026-07-06 16:27:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000648 [API:8081]10.0.0.50 - - [2026-07-06 16:27:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1418 0.053547 [API:8081]10.0.0.242 - - [2026-07-06 16:28:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.242 - - [2026-07-06 16:28:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-07-06 16:28:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2026-07-06 16:28:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-07-06 16:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.242 - - [2026-07-06 16:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-07-06 16:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-07-06 16:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.242 - - [2026-07-06 16:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2026-07-06 16:28:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2026-07-06 16:28:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.229376 [API:8081]10.0.0.50 - - [2026-07-06 16:28:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2026-07-06 16:28:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2026-07-06 16:29:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.068744 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:29:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002761 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002642 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002787 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002676 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:29:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003027 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002229 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002686 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:29:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002378 [API:8081]10.0.0.33 - - [2026-07-06 16:30:41] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-07-06 16:30:41] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.242 - - [2026-07-06 16:31:11] "GET /analytics HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.242 - - [2026-07-06 16:31:11] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.50 - - [2026-07-06 16:31:11] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2026-07-06 16:31:11] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.50 - - [2026-07-06 16:31:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051815 [API:8081]10.0.0.50 - - [2026-07-06 16:32:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-55256180:4f1dc25b-651b-47b7-9c13-8a50a2997981?flat HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2026-07-06 16:32:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-55256180:4f1dc25b-651b-47b7-9c13-8a50a2997981?flat HTTP/1.1" 200 5114 0.046857 [API:8081]10.0.0.50 - - [2026-07-06 16:32:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-55256180:4f1dc25b-651b-47b7-9c13-8a50a2997981?flat HTTP/1.1" 200 5114 0.047633 [API:8081]10.0.0.50 - - [2026-07-06 16:32:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-55256180:4f1dc25b-651b-47b7-9c13-8a50a2997981?flat HTTP/1.1" 200 5114 0.045479 [API:8081]10.0.0.50 - - [2026-07-06 16:32:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-55256180:ctest-random-35281281?flat HTTP/1.1" 200 3487 0.016906 [API:8081]10.0.0.50 - - [2026-07-06 16:32:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.019123 [API:8081]10.0.0.50 - - [2026-07-06 16:32:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.020430 [API:8081]10.0.0.50 - - [2026-07-06 16:32:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010391 [API:8081]10.0.0.50 - - [2026-07-06 16:32:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.008269 [API:8081]10.0.0.50 - - [2026-07-06 16:32:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053428 [API:8081]10.0.0.50 - - [2026-07-06 16:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.037028 [API:8081]10.0.0.50 - - [2026-07-06 16:32:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.018775 [API:8081]10.0.0.50 - - [2026-07-06 16:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.019353 [API:8081]10.0.0.50 - - [2026-07-06 16:32:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.026015 [API:8081]10.0.0.50 - - [2026-07-06 16:32:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.019339 [API:8081]10.0.0.50 - - [2026-07-06 16:32:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.021033 [API:8081]10.0.0.50 - - [2026-07-06 16:32:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-55256180:ctest-random-35281281?flat HTTP/1.1" 200 8119 0.016794 [API:8081]10.0.0.50 - - [2026-07-06 16:32:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011470 [API:8081]10.0.0.242 - - [2026-07-06 16:33:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.242 - - [2026-07-06 16:33:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-07-06 16:33:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-07-06 16:33:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-07-06 16:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2026-07-06 16:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.242 - - [2026-07-06 16:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.242 - - [2026-07-06 16:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.50 - - [2026-07-06 16:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2026-07-06 16:33:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2026-07-06 16:33:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2026-07-06 16:33:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2026-07-06 16:34:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056655 [API:8081]10.0.0.50 - - [2026-07-06 16:35:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2026-07-06 16:35:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2062 0.064466 [API:8081]10.0.0.50 - - [2026-07-06 16:35:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064336 [API:8081]10.0.0.50 - - [2026-07-06 16:37:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2026-07-06 16:37:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1624 0.057350 [API:8081]10.0.0.50 - - [2026-07-06 16:37:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050193 [API:8081]10.0.0.242 - - [2026-07-06 16:38:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.242 - - [2026-07-06 16:38:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2026-07-06 16:38:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.33 - - [2026-07-06 16:38:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-07-06 16:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000741 [API:8081]10.0.0.33 - - [2026-07-06 16:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.242 - - [2026-07-06 16:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.242 - - [2026-07-06 16:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.50 - - [2026-07-06 16:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-07-06 16:38:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.50 - - [2026-07-06 16:38:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2026-07-06 16:38:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2026-07-06 16:38:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055233 [API:8081]10.0.0.50 - - [2026-07-06 16:38:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.50 - - [2026-07-06 16:38:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.046753 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:31] "POST /analytics/query HTTP/1.1" 202 179 0.035269 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:31] "GET /analytics/query/4369a845-7959-11f1-b89a-00000a000032 HTTP/1.1" 200 221 0.004805 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:32] "GET /analytics/query/4369a845-7959-11f1-b89a-00000a000032 HTTP/1.1" 200 221 0.002321 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:32] "GET /analytics/query/4369a845-7959-11f1-b89a-00000a000032 HTTP/1.1" 200 338 0.002025 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:32] "GET /analytics/query/4369a845-7959-11f1-b89a-00000a000032/chunk-final/0 HTTP/1.1" 200 860 0.001916 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:33] "POST /analytics/query HTTP/1.1" 202 179 0.004654 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:33] "GET /analytics/query/446a5109-7959-11f1-aafd-00000a000032 HTTP/1.1" 200 221 0.001401 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:33] "GET /analytics/query/446a5109-7959-11f1-aafd-00000a000032 HTTP/1.1" 200 221 0.002427 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:34] "GET /analytics/query/446a5109-7959-11f1-aafd-00000a000032 HTTP/1.1" 200 338 0.002182 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:34] "GET /analytics/query/446a5109-7959-11f1-aafd-00000a000032/chunk-final/0 HTTP/1.1" 200 860 0.001948 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:34] "POST /analytics/query HTTP/1.1" 202 179 0.004786 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:34] "GET /analytics/query/45603c0e-7959-11f1-a137-00000a000032 HTTP/1.1" 200 221 0.002576 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:35] "GET /analytics/query/45603c0e-7959-11f1-a137-00000a000032 HTTP/1.1" 200 339 0.002160 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:35] "GET /analytics/query/45603c0e-7959-11f1-a137-00000a000032/chunk-final/0 HTTP/1.1" 200 21437 0.002454 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:35] "POST /analytics/query HTTP/1.1" 202 179 0.006474 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:35] "GET /analytics/query/46074e66-7959-11f1-9b30-00000a000032 HTTP/1.1" 200 221 0.003879 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:36] "GET /analytics/query/46074e66-7959-11f1-9b30-00000a000032 HTTP/1.1" 200 339 0.002408 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:36] "GET /analytics/query/46074e66-7959-11f1-9b30-00000a000032/chunk-final/0 HTTP/1.1" 200 22761 0.004377 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "POST /analytics/query HTTP/1.1" 202 179 0.005190 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/query/46bd635b-7959-11f1-80dc-00000a000032 HTTP/1.1" 200 221 0.005865 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/query/46bd635b-7959-11f1-80dc-00000a000032 HTTP/1.1" 200 339 0.002635 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/query/46bd635b-7959-11f1-80dc-00000a000032/chunk-final/0 HTTP/1.1" 200 8095 0.002288 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002556 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002731 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002761 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002621 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003023 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002499 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002721 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002552 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003847 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:41] "POST /analytics/query HTTP/1.1" 202 179 0.005179 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:41] "GET /analytics/query/494af037-7959-11f1-822c-00000a000032 HTTP/1.1" 200 221 0.001651 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:41] "GET /analytics/query/494af037-7959-11f1-822c-00000a000032 HTTP/1.1" 200 341 0.001915 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:41] "GET /analytics/query/494af037-7959-11f1-822c-00000a000032/chunk-final/0 HTTP/1.1" 200 343398 0.008841 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003496 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003989 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:43] "POST /analytics/query HTTP/1.1" 202 179 0.005288 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:43] "GET /analytics/query/4a572f91-7959-11f1-af24-00000a000032 HTTP/1.1" 200 221 0.002457 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:43] "GET /analytics/query/4a572f91-7959-11f1-af24-00000a000032 HTTP/1.1" 200 338 0.001770 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:43] "GET /analytics/query/4a572f91-7959-11f1-af24-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001530 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:43] "POST /analytics/query HTTP/1.1" 202 179 0.005190 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:43] "GET /analytics/query/4aaa2fe8-7959-11f1-a009-00000a000032 HTTP/1.1" 200 221 0.017220 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:44] "GET /analytics/query/4aaa2fe8-7959-11f1-a009-00000a000032 HTTP/1.1" 200 338 0.002388 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:44] "GET /analytics/query/4aaa2fe8-7959-11f1-a009-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.002119 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:44] "POST /analytics/query HTTP/1.1" 202 179 0.005507 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:44] "GET /analytics/query/4afce76c-7959-11f1-861f-00000a000032 HTTP/1.1" 200 221 0.004527 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:44] "GET /analytics/query/4afce76c-7959-11f1-861f-00000a000032 HTTP/1.1" 200 338 0.001812 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:44] "GET /analytics/query/4afce76c-7959-11f1-861f-00000a000032/chunk-final/0 HTTP/1.1" 200 1850 0.001810 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:44] "POST /analytics/query HTTP/1.1" 202 179 0.010429 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:44] "GET /analytics/query/4b4d762b-7959-11f1-aa7f-00000a000032 HTTP/1.1" 200 221 0.002805 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:45] "GET /analytics/query/4b4d762b-7959-11f1-aa7f-00000a000032 HTTP/1.1" 200 338 0.001800 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:45] "GET /analytics/query/4b4d762b-7959-11f1-aa7f-00000a000032/chunk-final/0 HTTP/1.1" 200 7644 0.001992 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:45] "POST /analytics/query HTTP/1.1" 202 179 0.004878 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:45] "GET /analytics/query/4b9e4b3b-7959-11f1-a03e-00000a000032 HTTP/1.1" 200 221 0.005245 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:45] "GET /analytics/query/4b9e4b3b-7959-11f1-a03e-00000a000032 HTTP/1.1" 200 338 0.002142 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:45] "GET /analytics/query/4b9e4b3b-7959-11f1-a03e-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001527 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:45] "POST /analytics/query HTTP/1.1" 202 179 0.004457 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:45] "GET /analytics/query/4beebfb6-7959-11f1-adc6-00000a000032 HTTP/1.1" 200 221 0.003811 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:46] "GET /analytics/query/4beebfb6-7959-11f1-adc6-00000a000032 HTTP/1.1" 200 338 0.002111 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:46] "GET /analytics/query/4beebfb6-7959-11f1-adc6-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001740 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:46] "POST /analytics/query HTTP/1.1" 202 179 0.011400 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:46] "GET /analytics/query/4c3ff867-7959-11f1-a3b8-00000a000032 HTTP/1.1" 200 221 0.001758 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:46] "GET /analytics/query/4c3ff867-7959-11f1-a3b8-00000a000032 HTTP/1.1" 200 338 0.001933 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:46] "GET /analytics/query/4c3ff867-7959-11f1-a3b8-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001674 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:46] "POST /analytics/query HTTP/1.1" 202 179 0.004354 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:46] "GET /analytics/query/4c91dfca-7959-11f1-8000-00000a000032 HTTP/1.1" 200 221 0.001805 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:47] "GET /analytics/query/4c91dfca-7959-11f1-8000-00000a000032 HTTP/1.1" 200 338 0.001920 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:47] "GET /analytics/query/4c91dfca-7959-11f1-8000-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001752 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:47] "POST /analytics/query HTTP/1.1" 202 179 0.004552 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:47] "GET /analytics/query/4ce19c3a-7959-11f1-bf13-00000a000032 HTTP/1.1" 200 221 0.001956 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:47] "GET /analytics/query/4ce19c3a-7959-11f1-bf13-00000a000032 HTTP/1.1" 200 338 0.001814 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:47] "GET /analytics/query/4ce19c3a-7959-11f1-bf13-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001502 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:47] "POST /analytics/query HTTP/1.1" 202 179 0.007281 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:47] "GET /analytics/query/4d31c192-7959-11f1-9f39-00000a000032 HTTP/1.1" 200 221 0.001985 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:48] "GET /analytics/query/4d31c192-7959-11f1-9f39-00000a000032 HTTP/1.1" 200 338 0.001917 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:48] "GET /analytics/query/4d31c192-7959-11f1-9f39-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001816 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:48] "POST /analytics/query HTTP/1.1" 202 179 0.004299 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:48] "GET /analytics/query/4d8244d8-7959-11f1-a78f-00000a000032 HTTP/1.1" 200 221 0.004885 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:48] "GET /analytics/query/4d8244d8-7959-11f1-a78f-00000a000032 HTTP/1.1" 200 338 0.001826 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:48] "GET /analytics/query/4d8244d8-7959-11f1-a78f-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001545 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:49] "POST /analytics/query HTTP/1.1" 202 179 0.005088 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:49] "GET /analytics/query/4dd42d87-7959-11f1-89fd-00000a000032 HTTP/1.1" 200 221 0.010057 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:49] "GET /analytics/query/4dd42d87-7959-11f1-89fd-00000a000032 HTTP/1.1" 200 338 0.002287 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:49] "GET /analytics/query/4dd42d87-7959-11f1-89fd-00000a000032/chunk-final/0 HTTP/1.1" 200 145 0.001760 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003757 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003245 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:50] "POST /analytics/query HTTP/1.1" 202 179 0.008556 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:50] "GET /analytics/query/4ed1f5eb-7959-11f1-81a8-00000a000032 HTTP/1.1" 200 221 0.001815 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:51] "GET /analytics/query/4ed1f5eb-7959-11f1-81a8-00000a000032 HTTP/1.1" 200 340 0.001859 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:51] "GET /analytics/query/4ed1f5eb-7959-11f1-81a8-00000a000032/chunk-final/0 HTTP/1.1" 200 1531820 0.015028 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:51] "POST /analytics/query HTTP/1.1" 202 179 0.006732 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:51] "GET /analytics/query/4f2c61c8-7959-11f1-8ced-00000a000032 HTTP/1.1" 200 221 0.001590 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:51] "GET /analytics/query/4f2c61c8-7959-11f1-8ced-00000a000032 HTTP/1.1" 200 340 0.001974 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:51] "GET /analytics/query/4f2c61c8-7959-11f1-8ced-00000a000032/chunk-final/0 HTTP/1.1" 200 1533228 0.013515 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003561 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003421 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003430 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003589 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003729 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:54] "POST /analytics/query HTTP/1.1" 202 179 0.004861 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:54] "GET /analytics/query/515ec546-7959-11f1-b06f-00000a000032 HTTP/1.1" 200 221 0.004201 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:55] "GET /analytics/query/515ec546-7959-11f1-b06f-00000a000032 HTTP/1.1" 200 339 0.002618 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:55] "GET /analytics/query/515ec546-7959-11f1-b06f-00000a000032/chunk-final/0 HTTP/1.1" 200 71970 0.005250 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003574 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:56] "POST /analytics/query HTTP/1.1" 202 179 0.003619 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:56] "GET /analytics/query/520ca63a-7959-11f1-b0c3-00000a000032 HTTP/1.1" 200 221 0.001750 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:56] "GET /analytics/query/520ca63a-7959-11f1-b0c3-00000a000032 HTTP/1.1" 200 341 0.001833 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:56] "GET /analytics/query/520ca63a-7959-11f1-b0c3-00000a000032/chunk-final/0 HTTP/1.1" 200 1024885 0.036060 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003265 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:39:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003482 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.005418 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:02] "POST /analytics/query HTTP/1.1" 200 145 1.011955 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003947 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:03] "POST /analytics/query HTTP/1.1" 200 2193 1.010538 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.004033 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:05] "POST /analytics/query HTTP/1.1" 200 710 1.013038 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.003834 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:06] "POST /analytics/query HTTP/1.1" 200 2831 1.010146 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.011009 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:08] "POST /analytics/query HTTP/1.1" 200 206 1.019446 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.008096 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:10] "POST /analytics/query HTTP/1.1" 200 1404 1.013849 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003534 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:11] "POST /analytics/query HTTP/1.1" 200 2831 1.010102 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.004367 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:13] "POST /analytics/query HTTP/1.1" 200 834 1.011548 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003331 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:15] "POST /analytics/query HTTP/1.1" 200 141425 1.033536 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004922 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:16] "POST /analytics/query HTTP/1.1" 200 1093 1.009961 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.003469 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:18] "POST /analytics/query HTTP/1.1" 200 258 1.011399 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.003564 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:20] "POST /analytics/query HTTP/1.1" 200 596 1.018082 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003401 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:21] "POST /analytics/query HTTP/1.1" 200 1795 1.012348 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.003586 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:23] "POST /analytics/query HTTP/1.1" 200 596 1.012675 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.003536 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:24] "POST /analytics/query HTTP/1.1" 200 316 1.010925 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:40:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.003696 [API:8081]10.0.0.50 - - [2026-07-06 16:40:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.376870 [API:8081]10.0.0.50 - - [2026-07-06 16:40:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2026-07-06 16:40:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.048472 [API:8081]10.0.0.33 - - [2026-07-06 16:40:41] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-07-06 16:40:41] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.242 - - [2026-07-06 16:41:11] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.242 - - [2026-07-06 16:41:11] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.50 - - [2026-07-06 16:41:11] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2026-07-06 16:41:11] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.50 - - [2026-07-06 16:41:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.044505 [API:8081]10.0.0.50 - - [2026-07-06 16:41:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.044211 [API:8081]10.0.0.50 - - [2026-07-06 16:41:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.009155 [API:8081]10.0.0.50 - - [2026-07-06 16:41:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.044957 [API:8081]10.0.0.50 - - [2026-07-06 16:41:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.008963 [API:8081]10.0.0.50 - - [2026-07-06 16:42:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.009630 [API:8081]10.0.0.50 - - [2026-07-06 16:42:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.009593 [API:8081]10.0.0.50 - - [2026-07-06 16:42:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.008438 [API:8081]10.0.0.50 - - [2026-07-06 16:42:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1954 0.008454 [API:8081]10.0.0.50 - - [2026-07-06 16:42:16] "POST /analytics/query HTTP/1.1" 200 222 1.036849 [API:8081]10.0.0.50 - - [2026-07-06 16:42:17] "POST /analytics/query HTTP/1.1" 200 222 1.019103 [API:8081]10.0.0.50 - - [2026-07-06 16:42:18] "POST /analytics/query HTTP/1.1" 200 353 1.017054 [API:8081]10.0.0.242 - - [2026-07-06 16:43:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.242 - - [2026-07-06 16:43:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-07-06 16:43:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.33 - - [2026-07-06 16:43:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2026-07-06 16:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-07-06 16:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.242 - - [2026-07-06 16:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.242 - - [2026-07-06 16:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2026-07-06 16:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2026-07-06 16:43:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2026-07-06 16:43:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.50 - - [2026-07-06 16:43:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001026 [API:8081]10.0.0.50 - - [2026-07-06 16:43:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051801 [API:8081]10.0.0.50 - - [2026-07-06 16:44:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.047012 [API:8081]10.0.0.50 - - [2026-07-06 16:45:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.150825 [API:8081]10.0.0.50 - - [2026-07-06 16:45:40] "POST /analytics/query HTTP/1.1" 200 507 1.019658 [API:8081]10.0.0.50 - - [2026-07-06 16:45:41] "POST /analytics/query HTTP/1.1" 200 353 1.017366 [API:8081]10.0.0.50 - - [2026-07-06 16:45:42] "POST /analytics/query HTTP/1.1" 200 353 1.018670 [API:8081]10.0.0.50 - - [2026-07-06 16:46:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.104340 [API:8081]10.0.0.50 - - [2026-07-06 16:47:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061197 [API:8081]10.0.0.242 - - [2026-07-06 16:48:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.242 - - [2026-07-06 16:48:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2026-07-06 16:48:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-07-06 16:48:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-07-06 16:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-07-06 16:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.242 - - [2026-07-06 16:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.50 - - [2026-07-06 16:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.242 - - [2026-07-06 16:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.50 - - [2026-07-06 16:48:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2026-07-06 16:48:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2026-07-06 16:48:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:49:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003225 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003386 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003014 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002921 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:49:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003438 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002652 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003159 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:49:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002309 [API:8081]10.0.0.50 - - [2026-07-06 16:49:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048151 [API:8081]10.0.0.33 - - [2026-07-06 16:50:41] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-07-06 16:50:41] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.50 - - [2026-07-06 16:50:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.052133 [API:8081]10.0.0.242 - - [2026-07-06 16:51:11] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.242 - - [2026-07-06 16:51:11] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.50 - - [2026-07-06 16:51:11] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2026-07-06 16:51:11] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.50 - - [2026-07-06 16:52:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054630 [API:8081]10.0.0.242 - - [2026-07-06 16:53:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.242 - - [2026-07-06 16:53:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-07-06 16:53:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2026-07-06 16:53:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-07-06 16:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-07-06 16:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.242 - - [2026-07-06 16:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.242 - - [2026-07-06 16:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.50 - - [2026-07-06 16:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2026-07-06 16:53:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2026-07-06 16:53:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2026-07-06 16:53:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2026-07-06 16:53:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055910 [API:8081]10.0.0.50 - - [2026-07-06 16:55:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.190942 [API:8081]10.0.0.50 - - [2026-07-06 16:56:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2026-07-06 16:56:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.048705 [API:8081]10.0.0.50 - - [2026-07-06 16:56:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.056187 [API:8081]10.0.0.50 - - [2026-07-06 16:56:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e?flat HTTP/1.1" 200 5212 0.048305 [API:8081]10.0.0.50 - - [2026-07-06 16:56:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e?flat HTTP/1.1" 200 5212 0.024231 [API:8081]10.0.0.50 - - [2026-07-06 16:56:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e?flat HTTP/1.1" 200 5212 0.041389 [API:8081]10.0.0.50 - - [2026-07-06 16:56:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-71905915:EVPN-VN1?flat HTTP/1.1" 200 7831 0.020420 [API:8081]10.0.0.50 - - [2026-07-06 16:56:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.020448 [API:8081]10.0.0.50 - - [2026-07-06 16:56:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.021233 [API:8081]10.0.0.50 - - [2026-07-06 16:56:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.019230 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:21d13039-c83e-452e-ad7b-bd4c0e212b64?flat HTTP/1.1" 200 5063 0.015172 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:21d13039-c83e-452e-ad7b-bd4c0e212b64?flat HTTP/1.1" 200 5063 0.015885 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:21d13039-c83e-452e-ad7b-bd4c0e212b64?flat HTTP/1.1" 200 5063 0.014362 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-71905915:EVPN-VN1?flat HTTP/1.1" 200 7831 0.018074 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25591 0.020895 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13017 0.024772 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25591 0.020015 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 13017 0.018528 [API:8081]10.0.0.50 - - [2026-07-06 16:56:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007421 [API:8081]10.0.0.242 - - [2026-07-06 16:58:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.242 - - [2026-07-06 16:58:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-07-06 16:58:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2026-07-06 16:58:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-07-06 16:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-07-06 16:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.242 - - [2026-07-06 16:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.242 - - [2026-07-06 16:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2026-07-06 16:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2026-07-06 16:58:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2026-07-06 16:58:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.50 - - [2026-07-06 16:58:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2026-07-06 16:58:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.044899 [API:8081]10.0.0.50 - - [2026-07-06 16:58:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e?flat HTTP/1.1" 200 5321 0.014565 [API:8081]10.0.0.50 - - [2026-07-06 16:58:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e?flat HTTP/1.1" 200 5321 0.019373 [API:8081]10.0.0.50 - - [2026-07-06 16:58:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e?flat HTTP/1.1" 200 5321 0.016271 [API:8081]10.0.0.50 - - [2026-07-06 16:58:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-71905915:EVPN-VN1?flat HTTP/1.1" 200 8448 0.018898 [API:8081]10.0.0.50 - - [2026-07-06 16:58:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21047 0.021620 [API:8081]10.0.0.50 - - [2026-07-06 16:58:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21047 0.017714 [API:8081]10.0.0.50 - - [2026-07-06 16:58:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010096 [API:8081]10.0.0.50 - - [2026-07-06 16:59:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:21d13039-c83e-452e-ad7b-bd4c0e212b64?flat HTTP/1.1" 200 5321 0.013137 [API:8081]10.0.0.50 - - [2026-07-06 16:59:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:21d13039-c83e-452e-ad7b-bd4c0e212b64?flat HTTP/1.1" 200 5321 0.012443 [API:8081]10.0.0.50 - - [2026-07-06 16:59:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-71905915:21d13039-c83e-452e-ad7b-bd4c0e212b64?flat HTTP/1.1" 200 5321 0.013881 [API:8081]10.0.0.50 - - [2026-07-06 16:59:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-71905915:EVPN-VN1?flat HTTP/1.1" 200 9710 0.018606 [API:8081]10.0.0.50 - - [2026-07-06 16:59:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28474 0.022387 [API:8081]10.0.0.50 - - [2026-07-06 16:59:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28474 0.089898 [API:8081]10.0.0.50 - - [2026-07-06 16:59:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008510 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:59:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003556 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003789 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004877 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004801 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:59:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003854 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004884 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003496 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 16:59:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003715 [API:8081]10.0.0.50 - - [2026-07-06 16:59:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.050984 [API:8081]10.0.0.50 - - [2026-07-06 17:00:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33102 0.045738 [API:8081]10.0.0.50 - - [2026-07-06 17:00:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-71905915:EVPN-VN1?flat HTTP/1.1" 200 8544 0.019376 [API:8081]10.0.0.50 - - [2026-07-06 17:00:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009954 [API:8081]10.0.0.50 - - [2026-07-06 17:00:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24667 0.020018 [API:8081]10.0.0.50 - - [2026-07-06 17:00:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-71905915:EVPN-VN1?flat HTTP/1.1" 200 5990 0.012596 [API:8081]10.0.0.50 - - [2026-07-06 17:00:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008760 [API:8081]10.0.0.33 - - [2026-07-06 17:00:41] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2026-07-06 17:00:41] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.242 - - [2026-07-06 17:01:11] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.242 - - [2026-07-06 17:01:11] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.50 - - [2026-07-06 17:01:11] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2026-07-06 17:01:11] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.50 - - [2026-07-06 17:01:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046282 [API:8081]10.0.0.50 - - [2026-07-06 17:02:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-06618251:ctest-TestRbac-06618251-09833117?flat HTTP/1.1" 401 205 0.000560 [API:8081]10.0.0.50 - - [2026-07-06 17:02:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-06618251:ctest-TestRbac-06618251-09833117?flat HTTP/1.1" 200 2078 0.442610 [API:8081]10.0.0.50 - - [2026-07-06 17:02:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.113292 [API:8081]10.0.0.50 - - [2026-07-06 17:02:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-06618251:ctest-TestRbac-06618251-09833117?flat HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-07-06 17:02:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-06618251:ctest-TestRbac-06618251-09833117?flat HTTP/1.1" 200 2078 0.124774 [API:8081]10.0.0.50 - - [2026-07-06 17:02:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.072575 [API:8081]10.0.0.50 - - [2026-07-06 17:02:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.082566 [API:8081]10.0.0.50 - - [2026-07-06 17:03:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-39633158:bda57158-fc24-4097-850c-617714fd7545?flat HTTP/1.1" 200 4952 0.058217 [API:8081]10.0.0.50 - - [2026-07-06 17:03:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-39633158:bda57158-fc24-4097-850c-617714fd7545?flat HTTP/1.1" 200 4952 0.097468 [API:8081]10.0.0.50 - - [2026-07-06 17:03:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-39633158:bda57158-fc24-4097-850c-617714fd7545?flat HTTP/1.1" 200 4952 0.052728 [API:8081]10.0.0.50 - - [2026-07-06 17:03:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-06618251:ctest-TestRbac-06618251-09833117?flat HTTP/1.1" 200 7741 0.095931 [API:8081]10.0.0.50 - - [2026-07-06 17:03:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.060305 [API:8081]10.0.0.50 - - [2026-07-06 17:03:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.101489 [API:8081]10.0.0.50 - - [2026-07-06 17:03:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2026-07-06 17:03:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.054350 [API:8081]10.0.0.50 - - [2026-07-06 17:03:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.034281 [API:8081]10.0.0.50 - - [2026-07-06 17:03:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.107861 [API:8081]10.0.0.50 - - [2026-07-06 17:03:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.055391 [API:8081]10.0.0.50 - - [2026-07-06 17:03:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.045297 [API:8081]10.0.0.50 - - [2026-07-06 17:03:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.072714 [API:8081]10.0.0.50 - - [2026-07-06 17:03:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.121599 [API:8081]10.0.0.50 - - [2026-07-06 17:03:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.040204 [API:8081]10.0.0.50 - - [2026-07-06 17:03:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.051121 [API:8081]10.0.0.50 - - [2026-07-06 17:03:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.028390 [API:8081]10.0.0.50 - - [2026-07-06 17:03:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.018964 [API:8081]10.0.0.242 - - [2026-07-06 17:03:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.242 - - [2026-07-06 17:03:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.33 - - [2026-07-06 17:03:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.33 - - [2026-07-06 17:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.33 - - [2026-07-06 17:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.33 - - [2026-07-06 17:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.242 - - [2026-07-06 17:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.242 - - [2026-07-06 17:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2026-07-06 17:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2026-07-06 17:03:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2026-07-06 17:03:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24719 0.032995 [API:8081]10.0.0.50 - - [2026-07-06 17:03:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-06618251:ctest-TestRbac-06618251-09833117?flat HTTP/1.1" 200 6496 0.013527 [API:8081]10.0.0.50 - - [2026-07-06 17:03:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008918 [API:8081]10.0.0.50 - - [2026-07-06 17:03:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.50 - - [2026-07-06 17:03:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2026-07-06 17:03:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.50 - - [2026-07-06 17:03:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 200 2117 0.128082 [API:8081]10.0.0.50 - - [2026-07-06 17:03:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 401 205 0.000352 --- 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-46829247'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-38374576' RBAC: ctest-TestRbacBasic-47519597 doesn't have read permission in project 'ba42a990c5814c0e88ffcd6275d9548f' 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-61734718', 'ctest-TestRbacBasic-61734718-79322852'], 'virtual_network', '32bf1f17-4c20-4e55-b84a-c9ea597bb417', "Permission Denied for ['ctest-TestRbacBasic-46829247'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-38374576' RBAC: ctest-TestRbacBasic-47519597 doesn't have read permission in project 'ba42a990c5814c0e88ffcd6275d9548f'"),) [API:8081]10.0.0.50 - - [2026-07-06 17:03:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 403 198 0.093464 [API:8081]10.0.0.50 - - [2026-07-06 17:03:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2026-07-06 17:03:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 200 6760 0.068996 [API:8081]10.0.0.50 - - [2026-07-06 17:03:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.070232 [API:8081]10.0.0.50 - - [2026-07-06 17:03:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.072839 [API:8081]10.0.0.50 - - [2026-07-06 17:03:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1708 0.048227 --- 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-46829247'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-61734718' RBAC: ctest-TestRbacBasic-47519597 doesn't have read permission in project 'f951f6b90a61442db92967b40abc19a1' 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-61734718', 'ctest-TestRbacBasic-61734718-79322852'], 'virtual_network', '32bf1f17-4c20-4e55-b84a-c9ea597bb417', "Permission Denied for ['ctest-TestRbacBasic-46829247'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-61734718' RBAC: ctest-TestRbacBasic-47519597 doesn't have read permission in project 'f951f6b90a61442db92967b40abc19a1'"),) [API:8081]10.0.0.50 - - [2026-07-06 17:03:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 403 198 0.041886 --- 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-46829247'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-61734718' RBAC: ctest-TestRbacBasic-47519597 doesn't have read permission in project 'f951f6b90a61442db92967b40abc19a1' 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-61734718', 'ctest-TestRbacBasic-61734718-79322852'], 'virtual_network', '32bf1f17-4c20-4e55-b84a-c9ea597bb417', "Permission Denied for ['ctest-TestRbacBasic-46829247'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-61734718' RBAC: ctest-TestRbacBasic-47519597 doesn't have read permission in project 'f951f6b90a61442db92967b40abc19a1'"),) [API:8081]10.0.0.50 - - [2026-07-06 17:03:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 403 198 0.079167 [API:8081]10.0.0.50 - - [2026-07-06 17:03:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 200 6764 0.052752 [API:8081]10.0.0.50 - - [2026-07-06 17:03:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61734718:ctest-TestRbacBasic-61734718-79322852?flat HTTP/1.1" 200 6764 0.014978 [API:8081]10.0.0.50 - - [2026-07-06 17:03:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.095657 [API:8081]10.0.0.50 - - [2026-07-06 17:03:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.051537 [API:8081]10.0.0.50 - - [2026-07-06 17:03:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1708 0.009203 [API:8081]10.0.0.50 - - [2026-07-06 17:03:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1462 0.011482 [API:8081]10.0.0.50 - - [2026-07-06 17:04:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 401 205 0.000262 --- 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-83338564 as ['ctest-TestRbacBasic-52707746'] to R virtual-network in ctest-TestRbacBasic-92942793 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-92942793', 'ctest-TestRbacBasic-92942793-79570328'], 'virtual_network', 'c1e2c3b9-3b0c-4d38-9121-f18a072df8fc', "Permission Denied for ctest-TestRbacBasic-83338564 as ['ctest-TestRbacBasic-52707746'] to R virtual-network in ctest-TestRbacBasic-92942793"),) [API:8081]10.0.0.50 - - [2026-07-06 17:04:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 403 198 0.088595 [API:8081]10.0.0.50 - - [2026-07-06 17:04:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.055232 [API:8081]10.0.0.50 - - [2026-07-06 17:04:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 200 2121 0.048266 [API:8081]10.0.0.50 - - [2026-07-06 17:04:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.051868 --- 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-83338564 as ['ctest-TestRbacBasic-52707746'] to R virtual-network in ctest-TestRbacBasic-92942793 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-92942793', 'ctest-TestRbacBasic-92942793-79570328'], 'virtual_network', 'c1e2c3b9-3b0c-4d38-9121-f18a072df8fc', "Permission Denied for ctest-TestRbacBasic-83338564 as ['ctest-TestRbacBasic-52707746'] to R virtual-network in ctest-TestRbacBasic-92942793"),) [API:8081]10.0.0.50 - - [2026-07-06 17:04:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 403 198 0.040969 --- 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-83338564 as ['ctest-TestRbacBasic-52707746'] to R virtual-network in ctest-TestRbacBasic-92942793 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-92942793', 'ctest-TestRbacBasic-92942793-79570328'], 'virtual_network', 'c1e2c3b9-3b0c-4d38-9121-f18a072df8fc', "Permission Denied for ctest-TestRbacBasic-83338564 as ['ctest-TestRbacBasic-52707746'] to R virtual-network in ctest-TestRbacBasic-92942793"),) [API:8081]10.0.0.50 - - [2026-07-06 17:04:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 403 198 0.122348 [API:8081]10.0.0.50 - - [2026-07-06 17:04:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.049768 [API:8081]10.0.0.50 - - [2026-07-06 17:04:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 200 2121 0.051186 [API:8081]10.0.0.50 - - [2026-07-06 17:04:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.094987 [API:8081]10.0.0.50 - - [2026-07-06 17:04:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 401 205 0.000263 --- 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-47519597 as ['ctest-TestRbacBasic-46829247'] to R virtual-network in ctest-TestRbacBasic-92942793 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-92942793', 'ctest-TestRbacBasic-92942793-79570328'], 'virtual_network', 'c1e2c3b9-3b0c-4d38-9121-f18a072df8fc', "Permission Denied for ctest-TestRbacBasic-47519597 as ['ctest-TestRbacBasic-46829247'] to R virtual-network in ctest-TestRbacBasic-92942793"),) [API:8081]10.0.0.50 - - [2026-07-06 17:04:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 403 198 0.074537 [API:8081]10.0.0.50 - - [2026-07-06 17:04:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.041767 [API:8081]10.0.0.50 - - [2026-07-06 17:04:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-79570328?flat HTTP/1.1" 200 2121 0.061345 [API:8081]10.0.0.50 - - [2026-07-06 17:04:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.047246 [API:8081]10.0.0.50 - - [2026-07-06 17:04:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1462 0.050656 [API:8081]10.0.0.50 - - [2026-07-06 17:04:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1708 0.009336 [API:8081]10.0.0.50 - - [2026-07-06 17:04:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-92942793:133750f5-fc5c-412d-957e-46b91d362c14?flat HTTP/1.1" 200 5243 0.059152 [API:8081]10.0.0.50 - - [2026-07-06 17:04:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-92942793:133750f5-fc5c-412d-957e-46b91d362c14?flat HTTP/1.1" 200 5243 0.058701 [API:8081]10.0.0.50 - - [2026-07-06 17:04:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-92942793:133750f5-fc5c-412d-957e-46b91d362c14?flat HTTP/1.1" 200 5243 0.054787 [API:8081]10.0.0.50 - - [2026-07-06 17:04:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-91061965?flat HTTP/1.1" 200 3505 0.052440 [API:8081]10.0.0.50 - - [2026-07-06 17:04:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.027920 [API:8081]10.0.0.50 - - [2026-07-06 17:04:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.070552 [API:8081]10.0.0.50 - - [2026-07-06 17:04:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33163 0.027384 [API:8081]10.0.0.50 - - [2026-07-06 17:04:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.028186 [API:8081]10.0.0.50 - - [2026-07-06 17:04:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.067461 [API:8081]10.0.0.50 - - [2026-07-06 17:04:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33163 0.034639 [API:8081]10.0.0.50 - - [2026-07-06 17:04:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.041525 [API:8081]10.0.0.50 - - [2026-07-06 17:04:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-91061965?flat HTTP/1.1" 200 3505 0.072406 [API:8081]10.0.0.50 - - [2026-07-06 17:04:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.053018 [API:8081]10.0.0.50 - - [2026-07-06 17:04:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.032811 [API:8081]10.0.0.50 - - [2026-07-06 17:04:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.076518 [API:8081]10.0.0.50 - - [2026-07-06 17:04:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33163 0.027161 [API:8081]10.0.0.50 - - [2026-07-06 17:04:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.075582 [API:8081]10.0.0.50 - - [2026-07-06 17:04:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.026324 [API:8081]10.0.0.50 - - [2026-07-06 17:04:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053271 [API:8081]10.0.0.50 - - [2026-07-06 17:04:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.024005 [API:8081]10.0.0.50 - - [2026-07-06 17:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.026769 [API:8081]10.0.0.50 - - [2026-07-06 17:05:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33169 0.029391 [API:8081]10.0.0.50 - - [2026-07-06 17:05:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33171 0.031945 [API:8081]10.0.0.50 - - [2026-07-06 17:05:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92942793:ctest-TestRbacBasic-92942793-91061965?flat HTTP/1.1" 200 6883 0.013180 [API:8081]10.0.0.50 - - [2026-07-06 17:05:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009015 [Introspect:8090]10.0.0.50 - - [2026-07-06 17:05:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.000998 [API:8081]10.0.0.50 - - [2026-07-06 17:05:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2026-07-06 17:05:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.045438 [API:8081]10.0.0.50 - - [2026-07-06 17:05:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.068187 [API:8081]10.0.0.50 - - [2026-07-06 17:07:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:c6e7a781-1bff-4c65-a4dd-5484141a08c9?flat HTTP/1.1" 200 5374 0.066234 [API:8081]10.0.0.50 - - [2026-07-06 17:07:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:c6e7a781-1bff-4c65-a4dd-5484141a08c9?flat HTTP/1.1" 200 5374 0.020491 [API:8081]10.0.0.50 - - [2026-07-06 17:07:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:c6e7a781-1bff-4c65-a4dd-5484141a08c9?flat HTTP/1.1" 200 5374 0.041895 [API:8081]10.0.0.50 - - [2026-07-06 17:07:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39795102:ctest-vn1-88064839?flat HTTP/1.1" 200 9604 0.016094 [API:8081]10.0.0.50 - - [2026-07-06 17:07:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.018508 [API:8081]10.0.0.50 - - [2026-07-06 17:07:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.022218 [API:8081]10.0.0.50 - - [2026-07-06 17:07:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010216 [API:8081]10.0.0.50 - - [2026-07-06 17:07:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:3eb7b185-ef69-4726-93f0-f3517252a891?flat HTTP/1.1" 200 5558 0.013183 [API:8081]10.0.0.50 - - [2026-07-06 17:07:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:3eb7b185-ef69-4726-93f0-f3517252a891?flat HTTP/1.1" 200 5558 0.013324 [API:8081]10.0.0.50 - - [2026-07-06 17:07:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:3eb7b185-ef69-4726-93f0-f3517252a891?flat HTTP/1.1" 200 5558 0.014557 [API:8081]10.0.0.50 - - [2026-07-06 17:07:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39795102:ctest-vn1-88064839?flat HTTP/1.1" 200 9604 0.017646 [API:8081]10.0.0.50 - - [2026-07-06 17:07:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.028758 [API:8081]10.0.0.50 - - [2026-07-06 17:07:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.025927 [API:8081]10.0.0.50 - - [2026-07-06 17:07:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009275 [API:8081]10.0.0.50 - - [2026-07-06 17:07:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.026429 [API:8081]10.0.0.50 - - [2026-07-06 17:07:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.027867 [API:8081]10.0.0.50 - - [2026-07-06 17:07:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.040195 [API:8081]10.0.0.50 - - [2026-07-06 17:07:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.027464 [API:8081]10.0.0.50 - - [2026-07-06 17:07:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.024354 [API:8081]10.0.0.50 - - [2026-07-06 17:07:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.023077 [API:8081]10.0.0.50 - - [2026-07-06 17:07:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047076 [API:8081]10.0.0.50 - - [2026-07-06 17:07:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.027875 [API:8081]10.0.0.50 - - [2026-07-06 17:08:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.024412 [API:8081]10.0.0.50 - - [2026-07-06 17:08:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33177 0.025662 [API:8081]10.0.0.50 - - [2026-07-06 17:08:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39795102:ctest-vn1-88064839?flat HTTP/1.1" 200 7738 0.017978 [API:8081]10.0.0.50 - - [2026-07-06 17:08:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011062 [API:8081]10.0.0.50 - - [2026-07-06 17:08:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.027414 [API:8081]10.0.0.50 - - [2026-07-06 17:08:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.018782 [API:8081]10.0.0.50 - - [2026-07-06 17:08:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.018552 [API:8081]10.0.0.50 - - [2026-07-06 17:08:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.019659 [API:8081]10.0.0.50 - - [2026-07-06 17:08:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.019217 [API:8081]10.0.0.242 - - [2026-07-06 17:08:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.242 - - [2026-07-06 17:08:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.33 - - [2026-07-06 17:08:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2026-07-06 17:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2026-07-06 17:08:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.018702 [API:8081]10.0.0.50 - - [2026-07-06 17:08:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39795102:ctest-vn1-88064839?flat HTTP/1.1" 200 6231 0.013260 [API:8081]10.0.0.50 - - [2026-07-06 17:08:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012735 [API:8081]10.0.0.33 - - [2026-07-06 17:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-07-06 17:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.242 - - [2026-07-06 17:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2026-07-06 17:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.242 - - [2026-07-06 17:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2026-07-06 17:08:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2026-07-06 17:08:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2026-07-06 17:08:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2026-07-06 17:08:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.007843 [API:8081]10.0.0.50 - - [2026-07-06 17:08:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.008677 [API:8081]10.0.0.50 - - [2026-07-06 17:08:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.049679 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:09:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002522 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003071 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002615 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002615 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:09:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002850 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003229 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002901 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:09:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003099 [API:8081]10.0.0.33 - - [2026-07-06 17:10:41] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-07-06 17:10:41] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.50 - - [2026-07-06 17:10:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.043820 [API:8081]10.0.0.242 - - [2026-07-06 17:11:11] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.242 - - [2026-07-06 17:11:11] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.50 - - [2026-07-06 17:11:11] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2026-07-06 17:11:11] "GET /analytics HTTP/1.1" 401 205 0.000156 [Introspect:8090]10.0.0.50 - - [2026-07-06 17:11:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001015 [API:8081]10.0.0.50 - - [2026-07-06 17:11:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12077 0.434146 [API:8081]10.0.0.50 - - [2026-07-06 17:11:46] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 6060 0.389282 [API:8081]10.0.0.50 - - [2026-07-06 17:11:47] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6083-2?flat HTTP/1.1" 200 6057 0.384271 [API:8081]10.0.0.50 - - [2026-07-06 17:11:47] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6083-3?flat HTTP/1.1" 200 3950 0.012170 [API:8081]10.0.0.50 - - [2026-07-06 17:11:47] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?flat HTTP/1.1" 200 6411 0.019247 [API:8081]10.0.0.50 - - [2026-07-06 17:11:47] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?flat HTTP/1.1" 200 7360 0.020674 [API:8081]10.0.0.50 - - [2026-07-06 17:11:47] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?flat HTTP/1.1" 200 6139 0.014614 [API:8081]10.0.0.50 - - [2026-07-06 17:11:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.013925 [API:8081]10.0.0.50 - - [2026-07-06 17:11:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.046115 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:50eb13e5-703e-4146-936c-2cc1ca27f9ac?flat HTTP/1.1" 200 5244 0.012793 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:50eb13e5-703e-4146-936c-2cc1ca27f9ac?flat HTTP/1.1" 200 5244 0.012099 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:50eb13e5-703e-4146-936c-2cc1ca27f9ac?flat HTTP/1.1" 200 5244 0.013525 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39795102:ctest-vn1-85244610?flat HTTP/1.1" 200 7097 0.015722 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32865 0.024369 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12391 0.019541 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32865 0.024055 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12391 0.019399 [API:8081]10.0.0.50 - - [2026-07-06 17:12:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008120 [API:8081]10.0.0.50 - - [2026-07-06 17:13:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:94b9021b-26e2-47b5-8d5d-a311f20cbc13?flat HTTP/1.1" 200 5244 0.018557 [API:8081]10.0.0.50 - - [2026-07-06 17:13:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:94b9021b-26e2-47b5-8d5d-a311f20cbc13?flat HTTP/1.1" 200 5244 0.024270 [API:8081]10.0.0.50 - - [2026-07-06 17:13:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39795102:94b9021b-26e2-47b5-8d5d-a311f20cbc13?flat HTTP/1.1" 200 5244 0.017076 [API:8081]10.0.0.50 - - [2026-07-06 17:13:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39795102:ctest-vn2-33396850?flat HTTP/1.1" 200 6975 0.018092 [API:8081]10.0.0.50 - - [2026-07-06 17:13:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40483 0.029091 [API:8081]10.0.0.50 - - [2026-07-06 17:13:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40483 0.027859 [API:8081]10.0.0.50 - - [2026-07-06 17:13:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009032 [API:8081]10.0.0.242 - - [2026-07-06 17:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.242 - - [2026-07-06 17:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-07-06 17:13:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2026-07-06 17:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-07-06 17:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2026-07-06 17:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.242 - - [2026-07-06 17:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.242 - - [2026-07-06 17:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2026-07-06 17:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2026-07-06 17:13:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2026-07-06 17:13:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.50 - - [2026-07-06 17:13:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2026-07-06 17:14:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045105 [API:8081]10.0.0.50 - - [2026-07-06 17:14:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40492 0.030262 [API:8081]10.0.0.50 - - [2026-07-06 17:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40492 0.040779 [API:8081]10.0.0.50 - - [2026-07-06 17:14:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40492 0.026188 [API:8081]10.0.0.50 - - [2026-07-06 17:14:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40492 0.030651 [API:8081]10.0.0.50 - - [2026-07-06 17:14:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40492 0.039071 [API:8081]10.0.0.50 - - [2026-07-06 17:14:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40492 0.029472 [API:8081]10.0.0.50 - - [2026-07-06 17:14:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40492 0.027401 [API:8081]10.0.0.50 - - [2026-07-06 17:14:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40496 0.027589 [API:8081]10.0.0.50 - - [2026-07-06 17:14:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39795102:ctest-vn2-33396850?flat HTTP/1.1" 200 7735 0.013378 [API:8081]10.0.0.50 - - [2026-07-06 17:14:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009199 [API:8081]10.0.0.50 - - [2026-07-06 17:14:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32894 0.036717 [API:8081]10.0.0.50 - - [2026-07-06 17:14:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12919 0.036806 [API:8081]10.0.0.50 - - [2026-07-06 17:14:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32894 0.027189 [API:8081]10.0.0.50 - - [2026-07-06 17:14:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12919 0.022654 [API:8081]10.0.0.50 - - [2026-07-06 17:14:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32902 0.023651 [API:8081]10.0.0.50 - - [2026-07-06 17:14:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12919 0.018877 [API:8081]10.0.0.50 - - [2026-07-06 17:14:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32902 0.023767 [API:8081]10.0.0.50 - - [2026-07-06 17:14:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12920 0.020115 [API:8081]10.0.0.50 - - [2026-07-06 17:14:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32902 0.026396 [API:8081]10.0.0.50 - - [2026-07-06 17:14:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12920 0.059449 [API:8081]10.0.0.50 - - [2026-07-06 17:14:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32902 0.024732 [API:8081]10.0.0.50 - - [2026-07-06 17:14:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12803 0.021394 [API:8081]10.0.0.50 - - [2026-07-06 17:14:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39795102:ctest-vn1-85244610?flat HTTP/1.1" 200 7785 0.021620 [API:8081]10.0.0.50 - - [2026-07-06 17:14:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008711 [API:8081]10.0.0.50 - - [2026-07-06 17:15:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.059379 [API:8081]10.0.0.50 - - [2026-07-06 17:15:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-13210458:0501bc99-d64c-4cbf-b52f-fd1ff34951a9?flat HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-13210458:0501bc99-d64c-4cbf-b52f-fd1ff34951a9?flat HTTP/1.1" 200 5234 0.051748 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-13210458:0501bc99-d64c-4cbf-b52f-fd1ff34951a9?flat HTTP/1.1" 200 5234 0.041884 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-13210458:0501bc99-d64c-4cbf-b52f-fd1ff34951a9?flat HTTP/1.1" 200 5234 0.039812 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-13210458:ctest-vn-23212050?flat HTTP/1.1" 200 8038 0.014829 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.029524 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12925 0.025866 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.031611 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12925 0.023361 [API:8081]10.0.0.50 - - [2026-07-06 17:15:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009879 [API:8081]10.0.0.50 - - [2026-07-06 17:16:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-13210458:676a95fc-2f92-4470-8336-9c7a2dd32730?flat HTTP/1.1" 200 5237 0.013939 [API:8081]10.0.0.50 - - [2026-07-06 17:16:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-13210458:676a95fc-2f92-4470-8336-9c7a2dd32730?flat HTTP/1.1" 200 5237 0.013758 [API:8081]10.0.0.50 - - [2026-07-06 17:16:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-13210458:676a95fc-2f92-4470-8336-9c7a2dd32730?flat HTTP/1.1" 200 5237 0.014694 [API:8081]10.0.0.50 - - [2026-07-06 17:16:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-13210458:ctest-vn-35118166?flat HTTP/1.1" 200 8043 0.016270 [API:8081]10.0.0.50 - - [2026-07-06 17:16:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.028749 [API:8081]10.0.0.50 - - [2026-07-06 17:16:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.025191 [API:8081]10.0.0.50 - - [2026-07-06 17:16:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008790 [API:8081]10.0.0.50 - - [2026-07-06 17:16:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.031869 [API:8081]10.0.0.50 - - [2026-07-06 17:16:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.036040 [API:8081]10.0.0.50 - - [2026-07-06 17:16:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40524 0.032008 [API:8081]10.0.0.50 - - [2026-07-06 17:16:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-13210458:ctest-vn-35118166?flat HTTP/1.1" 200 6187 0.012070 [API:8081]10.0.0.50 - - [2026-07-06 17:16:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007937 [API:8081]10.0.0.50 - - [2026-07-06 17:16:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.024428 [API:8081]10.0.0.50 - - [2026-07-06 17:16:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12923 0.018893 [API:8081]10.0.0.50 - - [2026-07-06 17:16:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.025058 [API:8081]10.0.0.50 - - [2026-07-06 17:16:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12923 0.021380 [API:8081]10.0.0.50 - - [2026-07-06 17:16:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.025561 [API:8081]10.0.0.50 - - [2026-07-06 17:16:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12923 0.020376 [API:8081]10.0.0.50 - - [2026-07-06 17:16:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.025772 [API:8081]10.0.0.50 - - [2026-07-06 17:16:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12922 0.019369 [API:8081]10.0.0.50 - - [2026-07-06 17:16:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.029719 [API:8081]10.0.0.50 - - [2026-07-06 17:16:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12922 0.020266 [API:8081]10.0.0.50 - - [2026-07-06 17:16:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6083-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32928 0.024092 [API:8081]10.0.0.50 - - [2026-07-06 17:16:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6083-1?flat HTTP/1.1" 200 12534 0.022832 [API:8081]10.0.0.50 - - [2026-07-06 17:16:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-13210458:ctest-vn-23212050?flat HTTP/1.1" 200 6184 0.014825 [API:8081]10.0.0.50 - - [2026-07-06 17:16:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008976 [API:8081]10.0.0.50 - - [2026-07-06 17:17:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090402 [API:8081]10.0.0.50 - - [2026-07-06 17:17:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-07-06 17:17:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.055295 [API:8081]10.0.0.50 - - [2026-07-06 17:17:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.040321 [API:8081]10.0.0.50 - - [2026-07-06 17:18:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.047300 [API:8081]10.0.0.242 - - [2026-07-06 17:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.242 - - [2026-07-06 17:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-07-06 17:18:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-07-06 17:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-07-06 17:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-07-06 17:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.242 - - [2026-07-06 17:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.242 - - [2026-07-06 17:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2026-07-06 17:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2026-07-06 17:18:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2026-07-06 17:18:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2026-07-06 17:18:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:19:37] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002593 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002564 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002782 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002355 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:19:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002619 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002323 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002443 [LOCAL API:8181]127.0.0.1 - - [2026-07-06 17:19:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6083-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002292 [API:8081]10.0.0.50 - - [2026-07-06 17:20:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053419 [API:8081]10.0.0.33 - - [2026-07-06 17:20:41] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-07-06 17:20:41] "GET /analytics HTTP/1.1" 401 205 0.000123 [API:8081]10.0.0.50 - - [2026-07-06 17:21:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.042567 [API:8081]10.0.0.242 - - [2026-07-06 17:21:11] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.242 - - [2026-07-06 17:21:11] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.50 - - [2026-07-06 17:21:11] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2026-07-06 17:21:11] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.50 - - [2026-07-06 17:21:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-07-06 17:22:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.056091 [API:8081]10.0.0.50 - - [2026-07-06 17:23:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054799 [API:8081]10.0.0.242 - - [2026-07-06 17:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.242 - - [2026-07-06 17:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.33 - - [2026-07-06 17:23:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-07-06 17:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.33 - - [2026-07-06 17:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-07-06 17:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.242 - - [2026-07-06 17:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.50 - - [2026-07-06 17:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.242 - - [2026-07-06 17:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2026-07-06 17:23:24] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2026-07-06 17:23:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2026-07-06 17:23:25] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2026-07-06 17:24:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.069651 [API:8081]10.0.0.50 - - [2026-07-06 17:26:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053998 [Introspect:8090]10.0.0.50 - - [2026-07-06 17:26:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001010