++ 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 Apr 6 02:23:12 AM UTC 2026 ===================' INFO: =================== Mon Apr 6 02:23:12 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ 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 '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ 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.249,10.0.0.27,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.27,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.27,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.27,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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:8081 10.0.0.27:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.27:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.27: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:9042 10.0.0.27:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.27:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.27:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.27,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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:8086 10.0.0.27:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.27:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.27: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.249,10.0.0.27,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.27,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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:8082 10.0.0.27:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.27:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.27: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:9161 10.0.0.27:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.27:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.27: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:9041 10.0.0.27:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.27:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.27: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.27,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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27: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.249:2181,10.0.0.27:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.27:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.27: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:2181 10.0.0.27:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.27:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.27:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.27,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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27: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.249:5673,10.0.0.27:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.27:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.27: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:6379 10.0.0.27:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.27:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.27: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.249,10.0.0.27,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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.249:9092 10.0.0.27:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.27:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.27: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.249 ++ 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.249,10.0.0.27,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.249,10.0.0.27,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 ++ echo 10.0.0.249,10.0.0.27,10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.249 9041 + echo -e '\035\nquit' + 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.27,10.0.0.33 +++ local servers=10.0.0.249,10.0.0.27,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.249,10.20.0.193,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 1 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + 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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ sort + 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: 04/06/2026 02:23:19.855 7f01a7ca88c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/06/2026 02:23:20.056 7f01a7ca88c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 04/06/2026 02:23:20.068 7f01a7ca88c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/06/2026 02:23:20.069 7f01a7ca88c0 [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.249: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.249 - - [2026-04-06 02:24:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.589396 [API:8081]10.0.0.33 - - [2026-04-06 02:24:23] "GET /analytics HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.33 - - [2026-04-06 02:24:23] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.249 - - [2026-04-06 02:24:23] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2026-04-06 02:24:23] "GET /analytics HTTP/1.1" 401 206 0.000166 [API:8081]10.0.0.27 - - [2026-04-06 02:24:23] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.27 - - [2026-04-06 02:24:23] "GET /analytics HTTP/1.1" 401 206 0.000184 [API:8081]10.0.0.33 - - [2026-04-06 02:24:54] "GET /analytics HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.33 - - [2026-04-06 02:24:54] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.249 - - [2026-04-06 02:24:54] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2026-04-06 02:24:54] "GET /analytics HTTP/1.1" 401 206 0.000157 [API:8081]10.0.0.27 - - [2026-04-06 02:24:54] "GET /analytics HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.27 - - [2026-04-06 02:24:54] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-04-06 02:25:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.392563 [API:8081]10.0.0.33 - - [2026-04-06 02:25:24] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.33 - - [2026-04-06 02:25:24] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.249 - - [2026-04-06 02:25:24] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-04-06 02:25:24] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.27 - - [2026-04-06 02:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.27 - - [2026-04-06 02:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.33 - - [2026-04-06 02:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.33 - - [2026-04-06 02:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.33 - - [2026-04-06 02:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.33 - - [2026-04-06 02:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 02:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.249 - - [2026-04-06 02:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2026-04-06 02:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2026-04-06 02:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [Introspect:8090]10.0.0.249 - - [2026-04-06 02:27:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001353 [API:8081]10.0.0.249 - - [2026-04-06 02:27:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.371815 [Introspect:8090]10.0.0.249 - - [2026-04-06 02:27:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001038 [API:8081]10.0.0.249 - - [2026-04-06 02:28:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.067186 [API:8081]10.0.0.27 - - [2026-04-06 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-04-06 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.27 - - [2026-04-06 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-04-06 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000209 [Introspect:8090]10.0.0.249 - - [2026-04-06 02:29:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001031 [Introspect:8090]10.0.0.249 - - [2026-04-06 02:30:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001193 [Introspect:8090]10.0.0.249 - - [2026-04-06 02:30:17] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000710 [API:8081]10.0.0.249 - - [2026-04-06 02:30:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1:Control:contrail-control:0?flat HTTP/1.1" 200 38726 0.068585 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16955 0.064226 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2:Control:contrail-control:0?flat HTTP/1.1" 200 36273 0.078623 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16955 0.029018 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3:Control:contrail-control:0?flat HTTP/1.1" 200 38731 0.054231 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14206 0.014153 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20497 0.018740 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20507 0.015967 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3358 0.014607 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3377 0.011085 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.008988 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4627 0.014062 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4617 0.014051 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4624 0.013235 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.021987 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012048 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011283 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014200 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012870 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013989 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012473 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013863 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013955 [API:8081]10.0.0.249 - - [2026-04-06 02:30:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012917 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.017899 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.013381 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14831 0.019686 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.014781 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14834 0.014435 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.013740 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20497 0.023881 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12035 0.018382 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20507 0.018966 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20497 0.021209 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12035 0.019321 [API:8081]10.0.0.249 - - [2026-04-06 02:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20507 0.019723 [API:8081]10.0.0.249 - - [2026-04-06 02:30:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20497 0.020396 [API:8081]10.0.0.249 - - [2026-04-06 02:30:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.011385 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20507 0.017469 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3273 0.013982 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.011600 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.016853 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012703 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.011215 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14831 0.016348 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012852 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.012186 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14834 0.016424 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013727 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.012867 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3987 0.013089 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.015355 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.011540 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.015385 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.012181 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4627 0.011399 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4617 0.012536 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4624 0.013736 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1:Control:contrail-control:0?flat HTTP/1.1" 200 38726 0.020979 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.011551 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16955 0.015393 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2:Control:contrail-control:0?flat HTTP/1.1" 200 36273 0.022781 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.015981 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16955 0.020822 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3:Control:contrail-control:0?flat HTTP/1.1" 200 38731 0.023795 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.017316 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5596-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14206 0.031193 [API:8081]10.0.0.249 - - [2026-04-06 02:30:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067879 [API:8081]10.0.0.249 - - [2026-04-06 02:30:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12035 0.040694 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?flat HTTP/1.1" 200 16216 0.029296 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?flat HTTP/1.1" 200 14743 0.029155 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?flat HTTP/1.1" 200 18068 0.033861 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?flat HTTP/1.1" 200 16216 0.023560 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?flat HTTP/1.1" 200 14743 0.020172 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?flat HTTP/1.1" 200 18068 0.022711 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?flat HTTP/1.1" 200 16216 0.026031 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?flat HTTP/1.1" 200 14743 0.032123 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?flat HTTP/1.1" 200 18068 0.037456 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?flat HTTP/1.1" 200 16216 0.022128 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?flat HTTP/1.1" 200 14743 0.029382 [API:8081]10.0.0.249 - - [2026-04-06 02:30:24] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?flat HTTP/1.1" 200 18068 0.030414 [API:8081]10.0.0.249 - - [2026-04-06 02:30:26] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 8002 0.020127 [API:8081]10.0.0.249 - - [2026-04-06 02:30:26] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5596-2?flat HTTP/1.1" 200 8002 0.020911 [API:8081]10.0.0.249 - - [2026-04-06 02:30:26] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5596-3?flat HTTP/1.1" 200 7997 0.020203 [API:8081]10.0.0.249 - - [2026-04-06 02:30:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.249 - - [2026-04-06 02:30:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.052547 [API:8081]10.0.0.249 - - [2026-04-06 02:30:48] "POST /analytics/query HTTP/1.1" 200 54708 1.075728 [API:8081]10.0.0.249 - - [2026-04-06 02:30:49] "POST /analytics/query HTTP/1.1" 200 5875 1.069470 [API:8081]10.0.0.249 - - [2026-04-06 02:30:50] "POST /analytics/query HTTP/1.1" 200 871 1.018202 [API:8081]10.0.0.249 - - [2026-04-06 02:30:51] "POST /analytics/query HTTP/1.1" 200 5875 1.015207 [API:8081]10.0.0.249 - - [2026-04-06 02:30:52] "POST /analytics/query HTTP/1.1" 200 871 1.018606 [API:8081]10.0.0.249 - - [2026-04-06 02:31:06] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000847 [API:8081]10.0.0.27 - - [2026-04-06 02:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.27 - - [2026-04-06 02:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.33 - - [2026-04-06 02:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.33 - - [2026-04-06 02:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.27 - - [2026-04-06 02:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.27 - - [2026-04-06 02:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000476 [API:8081]10.0.0.33 - - [2026-04-06 02:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.33 - - [2026-04-06 02:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.249 - - [2026-04-06 02:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000712 [API:8081]10.0.0.249 - - [2026-04-06 02:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2026-04-06 02:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-04-06 02:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-04-06 02:31:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.063990 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:33:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003349 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003208 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003444 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002736 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:33:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003287 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002196 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002575 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002615 [API:8081]10.0.0.249 - - [2026-04-06 02:33:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077302 [API:8081]10.0.0.27 - - [2026-04-06 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.27 - - [2026-04-06 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.249 - - [2026-04-06 02:34:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.067814 [API:8081]10.0.0.27 - - [2026-04-06 02:34:54] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.27 - - [2026-04-06 02:34:54] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.33 - - [2026-04-06 02:35:24] "GET /analytics HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.33 - - [2026-04-06 02:35:24] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.249 - - [2026-04-06 02:35:24] "GET /analytics HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2026-04-06 02:35:24] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-04-06 02:35:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.249 - - [2026-04-06 02:35:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1742 0.072483 [API:8081]10.0.0.249 - - [2026-04-06 02:35:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1975 0.053125 [API:8081]10.0.0.27 - - [2026-04-06 02:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.27 - - [2026-04-06 02:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.33 - - [2026-04-06 02:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.33 - - [2026-04-06 02:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.27 - - [2026-04-06 02:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-04-06 02:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.33 - - [2026-04-06 02:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.33 - - [2026-04-06 02:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2026-04-06 02:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-04-06 02:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-04-06 02:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000718 [API:8081]10.0.0.249 - - [2026-04-06 02:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-04-06 02:36:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060284 [API:8081]10.0.0.249 - - [2026-04-06 02:37:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.106728 [API:8081]10.0.0.249 - - [2026-04-06 02:39:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.137038 [API:8081]10.0.0.249 - - [2026-04-06 02:40:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.063380 [API:8081]10.0.0.27 - - [2026-04-06 02:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.27 - - [2026-04-06 02:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.33 - - [2026-04-06 02:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.33 - - [2026-04-06 02:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001415 [API:8081]10.0.0.27 - - [2026-04-06 02:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.27 - - [2026-04-06 02:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000529 [API:8081]10.0.0.33 - - [2026-04-06 02:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.33 - - [2026-04-06 02:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2026-04-06 02:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.249 - - [2026-04-06 02:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 02:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-04-06 02:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-04-06 02:41:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-04-06 02:41:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.067003 [API:8081]10.0.0.249 - - [2026-04-06 02:41:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.051362 [API:8081]10.0.0.249 - - [2026-04-06 02:42:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058919 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:43:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002532 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002370 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003333 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002570 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:43:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002836 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002137 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002677 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002723 [API:8081]10.0.0.249 - - [2026-04-06 02:43:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.058141 [API:8081]10.0.0.27 - - [2026-04-06 02:44:54] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-04-06 02:44:54] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.33 - - [2026-04-06 02:45:24] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.33 - - [2026-04-06 02:45:24] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.249 - - [2026-04-06 02:45:24] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.249 - - [2026-04-06 02:45:24] "GET /analytics HTTP/1.1" 401 206 0.000126 [API:8081]10.0.0.249 - - [2026-04-06 02:45:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072607 [API:8081]10.0.0.249 - - [2026-04-06 02:45:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1449 0.070665 [API:8081]10.0.0.249 - - [2026-04-06 02:45:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.010032 [API:8081]10.0.0.249 - - [2026-04-06 02:45:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1907 0.012623 [API:8081]10.0.0.249 - - [2026-04-06 02:45:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.009804 [API:8081]10.0.0.27 - - [2026-04-06 02:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.27 - - [2026-04-06 02:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.33 - - [2026-04-06 02:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.33 - - [2026-04-06 02:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.27 - - [2026-04-06 02:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.27 - - [2026-04-06 02:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.33 - - [2026-04-06 02:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.33 - - [2026-04-06 02:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2026-04-06 02:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2026-04-06 02:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-04-06 02:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2026-04-06 02:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2026-04-06 02:46:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.138048 [API:8081]10.0.0.249 - - [2026-04-06 02:48:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057383 [API:8081]10.0.0.249 - - [2026-04-06 02:49:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019895 [API:8081]10.0.0.249 - - [2026-04-06 02:49:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13010 0.070381 [API:8081]10.0.0.249 - - [2026-04-06 02:49:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.068157 [API:8081]10.0.0.249 - - [2026-04-06 02:49:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13010 0.019894 [API:8081]10.0.0.249 - - [2026-04-06 02:49:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.020197 [API:8081]10.0.0.249 - - [2026-04-06 02:49:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13010 0.019099 [API:8081]10.0.0.249 - - [2026-04-06 02:49:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.025735 [API:8081]10.0.0.249 - - [2026-04-06 02:49:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13010 0.023834 [API:8081]10.0.0.249 - - [2026-04-06 02:49:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.031191 [API:8081]10.0.0.249 - - [2026-04-06 02:49:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13010 0.022652 [API:8081]10.0.0.249 - - [2026-04-06 02:49:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.021918 [API:8081]10.0.0.249 - - [2026-04-06 02:49:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12587 0.018421 [API:8081]10.0.0.249 - - [2026-04-06 02:49:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-33709786:ctest-vnet1-68522547?flat HTTP/1.1" 200 8247 0.012668 [API:8081]10.0.0.249 - - [2026-04-06 02:49:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008286 [API:8081]10.0.0.249 - - [2026-04-06 02:49:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.023490 [API:8081]10.0.0.249 - - [2026-04-06 02:49:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.022249 [API:8081]10.0.0.249 - - [2026-04-06 02:49:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.023783 [API:8081]10.0.0.249 - - [2026-04-06 02:49:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-33709786:ctest-vnet0-87621911?flat HTTP/1.1" 200 8246 0.013533 [API:8081]10.0.0.249 - - [2026-04-06 02:49:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010668 [API:8081]10.0.0.249 - - [2026-04-06 02:49:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.104028 [API:8081]10.0.0.249 - - [2026-04-06 02:49:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.008897 [API:8081]10.0.0.27 - - [2026-04-06 02:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-04-06 02:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.33 - - [2026-04-06 02:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.33 - - [2026-04-06 02:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.27 - - [2026-04-06 02:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.27 - - [2026-04-06 02:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.33 - - [2026-04-06 02:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.33 - - [2026-04-06 02:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-04-06 02:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.249 - - [2026-04-06 02:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.249 - - [2026-04-06 02:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-04-06 02:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-04-06 02:51:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2026-04-06 02:51:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.071478 [API:8081]10.0.0.249 - - [2026-04-06 02:51:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098421 [API:8081]10.0.0.249 - - [2026-04-06 02:52:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.056345 [API:8081]10.0.0.249 - - [2026-04-06 02:52:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.030365 [API:8081]10.0.0.249 - - [2026-04-06 02:52:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.067586 [API:8081]10.0.0.249 - - [2026-04-06 02:52:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.063759 [API:8081]10.0.0.249 - - [2026-04-06 02:53:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.018937 [API:8081]10.0.0.249 - - [2026-04-06 02:53:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-37709830:ctest-vnet0-63148191?flat HTTP/1.1" 200 7190 0.014071 [API:8081]10.0.0.249 - - [2026-04-06 02:53:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008802 [API:8081]10.0.0.249 - - [2026-04-06 02:53:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2026-04-06 02:53:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.066739 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:53:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003534 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009322 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002824 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003325 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:53:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003852 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004397 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003549 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 02:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002480 [API:8081]10.0.0.249 - - [2026-04-06 02:53:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2026-04-06 02:53:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.061671 [API:8081]10.0.0.249 - - [2026-04-06 02:53:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.055000 [API:8081]10.0.0.249 - - [2026-04-06 02:53:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.060632 [API:8081]10.0.0.249 - - [2026-04-06 02:54:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:6def06e8-5d40-4dbc-8381-a77fcad29730?flat HTTP/1.1" 200 5231 0.016083 [API:8081]10.0.0.249 - - [2026-04-06 02:54:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:6def06e8-5d40-4dbc-8381-a77fcad29730?flat HTTP/1.1" 200 5231 0.011850 [API:8081]10.0.0.249 - - [2026-04-06 02:54:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:6def06e8-5d40-4dbc-8381-a77fcad29730?flat HTTP/1.1" 200 5231 0.014033 [API:8081]10.0.0.249 - - [2026-04-06 02:54:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-88990977:ctest-VN1-34207251?flat HTTP/1.1" 200 8554 0.019465 [API:8081]10.0.0.249 - - [2026-04-06 02:54:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019518 [API:8081]10.0.0.249 - - [2026-04-06 02:54:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.017018 [API:8081]10.0.0.249 - - [2026-04-06 02:54:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010004 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:260de558-e82f-43f8-96a0-e82a09c7c405?flat HTTP/1.1" 200 5099 0.012840 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:260de558-e82f-43f8-96a0-e82a09c7c405?flat HTTP/1.1" 200 5099 0.012972 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:260de558-e82f-43f8-96a0-e82a09c7c405?flat HTTP/1.1" 200 5099 0.013717 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-88990977:ctest-VN2-87047100?flat HTTP/1.1" 200 7858 0.016924 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026350 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12973 0.025884 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019017 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12973 0.021460 [API:8081]10.0.0.249 - - [2026-04-06 02:54:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009930 [API:8081]10.0.0.249 - - [2026-04-06 02:54:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:e27b21c1-41be-4539-9367-4b1d9f2b3df5?flat HTTP/1.1" 200 5106 0.014897 [API:8081]10.0.0.249 - - [2026-04-06 02:54:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:e27b21c1-41be-4539-9367-4b1d9f2b3df5?flat HTTP/1.1" 200 5106 0.014182 [API:8081]10.0.0.249 - - [2026-04-06 02:54:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-88990977:e27b21c1-41be-4539-9367-4b1d9f2b3df5?flat HTTP/1.1" 200 5106 0.013444 [API:8081]10.0.0.249 - - [2026-04-06 02:54:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-88990977:ctest-VN3-38874892?flat HTTP/1.1" 200 7451 0.021943 [API:8081]10.0.0.249 - - [2026-04-06 02:54:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023535 [API:8081]10.0.0.249 - - [2026-04-06 02:54:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017778 [API:8081]10.0.0.249 - - [2026-04-06 02:54:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012020 [API:8081]10.0.0.249 - - [2026-04-06 02:54:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058858 [API:8081]10.0.0.27 - - [2026-04-06 02:54:54] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.27 - - [2026-04-06 02:54:54] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.249 - - [2026-04-06 02:55:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019567 [API:8081]10.0.0.249 - - [2026-04-06 02:55:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.016962 [API:8081]10.0.0.249 - - [2026-04-06 02:55:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018227 [API:8081]10.0.0.249 - - [2026-04-06 02:55:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019930 [API:8081]10.0.0.249 - - [2026-04-06 02:55:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.020808 [API:8081]10.0.0.33 - - [2026-04-06 02:55:24] "GET /analytics HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.33 - - [2026-04-06 02:55:24] "GET /analytics HTTP/1.1" 401 206 0.000193 [API:8081]10.0.0.249 - - [2026-04-06 02:55:24] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 02:55:24] "GET /analytics HTTP/1.1" 401 206 0.000132 [API:8081]10.0.0.249 - - [2026-04-06 02:55:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017672 [API:8081]10.0.0.249 - - [2026-04-06 02:55:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017764 [API:8081]10.0.0.249 - - [2026-04-06 02:55:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.019969 [API:8081]10.0.0.249 - - [2026-04-06 02:55:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-88990977:ctest-VN3-38874892?flat HTTP/1.1" 200 6223 0.017325 [API:8081]10.0.0.249 - - [2026-04-06 02:55:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.019119 [API:8081]10.0.0.249 - - [2026-04-06 02:55:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019075 [API:8081]10.0.0.249 - - [2026-04-06 02:55:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12987 0.021764 [API:8081]10.0.0.249 - - [2026-04-06 02:55:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026824 [API:8081]10.0.0.249 - - [2026-04-06 02:55:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12987 0.022419 [API:8081]10.0.0.249 - - [2026-04-06 02:55:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020940 [API:8081]10.0.0.249 - - [2026-04-06 02:55:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12987 0.026968 [API:8081]10.0.0.249 - - [2026-04-06 02:55:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.074866 [API:8081]10.0.0.249 - - [2026-04-06 02:55:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.028433 [API:8081]10.0.0.249 - - [2026-04-06 02:55:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12987 0.020801 [API:8081]10.0.0.249 - - [2026-04-06 02:55:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.037382 [API:8081]10.0.0.249 - - [2026-04-06 02:55:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12987 0.021162 [API:8081]10.0.0.249 - - [2026-04-06 02:55:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.030329 [API:8081]10.0.0.249 - - [2026-04-06 02:55:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12987 0.019441 [API:8081]10.0.0.249 - - [2026-04-06 02:55:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022704 [API:8081]10.0.0.249 - - [2026-04-06 02:55:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12570 0.027868 [API:8081]10.0.0.249 - - [2026-04-06 02:55:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-88990977:ctest-VN2-87047100?flat HTTP/1.1" 200 6552 0.016003 [API:8081]10.0.0.249 - - [2026-04-06 02:55:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009575 [API:8081]10.0.0.249 - - [2026-04-06 02:55:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.017522 [API:8081]10.0.0.249 - - [2026-04-06 02:55:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.016482 [API:8081]10.0.0.249 - - [2026-04-06 02:56:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.032561 [API:8081]10.0.0.249 - - [2026-04-06 02:56:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-88990977:ctest-VN1-34207251?flat HTTP/1.1" 200 6773 0.013950 [API:8081]10.0.0.249 - - [2026-04-06 02:56:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008355 [API:8081]10.0.0.249 - - [2026-04-06 02:56:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2026-04-06 02:56:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.096599 [API:8081]10.0.0.249 - - [2026-04-06 02:56:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.074492 [API:8081]10.0.0.27 - - [2026-04-06 02:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.27 - - [2026-04-06 02:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.33 - - [2026-04-06 02:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.33 - - [2026-04-06 02:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.27 - - [2026-04-06 02:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.27 - - [2026-04-06 02:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.33 - - [2026-04-06 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.33 - - [2026-04-06 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2026-04-06 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-04-06 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.249 - - [2026-04-06 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2026-04-06 02:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-04-06 02:57:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056399 [API:8081]10.0.0.249 - - [2026-04-06 02:58:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.009436 [API:8081]10.0.0.249 - - [2026-04-06 02:58:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062920 [API:8081]10.0.0.249 - - [2026-04-06 02:59:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:bb3d9dea-c5aa-4efc-8811-5f51888218a8?flat HTTP/1.1" 200 5365 0.068191 [API:8081]10.0.0.249 - - [2026-04-06 02:59:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:bb3d9dea-c5aa-4efc-8811-5f51888218a8?flat HTTP/1.1" 200 5365 0.015246 [API:8081]10.0.0.249 - - [2026-04-06 02:59:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:bb3d9dea-c5aa-4efc-8811-5f51888218a8?flat HTTP/1.1" 200 5365 0.014249 [API:8081]10.0.0.249 - - [2026-04-06 02:59:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:bb3d9dea-c5aa-4efc-8811-5f51888218a8?flat HTTP/1.1" 200 5365 0.016229 [API:8081]10.0.0.249 - - [2026-04-06 02:59:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-22621473:ctest-VN1-45956049?flat HTTP/1.1" 200 9455 0.019609 [API:8081]10.0.0.249 - - [2026-04-06 02:59:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022942 [API:8081]10.0.0.249 - - [2026-04-06 02:59:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024164 [API:8081]10.0.0.249 - - [2026-04-06 02:59:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011079 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:d79fe8ad-8207-43c4-8fd0-396d214b4379?flat HTTP/1.1" 200 5216 0.013956 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:d79fe8ad-8207-43c4-8fd0-396d214b4379?flat HTTP/1.1" 200 5216 0.012708 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:d79fe8ad-8207-43c4-8fd0-396d214b4379?flat HTTP/1.1" 200 5216 0.013727 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:d79fe8ad-8207-43c4-8fd0-396d214b4379?flat HTTP/1.1" 200 5216 0.013250 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-22621473:ctest-VN2-35564450?flat HTTP/1.1" 200 8631 0.018252 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025600 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12994 0.021006 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025210 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12994 0.026762 [API:8081]10.0.0.249 - - [2026-04-06 02:59:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.013036 [API:8081]10.0.0.249 - - [2026-04-06 02:59:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:4e698d71-3176-42dd-95e9-59226d1068f4?flat HTTP/1.1" 200 5220 0.012068 [API:8081]10.0.0.249 - - [2026-04-06 02:59:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:4e698d71-3176-42dd-95e9-59226d1068f4?flat HTTP/1.1" 200 5220 0.012553 [API:8081]10.0.0.249 - - [2026-04-06 02:59:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:4e698d71-3176-42dd-95e9-59226d1068f4?flat HTTP/1.1" 200 5220 0.014700 [API:8081]10.0.0.249 - - [2026-04-06 02:59:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-22621473:4e698d71-3176-42dd-95e9-59226d1068f4?flat HTTP/1.1" 200 5220 0.011441 [API:8081]10.0.0.249 - - [2026-04-06 02:59:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-22621473:ctest-VN3-46902176?flat HTTP/1.1" 200 8204 0.012796 [API:8081]10.0.0.249 - - [2026-04-06 02:59:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.017594 [API:8081]10.0.0.249 - - [2026-04-06 02:59:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.017487 [API:8081]10.0.0.249 - - [2026-04-06 02:59:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008910 [API:8081]10.0.0.249 - - [2026-04-06 03:00:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.033968 [API:8081]10.0.0.249 - - [2026-04-06 03:00:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.018728 [API:8081]10.0.0.249 - - [2026-04-06 03:00:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.020553 [API:8081]10.0.0.249 - - [2026-04-06 03:00:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.017281 [API:8081]10.0.0.249 - - [2026-04-06 03:00:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019364 [API:8081]10.0.0.249 - - [2026-04-06 03:00:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021458 [API:8081]10.0.0.249 - - [2026-04-06 03:00:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021703 [API:8081]10.0.0.249 - - [2026-04-06 03:00:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.017352 [API:8081]10.0.0.249 - - [2026-04-06 03:00:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.018486 [API:8081]10.0.0.249 - - [2026-04-06 03:00:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.018848 [API:8081]10.0.0.249 - - [2026-04-06 03:00:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.027772 [API:8081]10.0.0.249 - - [2026-04-06 03:00:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-22621473:ctest-VN3-46902176?flat HTTP/1.1" 200 6965 0.011914 [API:8081]10.0.0.249 - - [2026-04-06 03:00:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012296 [API:8081]10.0.0.249 - - [2026-04-06 03:00:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021186 [API:8081]10.0.0.249 - - [2026-04-06 03:00:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12974 0.027613 [API:8081]10.0.0.249 - - [2026-04-06 03:00:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021647 [API:8081]10.0.0.249 - - [2026-04-06 03:00:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12974 0.022636 [API:8081]10.0.0.249 - - [2026-04-06 03:00:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.023357 [API:8081]10.0.0.249 - - [2026-04-06 03:00:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12974 0.025330 [API:8081]10.0.0.249 - - [2026-04-06 03:00:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.029984 [API:8081]10.0.0.249 - - [2026-04-06 03:00:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12974 0.022666 [API:8081]10.0.0.249 - - [2026-04-06 03:00:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064285 [API:8081]10.0.0.249 - - [2026-04-06 03:00:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.024713 [API:8081]10.0.0.249 - - [2026-04-06 03:00:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12974 0.020375 [API:8081]10.0.0.249 - - [2026-04-06 03:00:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.032539 [API:8081]10.0.0.249 - - [2026-04-06 03:00:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12974 0.026529 [API:8081]10.0.0.249 - - [2026-04-06 03:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.023861 [API:8081]10.0.0.249 - - [2026-04-06 03:00:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12601 0.028550 [API:8081]10.0.0.249 - - [2026-04-06 03:00:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-22621473:ctest-VN2-35564450?flat HTTP/1.1" 200 7307 0.014543 [API:8081]10.0.0.249 - - [2026-04-06 03:00:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011389 [API:8081]10.0.0.249 - - [2026-04-06 03:00:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019753 [API:8081]10.0.0.249 - - [2026-04-06 03:00:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.016814 [API:8081]10.0.0.249 - - [2026-04-06 03:01:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.023157 [API:8081]10.0.0.249 - - [2026-04-06 03:01:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-22621473:ctest-VN1-45956049?flat HTTP/1.1" 200 7648 0.013969 [API:8081]10.0.0.249 - - [2026-04-06 03:01:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009015 [API:8081]10.0.0.249 - - [2026-04-06 03:01:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2026-04-06 03:01:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.068218 [API:8081]10.0.0.249 - - [2026-04-06 03:01:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.080861 [API:8081]10.0.0.27 - - [2026-04-06 03:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-04-06 03:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.33 - - [2026-04-06 03:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.33 - - [2026-04-06 03:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.27 - - [2026-04-06 03:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-04-06 03:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.33 - - [2026-04-06 03:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.33 - - [2026-04-06 03:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 03:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-04-06 03:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2026-04-06 03:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 03:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2026-04-06 03:01:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060759 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:03:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003053 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002743 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002709 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004416 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:03:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004314 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003540 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003663 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003353 [API:8081]10.0.0.249 - - [2026-04-06 03:03:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2026-04-06 03:03:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.058017 [API:8081]10.0.0.249 - - [2026-04-06 03:03:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058709 [API:8081]10.0.0.249 - - [2026-04-06 03:04:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.056219 [API:8081]10.0.0.27 - - [2026-04-06 03:04:54] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.27 - - [2026-04-06 03:04:54] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.33 - - [2026-04-06 03:05:24] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.33 - - [2026-04-06 03:05:24] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.249 - - [2026-04-06 03:05:24] "GET /analytics HTTP/1.1" 401 206 0.000207 [API:8081]10.0.0.249 - - [2026-04-06 03:05:24] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.249 - - [2026-04-06 03:05:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019091 [API:8081]10.0.0.249 - - [2026-04-06 03:05:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.062306 [API:8081]10.0.0.249 - - [2026-04-06 03:05:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.061877 [API:8081]10.0.0.249 - - [2026-04-06 03:05:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.032453 [API:8081]10.0.0.249 - - [2026-04-06 03:05:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.025620 [API:8081]10.0.0.249 - - [2026-04-06 03:05:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.017906 [API:8081]10.0.0.249 - - [2026-04-06 03:05:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019437 [API:8081]10.0.0.249 - - [2026-04-06 03:05:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.022347 [API:8081]10.0.0.249 - - [2026-04-06 03:06:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.018355 [API:8081]10.0.0.249 - - [2026-04-06 03:06:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-46518460:ctest-vnet0-40174679?flat HTTP/1.1" 200 7967 0.013037 [API:8081]10.0.0.249 - - [2026-04-06 03:06:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009284 [API:8081]10.0.0.27 - - [2026-04-06 03:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000551 [API:8081]10.0.0.27 - - [2026-04-06 03:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.33 - - [2026-04-06 03:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.33 - - [2026-04-06 03:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.27 - - [2026-04-06 03:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-04-06 03:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.33 - - [2026-04-06 03:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.33 - - [2026-04-06 03:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-04-06 03:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.249 - - [2026-04-06 03:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2026-04-06 03:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.249 - - [2026-04-06 03:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2026-04-06 03:06:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053942 [API:8081]10.0.0.249 - - [2026-04-06 03:07:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.071948 [API:8081]10.0.0.249 - - [2026-04-06 03:08:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2026-04-06 03:08:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.079674 [API:8081]10.0.0.27 - - [2026-04-06 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-04-06 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2026-04-06 03:09:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065081 [API:8081]10.0.0.249 - - [2026-04-06 03:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-04-06 03:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.067675 [API:8081]10.0.0.249 - - [2026-04-06 03:10:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.058934 [API:8081]10.0.0.249 - - [2026-04-06 03:10:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.058476 [API:8081]10.0.0.27 - - [2026-04-06 03:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-04-06 03:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.33 - - [2026-04-06 03:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.33 - - [2026-04-06 03:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.27 - - [2026-04-06 03:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.27 - - [2026-04-06 03:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.33 - - [2026-04-06 03:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.33 - - [2026-04-06 03:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-04-06 03:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-04-06 03:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 03:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.249 - - [2026-04-06 03:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2026-04-06 03:12:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068828 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:13:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002840 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002638 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002835 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002646 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:13:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004958 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007547 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006483 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002880 [API:8081]10.0.0.249 - - [2026-04-06 03:13:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062770 [API:8081]10.0.0.27 - - [2026-04-06 03:14:54] "GET /analytics HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.27 - - [2026-04-06 03:14:54] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.33 - - [2026-04-06 03:15:24] "GET /analytics HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.33 - - [2026-04-06 03:15:24] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.249 - - [2026-04-06 03:15:24] "GET /analytics HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.249 - - [2026-04-06 03:15:24] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.249 - - [2026-04-06 03:15:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.059189 [API:8081]10.0.0.249 - - [2026-04-06 03:15:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.067904 [API:8081]10.0.0.249 - - [2026-04-06 03:15:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.063641 [API:8081]10.0.0.249 - - [2026-04-06 03:15:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.016383 [API:8081]10.0.0.249 - - [2026-04-06 03:15:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.028715 [API:8081]10.0.0.249 - - [2026-04-06 03:15:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.017303 [API:8081]10.0.0.249 - - [2026-04-06 03:15:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.017485 [API:8081]10.0.0.249 - - [2026-04-06 03:15:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.019932 [API:8081]10.0.0.249 - - [2026-04-06 03:15:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060968 [API:8081]10.0.0.249 - - [2026-04-06 03:15:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.017296 [API:8081]10.0.0.249 - - [2026-04-06 03:16:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.021653 [API:8081]10.0.0.249 - - [2026-04-06 03:16:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-99078659:ctest-vnet0-37011985?flat HTTP/1.1" 200 7710 0.015120 [API:8081]10.0.0.249 - - [2026-04-06 03:16:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010936 [API:8081]10.0.0.27 - - [2026-04-06 03:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.27 - - [2026-04-06 03:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.33 - - [2026-04-06 03:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.33 - - [2026-04-06 03:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-04-06 03:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.27 - - [2026-04-06 03:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.33 - - [2026-04-06 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.33 - - [2026-04-06 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2026-04-06 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-04-06 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2026-04-06 03:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2026-04-06 03:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.249 - - [2026-04-06 03:16:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065114 Connection dropped: socket connection broken Transition to CONNECTING [API:8081]10.0.0.249 - - [2026-04-06 03:18:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075955 [API:8081]10.0.0.249 - - [2026-04-06 03:20:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.114437 [API:8081]10.0.0.249 - - [2026-04-06 03:20:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-04-06 03:20:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2001 0.063167 [API:8081]10.0.0.249 - - [2026-04-06 03:21:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:a7c2792a-3e06-4396-92d6-4bfda2b85870?flat HTTP/1.1" 200 5809 0.055283 [API:8081]10.0.0.249 - - [2026-04-06 03:21:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:a7c2792a-3e06-4396-92d6-4bfda2b85870?flat HTTP/1.1" 200 5809 0.054219 [API:8081]10.0.0.249 - - [2026-04-06 03:21:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:a7c2792a-3e06-4396-92d6-4bfda2b85870?flat HTTP/1.1" 200 5809 0.013488 [API:8081]10.0.0.249 - - [2026-04-06 03:21:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296-05243616?flat HTTP/1.1" 200 10446 0.016155 [API:8081]10.0.0.249 - - [2026-04-06 03:21:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019635 [API:8081]10.0.0.249 - - [2026-04-06 03:21:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.024367 [API:8081]10.0.0.249 - - [2026-04-06 03:21:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011523 [API:8081]10.0.0.27 - - [2026-04-06 03:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.27 - - [2026-04-06 03:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.33 - - [2026-04-06 03:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.33 - - [2026-04-06 03:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-04-06 03:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.27 - - [2026-04-06 03:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.33 - - [2026-04-06 03:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.33 - - [2026-04-06 03:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-04-06 03:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.249 - - [2026-04-06 03:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000413 [API:8081]10.0.0.249 - - [2026-04-06 03:21:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2026-04-06 03:21:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:a9a00b6d-feca-4327-9436-5450f4a28ad6?flat HTTP/1.1" 200 5679 0.012866 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:a9a00b6d-feca-4327-9436-5450f4a28ad6?flat HTTP/1.1" 200 5679 0.012960 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:a9a00b6d-feca-4327-9436-5450f4a28ad6?flat HTTP/1.1" 200 5679 0.012521 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296-05243616?flat HTTP/1.1" 200 11809 0.016752 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.019792 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13238 0.019781 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.018672 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13238 0.018828 [API:8081]10.0.0.249 - - [2026-04-06 03:21:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011137 [API:8081]10.0.0.249 - - [2026-04-06 03:22:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062730 [API:8081]10.0.0.249 - - [2026-04-06 03:23:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.071704 [API:8081]10.0.0.249 - - [2026-04-06 03:23:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.020521 [API:8081]10.0.0.249 - - [2026-04-06 03:23:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13241 0.021092 [API:8081]10.0.0.249 - - [2026-04-06 03:23:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.033563 [API:8081]10.0.0.249 - - [2026-04-06 03:23:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13241 0.024218 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:23:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002773 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002946 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003370 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002477 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:23:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003549 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003579 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003232 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002979 [API:8081]10.0.0.249 - - [2026-04-06 03:23:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.021310 [API:8081]10.0.0.249 - - [2026-04-06 03:23:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12622 0.021142 [API:8081]10.0.0.249 - - [2026-04-06 03:23:23] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296-05243616?flat HTTP/1.1" 200 11543 0.014765 [API:8081]10.0.0.249 - - [2026-04-06 03:23:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.007728 [API:8081]10.0.0.249 - - [2026-04-06 03:23:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.016855 [API:8081]10.0.0.249 - - [2026-04-06 03:23:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.033330 [API:8081]10.0.0.249 - - [2026-04-06 03:23:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017963 [API:8081]10.0.0.249 - - [2026-04-06 03:23:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296:ctest-SecurityGroupBasicRegressionTests1_contrail-92086296-05243616?flat HTTP/1.1" 200 8430 0.011680 [API:8081]10.0.0.249 - - [2026-04-06 03:23:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009655 [API:8081]10.0.0.249 - - [2026-04-06 03:23:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-04-06 03:23:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1965 0.061025 [API:8081]10.0.0.249 - - [2026-04-06 03:24:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-38450168:d84e0f75-19d5-41b2-9274-7b0542d8e534?flat HTTP/1.1" 200 5678 0.070018 [API:8081]10.0.0.249 - - [2026-04-06 03:24:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-38450168:d84e0f75-19d5-41b2-9274-7b0542d8e534?flat HTTP/1.1" 200 5678 0.067065 [API:8081]10.0.0.249 - - [2026-04-06 03:24:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-38450168:d84e0f75-19d5-41b2-9274-7b0542d8e534?flat HTTP/1.1" 200 5678 0.012285 [API:8081]10.0.0.249 - - [2026-04-06 03:24:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-38450168:ctest-SecurityGroupBasicRegressionTests1-38450168-29130241?flat HTTP/1.1" 200 9926 0.019247 [API:8081]10.0.0.249 - - [2026-04-06 03:24:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.032502 [API:8081]10.0.0.249 - - [2026-04-06 03:24:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.019045 [API:8081]10.0.0.249 - - [2026-04-06 03:24:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009651 [API:8081]10.0.0.249 - - [2026-04-06 03:24:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-38450168:c140a8e1-502f-4212-9ed9-5ed95ad455a3?flat HTTP/1.1" 200 5541 0.013591 [API:8081]10.0.0.249 - - [2026-04-06 03:24:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-38450168:c140a8e1-502f-4212-9ed9-5ed95ad455a3?flat HTTP/1.1" 200 5541 0.014704 [API:8081]10.0.0.249 - - [2026-04-06 03:24:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-38450168:c140a8e1-502f-4212-9ed9-5ed95ad455a3?flat HTTP/1.1" 200 5541 0.016420 [API:8081]10.0.0.249 - - [2026-04-06 03:24:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-38450168:ctest-SecurityGroupBasicRegressionTests1-38450168-29130241?flat HTTP/1.1" 200 10061 0.018543 [API:8081]10.0.0.249 - - [2026-04-06 03:24:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.021603 [API:8081]10.0.0.249 - - [2026-04-06 03:24:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13173 0.020808 [API:8081]10.0.0.249 - - [2026-04-06 03:24:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.021084 [API:8081]10.0.0.249 - - [2026-04-06 03:24:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13173 0.023686 [API:8081]10.0.0.249 - - [2026-04-06 03:24:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009450 [API:8081]10.0.0.27 - - [2026-04-06 03:24:54] "GET /analytics HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.27 - - [2026-04-06 03:24:54] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.249 - - [2026-04-06 03:25:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064387 [API:8081]10.0.0.33 - - [2026-04-06 03:25:24] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.33 - - [2026-04-06 03:25:24] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.249 - - [2026-04-06 03:25:24] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.249 - - [2026-04-06 03:25:24] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.249 - - [2026-04-06 03:26:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072767 [API:8081]10.0.0.27 - - [2026-04-06 03:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-04-06 03:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.33 - - [2026-04-06 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.33 - - [2026-04-06 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-04-06 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.27 - - [2026-04-06 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.33 - - [2026-04-06 03:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.33 - - [2026-04-06 03:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-04-06 03:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.249 - - [2026-04-06 03:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-04-06 03:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-04-06 03:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2026-04-06 03:28:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2026-04-06 03:28:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2393 0.068473 [API:8081]10.0.0.249 - - [2026-04-06 03:28:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2606 0.057614 [API:8081]10.0.0.249 - - [2026-04-06 03:28:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2821 0.054000 [API:8081]10.0.0.249 - - [2026-04-06 03:28:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094157 [API:8081]10.0.0.249 - - [2026-04-06 03:28:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2393 0.008645 [API:8081]10.0.0.249 - - [2026-04-06 03:28:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2606 0.007551 [API:8081]10.0.0.249 - - [2026-04-06 03:28:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2821 0.010234 [API:8081]10.0.0.249 - - [2026-04-06 03:28:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3046 0.010562 [API:8081]10.0.0.249 - - [2026-04-06 03:28:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3273 0.011144 [API:8081]10.0.0.249 - - [2026-04-06 03:28:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-04-06 03:28:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2178 0.091780 [API:8081]10.0.0.249 - - [2026-04-06 03:28:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2395 0.053275 [API:8081]10.0.0.249 - - [2026-04-06 03:28:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2614 0.077907 [API:8081]10.0.0.249 - - [2026-04-06 03:29:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2178 0.011030 [API:8081]10.0.0.249 - - [2026-04-06 03:29:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2391 0.009337 [API:8081]10.0.0.249 - - [2026-04-06 03:29:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2606 0.008825 [API:8081]10.0.0.249 - - [2026-04-06 03:29:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.106296 [API:8081]10.0.0.249 - - [2026-04-06 03:29:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-04-06 03:29:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2174 0.070376 [API:8081]10.0.0.249 - - [2026-04-06 03:29:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2383 0.060886 [API:8081]10.0.0.249 - - [2026-04-06 03:29:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2594 0.057938 [API:8081]10.0.0.249 - - [2026-04-06 03:29:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2174 0.009134 [API:8081]10.0.0.249 - - [2026-04-06 03:29:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2383 0.026783 [API:8081]10.0.0.249 - - [2026-04-06 03:29:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2594 0.009264 [API:8081]10.0.0.249 - - [2026-04-06 03:31:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060234 [API:8081]10.0.0.27 - - [2026-04-06 03:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.27 - - [2026-04-06 03:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.33 - - [2026-04-06 03:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.33 - - [2026-04-06 03:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.27 - - [2026-04-06 03:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.27 - - [2026-04-06 03:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.33 - - [2026-04-06 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.33 - - [2026-04-06 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2026-04-06 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2026-04-06 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2026-04-06 03:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000734 [API:8081]10.0.0.249 - - [2026-04-06 03:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2026-04-06 03:31:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-04-06 03:31:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2180 0.058749 [API:8081]10.0.0.249 - - [2026-04-06 03:31:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2397 0.071767 [API:8081]10.0.0.249 - - [2026-04-06 03:31:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2618 0.064763 [API:8081]10.0.0.249 - - [2026-04-06 03:31:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2851 0.008655 [API:8081]10.0.0.249 - - [2026-04-06 03:31:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3086 0.013115 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:33:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003026 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002749 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002915 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002691 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:33:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003558 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002773 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002614 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002440 [API:8081]10.0.0.27 - - [2026-04-06 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.27 - - [2026-04-06 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2026-04-06 03:34:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070316 [API:8081]10.0.0.27 - - [2026-04-06 03:34:54] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.27 - - [2026-04-06 03:34:54] "GET /analytics HTTP/1.1" 401 206 0.000119 [API:8081]10.0.0.249 - - [2026-04-06 03:35:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.083698 [API:8081]10.0.0.33 - - [2026-04-06 03:35:24] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.33 - - [2026-04-06 03:35:24] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.249 - - [2026-04-06 03:35:24] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-04-06 03:35:24] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.27 - - [2026-04-06 03:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.27 - - [2026-04-06 03:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.33 - - [2026-04-06 03:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.33 - - [2026-04-06 03:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000626 [API:8081]10.0.0.27 - - [2026-04-06 03:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000518 [API:8081]10.0.0.27 - - [2026-04-06 03:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2026-04-06 03:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.33 - - [2026-04-06 03:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-04-06 03:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-04-06 03:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-04-06 03:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000477 [API:8081]10.0.0.249 - - [2026-04-06 03:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000483 [API:8081]10.0.0.249 - - [2026-04-06 03:37:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059348 [API:8081]10.0.0.249 - - [2026-04-06 03:38:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2026-04-06 03:38:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2397 0.064231 [API:8081]10.0.0.249 - - [2026-04-06 03:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2608 0.056130 [API:8081]10.0.0.249 - - [2026-04-06 03:38:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069561 [API:8081]10.0.0.27 - - [2026-04-06 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-04-06 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.249 - - [2026-04-06 03:40:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062577 [API:8081]10.0.0.249 - - [2026-04-06 03:41:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.079994 [API:8081]10.0.0.27 - - [2026-04-06 03:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.27 - - [2026-04-06 03:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.33 - - [2026-04-06 03:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.33 - - [2026-04-06 03:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.27 - - [2026-04-06 03:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-04-06 03:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.33 - - [2026-04-06 03:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.33 - - [2026-04-06 03:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-04-06 03:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.249 - - [2026-04-06 03:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.249 - - [2026-04-06 03:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.249 - - [2026-04-06 03:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.249 - - [2026-04-06 03:42:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.249 - - [2026-04-06 03:42:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2379 0.068234 [API:8081]10.0.0.249 - - [2026-04-06 03:43:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-04-06 03:43:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2395 0.055898 [API:8081]10.0.0.249 - - [2026-04-06 03:43:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077220 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:43:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003039 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005312 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005030 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004216 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:43:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004021 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003362 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004280 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003041 [API:8081]10.0.0.249 - - [2026-04-06 03:44:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069856 [API:8081]10.0.0.27 - - [2026-04-06 03:44:54] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.27 - - [2026-04-06 03:44:54] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.33 - - [2026-04-06 03:45:24] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.33 - - [2026-04-06 03:45:24] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.249 - - [2026-04-06 03:45:24] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-04-06 03:45:24] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.249 - - [2026-04-06 03:46:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067574 [API:8081]10.0.0.27 - - [2026-04-06 03:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-04-06 03:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.33 - - [2026-04-06 03:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.33 - - [2026-04-06 03:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.27 - - [2026-04-06 03:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.27 - - [2026-04-06 03:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000410 [API:8081]10.0.0.33 - - [2026-04-06 03:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.33 - - [2026-04-06 03:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-04-06 03:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2026-04-06 03:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-04-06 03:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.249 - - [2026-04-06 03:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2026-04-06 03:47:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.064179 [API:8081]10.0.0.249 - - [2026-04-06 03:49:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2026-04-06 03:49:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2168 0.060184 [API:8081]10.0.0.249 - - [2026-04-06 03:49:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063251 [API:8081]10.0.0.249 - - [2026-04-06 03:50:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.061311 [API:8081]10.0.0.27 - - [2026-04-06 03:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.27 - - [2026-04-06 03:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.33 - - [2026-04-06 03:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.33 - - [2026-04-06 03:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.27 - - [2026-04-06 03:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.27 - - [2026-04-06 03:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.33 - - [2026-04-06 03:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.33 - - [2026-04-06 03:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2026-04-06 03:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.249 - - [2026-04-06 03:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-04-06 03:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-04-06 03:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-04-06 03:52:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069748 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:53:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004488 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003303 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003025 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003901 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:53:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004026 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003456 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003147 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 03:53:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002951 [API:8081]10.0.0.249 - - [2026-04-06 03:53:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.067219 [API:8081]10.0.0.249 - - [2026-04-06 03:54:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-03644239:6198b488-b66a-4fcc-a8a7-145a491caa6f?flat HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2026-04-06 03:54:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-03644239:6198b488-b66a-4fcc-a8a7-145a491caa6f?flat HTTP/1.1" 200 5115 0.057389 [API:8081]10.0.0.249 - - [2026-04-06 03:54:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-03644239:6198b488-b66a-4fcc-a8a7-145a491caa6f?flat HTTP/1.1" 200 5115 0.069082 [API:8081]10.0.0.249 - - [2026-04-06 03:54:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-03644239:6198b488-b66a-4fcc-a8a7-145a491caa6f?flat HTTP/1.1" 200 5115 0.068538 [API:8081]10.0.0.249 - - [2026-04-06 03:54:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-03644239:ctest-random-79453865?flat HTTP/1.1" 200 6181 0.013732 [API:8081]10.0.0.249 - - [2026-04-06 03:54:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.018966 [API:8081]10.0.0.249 - - [2026-04-06 03:54:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.020417 [API:8081]10.0.0.249 - - [2026-04-06 03:54:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009111 [API:8081]10.0.0.249 - - [2026-04-06 03:54:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2174 0.010334 [API:8081]10.0.0.249 - - [2026-04-06 03:54:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.018661 [API:8081]10.0.0.249 - - [2026-04-06 03:54:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.018770 [API:8081]10.0.0.249 - - [2026-04-06 03:54:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.025177 [API:8081]10.0.0.249 - - [2026-04-06 03:54:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.020374 [API:8081]10.0.0.249 - - [2026-04-06 03:54:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.018498 [API:8081]10.0.0.249 - - [2026-04-06 03:54:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24650 0.018510 [API:8081]10.0.0.249 - - [2026-04-06 03:54:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-03644239:ctest-random-79453865?flat HTTP/1.1" 200 6783 0.016989 [API:8081]10.0.0.249 - - [2026-04-06 03:54:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.008966 [API:8081]10.0.0.27 - - [2026-04-06 03:54:54] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.27 - - [2026-04-06 03:54:54] "GET /analytics HTTP/1.1" 401 206 0.000130 [API:8081]10.0.0.33 - - [2026-04-06 03:55:24] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.33 - - [2026-04-06 03:55:24] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.249 - - [2026-04-06 03:55:24] "GET /analytics HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2026-04-06 03:55:24] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.249 - - [2026-04-06 03:55:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072354 [API:8081]10.0.0.27 - - [2026-04-06 03:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.27 - - [2026-04-06 03:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.33 - - [2026-04-06 03:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.33 - - [2026-04-06 03:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.27 - - [2026-04-06 03:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.27 - - [2026-04-06 03:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.33 - - [2026-04-06 03:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.33 - - [2026-04-06 03:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-04-06 03:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2026-04-06 03:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2026-04-06 03:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-04-06 03:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-04-06 03:56:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062660 [API:8081]10.0.0.249 - - [2026-04-06 03:57:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2026-04-06 03:57:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2815 0.371365 [API:8081]10.0.0.249 - - [2026-04-06 03:59:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.042637 [API:8081]10.0.0.249 - - [2026-04-06 04:00:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2026-04-06 04:00:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2375 0.080994 [API:8081]10.0.0.27 - - [2026-04-06 04:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.27 - - [2026-04-06 04:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.33 - - [2026-04-06 04:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.33 - - [2026-04-06 04:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.27 - - [2026-04-06 04:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.27 - - [2026-04-06 04:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.33 - - [2026-04-06 04:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.33 - - [2026-04-06 04:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-04-06 04:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-04-06 04:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.249 - - [2026-04-06 04:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.249 - - [2026-04-06 04:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2026-04-06 04:01:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.109805 [API:8081]10.0.0.249 - - [2026-04-06 04:02:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072679 [API:8081]10.0.0.249 - - [2026-04-06 04:03:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2026-04-06 04:03:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2200 0.098086 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003297 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003837 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003808 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004048 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004086 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003200 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003526 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003710 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:40] "POST /analytics/query HTTP/1.1" 202 179 0.014779 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:40] "GET /analytics/query/987a0639-316d-11f1-be24-00000a0000f9 HTTP/1.1" 200 221 0.013601 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:40] "GET /analytics/query/987a0639-316d-11f1-be24-00000a0000f9 HTTP/1.1" 200 221 0.001822 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:41] "GET /analytics/query/987a0639-316d-11f1-be24-00000a0000f9 HTTP/1.1" 200 338 0.002628 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:41] "GET /analytics/query/987a0639-316d-11f1-be24-00000a0000f9/chunk-final/0 HTTP/1.1" 200 860 0.002345 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:42] "POST /analytics/query HTTP/1.1" 202 179 0.004999 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:42] "GET /analytics/query/99751c67-316d-11f1-98d1-00000a0000f9 HTTP/1.1" 200 221 0.001517 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:42] "GET /analytics/query/99751c67-316d-11f1-98d1-00000a0000f9 HTTP/1.1" 200 221 0.002022 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:43] "GET /analytics/query/99751c67-316d-11f1-98d1-00000a0000f9 HTTP/1.1" 200 221 0.002000 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:43] "GET /analytics/query/99751c67-316d-11f1-98d1-00000a0000f9 HTTP/1.1" 200 338 0.002345 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:43] "GET /analytics/query/99751c67-316d-11f1-98d1-00000a0000f9/chunk-final/0 HTTP/1.1" 200 860 0.001866 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:44] "POST /analytics/query HTTP/1.1" 202 179 0.005597 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:44] "GET /analytics/query/9ab65234-316d-11f1-8504-00000a0000f9 HTTP/1.1" 200 221 0.002036 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:44] "GET /analytics/query/9ab65234-316d-11f1-8504-00000a0000f9 HTTP/1.1" 200 339 0.002281 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:44] "GET /analytics/query/9ab65234-316d-11f1-8504-00000a0000f9/chunk-final/0 HTTP/1.1" 200 30354 0.003588 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:45] "POST /analytics/query HTTP/1.1" 202 179 0.004122 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:45] "GET /analytics/query/9b653359-316d-11f1-89a6-00000a0000f9 HTTP/1.1" 200 221 0.002068 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:45] "GET /analytics/query/9b653359-316d-11f1-89a6-00000a0000f9 HTTP/1.1" 200 339 0.002191 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:45] "GET /analytics/query/9b653359-316d-11f1-89a6-00000a0000f9/chunk-final/0 HTTP/1.1" 200 30354 0.003207 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:46] "POST /analytics/query HTTP/1.1" 202 179 0.006030 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:46] "GET /analytics/query/9c1d4013-316d-11f1-81a5-00000a0000f9 HTTP/1.1" 200 221 0.001704 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:47] "GET /analytics/query/9c1d4013-316d-11f1-81a5-00000a0000f9 HTTP/1.1" 200 339 0.001997 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:47] "GET /analytics/query/9c1d4013-316d-11f1-81a5-00000a0000f9/chunk-final/0 HTTP/1.1" 200 9857 0.001821 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003711 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:51] "POST /analytics/query HTTP/1.1" 202 179 0.005709 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:51] "GET /analytics/query/9ec2e3c4-316d-11f1-8172-00000a0000f9 HTTP/1.1" 200 221 0.001799 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:51] "GET /analytics/query/9ec2e3c4-316d-11f1-8172-00000a0000f9 HTTP/1.1" 200 340 0.002006 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:51] "GET /analytics/query/9ec2e3c4-316d-11f1-8172-00000a0000f9/chunk-final/0 HTTP/1.1" 200 332375 0.008712 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.004283 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003676 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:52] "POST /analytics/query HTTP/1.1" 202 179 0.014210 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:52] "GET /analytics/query/9fe29264-316d-11f1-ae91-00000a0000f9 HTTP/1.1" 200 221 0.002472 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:53] "GET /analytics/query/9fe29264-316d-11f1-ae91-00000a0000f9 HTTP/1.1" 200 338 0.002240 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:53] "GET /analytics/query/9fe29264-316d-11f1-ae91-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001513 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:53] "POST /analytics/query HTTP/1.1" 202 179 0.004887 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:53] "GET /analytics/query/a0349765-316d-11f1-b17c-00000a0000f9 HTTP/1.1" 200 221 0.001622 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:53] "GET /analytics/query/a0349765-316d-11f1-b17c-00000a0000f9 HTTP/1.1" 200 338 0.001933 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:53] "GET /analytics/query/a0349765-316d-11f1-b17c-00000a0000f9/chunk-final/0 HTTP/1.1" 200 7644 0.002043 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:53] "POST /analytics/query HTTP/1.1" 202 179 0.004686 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:53] "GET /analytics/query/a085f071-316d-11f1-a6b3-00000a0000f9 HTTP/1.1" 200 221 0.004148 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:54] "GET /analytics/query/a085f071-316d-11f1-a6b3-00000a0000f9 HTTP/1.1" 200 338 0.003079 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:54] "GET /analytics/query/a085f071-316d-11f1-a6b3-00000a0000f9/chunk-final/0 HTTP/1.1" 200 5945 0.003207 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:54] "POST /analytics/query HTTP/1.1" 202 179 0.005646 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:54] "GET /analytics/query/a0d7ff63-316d-11f1-b143-00000a0000f9 HTTP/1.1" 200 221 0.004802 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:55] "GET /analytics/query/a0d7ff63-316d-11f1-b143-00000a0000f9 HTTP/1.1" 200 338 0.002886 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:55] "GET /analytics/query/a0d7ff63-316d-11f1-b143-00000a0000f9/chunk-final/0 HTTP/1.1" 200 4013 0.003270 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:55] "POST /analytics/query HTTP/1.1" 202 179 0.008962 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:55] "GET /analytics/query/a12b3880-316d-11f1-af08-00000a0000f9 HTTP/1.1" 200 221 0.009243 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:55] "GET /analytics/query/a12b3880-316d-11f1-af08-00000a0000f9 HTTP/1.1" 200 338 0.002311 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:55] "GET /analytics/query/a12b3880-316d-11f1-af08-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002541 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:55] "POST /analytics/query HTTP/1.1" 202 179 0.007784 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:55] "GET /analytics/query/a17d94b0-316d-11f1-9f3b-00000a0000f9 HTTP/1.1" 200 221 0.002771 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:56] "GET /analytics/query/a17d94b0-316d-11f1-9f3b-00000a0000f9 HTTP/1.1" 200 338 0.002048 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:56] "GET /analytics/query/a17d94b0-316d-11f1-9f3b-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001753 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:56] "POST /analytics/query HTTP/1.1" 202 179 0.004452 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:56] "GET /analytics/query/a1cee9e0-316d-11f1-b3a0-00000a0000f9 HTTP/1.1" 200 221 0.005359 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:56] "GET /analytics/query/a1cee9e0-316d-11f1-b3a0-00000a0000f9 HTTP/1.1" 200 338 0.002182 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:56] "GET /analytics/query/a1cee9e0-316d-11f1-b3a0-00000a0000f9/chunk-final/0 HTTP/1.1" 200 4013 0.002030 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:56] "POST /analytics/query HTTP/1.1" 202 179 0.005265 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:56] "GET /analytics/query/a2229f5c-316d-11f1-a300-00000a0000f9 HTTP/1.1" 200 221 0.001678 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:57] "GET /analytics/query/a2229f5c-316d-11f1-a300-00000a0000f9 HTTP/1.1" 200 338 0.002160 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:57] "GET /analytics/query/a2229f5c-316d-11f1-a300-00000a0000f9/chunk-final/0 HTTP/1.1" 200 7880 0.001917 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:57] "POST /analytics/query HTTP/1.1" 202 179 0.006700 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:57] "GET /analytics/query/a273091f-316d-11f1-857a-00000a0000f9 HTTP/1.1" 200 221 0.001885 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:57] "GET /analytics/query/a273091f-316d-11f1-857a-00000a0000f9 HTTP/1.1" 200 338 0.001878 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:57] "GET /analytics/query/a273091f-316d-11f1-857a-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001763 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:57] "POST /analytics/query HTTP/1.1" 202 179 0.009127 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:57] "GET /analytics/query/a2c57d8b-316d-11f1-bca1-00000a0000f9 HTTP/1.1" 200 221 0.003687 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:58] "GET /analytics/query/a2c57d8b-316d-11f1-bca1-00000a0000f9 HTTP/1.1" 200 338 0.001829 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:58] "GET /analytics/query/a2c57d8b-316d-11f1-bca1-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001629 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:58] "POST /analytics/query HTTP/1.1" 202 179 0.004930 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:58] "GET /analytics/query/a317770c-316d-11f1-b27c-00000a0000f9 HTTP/1.1" 200 221 0.003163 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:58] "GET /analytics/query/a317770c-316d-11f1-b27c-00000a0000f9 HTTP/1.1" 200 338 0.002304 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:58] "GET /analytics/query/a317770c-316d-11f1-b27c-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002002 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:58] "POST /analytics/query HTTP/1.1" 202 179 0.005147 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:58] "GET /analytics/query/a36968dc-316d-11f1-9c58-00000a0000f9 HTTP/1.1" 200 221 0.002516 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:59] "GET /analytics/query/a36968dc-316d-11f1-9c58-00000a0000f9 HTTP/1.1" 200 338 0.001873 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:59] "GET /analytics/query/a36968dc-316d-11f1-9c58-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002070 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:03:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.004153 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.004682 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:00] "POST /analytics/query HTTP/1.1" 202 179 0.029805 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:00] "GET /analytics/query/a4863a37-316d-11f1-b90a-00000a0000f9 HTTP/1.1" 200 221 0.004554 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:01] "GET /analytics/query/a4863a37-316d-11f1-b90a-00000a0000f9 HTTP/1.1" 200 340 0.002109 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:01] "GET /analytics/query/a4863a37-316d-11f1-b90a-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1505221 0.016165 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:01] "POST /analytics/query HTTP/1.1" 202 179 0.015216 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:01] "GET /analytics/query/a4e86e90-316d-11f1-8488-00000a0000f9 HTTP/1.1" 200 221 0.012615 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:01] "GET /analytics/query/a4e86e90-316d-11f1-8488-00000a0000f9 HTTP/1.1" 200 340 0.002202 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:01] "GET /analytics/query/a4e86e90-316d-11f1-8488-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1507888 0.019521 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003663 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003452 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.005385 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.004602 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.003841 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:05] "POST /analytics/query HTTP/1.1" 202 179 0.005296 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:05] "GET /analytics/query/a732cfad-316d-11f1-9463-00000a0000f9 HTTP/1.1" 200 221 0.003307 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:05] "GET /analytics/query/a732cfad-316d-11f1-9463-00000a0000f9 HTTP/1.1" 200 339 0.002099 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:05] "GET /analytics/query/a732cfad-316d-11f1-9463-00000a0000f9/chunk-final/0 HTTP/1.1" 200 67535 0.004988 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.003627 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:06] "POST /analytics/query HTTP/1.1" 202 179 0.017101 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:06] "GET /analytics/query/a7e4dd6c-316d-11f1-b13b-00000a0000f9 HTTP/1.1" 200 221 0.002631 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:06] "GET /analytics/query/a7e4dd6c-316d-11f1-b13b-00000a0000f9 HTTP/1.1" 200 342 0.002234 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:06] "GET /analytics/query/a7e4dd6c-316d-11f1-b13b-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1285133 0.039109 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.003902 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003954 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004065 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:12] "POST /analytics/query HTTP/1.1" 200 145 1.010841 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.004482 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:14] "POST /analytics/query HTTP/1.1" 200 2310 1.010822 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003838 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:15] "POST /analytics/query HTTP/1.1" 200 709 1.010160 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.003723 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:17] "POST /analytics/query HTTP/1.1" 200 2700 1.011439 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.003370 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:18] "POST /analytics/query HTTP/1.1" 200 206 1.013608 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.004178 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:20] "POST /analytics/query HTTP/1.1" 200 1338 1.022096 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.003767 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:22] "POST /analytics/query HTTP/1.1" 200 2700 1.010902 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004086 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:23] "POST /analytics/query HTTP/1.1" 200 829 1.012643 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003866 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:25] "POST /analytics/query HTTP/1.1" 200 141493 1.017714 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.005270 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:27] "POST /analytics/query HTTP/1.1" 200 929 1.013143 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003948 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:28] "POST /analytics/query HTTP/1.1" 200 206 1.014897 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.004451 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:30] "POST /analytics/query HTTP/1.1" 200 596 1.023544 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003676 [API:8081]10.0.0.249 - - [2026-04-06 04:04:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089308 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:31] "POST /analytics/query HTTP/1.1" 200 1797 1.010160 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004847 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:33] "POST /analytics/query HTTP/1.1" 200 596 1.011730 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003581 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:35] "POST /analytics/query HTTP/1.1" 200 236 1.010653 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:04:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003782 [API:8081]10.0.0.249 - - [2026-04-06 04:04:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.249 - - [2026-04-06 04:04:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2445 0.076730 [API:8081]10.0.0.27 - - [2026-04-06 04:04:54] "GET /analytics HTTP/1.1" 401 206 0.000481 [API:8081]10.0.0.27 - - [2026-04-06 04:04:54] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.33 - - [2026-04-06 04:05:24] "GET /analytics HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.33 - - [2026-04-06 04:05:24] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.249 - - [2026-04-06 04:05:24] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-04-06 04:05:24] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.249 - - [2026-04-06 04:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.090090 [API:8081]10.0.0.249 - - [2026-04-06 04:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.079475 [API:8081]10.0.0.249 - - [2026-04-06 04:05:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.012461 [API:8081]10.0.0.249 - - [2026-04-06 04:05:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.093370 [API:8081]10.0.0.249 - - [2026-04-06 04:06:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.009604 [API:8081]10.0.0.249 - - [2026-04-06 04:06:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.013043 [API:8081]10.0.0.249 - - [2026-04-06 04:06:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.010646 [API:8081]10.0.0.249 - - [2026-04-06 04:06:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.008367 [API:8081]10.0.0.249 - - [2026-04-06 04:06:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.010474 [API:8081]10.0.0.27 - - [2026-04-06 04:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.27 - - [2026-04-06 04:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.33 - - [2026-04-06 04:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.33 - - [2026-04-06 04:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.27 - - [2026-04-06 04:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.27 - - [2026-04-06 04:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.33 - - [2026-04-06 04:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.33 - - [2026-04-06 04:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2026-04-06 04:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2026-04-06 04:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2026-04-06 04:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2026-04-06 04:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2026-04-06 04:06:27] "POST /analytics/query HTTP/1.1" 200 222 1.024827 [API:8081]10.0.0.249 - - [2026-04-06 04:06:28] "POST /analytics/query HTTP/1.1" 200 222 1.021594 [API:8081]10.0.0.249 - - [2026-04-06 04:06:29] "POST /analytics/query HTTP/1.1" 200 353 1.023910 [API:8081]10.0.0.249 - - [2026-04-06 04:07:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064241 [API:8081]10.0.0.249 - - [2026-04-06 04:08:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.083890 [API:8081]10.0.0.249 - - [2026-04-06 04:09:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.093549 [API:8081]10.0.0.249 - - [2026-04-06 04:10:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113233 [API:8081]10.0.0.27 - - [2026-04-06 04:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.27 - - [2026-04-06 04:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.33 - - [2026-04-06 04:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.33 - - [2026-04-06 04:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.33 - - [2026-04-06 04:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.33 - - [2026-04-06 04:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-04-06 04:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2026-04-06 04:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.249 - - [2026-04-06 04:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.249 - - [2026-04-06 04:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.249 - - [2026-04-06 04:11:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072726 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:13:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002842 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002663 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002978 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002819 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:13:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003453 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002318 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002611 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:13:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002577 [API:8081]10.0.0.27 - - [2026-04-06 04:14:54] "GET /analytics HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.27 - - [2026-04-06 04:14:54] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.33 - - [2026-04-06 04:15:24] "GET /analytics HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.33 - - [2026-04-06 04:15:24] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.249 - - [2026-04-06 04:15:24] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-04-06 04:15:24] "GET /analytics HTTP/1.1" 401 206 0.000144 Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 534, in _make_request response = conn.getresponse() File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 571, in getresponse httplib_response = super().getresponse() File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib64/python3.9/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib64/python3.9/socket.py", line 716, in readinto return self._sock.recv_into(b) File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 692, in recv_into self._wait(self._read_event) File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket File "src/gevent/_hub_primitives.py", line 313, in gevent._gevent_c_hub_primitives._primitive_wait File "src/gevent/_hub_primitives.py", line 314, in gevent._gevent_c_hub_primitives._primitive_wait File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch socket.timeout: timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 490, in increment raise reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.9/site-packages/urllib3/util/util.py", line 39, in reraise raise value File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 536, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 367, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.0.0.27', port=8082): Read timed out. (read timeout=120) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/bottle.py", line 876, in _handle return route.call(**args) File "/usr/local/bin/bottle.py", line 1759, in wrapper rv = callback(*a, **ka) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 453, in _impl self._vnc_api_client.is_role_cloud_admin( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 148, in is_role_cloud_admin result = self._get_user_token_info(user_token) File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 47, in impl return func(self, *f_args, **f_kwargs) File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 53, in _get_user_token_info return self._vnc_api_client.obj_perms(user_token, 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 1738, in obj_perms rv = self._request_server(OP_GET, "/obj-perms", data=query) 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 1143, in _request (status, content) = self._http_get( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1006, in _http_get response = self._api_server_session.get( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 282, in get return self.crud('get', url, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 250, in crud result = crud_method(url, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 690, in send raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: HTTPConnectionPool(host='10.0.0.27', port=8082): Read timed out. (read timeout=120) [API:8081]10.0.0.249 - - [2026-04-06 04:15:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 500 156 120.027244 [API:8081]10.0.0.27 - - [2026-04-06 04:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-04-06 04:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.33 - - [2026-04-06 04:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.33 - - [2026-04-06 04:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-04-06 04:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.27 - - [2026-04-06 04:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.33 - - [2026-04-06 04:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.33 - - [2026-04-06 04:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2026-04-06 04:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2026-04-06 04:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-04-06 04:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2026-04-06 04:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2026-04-06 04:16:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071223 [API:8081]10.0.0.249 - - [2026-04-06 04:17:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065589 [API:8081]10.0.0.249 - - [2026-04-06 04:19:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080567 [API:8081]10.0.0.249 - - [2026-04-06 04:20:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069016 [API:8081]10.0.0.27 - - [2026-04-06 04:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.27 - - [2026-04-06 04:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.33 - - [2026-04-06 04:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.33 - - [2026-04-06 04:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.27 - - [2026-04-06 04:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.27 - - [2026-04-06 04:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.33 - - [2026-04-06 04:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.33 - - [2026-04-06 04:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-04-06 04:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2026-04-06 04:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-04-06 04:21:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.249 - - [2026-04-06 04:21:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-04-06 04:22:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.249 - - [2026-04-06 04:22:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2385 0.062157 [API:8081]10.0.0.249 - - [2026-04-06 04:22:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063175 [API:8081]10.0.0.249 - - [2026-04-06 04:22:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:adff9b09-8c19-4d90-8f5d-1e9e9aff7906?flat HTTP/1.1" 200 5201 0.063748 [API:8081]10.0.0.249 - - [2026-04-06 04:22:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:adff9b09-8c19-4d90-8f5d-1e9e9aff7906?flat HTTP/1.1" 200 5201 0.012834 [API:8081]10.0.0.249 - - [2026-04-06 04:22:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:adff9b09-8c19-4d90-8f5d-1e9e9aff7906?flat HTTP/1.1" 200 5201 0.064493 [API:8081]10.0.0.249 - - [2026-04-06 04:22:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47502399:EVPN-VN1?flat HTTP/1.1" 200 7828 0.021843 [API:8081]10.0.0.249 - - [2026-04-06 04:22:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.017249 [API:8081]10.0.0.249 - - [2026-04-06 04:22:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.028375 [API:8081]10.0.0.249 - - [2026-04-06 04:22:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.008924 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:8660e628-58ba-433a-a3c4-5e2db4b71bcb?flat HTTP/1.1" 200 5063 0.012899 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:8660e628-58ba-433a-a3c4-5e2db4b71bcb?flat HTTP/1.1" 200 5063 0.015098 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:8660e628-58ba-433a-a3c4-5e2db4b71bcb?flat HTTP/1.1" 200 5063 0.013711 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47502399:EVPN-VN1?flat HTTP/1.1" 200 8437 0.017583 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.022361 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13584 0.020604 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.022395 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 13584 0.022853 [API:8081]10.0.0.249 - - [2026-04-06 04:23:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.012978 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:23:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003990 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003792 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003146 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002713 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:23:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003264 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002262 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002619 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:23:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002840 [API:8081]10.0.0.249 - - [2026-04-06 04:23:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.074358 [API:8081]10.0.0.27 - - [2026-04-06 04:24:54] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.27 - - [2026-04-06 04:24:54] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.33 - - [2026-04-06 04:25:24] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.33 - - [2026-04-06 04:25:24] "GET /analytics HTTP/1.1" 401 206 0.000128 [API:8081]10.0.0.249 - - [2026-04-06 04:25:24] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.249 - - [2026-04-06 04:25:24] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.249 - - [2026-04-06 04:25:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:adff9b09-8c19-4d90-8f5d-1e9e9aff7906?flat HTTP/1.1" 200 5317 0.023458 [API:8081]10.0.0.249 - - [2026-04-06 04:25:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:adff9b09-8c19-4d90-8f5d-1e9e9aff7906?flat HTTP/1.1" 200 5317 0.022409 [API:8081]10.0.0.249 - - [2026-04-06 04:25:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:adff9b09-8c19-4d90-8f5d-1e9e9aff7906?flat HTTP/1.1" 200 5317 0.016155 [API:8081]10.0.0.249 - - [2026-04-06 04:25:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47502399:EVPN-VN1?flat HTTP/1.1" 200 9290 0.024696 [API:8081]10.0.0.249 - - [2026-04-06 04:25:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23718 0.027656 [API:8081]10.0.0.249 - - [2026-04-06 04:25:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23718 0.018172 [API:8081]10.0.0.249 - - [2026-04-06 04:25:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011766 [API:8081]10.0.0.249 - - [2026-04-06 04:25:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:8660e628-58ba-433a-a3c4-5e2db4b71bcb?flat HTTP/1.1" 200 5205 0.016693 [API:8081]10.0.0.249 - - [2026-04-06 04:25:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:8660e628-58ba-433a-a3c4-5e2db4b71bcb?flat HTTP/1.1" 200 5205 0.016369 [API:8081]10.0.0.249 - - [2026-04-06 04:25:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47502399:8660e628-58ba-433a-a3c4-5e2db4b71bcb?flat HTTP/1.1" 200 5205 0.017175 [API:8081]10.0.0.249 - - [2026-04-06 04:25:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47502399:EVPN-VN1?flat HTTP/1.1" 200 9290 0.019809 [API:8081]10.0.0.249 - - [2026-04-06 04:25:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23272 0.024770 [API:8081]10.0.0.249 - - [2026-04-06 04:25:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23272 0.024909 [API:8081]10.0.0.249 - - [2026-04-06 04:25:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.013242 [API:8081]10.0.0.249 - - [2026-04-06 04:25:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056923 [API:8081]10.0.0.27 - - [2026-04-06 04:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-04-06 04:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.33 - - [2026-04-06 04:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.33 - - [2026-04-06 04:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-04-06 04:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.27 - - [2026-04-06 04:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000426 [API:8081]10.0.0.33 - - [2026-04-06 04:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.33 - - [2026-04-06 04:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2026-04-06 04:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.249 - - [2026-04-06 04:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2026-04-06 04:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-04-06 04:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2026-04-06 04:26:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32498 0.043358 [API:8081]10.0.0.249 - - [2026-04-06 04:26:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32498 0.024376 [API:8081]10.0.0.249 - - [2026-04-06 04:26:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32502 0.024722 [API:8081]10.0.0.249 - - [2026-04-06 04:26:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47502399:EVPN-VN1?flat HTTP/1.1" 200 8520 0.016342 [API:8081]10.0.0.249 - - [2026-04-06 04:26:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.019143 [API:8081]10.0.0.249 - - [2026-04-06 04:26:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.088449 [API:8081]10.0.0.249 - - [2026-04-06 04:26:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25298 0.018693 [API:8081]10.0.0.249 - - [2026-04-06 04:26:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47502399:EVPN-VN1?flat HTTP/1.1" 200 5990 0.016003 [API:8081]10.0.0.249 - - [2026-04-06 04:26:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010159 [API:8081]10.0.0.249 - - [2026-04-06 04:28:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063036 [API:8081]10.0.0.249 - - [2026-04-06 04:29:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57468923:ctest-TestRbac-57468923-04763884?flat HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.249 - - [2026-04-06 04:29:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57468923:ctest-TestRbac-57468923-04763884?flat HTTP/1.1" 200 2079 0.447310 [API:8081]10.0.0.249 - - [2026-04-06 04:29:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.142402 [API:8081]10.0.0.249 - - [2026-04-06 04:29:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57468923:ctest-TestRbac-57468923-04763884?flat HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-04-06 04:29:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57468923:ctest-TestRbac-57468923-04763884?flat HTTP/1.1" 200 2079 0.160765 [API:8081]10.0.0.249 - - [2026-04-06 04:29:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.075705 [API:8081]10.0.0.249 - - [2026-04-06 04:29:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48068826:6a63b42f-f94a-40f5-a60b-536dd5478f6a?flat HTTP/1.1" 200 5322 0.147865 [API:8081]10.0.0.249 - - [2026-04-06 04:29:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48068826:6a63b42f-f94a-40f5-a60b-536dd5478f6a?flat HTTP/1.1" 200 5322 0.067021 [API:8081]10.0.0.249 - - [2026-04-06 04:29:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48068826:6a63b42f-f94a-40f5-a60b-536dd5478f6a?flat HTTP/1.1" 200 5322 0.058682 [API:8081]10.0.0.249 - - [2026-04-06 04:29:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57468923:ctest-TestRbac-57468923-04763884?flat HTTP/1.1" 200 3953 0.054785 [API:8081]10.0.0.249 - - [2026-04-06 04:29:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.035145 [API:8081]10.0.0.249 - - [2026-04-06 04:29:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.170469 [API:8081]10.0.0.249 - - [2026-04-06 04:29:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-04-06 04:29:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.091170 [API:8081]10.0.0.249 - - [2026-04-06 04:29:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.040540 [API:8081]10.0.0.249 - - [2026-04-06 04:29:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.142007 [API:8081]10.0.0.249 - - [2026-04-06 04:29:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.074207 [API:8081]10.0.0.249 - - [2026-04-06 04:29:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.052769 [API:8081]10.0.0.249 - - [2026-04-06 04:29:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.076439 [API:8081]10.0.0.249 - - [2026-04-06 04:29:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.038578 [API:8081]10.0.0.249 - - [2026-04-06 04:29:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.148219 [API:8081]10.0.0.249 - - [2026-04-06 04:29:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.069775 [API:8081]10.0.0.249 - - [2026-04-06 04:29:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.026469 [API:8081]10.0.0.249 - - [2026-04-06 04:29:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.024296 [API:8081]10.0.0.249 - - [2026-04-06 04:30:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.026255 [API:8081]10.0.0.249 - - [2026-04-06 04:30:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.028912 [API:8081]10.0.0.249 - - [2026-04-06 04:30:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.024055 [API:8081]10.0.0.249 - - [2026-04-06 04:30:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.032722 [API:8081]10.0.0.249 - - [2026-04-06 04:30:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.030684 [API:8081]10.0.0.249 - - [2026-04-06 04:30:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.024794 [API:8081]10.0.0.249 - - [2026-04-06 04:30:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57468923:ctest-TestRbac-57468923-04763884?flat HTTP/1.1" 200 6497 0.014279 [API:8081]10.0.0.249 - - [2026-04-06 04:30:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010685 [API:8081]10.0.0.249 - - [2026-04-06 04:30:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2026-04-06 04:30:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 200 2122 0.102693 [API:8081]10.0.0.249 - - [2026-04-06 04:30:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 401 206 0.000224 --- 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-62390489'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-51724990' RBAC: ctest-TestRbacBasic-13371249 doesn't have read permission in project 'e0187c2a940a4457a1e6e4651663875a' 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-48026146', 'ctest-TestRbacBasic-48026146-92521884'], 'virtual_network', '344fef76-525a-4b55-8ac2-42f89fa90849', "Permission Denied for ['ctest-TestRbacBasic-62390489'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-51724990' RBAC: ctest-TestRbacBasic-13371249 doesn't have read permission in project 'e0187c2a940a4457a1e6e4651663875a'"),) [API:8081]10.0.0.249 - - [2026-04-06 04:30:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 403 199 0.096520 [API:8081]10.0.0.249 - - [2026-04-06 04:30:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.249 - - [2026-04-06 04:30:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 200 2122 0.060457 [API:8081]10.0.0.249 - - [2026-04-06 04:30:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.085719 [API:8081]10.0.0.249 - - [2026-04-06 04:30:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.087793 [API:8081]10.0.0.249 - - [2026-04-06 04:30:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2459 0.055889 --- 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-62390489'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48026146' RBAC: ctest-TestRbacBasic-13371249 doesn't have read permission in project 'f3ba03075d7a40fc8fb45e4ebfbbb139' 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-48026146', 'ctest-TestRbacBasic-48026146-92521884'], 'virtual_network', '344fef76-525a-4b55-8ac2-42f89fa90849', "Permission Denied for ['ctest-TestRbacBasic-62390489'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48026146' RBAC: ctest-TestRbacBasic-13371249 doesn't have read permission in project 'f3ba03075d7a40fc8fb45e4ebfbbb139'"),) [API:8081]10.0.0.249 - - [2026-04-06 04:30:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 403 199 0.043206 --- 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-62390489'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48026146' RBAC: ctest-TestRbacBasic-13371249 doesn't have read permission in project 'f3ba03075d7a40fc8fb45e4ebfbbb139' 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-48026146', 'ctest-TestRbacBasic-48026146-92521884'], 'virtual_network', '344fef76-525a-4b55-8ac2-42f89fa90849', "Permission Denied for ['ctest-TestRbacBasic-62390489'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48026146' RBAC: ctest-TestRbacBasic-13371249 doesn't have read permission in project 'f3ba03075d7a40fc8fb45e4ebfbbb139'"),) [API:8081]10.0.0.249 - - [2026-04-06 04:30:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 403 199 0.115989 [API:8081]10.0.0.249 - - [2026-04-06 04:30:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 200 2126 0.061698 [API:8081]10.0.0.249 - - [2026-04-06 04:30:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48026146:ctest-TestRbacBasic-48026146-92521884?flat HTTP/1.1" 200 2126 0.009896 [API:8081]10.0.0.249 - - [2026-04-06 04:30:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.082761 [API:8081]10.0.0.249 - - [2026-04-06 04:30:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.064857 [API:8081]10.0.0.249 - - [2026-04-06 04:30:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2459 0.010924 [API:8081]10.0.0.249 - - [2026-04-06 04:30:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2212 0.011806 [API:8081]10.0.0.249 - - [2026-04-06 04:30:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 401 206 0.000243 --- 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-00500039 as ['ctest-TestRbacBasic-37939584'] to R virtual-network in ctest-TestRbacBasic-96741495 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-96741495', 'ctest-TestRbacBasic-96741495-05607485'], 'virtual_network', '7bbab911-e1f7-4841-9b31-c3075a212b1e', "Permission Denied for ctest-TestRbacBasic-00500039 as ['ctest-TestRbacBasic-37939584'] to R virtual-network in ctest-TestRbacBasic-96741495"),) [API:8081]10.0.0.249 - - [2026-04-06 04:30:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 403 199 0.098301 [API:8081]10.0.0.249 - - [2026-04-06 04:30:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.077153 [API:8081]10.0.0.249 - - [2026-04-06 04:30:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 200 6761 0.065618 [API:8081]10.0.0.249 - - [2026-04-06 04:30:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.070770 --- 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-00500039 as ['ctest-TestRbacBasic-37939584'] to R virtual-network in ctest-TestRbacBasic-96741495 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-96741495', 'ctest-TestRbacBasic-96741495-05607485'], 'virtual_network', '7bbab911-e1f7-4841-9b31-c3075a212b1e', "Permission Denied for ctest-TestRbacBasic-00500039 as ['ctest-TestRbacBasic-37939584'] to R virtual-network in ctest-TestRbacBasic-96741495"),) [API:8081]10.0.0.249 - - [2026-04-06 04:30:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 403 199 0.061072 --- 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-00500039 as ['ctest-TestRbacBasic-37939584'] to R virtual-network in ctest-TestRbacBasic-96741495 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-96741495', 'ctest-TestRbacBasic-96741495-05607485'], 'virtual_network', '7bbab911-e1f7-4841-9b31-c3075a212b1e', "Permission Denied for ctest-TestRbacBasic-00500039 as ['ctest-TestRbacBasic-37939584'] to R virtual-network in ctest-TestRbacBasic-96741495"),) [API:8081]10.0.0.249 - - [2026-04-06 04:30:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 403 199 0.105527 [API:8081]10.0.0.249 - - [2026-04-06 04:30:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.068845 [API:8081]10.0.0.249 - - [2026-04-06 04:30:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 200 6761 0.054314 [API:8081]10.0.0.249 - - [2026-04-06 04:30:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.063034 [API:8081]10.0.0.249 - - [2026-04-06 04:30:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 401 206 0.000243 --- 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-13371249 as ['ctest-TestRbacBasic-62390489'] to R virtual-network in ctest-TestRbacBasic-96741495 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-96741495', 'ctest-TestRbacBasic-96741495-05607485'], 'virtual_network', '7bbab911-e1f7-4841-9b31-c3075a212b1e', "Permission Denied for ctest-TestRbacBasic-13371249 as ['ctest-TestRbacBasic-62390489'] to R virtual-network in ctest-TestRbacBasic-96741495"),) [API:8081]10.0.0.249 - - [2026-04-06 04:30:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 403 199 0.084944 [API:8081]10.0.0.249 - - [2026-04-06 04:31:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.060962 [API:8081]10.0.0.249 - - [2026-04-06 04:31:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-05607485?flat HTTP/1.1" 200 6761 0.060964 [API:8081]10.0.0.249 - - [2026-04-06 04:31:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.101221 [API:8081]10.0.0.249 - - [2026-04-06 04:31:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2212 0.069216 [API:8081]10.0.0.249 - - [2026-04-06 04:31:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2459 0.011827 [API:8081]10.0.0.27 - - [2026-04-06 04:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.27 - - [2026-04-06 04:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.33 - - [2026-04-06 04:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000405 [API:8081]10.0.0.33 - - [2026-04-06 04:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.27 - - [2026-04-06 04:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-04-06 04:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.33 - - [2026-04-06 04:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.33 - - [2026-04-06 04:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2026-04-06 04:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 04:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.249 - - [2026-04-06 04:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-04-06 04:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2026-04-06 04:31:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-96741495:c743261f-9c49-4b59-92ee-b1a3f33431b0?flat HTTP/1.1" 200 5248 0.063958 [API:8081]10.0.0.249 - - [2026-04-06 04:31:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-96741495:c743261f-9c49-4b59-92ee-b1a3f33431b0?flat HTTP/1.1" 200 5248 0.064459 [API:8081]10.0.0.249 - - [2026-04-06 04:31:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-96741495:c743261f-9c49-4b59-92ee-b1a3f33431b0?flat HTTP/1.1" 200 5248 0.057038 [API:8081]10.0.0.249 - - [2026-04-06 04:31:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-11719266?flat HTTP/1.1" 200 3511 0.055031 [API:8081]10.0.0.249 - - [2026-04-06 04:31:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.038415 [API:8081]10.0.0.249 - - [2026-04-06 04:31:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.086405 [API:8081]10.0.0.249 - - [2026-04-06 04:31:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.025682 [API:8081]10.0.0.249 - - [2026-04-06 04:31:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.036856 [API:8081]10.0.0.249 - - [2026-04-06 04:31:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.082453 [API:8081]10.0.0.249 - - [2026-04-06 04:31:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.030971 [API:8081]10.0.0.249 - - [2026-04-06 04:31:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.054198 [API:8081]10.0.0.249 - - [2026-04-06 04:31:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-11719266?flat HTTP/1.1" 200 3511 0.088296 [API:8081]10.0.0.249 - - [2026-04-06 04:31:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.060631 [API:8081]10.0.0.249 - - [2026-04-06 04:31:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.046507 [API:8081]10.0.0.249 - - [2026-04-06 04:31:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.093079 [API:8081]10.0.0.249 - - [2026-04-06 04:31:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.028553 [API:8081]10.0.0.249 - - [2026-04-06 04:31:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.028879 [API:8081]10.0.0.249 - - [2026-04-06 04:31:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.028727 [API:8081]10.0.0.249 - - [2026-04-06 04:31:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.036541 [API:8081]10.0.0.249 - - [2026-04-06 04:31:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.022185 [API:8081]10.0.0.249 - - [2026-04-06 04:31:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.025619 [API:8081]10.0.0.249 - - [2026-04-06 04:31:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-96741495:ctest-TestRbacBasic-96741495-11719266?flat HTTP/1.1" 200 2246 0.010949 [API:8081]10.0.0.249 - - [2026-04-06 04:31:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009050 [API:8081]10.0.0.249 - - [2026-04-06 04:31:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.187531 [Introspect:8090]10.0.0.249 - - [2026-04-06 04:31:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.001019 [API:8081]10.0.0.249 - - [2026-04-06 04:32:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-04-06 04:32:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2176 0.068860 [API:8081]10.0.0.249 - - [2026-04-06 04:32:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.063006 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:33:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003474 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002871 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002727 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002810 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:33:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003184 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002604 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003545 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:33:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003462 [API:8081]10.0.0.249 - - [2026-04-06 04:34:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057803 [API:8081]10.0.0.27 - - [2026-04-06 04:34:54] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.27 - - [2026-04-06 04:34:54] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.249 - - [2026-04-06 04:35:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:3a62a953-cc8c-425e-af14-e333ab7d8298?flat HTTP/1.1" 200 5439 0.015795 [API:8081]10.0.0.249 - - [2026-04-06 04:35:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:3a62a953-cc8c-425e-af14-e333ab7d8298?flat HTTP/1.1" 200 5439 0.057353 [API:8081]10.0.0.249 - - [2026-04-06 04:35:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:3a62a953-cc8c-425e-af14-e333ab7d8298?flat HTTP/1.1" 200 5439 0.067278 [API:8081]10.0.0.249 - - [2026-04-06 04:35:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-93372247:ctest-vn1-86934638?flat HTTP/1.1" 200 9501 0.015544 [API:8081]10.0.0.249 - - [2026-04-06 04:35:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.016759 [API:8081]10.0.0.249 - - [2026-04-06 04:35:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.024742 [API:8081]10.0.0.249 - - [2026-04-06 04:35:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011335 [API:8081]10.0.0.249 - - [2026-04-06 04:35:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:d121ce2c-5405-4bb6-a829-7ef4f4641753?flat HTTP/1.1" 200 5374 0.012761 [API:8081]10.0.0.249 - - [2026-04-06 04:35:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:d121ce2c-5405-4bb6-a829-7ef4f4641753?flat HTTP/1.1" 200 5374 0.015946 [API:8081]10.0.0.249 - - [2026-04-06 04:35:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:d121ce2c-5405-4bb6-a829-7ef4f4641753?flat HTTP/1.1" 200 5374 0.014629 [API:8081]10.0.0.249 - - [2026-04-06 04:35:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-93372247:ctest-vn1-86934638?flat HTTP/1.1" 200 9501 0.014961 [API:8081]10.0.0.249 - - [2026-04-06 04:35:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.022983 [API:8081]10.0.0.249 - - [2026-04-06 04:35:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.026912 [API:8081]10.0.0.249 - - [2026-04-06 04:35:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.010335 [API:8081]10.0.0.249 - - [2026-04-06 04:35:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.027927 [API:8081]10.0.0.249 - - [2026-04-06 04:35:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.024116 [API:8081]10.0.0.249 - - [2026-04-06 04:35:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.025674 [API:8081]10.0.0.249 - - [2026-04-06 04:35:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-93372247:ctest-vn1-86934638?flat HTTP/1.1" 200 7670 0.013745 [API:8081]10.0.0.249 - - [2026-04-06 04:35:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.008932 [API:8081]10.0.0.249 - - [2026-04-06 04:35:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.017509 [API:8081]10.0.0.33 - - [2026-04-06 04:35:24] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.33 - - [2026-04-06 04:35:24] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.249 - - [2026-04-06 04:35:24] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-04-06 04:35:24] "GET /analytics HTTP/1.1" 401 206 0.000127 [API:8081]10.0.0.249 - - [2026-04-06 04:35:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.026892 [API:8081]10.0.0.249 - - [2026-04-06 04:35:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-93372247:ctest-vn1-86934638?flat HTTP/1.1" 200 4921 0.020463 [API:8081]10.0.0.249 - - [2026-04-06 04:35:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009248 [API:8081]10.0.0.249 - - [2026-04-06 04:35:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2176 0.010778 [API:8081]10.0.0.249 - - [2026-04-06 04:35:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2387 0.008691 [API:8081]10.0.0.249 - - [2026-04-06 04:35:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.063644 [API:8081]10.0.0.27 - - [2026-04-06 04:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000466 [API:8081]10.0.0.27 - - [2026-04-06 04:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.33 - - [2026-04-06 04:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.33 - - [2026-04-06 04:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.27 - - [2026-04-06 04:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.27 - - [2026-04-06 04:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.33 - - [2026-04-06 04:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.33 - - [2026-04-06 04:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2026-04-06 04:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-04-06 04:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2026-04-06 04:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-04-06 04:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2026-04-06 04:37:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.378864 [Introspect:8090]10.0.0.249 - - [2026-04-06 04:38:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.001032 [API:8081]10.0.0.249 - - [2026-04-06 04:38:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.381652 [Introspect:8090]10.0.0.249 - - [2026-04-06 04:39:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.001076 [Introspect:8090]10.0.0.249 - - [2026-04-06 04:39:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.000978 [Introspect:8090]10.0.0.249 - - [2026-04-06 04:39:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.001071 [Introspect:8090]10.0.0.249 - - [2026-04-06 04:39:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.001389 [Introspect:8090]10.0.0.249 - - [2026-04-06 04:39:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.001038 [API:8081]10.0.0.249 - - [2026-04-06 04:40:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.366526 [API:8081]10.0.0.27 - - [2026-04-06 04:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.27 - - [2026-04-06 04:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.33 - - [2026-04-06 04:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.33 - - [2026-04-06 04:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.27 - - [2026-04-06 04:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000419 [API:8081]10.0.0.27 - - [2026-04-06 04:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.33 - - [2026-04-06 04:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.33 - - [2026-04-06 04:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 04:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2026-04-06 04:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-04-06 04:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2026-04-06 04:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [Introspect:8090]10.0.0.249 - - [2026-04-06 04:41:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.000997 [API:8081]10.0.0.249 - - [2026-04-06 04:41:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12877 0.064530 [API:8081]10.0.0.249 - - [2026-04-06 04:42:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.089056 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:43:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002645 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002757 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003645 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003335 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:43:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003707 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:43:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003011 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:43:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003359 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:43:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003539 Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 534, in _make_request response = conn.getresponse() File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 571, in getresponse httplib_response = super().getresponse() File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib64/python3.9/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib64/python3.9/socket.py", line 716, in readinto return self._sock.recv_into(b) File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 692, in recv_into self._wait(self._read_event) File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket File "src/gevent/_hub_primitives.py", line 313, in gevent._gevent_c_hub_primitives._primitive_wait File "src/gevent/_hub_primitives.py", line 314, in gevent._gevent_c_hub_primitives._primitive_wait File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch socket.timeout: timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 490, in increment raise reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.9/site-packages/urllib3/util/util.py", line 39, in reraise raise value File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 536, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 367, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.0.0.27', port=8082): Read timed out. (read timeout=120) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/bottle.py", line 876, in _handle return route.call(**args) File "/usr/local/bin/bottle.py", line 1759, in wrapper rv = callback(*a, **ka) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 453, in _impl self._vnc_api_client.is_role_cloud_admin( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 148, in is_role_cloud_admin result = self._get_user_token_info(user_token) File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 47, in impl return func(self, *f_args, **f_kwargs) File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 53, in _get_user_token_info return self._vnc_api_client.obj_perms(user_token, 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 1738, in obj_perms rv = self._request_server(OP_GET, "/obj-perms", data=query) 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 1143, in _request (status, content) = self._http_get( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1006, in _http_get response = self._api_server_session.get( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 282, in get return self.crud('get', url, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 250, in crud result = crud_method(url, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 690, in send raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: HTTPConnectionPool(host='10.0.0.27', port=8082): Read timed out. (read timeout=120) [API:8081]10.0.0.249 - - [2026-04-06 04:43:26] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 500 135 120.007296 [API:8081]10.0.0.249 - - [2026-04-06 04:43:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 12979 0.018111 [API:8081]10.0.0.249 - - [2026-04-06 04:43:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5596-1?flat HTTP/1.1" 200 6059 0.112094 [API:8081]10.0.0.249 - - [2026-04-06 04:43:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5596-2?flat HTTP/1.1" 200 6074 0.076488 [API:8081]10.0.0.249 - - [2026-04-06 04:43:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5596-3?flat HTTP/1.1" 200 6059 0.017951 [API:8081]10.0.0.249 - - [2026-04-06 04:43:32] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?flat HTTP/1.1" 200 7336 0.025621 [API:8081]10.0.0.249 - - [2026-04-06 04:43:32] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?flat HTTP/1.1" 200 6437 0.022918 [API:8081]10.0.0.249 - - [2026-04-06 04:43:32] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?flat HTTP/1.1" 200 6138 0.024230 [API:8081]10.0.0.249 - - [2026-04-06 04:43:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2598 0.011438 [API:8081]10.0.0.249 - - [2026-04-06 04:44:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065242 [API:8081]10.0.0.27 - - [2026-04-06 04:44:54] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.27 - - [2026-04-06 04:44:54] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.249 - - [2026-04-06 04:45:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.062634 [API:8081]10.0.0.33 - - [2026-04-06 04:45:24] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.33 - - [2026-04-06 04:45:24] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.249 - - [2026-04-06 04:45:24] "GET /analytics HTTP/1.1" 401 206 0.000404 [API:8081]10.0.0.249 - - [2026-04-06 04:45:24] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.249 - - [2026-04-06 04:46:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:33760b8d-e749-4ade-8f4f-791e7e2f4011?flat HTTP/1.1" 200 5370 0.020291 [API:8081]10.0.0.249 - - [2026-04-06 04:46:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:33760b8d-e749-4ade-8f4f-791e7e2f4011?flat HTTP/1.1" 200 5370 0.015513 [API:8081]10.0.0.249 - - [2026-04-06 04:46:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:33760b8d-e749-4ade-8f4f-791e7e2f4011?flat HTTP/1.1" 200 5370 0.012554 [API:8081]10.0.0.249 - - [2026-04-06 04:46:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-93372247:ctest-vn1-64223398?flat HTTP/1.1" 200 7492 0.021573 [API:8081]10.0.0.249 - - [2026-04-06 04:46:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.018478 [API:8081]10.0.0.249 - - [2026-04-06 04:46:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.018388 [API:8081]10.0.0.249 - - [2026-04-06 04:46:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.008984 [API:8081]10.0.0.27 - - [2026-04-06 04:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.27 - - [2026-04-06 04:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.33 - - [2026-04-06 04:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.33 - - [2026-04-06 04:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.27 - - [2026-04-06 04:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000646 [API:8081]10.0.0.27 - - [2026-04-06 04:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.33 - - [2026-04-06 04:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.33 - - [2026-04-06 04:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-04-06 04:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.249 - - [2026-04-06 04:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.249 - - [2026-04-06 04:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-04-06 04:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-04-06 04:47:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059634 [API:8081]10.0.0.249 - - [2026-04-06 04:47:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:06a1ba4b-a603-4643-ade7-3d303297d255?flat HTTP/1.1" 200 5244 0.062514 [API:8081]10.0.0.249 - - [2026-04-06 04:47:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:06a1ba4b-a603-4643-ade7-3d303297d255?flat HTTP/1.1" 200 5244 0.013281 [API:8081]10.0.0.249 - - [2026-04-06 04:47:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-93372247:06a1ba4b-a603-4643-ade7-3d303297d255?flat HTTP/1.1" 200 5244 0.016909 [API:8081]10.0.0.249 - - [2026-04-06 04:47:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-93372247:ctest-vn2-66546350?flat HTTP/1.1" 200 7149 0.012749 [API:8081]10.0.0.249 - - [2026-04-06 04:47:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33186 0.023407 [API:8081]10.0.0.249 - - [2026-04-06 04:47:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33186 0.022788 [API:8081]10.0.0.249 - - [2026-04-06 04:47:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.008511 [API:8081]10.0.0.249 - - [2026-04-06 04:48:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.061960 [API:8081]10.0.0.249 - - [2026-04-06 04:48:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33190 0.029834 [API:8081]10.0.0.249 - - [2026-04-06 04:48:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33190 0.032923 [API:8081]10.0.0.249 - - [2026-04-06 04:48:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33190 0.024487 [API:8081]10.0.0.249 - - [2026-04-06 04:48:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33190 0.025253 [API:8081]10.0.0.249 - - [2026-04-06 04:48:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33190 0.037573 [API:8081]10.0.0.249 - - [2026-04-06 04:48:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33197 0.057185 [API:8081]10.0.0.249 - - [2026-04-06 04:48:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-93372247:ctest-vn2-66546350?flat HTTP/1.1" 200 7857 0.072307 [API:8081]10.0.0.249 - - [2026-04-06 04:48:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010352 [API:8081]10.0.0.249 - - [2026-04-06 04:48:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25333 0.025401 [API:8081]10.0.0.249 - - [2026-04-06 04:48:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25333 0.030725 [API:8081]10.0.0.249 - - [2026-04-06 04:48:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.018857 [API:8081]10.0.0.249 - - [2026-04-06 04:48:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-93372247:ctest-vn1-64223398?flat HTTP/1.1" 200 7929 0.040527 [API:8081]10.0.0.249 - - [2026-04-06 04:48:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.008139 [API:8081]10.0.0.249 - - [2026-04-06 04:49:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-30228964:a0d16dad-55c5-406f-a6b1-df200f6cde40?flat HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.249 - - [2026-04-06 04:49:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-30228964:a0d16dad-55c5-406f-a6b1-df200f6cde40?flat HTTP/1.1" 200 5221 0.076807 [API:8081]10.0.0.249 - - [2026-04-06 04:49:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-30228964:a0d16dad-55c5-406f-a6b1-df200f6cde40?flat HTTP/1.1" 200 5221 0.062956 [API:8081]10.0.0.249 - - [2026-04-06 04:49:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-30228964:a0d16dad-55c5-406f-a6b1-df200f6cde40?flat HTTP/1.1" 200 5221 0.073140 [API:8081]10.0.0.249 - - [2026-04-06 04:49:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-30228964:ctest-vn-05101901?flat HTTP/1.1" 200 6586 0.014052 [API:8081]10.0.0.249 - - [2026-04-06 04:49:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33204 0.026107 [API:8081]10.0.0.249 - - [2026-04-06 04:49:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33204 0.027727 [API:8081]10.0.0.249 - - [2026-04-06 04:49:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.008399 [API:8081]10.0.0.249 - - [2026-04-06 04:49:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-30228964:fbe26624-8b18-43fd-b676-5949aa7f985e?flat HTTP/1.1" 200 5229 0.014567 [API:8081]10.0.0.249 - - [2026-04-06 04:49:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-30228964:fbe26624-8b18-43fd-b676-5949aa7f985e?flat HTTP/1.1" 200 5229 0.015514 [API:8081]10.0.0.249 - - [2026-04-06 04:49:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-30228964:fbe26624-8b18-43fd-b676-5949aa7f985e?flat HTTP/1.1" 200 5229 0.014387 [API:8081]10.0.0.249 - - [2026-04-06 04:49:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-30228964:ctest-vn-60636617?flat HTTP/1.1" 200 6741 0.028113 [API:8081]10.0.0.249 - - [2026-04-06 04:49:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.021600 [API:8081]10.0.0.249 - - [2026-04-06 04:49:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.016716 [API:8081]10.0.0.249 - - [2026-04-06 04:49:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009840 [API:8081]10.0.0.249 - - [2026-04-06 04:50:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.021726 [API:8081]10.0.0.249 - - [2026-04-06 04:50:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058679 [API:8081]10.0.0.249 - - [2026-04-06 04:50:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.033794 [API:8081]10.0.0.249 - - [2026-04-06 04:50:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25345 0.018019 [API:8081]10.0.0.249 - - [2026-04-06 04:50:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-30228964:ctest-vn-60636617?flat HTTP/1.1" 200 4886 0.012305 [API:8081]10.0.0.249 - - [2026-04-06 04:50:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009104 [API:8081]10.0.0.249 - - [2026-04-06 04:50:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33206 0.034677 [API:8081]10.0.0.249 - - [2026-04-06 04:50:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33206 0.028188 [API:8081]10.0.0.249 - - [2026-04-06 04:50:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33206 0.039132 [API:8081]10.0.0.249 - - [2026-04-06 04:50:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33206 0.023048 [API:8081]10.0.0.249 - - [2026-04-06 04:50:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33206 0.023089 [API:8081]10.0.0.249 - - [2026-04-06 04:50:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33206 0.022591 [API:8081]10.0.0.249 - - [2026-04-06 04:50:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5596-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33209 0.029817 [API:8081]10.0.0.249 - - [2026-04-06 04:50:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-30228964:ctest-vn-05101901?flat HTTP/1.1" 200 6181 0.013665 [API:8081]10.0.0.249 - - [2026-04-06 04:50:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010276 [API:8081]10.0.0.249 - - [2026-04-06 04:50:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2026-04-06 04:50:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2411 0.081952 [API:8081]10.0.0.249 - - [2026-04-06 04:50:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2411 0.065074 [API:8081]10.0.0.249 - - [2026-04-06 04:51:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.062208 [API:8081]10.0.0.27 - - [2026-04-06 04:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.27 - - [2026-04-06 04:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.33 - - [2026-04-06 04:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.33 - - [2026-04-06 04:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.27 - - [2026-04-06 04:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.27 - - [2026-04-06 04:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.33 - - [2026-04-06 04:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.33 - - [2026-04-06 04:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000421 [API:8081]10.0.0.249 - - [2026-04-06 04:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-04-06 04:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2026-04-06 04:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2026-04-06 04:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-04-06 04:53:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063605 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:53:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003237 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:53:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002692 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:53:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002767 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:53:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003652 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:53:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005433 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:53:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003548 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:53:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004327 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 04:53:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003847 [API:8081]10.0.0.27 - - [2026-04-06 04:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.27 - - [2026-04-06 04:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-04-06 04:54:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.063550 [API:8081]10.0.0.27 - - [2026-04-06 04:54:54] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.27 - - [2026-04-06 04:54:54] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.33 - - [2026-04-06 04:55:24] "GET /analytics HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.33 - - [2026-04-06 04:55:24] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.249 - - [2026-04-06 04:55:24] "GET /analytics HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.249 - - [2026-04-06 04:55:24] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.249 - - [2026-04-06 04:56:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067488 [API:8081]10.0.0.27 - - [2026-04-06 04:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.27 - - [2026-04-06 04:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.33 - - [2026-04-06 04:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.33 - - [2026-04-06 04:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.27 - - [2026-04-06 04:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.27 - - [2026-04-06 04:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.33 - - [2026-04-06 04:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-04-06 04:56:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.33 - - [2026-04-06 04:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000194 [API:8081]10.0.0.249 - - [2026-04-06 04:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.249 - - [2026-04-06 04:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000517 [API:8081]10.0.0.249 - - [2026-04-06 04:56:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2403 0.137888 [API:8081]10.0.0.249 - - [2026-04-06 04:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-04-06 04:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2026-04-06 04:57:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.067664 [API:8081]10.0.0.249 - - [2026-04-06 04:59:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077421 [API:8081]10.0.0.249 - - [2026-04-06 05:00:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.065187 [API:8081]10.0.0.27 - - [2026-04-06 05:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.27 - - [2026-04-06 05:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.33 - - [2026-04-06 05:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.33 - - [2026-04-06 05:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.27 - - [2026-04-06 05:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.27 - - [2026-04-06 05:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.33 - - [2026-04-06 05:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.33 - - [2026-04-06 05:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2026-04-06 05:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-04-06 05:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2026-04-06 05:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2026-04-06 05:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2026-04-06 05:02:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084089 [API:8081]10.0.0.249 - - [2026-04-06 05:03:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.059559 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 05:03:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003714 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 05:03:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003438 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 05:03:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002925 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 05:03:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002756 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 05:03:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003418 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 05:03:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002449 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 05:03:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002655 [LOCAL API:8181]127.0.0.1 - - [2026-04-06 05:03:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5596-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002912 [API:8081]10.0.0.27 - - [2026-04-06 05:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.27 - - [2026-04-06 05:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [Introspect:8090]10.0.0.249 - - [2026-04-06 05:03:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3830 0.001048