++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon May 18 02:08:30 AM UTC 2026 ===================' INFO: =================== Mon May 18 02:08:30 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ 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.23,10.0.0.22,10.0.0.240 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.240 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.22,10.0.0.240 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 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 +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.240 +++ local servers=10.0.0.23,10.0.0.22,10.0.0.240 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 05/18/2026 02:08:38.933 7f14f8b40480 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/18/2026 02:08:39.154 7f14f8b40480 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 05/18/2026 02:08:39.169 7f14f8b40480 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/18/2026 02:08:39.169 7f14f8b40480 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.23:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.22 - - [2026-05-18 02:09:21] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-18 02:09:21] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.240 - - [2026-05-18 02:09:21] "GET /analytics HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.240 - - [2026-05-18 02:09:21] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-05-18 02:09:21] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-05-18 02:09:21] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.22 - - [2026-05-18 02:09:52] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2026-05-18 02:09:52] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.240 - - [2026-05-18 02:09:52] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.240 - - [2026-05-18 02:09:52] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.23 - - [2026-05-18 02:09:53] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-05-18 02:09:53] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.22 - - [2026-05-18 02:10:22] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.22 - - [2026-05-18 02:10:22] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.240 - - [2026-05-18 02:10:22] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.240 - - [2026-05-18 02:10:22] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.22 - - [2026-05-18 02:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.22 - - [2026-05-18 02:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.240 - - [2026-05-18 02:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.240 - - [2026-05-18 02:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-05-18 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-05-18 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-18 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.22 - - [2026-05-18 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.240 - - [2026-05-18 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.240 - - [2026-05-18 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-05-18 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-05-18 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-05-18 02:16:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.405983 [API:8081]10.0.0.22 - - [2026-05-18 02:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.22 - - [2026-05-18 02:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000482 [API:8081]10.0.0.240 - - [2026-05-18 02:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.240 - - [2026-05-18 02:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [Introspect:8090]10.0.0.23 - - [2026-05-18 02:16:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001137 [API:8081]10.0.0.23 - - [2026-05-18 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-05-18 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2026-05-18 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.22 - - [2026-05-18 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.240 - - [2026-05-18 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.240 - - [2026-05-18 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-05-18 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-05-18 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000759 [Introspect:8090]10.0.0.23 - - [2026-05-18 02:17:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001100 [API:8081]10.0.0.23 - - [2026-05-18 02:17:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.400055 [Introspect:8090]10.0.0.23 - - [2026-05-18 02:18:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001303 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:18:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.011221 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005626 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.009362 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006273 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:18:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.008623 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.014985 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.016418 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005291 [Introspect:8090]10.0.0.23 - - [2026-05-18 02:18:42] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000536 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1:Control:contrail-control:0?flat HTTP/1.1" 200 41457 0.069269 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1:Control:contrail-dns:0?flat HTTP/1.1" 200 18401 0.074606 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2:Control:contrail-control:0?flat HTTP/1.1" 200 35340 0.077152 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2:Control:contrail-dns:0?flat HTTP/1.1" 200 18706 0.018239 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3:Control:contrail-control:0?flat HTTP/1.1" 200 38404 0.029867 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14727 0.016436 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.022356 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.020633 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3362 0.016426 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3364 0.010901 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012942 [API:8081]10.0.0.23 - - [2026-05-18 02:18:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Config:contrail-api:0?flat HTTP/1.1" 200 7170 0.016720 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Config:contrail-api:0?flat HTTP/1.1" 200 7175 0.020161 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Config:contrail-api:0?flat HTTP/1.1" 200 9564 0.028363 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012563 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013267 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014412 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012591 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013083 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013096 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.011593 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015134 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014402 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014646 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 13599 0.018413 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.017162 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 13603 0.016958 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.017781 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 13604 0.016947 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.020291 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.023169 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12868 0.025396 [API:8081]10.0.0.23 - - [2026-05-18 02:18:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.028581 [API:8081]10.0.0.23 - - [2026-05-18 02:18:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.032249 [API:8081]10.0.0.23 - - [2026-05-18 02:18:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12868 0.031490 [API:8081]10.0.0.23 - - [2026-05-18 02:18:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.018879 [API:8081]10.0.0.23 - - [2026-05-18 02:18:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.018698 [API:8081]10.0.0.23 - - [2026-05-18 02:18:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3274 0.012532 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.020317 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3275 0.011974 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.012753 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 13599 0.017148 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012506 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.014065 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.017447 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013054 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.013905 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.016767 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012326 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.020620 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3988 0.013933 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.018830 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3988 0.015446 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.017714 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3988 0.013675 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1.:Config:contrail-api:0?flat HTTP/1.1" 200 7170 0.021159 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2.:Config:contrail-api:0?flat HTTP/1.1" 200 7175 0.014593 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3.:Config:contrail-api:0?flat HTTP/1.1" 200 9564 0.018011 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1:Control:contrail-control:0?flat HTTP/1.1" 200 41457 0.024500 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.013843 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-1:Control:contrail-dns:0?flat HTTP/1.1" 200 18401 0.016382 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2:Control:contrail-control:0?flat HTTP/1.1" 200 35340 0.020409 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.012841 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-2:Control:contrail-dns:0?flat HTTP/1.1" 200 18706 0.014830 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3:Control:contrail-control:0?flat HTTP/1.1" 200 38404 0.022119 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.012653 [API:8081]10.0.0.23 - - [2026-05-18 02:18:46] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5792-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14727 0.014048 [API:8081]10.0.0.23 - - [2026-05-18 02:18:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12868 0.038213 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?flat HTTP/1.1" 200 16331 0.021873 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?flat HTTP/1.1" 200 15577 0.022352 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?flat HTTP/1.1" 200 16887 0.022918 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?flat HTTP/1.1" 200 16331 0.023686 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?flat HTTP/1.1" 200 15577 0.021140 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?flat HTTP/1.1" 200 16887 0.023557 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?flat HTTP/1.1" 200 16331 0.021129 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?flat HTTP/1.1" 200 15577 0.029740 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?flat HTTP/1.1" 200 16887 0.020702 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?flat HTTP/1.1" 200 16331 0.023071 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?flat HTTP/1.1" 200 15577 0.019946 [API:8081]10.0.0.23 - - [2026-05-18 02:18:49] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?flat HTTP/1.1" 200 16887 0.024137 [API:8081]10.0.0.23 - - [2026-05-18 02:18:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 7998 0.014267 [API:8081]10.0.0.23 - - [2026-05-18 02:18:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5792-2?flat HTTP/1.1" 200 8002 0.014973 [API:8081]10.0.0.23 - - [2026-05-18 02:18:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5792-3?flat HTTP/1.1" 200 7999 0.014505 [API:8081]10.0.0.23 - - [2026-05-18 02:18:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-05-18 02:18:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.061632 [API:8081]10.0.0.23 - - [2026-05-18 02:19:13] "POST /analytics/query HTTP/1.1" 200 54725 1.091566 [API:8081]10.0.0.23 - - [2026-05-18 02:19:14] "POST /analytics/query HTTP/1.1" 200 5875 1.063191 [API:8081]10.0.0.23 - - [2026-05-18 02:19:15] "POST /analytics/query HTTP/1.1" 200 871 1.021631 [API:8081]10.0.0.23 - - [2026-05-18 02:19:16] "POST /analytics/query HTTP/1.1" 200 5875 1.034128 [API:8081]10.0.0.23 - - [2026-05-18 02:19:17] "POST /analytics/query HTTP/1.1" 200 871 1.023019 [API:8081]10.0.0.23 - - [2026-05-18 02:19:29] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000781 [API:8081]10.0.0.23 - - [2026-05-18 02:19:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074905 [API:8081]10.0.0.23 - - [2026-05-18 02:19:53] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-05-18 02:19:53] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.22 - - [2026-05-18 02:20:22] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.22 - - [2026-05-18 02:20:22] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.240 - - [2026-05-18 02:20:22] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.240 - - [2026-05-18 02:20:22] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.23 - - [2026-05-18 02:20:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.188675 [API:8081]10.0.0.22 - - [2026-05-18 02:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.22 - - [2026-05-18 02:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.240 - - [2026-05-18 02:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.240 - - [2026-05-18 02:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2026-05-18 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-05-18 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2026-05-18 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2026-05-18 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.240 - - [2026-05-18 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.240 - - [2026-05-18 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.23 - - [2026-05-18 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-05-18 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-05-18 02:22:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076004 [API:8081]10.0.0.23 - - [2026-05-18 02:23:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.120051 [API:8081]10.0.0.23 - - [2026-05-18 02:24:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-05-18 02:24:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2024 0.066959 [API:8081]10.0.0.23 - - [2026-05-18 02:24:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2256 0.058757 [API:8081]10.0.0.23 - - [2026-05-18 02:25:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069122 [API:8081]10.0.0.23 - - [2026-05-18 02:26:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069087 [API:8081]10.0.0.22 - - [2026-05-18 02:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.22 - - [2026-05-18 02:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.240 - - [2026-05-18 02:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.240 - - [2026-05-18 02:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-05-18 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-05-18 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2026-05-18 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.22 - - [2026-05-18 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.240 - - [2026-05-18 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.240 - - [2026-05-18 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-05-18 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-05-18 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:28:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003936 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003232 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002831 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005903 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:28:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005366 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003606 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003519 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003675 [API:8081]10.0.0.23 - - [2026-05-18 02:28:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097214 [API:8081]10.0.0.23 - - [2026-05-18 02:29:53] "GET /analytics HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.23 - - [2026-05-18 02:29:53] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.23 - - [2026-05-18 02:29:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.143539 [API:8081]10.0.0.22 - - [2026-05-18 02:30:22] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.22 - - [2026-05-18 02:30:22] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.240 - - [2026-05-18 02:30:22] "GET /analytics HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.240 - - [2026-05-18 02:30:22] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.23 - - [2026-05-18 02:31:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-05-18 02:31:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1878 0.082158 [API:8081]10.0.0.23 - - [2026-05-18 02:31:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1878 0.060919 [API:8081]10.0.0.22 - - [2026-05-18 02:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.240 - - [2026-05-18 02:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2026-05-18 02:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.240 - - [2026-05-18 02:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-05-18 02:31:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.213786 [API:8081]10.0.0.23 - - [2026-05-18 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.23 - - [2026-05-18 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2026-05-18 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2026-05-18 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.240 - - [2026-05-18 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.240 - - [2026-05-18 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.23 - - [2026-05-18 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.23 - - [2026-05-18 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-05-18 02:32:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069341 [API:8081]10.0.0.23 - - [2026-05-18 02:33:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.009381 [API:8081]10.0.0.23 - - [2026-05-18 02:33:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.089558 [API:8081]10.0.0.23 - - [2026-05-18 02:33:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.009634 [API:8081]10.0.0.23 - - [2026-05-18 02:33:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.011394 [API:8081]10.0.0.23 - - [2026-05-18 02:34:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084841 [API:8081]10.0.0.23 - - [2026-05-18 02:35:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.067655 [API:8081]10.0.0.22 - - [2026-05-18 02:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-18 02:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.240 - - [2026-05-18 02:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.240 - - [2026-05-18 02:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-05-18 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-05-18 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2026-05-18 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2026-05-18 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.240 - - [2026-05-18 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.240 - - [2026-05-18 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-05-18 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2026-05-18 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.23 - - [2026-05-18 02:37:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.085257 [API:8081]10.0.0.23 - - [2026-05-18 02:37:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12968 0.033269 [API:8081]10.0.0.23 - - [2026-05-18 02:37:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.071473 [API:8081]10.0.0.23 - - [2026-05-18 02:37:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12968 0.026028 [API:8081]10.0.0.23 - - [2026-05-18 02:37:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.026029 [API:8081]10.0.0.23 - - [2026-05-18 02:37:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12968 0.029912 [API:8081]10.0.0.23 - - [2026-05-18 02:37:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.021383 [API:8081]10.0.0.23 - - [2026-05-18 02:37:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12968 0.023680 [API:8081]10.0.0.23 - - [2026-05-18 02:37:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.020360 [API:8081]10.0.0.23 - - [2026-05-18 02:37:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12968 0.079890 [API:8081]10.0.0.23 - - [2026-05-18 02:37:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.021853 [API:8081]10.0.0.23 - - [2026-05-18 02:37:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12968 0.022865 [API:8081]10.0.0.23 - - [2026-05-18 02:37:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.023200 [API:8081]10.0.0.23 - - [2026-05-18 02:37:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12968 0.040928 [API:8081]10.0.0.23 - - [2026-05-18 02:37:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.031605 [API:8081]10.0.0.23 - - [2026-05-18 02:37:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12968 0.030842 [API:8081]10.0.0.23 - - [2026-05-18 02:37:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.022315 [API:8081]10.0.0.23 - - [2026-05-18 02:37:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12541 0.020164 [API:8081]10.0.0.23 - - [2026-05-18 02:37:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-04073808:ctest-vnet1-53592408?flat HTTP/1.1" 200 8246 0.012110 [API:8081]10.0.0.23 - - [2026-05-18 02:37:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009738 [API:8081]10.0.0.23 - - [2026-05-18 02:37:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.029857 [API:8081]10.0.0.23 - - [2026-05-18 02:37:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.021955 [API:8081]10.0.0.23 - - [2026-05-18 02:37:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.023421 [API:8081]10.0.0.23 - - [2026-05-18 02:37:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.021014 [API:8081]10.0.0.23 - - [2026-05-18 02:37:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.027836 [API:8081]10.0.0.23 - - [2026-05-18 02:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.022147 [API:8081]10.0.0.23 - - [2026-05-18 02:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.019863 [API:8081]10.0.0.23 - - [2026-05-18 02:37:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.021279 [API:8081]10.0.0.23 - - [2026-05-18 02:37:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.020892 [API:8081]10.0.0.23 - - [2026-05-18 02:37:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-04073808:ctest-vnet0-47474029?flat HTTP/1.1" 200 8245 0.012619 [API:8081]10.0.0.23 - - [2026-05-18 02:37:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008764 [API:8081]10.0.0.23 - - [2026-05-18 02:38:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078519 [API:8081]10.0.0.23 - - [2026-05-18 02:38:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.009129 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:38:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002739 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002764 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002812 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002475 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:38:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004230 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003361 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002466 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002529 [API:8081]10.0.0.23 - - [2026-05-18 02:39:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.081277 [API:8081]10.0.0.23 - - [2026-05-18 02:39:53] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-05-18 02:39:53] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.23 - - [2026-05-18 02:39:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000521 [API:8081]10.0.0.23 - - [2026-05-18 02:39:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.062409 [API:8081]10.0.0.22 - - [2026-05-18 02:40:22] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2026-05-18 02:40:22] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.240 - - [2026-05-18 02:40:22] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.240 - - [2026-05-18 02:40:22] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.23 - - [2026-05-18 02:41:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066938 [API:8081]10.0.0.23 - - [2026-05-18 02:41:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.075423 [API:8081]10.0.0.23 - - [2026-05-18 02:41:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.024742 [API:8081]10.0.0.23 - - [2026-05-18 02:41:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.087063 [API:8081]10.0.0.23 - - [2026-05-18 02:41:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-70731292:ctest-vnet0-88524746?flat HTTP/1.1" 200 7196 0.014672 [API:8081]10.0.0.23 - - [2026-05-18 02:41:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009873 [API:8081]10.0.0.23 - - [2026-05-18 02:41:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-05-18 02:41:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.065677 [API:8081]10.0.0.23 - - [2026-05-18 02:41:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-05-18 02:41:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.065637 [API:8081]10.0.0.23 - - [2026-05-18 02:41:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.070400 [API:8081]10.0.0.23 - - [2026-05-18 02:41:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.072915 [API:8081]10.0.0.22 - - [2026-05-18 02:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2026-05-18 02:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.240 - - [2026-05-18 02:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.240 - - [2026-05-18 02:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-05-18 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-05-18 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2026-05-18 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2026-05-18 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.240 - - [2026-05-18 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.240 - - [2026-05-18 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-05-18 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000539 [API:8081]10.0.0.23 - - [2026-05-18 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-05-18 02:42:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.092836 [API:8081]10.0.0.23 - - [2026-05-18 02:42:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:e33bbf3d-16d7-4205-acdc-d36ba9e370b6?flat HTTP/1.1" 200 5235 0.018111 [API:8081]10.0.0.23 - - [2026-05-18 02:42:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:e33bbf3d-16d7-4205-acdc-d36ba9e370b6?flat HTTP/1.1" 200 5235 0.031308 [API:8081]10.0.0.23 - - [2026-05-18 02:42:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:e33bbf3d-16d7-4205-acdc-d36ba9e370b6?flat HTTP/1.1" 200 5235 0.023757 [API:8081]10.0.0.23 - - [2026-05-18 02:42:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-48223353:ctest-VN1-47403374?flat HTTP/1.1" 200 8559 0.026728 [API:8081]10.0.0.23 - - [2026-05-18 02:42:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.025737 [API:8081]10.0.0.23 - - [2026-05-18 02:42:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.022599 [API:8081]10.0.0.23 - - [2026-05-18 02:42:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011714 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:65b2968d-608e-4259-b67a-ec6c96f73dd1?flat HTTP/1.1" 200 5092 0.013774 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:65b2968d-608e-4259-b67a-ec6c96f73dd1?flat HTTP/1.1" 200 5092 0.023590 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:65b2968d-608e-4259-b67a-ec6c96f73dd1?flat HTTP/1.1" 200 5092 0.019804 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-48223353:ctest-VN2-34388599?flat HTTP/1.1" 200 7859 0.020698 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.026217 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12967 0.032778 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.021557 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12967 0.022954 [API:8081]10.0.0.23 - - [2026-05-18 02:42:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009708 [API:8081]10.0.0.23 - - [2026-05-18 02:42:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:1767c211-202b-4ebf-afce-3b33e4ac5497?flat HTTP/1.1" 200 5446 0.013865 [API:8081]10.0.0.23 - - [2026-05-18 02:42:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:1767c211-202b-4ebf-afce-3b33e4ac5497?flat HTTP/1.1" 200 5446 0.014606 [API:8081]10.0.0.23 - - [2026-05-18 02:42:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-48223353:1767c211-202b-4ebf-afce-3b33e4ac5497?flat HTTP/1.1" 200 5446 0.014082 [API:8081]10.0.0.23 - - [2026-05-18 02:42:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-48223353:ctest-VN3-26151925?flat HTTP/1.1" 200 8854 0.019067 [API:8081]10.0.0.23 - - [2026-05-18 02:42:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.021038 [API:8081]10.0.0.23 - - [2026-05-18 02:42:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.023709 [API:8081]10.0.0.23 - - [2026-05-18 02:42:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010202 [API:8081]10.0.0.23 - - [2026-05-18 02:43:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.019941 [API:8081]10.0.0.23 - - [2026-05-18 02:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.019782 [API:8081]10.0.0.23 - - [2026-05-18 02:43:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.020805 [API:8081]10.0.0.23 - - [2026-05-18 02:43:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.025601 [API:8081]10.0.0.23 - - [2026-05-18 02:43:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.037610 [API:8081]10.0.0.23 - - [2026-05-18 02:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.020406 [API:8081]10.0.0.23 - - [2026-05-18 02:43:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.026070 [API:8081]10.0.0.23 - - [2026-05-18 02:43:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-48223353:ctest-VN3-26151925?flat HTTP/1.1" 200 6215 0.015862 [API:8081]10.0.0.23 - - [2026-05-18 02:43:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009815 [API:8081]10.0.0.23 - - [2026-05-18 02:43:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.029021 [API:8081]10.0.0.23 - - [2026-05-18 02:43:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13719 0.024962 [API:8081]10.0.0.23 - - [2026-05-18 02:43:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.031993 [API:8081]10.0.0.23 - - [2026-05-18 02:43:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13718 0.023952 [API:8081]10.0.0.23 - - [2026-05-18 02:44:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.036972 [API:8081]10.0.0.23 - - [2026-05-18 02:44:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13718 0.025290 [API:8081]10.0.0.23 - - [2026-05-18 02:44:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067829 [API:8081]10.0.0.23 - - [2026-05-18 02:44:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.023272 [API:8081]10.0.0.23 - - [2026-05-18 02:44:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13718 0.027400 [API:8081]10.0.0.23 - - [2026-05-18 02:44:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.023595 [API:8081]10.0.0.23 - - [2026-05-18 02:44:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13718 0.022199 [API:8081]10.0.0.23 - - [2026-05-18 02:44:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.025425 [API:8081]10.0.0.23 - - [2026-05-18 02:44:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13718 0.022424 [API:8081]10.0.0.23 - - [2026-05-18 02:44:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.023420 [API:8081]10.0.0.23 - - [2026-05-18 02:44:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13718 0.022332 [API:8081]10.0.0.23 - - [2026-05-18 02:44:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.024712 [API:8081]10.0.0.23 - - [2026-05-18 02:44:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13718 0.024794 [API:8081]10.0.0.23 - - [2026-05-18 02:44:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.024083 [API:8081]10.0.0.23 - - [2026-05-18 02:44:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13718 0.024466 [API:8081]10.0.0.23 - - [2026-05-18 02:44:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.029531 [API:8081]10.0.0.23 - - [2026-05-18 02:44:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13397 0.024338 [API:8081]10.0.0.23 - - [2026-05-18 02:44:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-48223353:ctest-VN2-34388599?flat HTTP/1.1" 200 6553 0.013205 [API:8081]10.0.0.23 - - [2026-05-18 02:44:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011389 [API:8081]10.0.0.23 - - [2026-05-18 02:44:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.021115 [API:8081]10.0.0.23 - - [2026-05-18 02:44:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.025692 [API:8081]10.0.0.23 - - [2026-05-18 02:44:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.023082 [API:8081]10.0.0.23 - - [2026-05-18 02:44:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.023478 [API:8081]10.0.0.23 - - [2026-05-18 02:44:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.021456 [API:8081]10.0.0.23 - - [2026-05-18 02:44:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.023235 [API:8081]10.0.0.23 - - [2026-05-18 02:44:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.032521 [API:8081]10.0.0.23 - - [2026-05-18 02:44:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.020353 [API:8081]10.0.0.23 - - [2026-05-18 02:44:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.021853 [API:8081]10.0.0.23 - - [2026-05-18 02:44:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.023086 [API:8081]10.0.0.23 - - [2026-05-18 02:44:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-48223353:ctest-VN1-47403374?flat HTTP/1.1" 200 6775 0.014071 [API:8081]10.0.0.23 - - [2026-05-18 02:44:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009552 [API:8081]10.0.0.23 - - [2026-05-18 02:45:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.091460 [API:8081]10.0.0.23 - - [2026-05-18 02:45:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-05-18 02:45:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.061821 [API:8081]10.0.0.23 - - [2026-05-18 02:45:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.069174 [API:8081]10.0.0.23 - - [2026-05-18 02:45:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.062029 [API:8081]10.0.0.23 - - [2026-05-18 02:46:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:c18e495d-4e6a-4850-a8a4-c8f2c8f77b93?flat HTTP/1.1" 200 5362 0.014570 [API:8081]10.0.0.23 - - [2026-05-18 02:46:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:c18e495d-4e6a-4850-a8a4-c8f2c8f77b93?flat HTTP/1.1" 200 5362 0.013988 [API:8081]10.0.0.23 - - [2026-05-18 02:46:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:c18e495d-4e6a-4850-a8a4-c8f2c8f77b93?flat HTTP/1.1" 200 5362 0.017161 [API:8081]10.0.0.23 - - [2026-05-18 02:46:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:c18e495d-4e6a-4850-a8a4-c8f2c8f77b93?flat HTTP/1.1" 200 5362 0.013372 [API:8081]10.0.0.23 - - [2026-05-18 02:46:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-08943105:ctest-VN1-29673564?flat HTTP/1.1" 200 9449 0.017069 [API:8081]10.0.0.23 - - [2026-05-18 02:46:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.022045 [API:8081]10.0.0.23 - - [2026-05-18 02:46:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.021065 [API:8081]10.0.0.23 - - [2026-05-18 02:46:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.018855 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:c6c2cd13-24cc-41f2-bcc3-9d51fe7a7bbe?flat HTTP/1.1" 200 5221 0.014507 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:c6c2cd13-24cc-41f2-bcc3-9d51fe7a7bbe?flat HTTP/1.1" 200 5221 0.014036 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:c6c2cd13-24cc-41f2-bcc3-9d51fe7a7bbe?flat HTTP/1.1" 200 5221 0.016529 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:c6c2cd13-24cc-41f2-bcc3-9d51fe7a7bbe?flat HTTP/1.1" 200 5221 0.014984 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-08943105:ctest-VN2-13372553?flat HTTP/1.1" 200 8635 0.019058 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.027576 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12955 0.022447 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.032150 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12955 0.032227 [API:8081]10.0.0.23 - - [2026-05-18 02:46:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.015618 [API:8081]10.0.0.23 - - [2026-05-18 02:46:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:b40184d9-3489-4b6f-b3ca-9097b5a5fc98?flat HTTP/1.1" 200 5223 0.015526 [API:8081]10.0.0.23 - - [2026-05-18 02:46:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:b40184d9-3489-4b6f-b3ca-9097b5a5fc98?flat HTTP/1.1" 200 5223 0.014515 [API:8081]10.0.0.23 - - [2026-05-18 02:46:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:b40184d9-3489-4b6f-b3ca-9097b5a5fc98?flat HTTP/1.1" 200 5223 0.014610 [API:8081]10.0.0.23 - - [2026-05-18 02:46:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-08943105:b40184d9-3489-4b6f-b3ca-9097b5a5fc98?flat HTTP/1.1" 200 5223 0.014966 [API:8081]10.0.0.23 - - [2026-05-18 02:46:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-08943105:ctest-VN3-07029400?flat HTTP/1.1" 200 8204 0.017977 [API:8081]10.0.0.23 - - [2026-05-18 02:46:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.021276 [API:8081]10.0.0.23 - - [2026-05-18 02:46:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.023924 [API:8081]10.0.0.23 - - [2026-05-18 02:46:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010728 [API:8081]10.0.0.23 - - [2026-05-18 02:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.024902 [API:8081]10.0.0.22 - - [2026-05-18 02:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-05-18 02:46:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-08943105:ctest-VN3-07029400?flat HTTP/1.1" 200 6965 0.012901 [API:8081]10.0.0.23 - - [2026-05-18 02:46:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010412 [API:8081]10.0.0.22 - - [2026-05-18 02:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.240 - - [2026-05-18 02:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.240 - - [2026-05-18 02:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-05-18 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-05-18 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2026-05-18 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2026-05-18 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.240 - - [2026-05-18 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.240 - - [2026-05-18 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-05-18 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2026-05-18 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-05-18 02:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.021723 [API:8081]10.0.0.23 - - [2026-05-18 02:46:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12989 0.023977 [API:8081]10.0.0.23 - - [2026-05-18 02:47:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.036551 [API:8081]10.0.0.23 - - [2026-05-18 02:47:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12990 0.030814 [API:8081]10.0.0.23 - - [2026-05-18 02:47:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.020983 [API:8081]10.0.0.23 - - [2026-05-18 02:47:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12990 0.021817 [API:8081]10.0.0.23 - - [2026-05-18 02:47:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.021080 [API:8081]10.0.0.23 - - [2026-05-18 02:47:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12990 0.021949 [API:8081]10.0.0.23 - - [2026-05-18 02:47:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075318 [API:8081]10.0.0.23 - - [2026-05-18 02:47:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.025659 [API:8081]10.0.0.23 - - [2026-05-18 02:47:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12990 0.022558 [API:8081]10.0.0.23 - - [2026-05-18 02:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.023319 [API:8081]10.0.0.23 - - [2026-05-18 02:47:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12990 0.023197 [API:8081]10.0.0.23 - - [2026-05-18 02:47:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.022506 [API:8081]10.0.0.23 - - [2026-05-18 02:47:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12990 0.020616 [API:8081]10.0.0.23 - - [2026-05-18 02:47:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.020207 [API:8081]10.0.0.23 - - [2026-05-18 02:47:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12990 0.024090 [API:8081]10.0.0.23 - - [2026-05-18 02:47:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.020430 [API:8081]10.0.0.23 - - [2026-05-18 02:47:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12990 0.021870 [API:8081]10.0.0.23 - - [2026-05-18 02:47:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.021945 [API:8081]10.0.0.23 - - [2026-05-18 02:47:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12580 0.021168 [API:8081]10.0.0.23 - - [2026-05-18 02:47:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-08943105:ctest-VN2-13372553?flat HTTP/1.1" 200 7311 0.012533 [API:8081]10.0.0.23 - - [2026-05-18 02:47:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009164 [API:8081]10.0.0.23 - - [2026-05-18 02:47:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.022247 [API:8081]10.0.0.23 - - [2026-05-18 02:47:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.025884 [API:8081]10.0.0.23 - - [2026-05-18 02:47:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.032712 [API:8081]10.0.0.23 - - [2026-05-18 02:47:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.020033 [API:8081]10.0.0.23 - - [2026-05-18 02:47:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.022987 [API:8081]10.0.0.23 - - [2026-05-18 02:47:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.020725 [API:8081]10.0.0.23 - - [2026-05-18 02:47:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.021341 [API:8081]10.0.0.23 - - [2026-05-18 02:47:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.020479 [API:8081]10.0.0.23 - - [2026-05-18 02:47:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019686 [API:8081]10.0.0.23 - - [2026-05-18 02:47:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019622 [API:8081]10.0.0.23 - - [2026-05-18 02:47:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-08943105:ctest-VN1-29673564?flat HTTP/1.1" 200 7642 0.012984 [API:8081]10.0.0.23 - - [2026-05-18 02:47:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008296 [API:8081]10.0.0.23 - - [2026-05-18 02:48:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-05-18 02:48:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.462549 [API:8081]10.0.0.23 - - [2026-05-18 02:48:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.112159 [API:8081]10.0.0.23 - - [2026-05-18 02:48:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.078686 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:48:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002840 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003182 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003147 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003034 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:48:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003248 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003469 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004436 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002769 [API:8081]10.0.0.23 - - [2026-05-18 02:49:53] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-05-18 02:49:53] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.23 - - [2026-05-18 02:50:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067299 [API:8081]10.0.0.22 - - [2026-05-18 02:50:22] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.22 - - [2026-05-18 02:50:22] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.240 - - [2026-05-18 02:50:22] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.240 - - [2026-05-18 02:50:22] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-05-18 02:50:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-05-18 02:50:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.058317 [API:8081]10.0.0.23 - - [2026-05-18 02:51:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.081800 [API:8081]10.0.0.22 - - [2026-05-18 02:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2026-05-18 02:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.240 - - [2026-05-18 02:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.240 - - [2026-05-18 02:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-05-18 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-05-18 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.22 - - [2026-05-18 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2026-05-18 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.240 - - [2026-05-18 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.240 - - [2026-05-18 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-05-18 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-05-18 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-05-18 02:52:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.094498 [API:8081]10.0.0.23 - - [2026-05-18 02:52:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024067 [API:8081]10.0.0.23 - - [2026-05-18 02:52:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.083635 [API:8081]10.0.0.23 - - [2026-05-18 02:52:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.025015 [API:8081]10.0.0.23 - - [2026-05-18 02:52:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.023098 [API:8081]10.0.0.23 - - [2026-05-18 02:52:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.021285 [API:8081]10.0.0.23 - - [2026-05-18 02:52:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.028137 [API:8081]10.0.0.23 - - [2026-05-18 02:52:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-33938523:ctest-vnet0-24199199?flat HTTP/1.1" 200 7963 0.014399 [API:8081]10.0.0.23 - - [2026-05-18 02:52:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010198 [API:8081]10.0.0.23 - - [2026-05-18 02:53:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-05-18 02:53:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.386889 [API:8081]10.0.0.23 - - [2026-05-18 02:53:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.105708 [API:8081]10.0.0.23 - - [2026-05-18 02:53:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.076859 [API:8081]10.0.0.23 - - [2026-05-18 02:54:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.070144 [API:8081]10.0.0.23 - - [2026-05-18 02:56:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065046 [API:8081]10.0.0.23 - - [2026-05-18 02:56:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.025389 [API:8081]10.0.0.23 - - [2026-05-18 02:56:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13006 0.101700 [API:8081]10.0.0.23 - - [2026-05-18 02:56:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021570 [API:8081]10.0.0.23 - - [2026-05-18 02:56:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13006 0.020835 [API:8081]10.0.0.23 - - [2026-05-18 02:56:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.034698 [API:8081]10.0.0.23 - - [2026-05-18 02:56:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13006 0.027679 [API:8081]10.0.0.23 - - [2026-05-18 02:56:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.022393 [API:8081]10.0.0.23 - - [2026-05-18 02:56:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13006 0.024000 [API:8081]10.0.0.23 - - [2026-05-18 02:56:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.037662 [API:8081]10.0.0.23 - - [2026-05-18 02:56:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13006 0.024370 [API:8081]10.0.0.23 - - [2026-05-18 02:56:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021540 [API:8081]10.0.0.23 - - [2026-05-18 02:56:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13006 0.020452 [API:8081]10.0.0.22 - - [2026-05-18 02:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2026-05-18 02:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.240 - - [2026-05-18 02:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.240 - - [2026-05-18 02:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-05-18 02:56:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.020998 [API:8081]10.0.0.23 - - [2026-05-18 02:56:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12570 0.026627 [API:8081]10.0.0.23 - - [2026-05-18 02:56:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-07887385:ctest-vnet1-46821109?flat HTTP/1.1" 200 7306 0.013740 [API:8081]10.0.0.23 - - [2026-05-18 02:56:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011146 [API:8081]10.0.0.23 - - [2026-05-18 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-05-18 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2026-05-18 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.22 - - [2026-05-18 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.240 - - [2026-05-18 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.240 - - [2026-05-18 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-05-18 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-05-18 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-05-18 02:56:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.030232 [API:8081]10.0.0.23 - - [2026-05-18 02:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.020279 [API:8081]10.0.0.23 - - [2026-05-18 02:57:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.021118 [API:8081]10.0.0.23 - - [2026-05-18 02:57:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.025655 [API:8081]10.0.0.23 - - [2026-05-18 02:57:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.020960 [API:8081]10.0.0.23 - - [2026-05-18 02:57:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.021635 [API:8081]10.0.0.23 - - [2026-05-18 02:57:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.021244 [API:8081]10.0.0.23 - - [2026-05-18 02:57:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.090612 [API:8081]10.0.0.23 - - [2026-05-18 02:57:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.033359 [API:8081]10.0.0.23 - - [2026-05-18 02:57:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.022651 [API:8081]10.0.0.23 - - [2026-05-18 02:57:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25263 0.023255 [API:8081]10.0.0.23 - - [2026-05-18 02:57:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-07887385:ctest-vnet0-40661568?flat HTTP/1.1" 200 6958 0.013388 [API:8081]10.0.0.23 - - [2026-05-18 02:57:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011711 [API:8081]10.0.0.23 - - [2026-05-18 02:57:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2026-05-18 02:57:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.063254 [API:8081]10.0.0.23 - - [2026-05-18 02:57:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.069095 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:58:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002689 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:58:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003226 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:58:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003522 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:58:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003085 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:58:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004342 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:58:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003545 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:58:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003687 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 02:58:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003284 [API:8081]10.0.0.23 - - [2026-05-18 02:59:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070534 [API:8081]10.0.0.23 - - [2026-05-18 02:59:53] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-05-18 02:59:53] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.23 - - [2026-05-18 03:00:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.072044 [API:8081]10.0.0.22 - - [2026-05-18 03:00:22] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2026-05-18 03:00:22] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.240 - - [2026-05-18 03:00:22] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.240 - - [2026-05-18 03:00:22] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.23 - - [2026-05-18 03:01:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021527 [API:8081]10.0.0.23 - - [2026-05-18 03:01:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13001 0.120265 [API:8081]10.0.0.23 - - [2026-05-18 03:01:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.041180 [API:8081]10.0.0.23 - - [2026-05-18 03:01:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13001 0.030000 [API:8081]10.0.0.23 - - [2026-05-18 03:01:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.028499 [API:8081]10.0.0.23 - - [2026-05-18 03:01:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13001 0.030014 [API:8081]10.0.0.23 - - [2026-05-18 03:01:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021929 [API:8081]10.0.0.23 - - [2026-05-18 03:01:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13001 0.025199 [API:8081]10.0.0.22 - - [2026-05-18 03:01:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.22 - - [2026-05-18 03:01:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.240 - - [2026-05-18 03:01:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.240 - - [2026-05-18 03:01:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-05-18 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.23 - - [2026-05-18 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2026-05-18 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2026-05-18 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.240 - - [2026-05-18 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.240 - - [2026-05-18 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-05-18 03:01:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021487 [API:8081]10.0.0.23 - - [2026-05-18 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.23 - - [2026-05-18 03:01:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 12586 0.022716 [API:8081]10.0.0.23 - - [2026-05-18 03:01:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-07722682:ctest-vnet1-29218271?flat HTTP/1.1" 200 8062 0.016041 [API:8081]10.0.0.23 - - [2026-05-18 03:01:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009063 [API:8081]10.0.0.23 - - [2026-05-18 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-05-18 03:01:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.037947 [API:8081]10.0.0.23 - - [2026-05-18 03:02:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.030823 [API:8081]10.0.0.23 - - [2026-05-18 03:02:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.022609 [API:8081]10.0.0.23 - - [2026-05-18 03:02:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.020313 [API:8081]10.0.0.23 - - [2026-05-18 03:02:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.025629 [API:8081]10.0.0.23 - - [2026-05-18 03:02:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.019927 [API:8081]10.0.0.23 - - [2026-05-18 03:02:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.026565 [API:8081]10.0.0.23 - - [2026-05-18 03:02:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.034431 [API:8081]10.0.0.23 - - [2026-05-18 03:02:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071372 [API:8081]10.0.0.23 - - [2026-05-18 03:02:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25268 0.023060 [API:8081]10.0.0.23 - - [2026-05-18 03:02:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-07722682:ctest-vnet0-09800738?flat HTTP/1.1" 200 7709 0.015107 [API:8081]10.0.0.23 - - [2026-05-18 03:02:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008418 [API:8081]10.0.0.23 - - [2026-05-18 03:03:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.070895 [API:8081]10.0.0.23 - - [2026-05-18 03:05:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078668 [API:8081]10.0.0.23 - - [2026-05-18 03:06:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.081905 [API:8081]10.0.0.23 - - [2026-05-18 03:06:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.23 - - [2026-05-18 03:06:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.068321 [API:8081]10.0.0.22 - - [2026-05-18 03:06:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2026-05-18 03:06:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.240 - - [2026-05-18 03:06:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.240 - - [2026-05-18 03:06:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-05-18 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.23 - - [2026-05-18 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.22 - - [2026-05-18 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.22 - - [2026-05-18 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.240 - - [2026-05-18 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.240 - - [2026-05-18 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-05-18 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-05-18 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-05-18 03:07:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.063944 [API:8081]10.0.0.23 - - [2026-05-18 03:08:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083928 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:08:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003764 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:08:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003571 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:08:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003490 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:08:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003315 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:08:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003425 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:08:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003810 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:08:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002520 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:08:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003438 [API:8081]10.0.0.23 - - [2026-05-18 03:09:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.074421 [API:8081]10.0.0.23 - - [2026-05-18 03:09:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-05-18 03:09:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.079302 [API:8081]10.0.0.23 - - [2026-05-18 03:09:53] "GET /analytics HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2026-05-18 03:09:53] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.22 - - [2026-05-18 03:10:22] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2026-05-18 03:10:22] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.240 - - [2026-05-18 03:10:22] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.240 - - [2026-05-18 03:10:22] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.23 - - [2026-05-18 03:10:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804:cb1f1dc1-0807-4e75-82e3-2ea936abc524?flat HTTP/1.1" 200 5828 0.065346 [API:8081]10.0.0.23 - - [2026-05-18 03:10:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804:cb1f1dc1-0807-4e75-82e3-2ea936abc524?flat HTTP/1.1" 200 5828 0.077593 [API:8081]10.0.0.23 - - [2026-05-18 03:10:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804:cb1f1dc1-0807-4e75-82e3-2ea936abc524?flat HTTP/1.1" 200 5828 0.018344 [API:8081]10.0.0.23 - - [2026-05-18 03:10:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804-98061147?flat HTTP/1.1" 200 10804 0.022976 [API:8081]10.0.0.23 - - [2026-05-18 03:10:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25892 0.020732 [API:8081]10.0.0.23 - - [2026-05-18 03:10:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25892 0.020239 [API:8081]10.0.0.23 - - [2026-05-18 03:10:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008995 [API:8081]10.0.0.23 - - [2026-05-18 03:10:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804:feeb6b26-dcce-463b-90e6-55d3daac6895?flat HTTP/1.1" 200 5682 0.014892 [API:8081]10.0.0.23 - - [2026-05-18 03:10:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804:feeb6b26-dcce-463b-90e6-55d3daac6895?flat HTTP/1.1" 200 5682 0.026512 [API:8081]10.0.0.23 - - [2026-05-18 03:10:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804:feeb6b26-dcce-463b-90e6-55d3daac6895?flat HTTP/1.1" 200 5682 0.015667 [API:8081]10.0.0.23 - - [2026-05-18 03:10:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804:ctest-SecurityGroupBasicRegressionTests1Ipv6-78079804-98061147?flat HTTP/1.1" 200 10804 0.029116 [API:8081]10.0.0.23 - - [2026-05-18 03:10:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.024365 [API:8081]10.0.0.23 - - [2026-05-18 03:10:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13176 0.036810 [API:8081]10.0.0.23 - - [2026-05-18 03:10:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.026923 [API:8081]10.0.0.23 - - [2026-05-18 03:10:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13176 0.023352 [API:8081]10.0.0.23 - - [2026-05-18 03:10:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.016795 [API:8081]10.0.0.23 - - [2026-05-18 03:11:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073535 [API:8081]10.0.0.22 - - [2026-05-18 03:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2026-05-18 03:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.240 - - [2026-05-18 03:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.240 - - [2026-05-18 03:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-05-18 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-05-18 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2026-05-18 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.22 - - [2026-05-18 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.240 - - [2026-05-18 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.240 - - [2026-05-18 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-05-18 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-05-18 03:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-05-18 03:12:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.092285 [API:8081]10.0.0.23 - - [2026-05-18 03:13:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-05-18 03:13:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1926 0.077658 [API:8081]10.0.0.23 - - [2026-05-18 03:14:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083234 [API:8081]10.0.0.23 - - [2026-05-18 03:14:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:b85de439-28c2-4764-9476-08610d0c7e4c?flat HTTP/1.1" 200 5806 0.074535 [API:8081]10.0.0.23 - - [2026-05-18 03:14:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:b85de439-28c2-4764-9476-08610d0c7e4c?flat HTTP/1.1" 200 5806 0.016358 [API:8081]10.0.0.23 - - [2026-05-18 03:14:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:b85de439-28c2-4764-9476-08610d0c7e4c?flat HTTP/1.1" 200 5806 0.078182 [API:8081]10.0.0.23 - - [2026-05-18 03:14:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981-27878347?flat HTTP/1.1" 200 10442 0.022696 [API:8081]10.0.0.23 - - [2026-05-18 03:14:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.029168 [API:8081]10.0.0.23 - - [2026-05-18 03:14:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.024981 [API:8081]10.0.0.23 - - [2026-05-18 03:14:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008790 [API:8081]10.0.0.23 - - [2026-05-18 03:15:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:afecf5d9-a320-45fc-afbe-1105f197b501?flat HTTP/1.1" 200 5925 0.018868 [API:8081]10.0.0.23 - - [2026-05-18 03:15:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:afecf5d9-a320-45fc-afbe-1105f197b501?flat HTTP/1.1" 200 5925 0.016271 [API:8081]10.0.0.23 - - [2026-05-18 03:15:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:afecf5d9-a320-45fc-afbe-1105f197b501?flat HTTP/1.1" 200 5925 0.016783 [API:8081]10.0.0.23 - - [2026-05-18 03:15:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981-27878347?flat HTTP/1.1" 200 12978 0.022213 [API:8081]10.0.0.23 - - [2026-05-18 03:15:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.023427 [API:8081]10.0.0.23 - - [2026-05-18 03:15:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13779 0.023899 [API:8081]10.0.0.23 - - [2026-05-18 03:15:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.021783 [API:8081]10.0.0.23 - - [2026-05-18 03:15:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13779 0.031931 [API:8081]10.0.0.23 - - [2026-05-18 03:15:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012569 [API:8081]10.0.0.23 - - [2026-05-18 03:15:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.077028 [API:8081]10.0.0.23 - - [2026-05-18 03:16:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.022188 [API:8081]10.0.0.23 - - [2026-05-18 03:16:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13802 0.022277 [API:8081]10.0.0.23 - - [2026-05-18 03:16:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.025517 [API:8081]10.0.0.23 - - [2026-05-18 03:16:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13802 0.031525 [API:8081]10.0.0.22 - - [2026-05-18 03:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2026-05-18 03:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.240 - - [2026-05-18 03:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.240 - - [2026-05-18 03:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2026-05-18 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-05-18 03:16:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.030559 [API:8081]10.0.0.23 - - [2026-05-18 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-05-18 03:16:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13216 0.037251 [API:8081]10.0.0.23 - - [2026-05-18 03:16:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981-27878347?flat HTTP/1.1" 200 11638 0.017841 [API:8081]10.0.0.23 - - [2026-05-18 03:16:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009407 [API:8081]10.0.0.22 - - [2026-05-18 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.22 - - [2026-05-18 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.240 - - [2026-05-18 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001191 [API:8081]10.0.0.240 - - [2026-05-18 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-05-18 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-05-18 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-05-18 03:16:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.022046 [API:8081]10.0.0.23 - - [2026-05-18 03:17:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.025146 [API:8081]10.0.0.23 - - [2026-05-18 03:17:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.022962 [API:8081]10.0.0.23 - - [2026-05-18 03:17:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.019580 [API:8081]10.0.0.23 - - [2026-05-18 03:17:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.026384 [API:8081]10.0.0.23 - - [2026-05-18 03:17:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.033679 [API:8081]10.0.0.23 - - [2026-05-18 03:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.023257 [API:8081]10.0.0.23 - - [2026-05-18 03:17:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.036479 [API:8081]10.0.0.23 - - [2026-05-18 03:17:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.019540 [API:8081]10.0.0.23 - - [2026-05-18 03:17:23] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981:ctest-SecurityGroupBasicRegressionTests1_contrail-56585981-27878347?flat HTTP/1.1" 200 8428 0.012420 [API:8081]10.0.0.23 - - [2026-05-18 03:17:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008814 [API:8081]10.0.0.23 - - [2026-05-18 03:17:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081330 [API:8081]10.0.0.23 - - [2026-05-18 03:17:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-05-18 03:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1890 0.066016 [API:8081]10.0.0.23 - - [2026-05-18 03:18:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-43022588:210cd262-1696-4720-9e92-93601a51722a?flat HTTP/1.1" 200 5673 0.065171 [API:8081]10.0.0.23 - - [2026-05-18 03:18:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-43022588:210cd262-1696-4720-9e92-93601a51722a?flat HTTP/1.1" 200 5673 0.077718 [API:8081]10.0.0.23 - - [2026-05-18 03:18:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-43022588:210cd262-1696-4720-9e92-93601a51722a?flat HTTP/1.1" 200 5673 0.018583 [API:8081]10.0.0.23 - - [2026-05-18 03:18:22] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-43022588:ctest-SecurityGroupBasicRegressionTests1-43022588-91849322?flat HTTP/1.1" 200 4334 0.017382 [API:8081]10.0.0.23 - - [2026-05-18 03:18:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.021858 [API:8081]10.0.0.23 - - [2026-05-18 03:18:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25895 0.026670 [API:8081]10.0.0.23 - - [2026-05-18 03:18:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011630 [API:8081]10.0.0.23 - - [2026-05-18 03:18:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.087008 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:18:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003029 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003104 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005842 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002835 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:18:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003372 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003173 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002653 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:18:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003298 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-43022588:f6e1a577-e1d4-4d7a-89a8-7b2cf910bea1?flat HTTP/1.1" 200 5536 0.013940 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-43022588:f6e1a577-e1d4-4d7a-89a8-7b2cf910bea1?flat HTTP/1.1" 200 5536 0.013786 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-43022588:f6e1a577-e1d4-4d7a-89a8-7b2cf910bea1?flat HTTP/1.1" 200 5536 0.015719 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-43022588:ctest-SecurityGroupBasicRegressionTests1-43022588-91849322?flat HTTP/1.1" 200 9936 0.027436 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.024287 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13762 0.029559 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.020748 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13762 0.022323 [API:8081]10.0.0.23 - - [2026-05-18 03:18:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011502 [API:8081]10.0.0.23 - - [2026-05-18 03:19:53] "GET /analytics HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2026-05-18 03:19:53] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.22 - - [2026-05-18 03:20:22] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2026-05-18 03:20:22] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.240 - - [2026-05-18 03:20:22] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.240 - - [2026-05-18 03:20:22] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.23 - - [2026-05-18 03:20:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074771 [API:8081]10.0.0.23 - - [2026-05-18 03:21:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.067874 [API:8081]10.0.0.22 - - [2026-05-18 03:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2026-05-18 03:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.240 - - [2026-05-18 03:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.240 - - [2026-05-18 03:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-05-18 03:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-05-18 03:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.22 - - [2026-05-18 03:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2026-05-18 03:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.240 - - [2026-05-18 03:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.240 - - [2026-05-18 03:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-05-18 03:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-05-18 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-05-18 03:22:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-05-18 03:22:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.079394 [API:8081]10.0.0.23 - - [2026-05-18 03:22:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.065962 [API:8081]10.0.0.23 - - [2026-05-18 03:22:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.071607 [API:8081]10.0.0.23 - - [2026-05-18 03:22:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.011539 [API:8081]10.0.0.23 - - [2026-05-18 03:22:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.010038 [API:8081]10.0.0.23 - - [2026-05-18 03:22:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.009951 [API:8081]10.0.0.23 - - [2026-05-18 03:22:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2752 0.010298 [API:8081]10.0.0.23 - - [2026-05-18 03:22:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2978 0.012190 [API:8081]10.0.0.23 - - [2026-05-18 03:22:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-05-18 03:22:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.069550 [API:8081]10.0.0.23 - - [2026-05-18 03:22:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.061402 [API:8081]10.0.0.23 - - [2026-05-18 03:22:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2536 0.074119 [API:8081]10.0.0.23 - - [2026-05-18 03:22:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.009915 [API:8081]10.0.0.23 - - [2026-05-18 03:22:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.013196 [API:8081]10.0.0.23 - - [2026-05-18 03:23:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.020468 [API:8081]10.0.0.23 - - [2026-05-18 03:23:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2026-05-18 03:23:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.067534 [API:8081]10.0.0.23 - - [2026-05-18 03:23:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.086408 [API:8081]10.0.0.23 - - [2026-05-18 03:23:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.079390 [API:8081]10.0.0.23 - - [2026-05-18 03:23:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.011218 [API:8081]10.0.0.23 - - [2026-05-18 03:23:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2724 0.009955 [API:8081]10.0.0.23 - - [2026-05-18 03:23:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2934 0.012679 [API:8081]10.0.0.23 - - [2026-05-18 03:23:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3154 0.010484 [API:8081]10.0.0.23 - - [2026-05-18 03:23:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3376 0.010918 [API:8081]10.0.0.23 - - [2026-05-18 03:23:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.124585 [API:8081]10.0.0.23 - - [2026-05-18 03:23:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-05-18 03:23:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2522 0.066996 [API:8081]10.0.0.23 - - [2026-05-18 03:23:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.076404 [API:8081]10.0.0.23 - - [2026-05-18 03:24:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2540 0.084713 [API:8081]10.0.0.23 - - [2026-05-18 03:24:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2772 0.010410 [API:8081]10.0.0.23 - - [2026-05-18 03:24:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3006 0.009839 [API:8081]10.0.0.23 - - [2026-05-18 03:24:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.070999 [API:8081]10.0.0.23 - - [2026-05-18 03:26:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072381 [API:8081]10.0.0.22 - - [2026-05-18 03:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.240 - - [2026-05-18 03:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.22 - - [2026-05-18 03:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.240 - - [2026-05-18 03:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-05-18 03:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-05-18 03:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.22 - - [2026-05-18 03:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.22 - - [2026-05-18 03:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.240 - - [2026-05-18 03:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.240 - - [2026-05-18 03:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-05-18 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-05-18 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-05-18 03:27:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.071291 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:28:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003842 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003830 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003430 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003537 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:28:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003876 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003351 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003162 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:28:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003054 [API:8081]10.0.0.23 - - [2026-05-18 03:29:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072476 [API:8081]10.0.0.23 - - [2026-05-18 03:29:53] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-05-18 03:29:53] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.22 - - [2026-05-18 03:30:22] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2026-05-18 03:30:22] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.240 - - [2026-05-18 03:30:23] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.240 - - [2026-05-18 03:30:23] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-05-18 03:30:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.089396 [API:8081]10.0.0.23 - - [2026-05-18 03:30:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-05-18 03:30:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.070884 [API:8081]10.0.0.23 - - [2026-05-18 03:30:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.068921 [API:8081]10.0.0.22 - - [2026-05-18 03:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2026-05-18 03:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.240 - - [2026-05-18 03:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.240 - - [2026-05-18 03:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-05-18 03:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-05-18 03:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2026-05-18 03:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.22 - - [2026-05-18 03:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.240 - - [2026-05-18 03:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.240 - - [2026-05-18 03:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-05-18 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.23 - - [2026-05-18 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-05-18 03:32:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081015 [API:8081]10.0.0.23 - - [2026-05-18 03:33:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.081081 [API:8081]10.0.0.23 - - [2026-05-18 03:35:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089035 [API:8081]10.0.0.23 - - [2026-05-18 03:35:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-05-18 03:35:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.085112 [API:8081]10.0.0.23 - - [2026-05-18 03:36:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-05-18 03:36:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2112 0.085716 [API:8081]10.0.0.23 - - [2026-05-18 03:36:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.074122 [API:8081]10.0.0.22 - - [2026-05-18 03:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2026-05-18 03:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.240 - - [2026-05-18 03:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.240 - - [2026-05-18 03:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-05-18 03:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-05-18 03:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.22 - - [2026-05-18 03:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2026-05-18 03:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.240 - - [2026-05-18 03:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.240 - - [2026-05-18 03:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-05-18 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-05-18 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:38:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004324 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003102 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002970 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003108 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:38:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003244 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003572 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004074 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:38:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004346 [API:8081]10.0.0.23 - - [2026-05-18 03:38:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072920 [API:8081]10.0.0.23 - - [2026-05-18 03:39:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.079442 [API:8081]10.0.0.23 - - [2026-05-18 03:39:53] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-05-18 03:39:53] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.22 - - [2026-05-18 03:40:22] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2026-05-18 03:40:22] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.240 - - [2026-05-18 03:40:23] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.240 - - [2026-05-18 03:40:23] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.23 - - [2026-05-18 03:41:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098108 [API:8081]10.0.0.22 - - [2026-05-18 03:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2026-05-18 03:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.240 - - [2026-05-18 03:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.240 - - [2026-05-18 03:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-05-18 03:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-05-18 03:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2026-05-18 03:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.22 - - [2026-05-18 03:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.240 - - [2026-05-18 03:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.240 - - [2026-05-18 03:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-05-18 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2026-05-18 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-05-18 03:42:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-05-18 03:42:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.070216 [API:8081]10.0.0.23 - - [2026-05-18 03:42:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.071470 [API:8081]10.0.0.23 - - [2026-05-18 03:44:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071459 [API:8081]10.0.0.23 - - [2026-05-18 03:45:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.070284 [API:8081]10.0.0.22 - - [2026-05-18 03:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.22 - - [2026-05-18 03:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.240 - - [2026-05-18 03:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.240 - - [2026-05-18 03:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-05-18 03:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-05-18 03:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.22 - - [2026-05-18 03:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2026-05-18 03:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.240 - - [2026-05-18 03:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.240 - - [2026-05-18 03:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000643 [API:8081]10.0.0.23 - - [2026-05-18 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-05-18 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-05-18 03:47:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.133621 [API:8081]10.0.0.23 - - [2026-05-18 03:48:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-48667789:aade9cec-b11b-4f12-8a57-38c0c8de7eed?flat HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-05-18 03:48:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-48667789:aade9cec-b11b-4f12-8a57-38c0c8de7eed?flat HTTP/1.1" 200 5253 0.071406 [API:8081]10.0.0.23 - - [2026-05-18 03:48:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-48667789:aade9cec-b11b-4f12-8a57-38c0c8de7eed?flat HTTP/1.1" 200 5253 0.075214 [API:8081]10.0.0.23 - - [2026-05-18 03:48:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-48667789:aade9cec-b11b-4f12-8a57-38c0c8de7eed?flat HTTP/1.1" 200 5253 0.067387 [API:8081]10.0.0.23 - - [2026-05-18 03:48:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-48667789:ctest-random-50120700?flat HTTP/1.1" 200 4905 0.020283 [API:8081]10.0.0.23 - - [2026-05-18 03:48:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.022190 [API:8081]10.0.0.23 - - [2026-05-18 03:48:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.040463 [API:8081]10.0.0.23 - - [2026-05-18 03:48:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009792 [API:8081]10.0.0.23 - - [2026-05-18 03:48:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.010906 [API:8081]10.0.0.23 - - [2026-05-18 03:48:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.026895 [API:8081]10.0.0.23 - - [2026-05-18 03:48:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.023764 [API:8081]10.0.0.23 - - [2026-05-18 03:48:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.020397 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:48:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002883 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004175 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004417 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007449 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:48:39] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007953 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003142 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002662 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:48:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003938 [API:8081]10.0.0.23 - - [2026-05-18 03:48:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.027158 [API:8081]10.0.0.23 - - [2026-05-18 03:48:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.021692 [API:8081]10.0.0.23 - - [2026-05-18 03:48:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.023767 [API:8081]10.0.0.23 - - [2026-05-18 03:48:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.021029 [API:8081]10.0.0.23 - - [2026-05-18 03:48:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.109434 [API:8081]10.0.0.23 - - [2026-05-18 03:48:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25905 0.023155 [API:8081]10.0.0.23 - - [2026-05-18 03:48:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-48667789:ctest-random-50120700?flat HTTP/1.1" 200 8117 0.020947 [API:8081]10.0.0.23 - - [2026-05-18 03:48:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010689 [API:8081]10.0.0.23 - - [2026-05-18 03:49:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.169476 [API:8081]10.0.0.23 - - [2026-05-18 03:49:53] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-05-18 03:49:53] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.22 - - [2026-05-18 03:50:22] "GET /analytics HTTP/1.1" 401 205 0.000579 [API:8081]10.0.0.22 - - [2026-05-18 03:50:22] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.240 - - [2026-05-18 03:50:23] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.240 - - [2026-05-18 03:50:23] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.23 - - [2026-05-18 03:51:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.146147 [API:8081]10.0.0.22 - - [2026-05-18 03:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.22 - - [2026-05-18 03:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.240 - - [2026-05-18 03:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.240 - - [2026-05-18 03:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-05-18 03:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-05-18 03:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000997 [API:8081]10.0.0.22 - - [2026-05-18 03:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.22 - - [2026-05-18 03:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.240 - - [2026-05-18 03:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.240 - - [2026-05-18 03:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-05-18 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-05-18 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-05-18 03:52:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.087743 [API:8081]10.0.0.23 - - [2026-05-18 03:52:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-05-18 03:52:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.077156 [API:8081]10.0.0.23 - - [2026-05-18 03:54:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072517 [API:8081]10.0.0.23 - - [2026-05-18 03:55:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.077074 [API:8081]10.0.0.23 - - [2026-05-18 03:55:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-05-18 03:55:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2094 0.101660 [API:8081]10.0.0.22 - - [2026-05-18 03:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2026-05-18 03:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.240 - - [2026-05-18 03:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.240 - - [2026-05-18 03:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2026-05-18 03:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-05-18 03:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2026-05-18 03:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2026-05-18 03:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.240 - - [2026-05-18 03:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.240 - - [2026-05-18 03:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-05-18 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.23 - - [2026-05-18 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2026-05-18 03:57:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067485 [API:8081]10.0.0.23 - - [2026-05-18 03:57:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000646 [API:8081]10.0.0.23 - - [2026-05-18 03:57:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.073818 [API:8081]10.0.0.23 - - [2026-05-18 03:58:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.077869 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:35] "POST /analytics/query HTTP/1.1" 202 179 0.010851 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:35] "GET /analytics/query/d7fa46e3-526d-11f1-9754-00000a000017 HTTP/1.1" 200 221 0.005462 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:35] "GET /analytics/query/d7fa46e3-526d-11f1-9754-00000a000017 HTTP/1.1" 200 221 0.002652 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:36] "GET /analytics/query/d7fa46e3-526d-11f1-9754-00000a000017 HTTP/1.1" 200 338 0.002409 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:36] "GET /analytics/query/d7fa46e3-526d-11f1-9754-00000a000017/chunk-final/0 HTTP/1.1" 200 858 0.002293 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:37] "POST /analytics/query HTTP/1.1" 202 179 0.007819 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:37] "GET /analytics/query/d9074e14-526d-11f1-b6a7-00000a000017 HTTP/1.1" 200 221 0.002507 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:37] "GET /analytics/query/d9074e14-526d-11f1-b6a7-00000a000017 HTTP/1.1" 200 221 0.002346 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:38] "GET /analytics/query/d9074e14-526d-11f1-b6a7-00000a000017 HTTP/1.1" 200 221 0.002155 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:38] "GET /analytics/query/d9074e14-526d-11f1-b6a7-00000a000017 HTTP/1.1" 200 338 0.002925 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:38] "GET /analytics/query/d9074e14-526d-11f1-b6a7-00000a000017/chunk-final/0 HTTP/1.1" 200 858 0.003190 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:39] "POST /analytics/query HTTP/1.1" 202 179 0.016195 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:39] "GET /analytics/query/da5b2416-526d-11f1-9c33-00000a000017 HTTP/1.1" 200 221 0.007313 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:39] "GET /analytics/query/da5b2416-526d-11f1-9c33-00000a000017 HTTP/1.1" 200 339 0.002424 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:39] "GET /analytics/query/da5b2416-526d-11f1-9c33-00000a000017/chunk-final/0 HTTP/1.1" 200 19958 0.006019 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:39] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003533 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:39] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003885 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004783 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003513 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:40] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004774 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003245 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002648 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002616 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:40] "POST /analytics/query HTTP/1.1" 202 179 0.006160 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:40] "GET /analytics/query/db1e045c-526d-11f1-afab-00000a000017 HTTP/1.1" 200 221 0.003320 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:41] "GET /analytics/query/db1e045c-526d-11f1-afab-00000a000017 HTTP/1.1" 200 339 0.002133 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:41] "GET /analytics/query/db1e045c-526d-11f1-afab-00000a000017/chunk-final/0 HTTP/1.1" 200 19958 0.005476 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:41] "POST /analytics/query HTTP/1.1" 202 179 0.005466 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:41] "GET /analytics/query/dbcf2bfb-526d-11f1-8a21-00000a000017 HTTP/1.1" 200 221 0.003962 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:42] "GET /analytics/query/dbcf2bfb-526d-11f1-8a21-00000a000017 HTTP/1.1" 200 221 0.001988 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:42] "GET /analytics/query/dbcf2bfb-526d-11f1-8a21-00000a000017 HTTP/1.1" 200 339 0.002606 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:42] "GET /analytics/query/dbcf2bfb-526d-11f1-8a21-00000a000017/chunk-final/0 HTTP/1.1" 200 7007 0.002539 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.004211 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:46] "POST /analytics/query HTTP/1.1" 202 179 0.018969 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:46] "GET /analytics/query/deb9744f-526d-11f1-b719-00000a000017 HTTP/1.1" 200 221 0.006738 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:47] "GET /analytics/query/deb9744f-526d-11f1-b719-00000a000017 HTTP/1.1" 200 340 0.002128 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:47] "GET /analytics/query/deb9744f-526d-11f1-b719-00000a000017/chunk-final/0 HTTP/1.1" 200 344854 0.023115 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004780 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004691 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:48] "POST /analytics/query HTTP/1.1" 202 179 0.005759 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:48] "GET /analytics/query/dfe9230c-526d-11f1-9e65-00000a000017 HTTP/1.1" 200 221 0.002193 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:49] "GET /analytics/query/dfe9230c-526d-11f1-9e65-00000a000017 HTTP/1.1" 200 338 0.002106 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:49] "GET /analytics/query/dfe9230c-526d-11f1-9e65-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001837 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:49] "POST /analytics/query HTTP/1.1" 202 179 0.005754 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:49] "GET /analytics/query/e03b6586-526d-11f1-be9e-00000a000017 HTTP/1.1" 200 221 0.003352 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:49] "GET /analytics/query/e03b6586-526d-11f1-be9e-00000a000017 HTTP/1.1" 200 338 0.002990 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:49] "GET /analytics/query/e03b6586-526d-11f1-be9e-00000a000017/chunk-final/0 HTTP/1.1" 200 9808 0.002758 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:49] "POST /analytics/query HTTP/1.1" 202 179 0.013109 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:49] "GET /analytics/query/e08c4f0b-526d-11f1-aa30-00000a000017 HTTP/1.1" 200 221 0.003696 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:50] "GET /analytics/query/e08c4f0b-526d-11f1-aa30-00000a000017 HTTP/1.1" 200 338 0.002356 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:50] "GET /analytics/query/e08c4f0b-526d-11f1-aa30-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001948 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:50] "POST /analytics/query HTTP/1.1" 202 179 0.005272 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:50] "GET /analytics/query/e0df40e2-526d-11f1-9783-00000a000017 HTTP/1.1" 200 221 0.001807 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:50] "GET /analytics/query/e0df40e2-526d-11f1-9783-00000a000017 HTTP/1.1" 200 338 0.005681 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:50] "GET /analytics/query/e0df40e2-526d-11f1-9783-00000a000017/chunk-final/0 HTTP/1.1" 200 13682 0.005315 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:50] "POST /analytics/query HTTP/1.1" 202 179 0.008337 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:50] "GET /analytics/query/e1319d54-526d-11f1-898e-00000a000017 HTTP/1.1" 200 221 0.003243 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:51] "GET /analytics/query/e1319d54-526d-11f1-898e-00000a000017 HTTP/1.1" 200 338 0.002513 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:51] "GET /analytics/query/e1319d54-526d-11f1-898e-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002369 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:51] "POST /analytics/query HTTP/1.1" 202 179 0.005431 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:51] "GET /analytics/query/e1833e47-526d-11f1-973f-00000a000017 HTTP/1.1" 200 221 0.003479 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:51] "GET /analytics/query/e1833e47-526d-11f1-973f-00000a000017 HTTP/1.1" 200 338 0.002274 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:51] "GET /analytics/query/e1833e47-526d-11f1-973f-00000a000017/chunk-final/0 HTTP/1.1" 200 11744 0.003026 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:51] "POST /analytics/query HTTP/1.1" 202 179 0.014525 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:51] "GET /analytics/query/e1d60b7d-526d-11f1-bc9e-00000a000017 HTTP/1.1" 200 221 0.007715 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:52] "GET /analytics/query/e1d60b7d-526d-11f1-bc9e-00000a000017 HTTP/1.1" 200 338 0.002356 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:52] "GET /analytics/query/e1d60b7d-526d-11f1-bc9e-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002112 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:52] "POST /analytics/query HTTP/1.1" 202 179 0.005811 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:52] "GET /analytics/query/e2292b8f-526d-11f1-9c5a-00000a000017 HTTP/1.1" 200 221 0.007325 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:52] "GET /analytics/query/e2292b8f-526d-11f1-9c5a-00000a000017 HTTP/1.1" 200 338 0.002305 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:52] "GET /analytics/query/e2292b8f-526d-11f1-9c5a-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001900 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:52] "POST /analytics/query HTTP/1.1" 202 179 0.007475 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:53] "GET /analytics/query/e27bc496-526d-11f1-97fd-00000a000017 HTTP/1.1" 200 221 0.007162 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:53] "GET /analytics/query/e27bc496-526d-11f1-97fd-00000a000017 HTTP/1.1" 200 338 0.008223 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:53] "GET /analytics/query/e27bc496-526d-11f1-97fd-00000a000017/chunk-final/0 HTTP/1.1" 200 4015 0.002920 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:53] "POST /analytics/query HTTP/1.1" 202 179 0.006175 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:53] "GET /analytics/query/e2cf8aa5-526d-11f1-9a05-00000a000017 HTTP/1.1" 200 221 0.007914 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:54] "GET /analytics/query/e2cf8aa5-526d-11f1-9a05-00000a000017 HTTP/1.1" 200 338 0.002805 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:54] "GET /analytics/query/e2cf8aa5-526d-11f1-9a05-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001931 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:54] "POST /analytics/query HTTP/1.1" 202 179 0.006387 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:54] "GET /analytics/query/e3226676-526d-11f1-bdd2-00000a000017 HTTP/1.1" 200 221 0.001853 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:54] "GET /analytics/query/e3226676-526d-11f1-bdd2-00000a000017 HTTP/1.1" 200 338 0.002228 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:54] "GET /analytics/query/e3226676-526d-11f1-bdd2-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001937 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:54] "POST /analytics/query HTTP/1.1" 202 179 0.020975 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:54] "GET /analytics/query/e373428e-526d-11f1-b3a3-00000a000017 HTTP/1.1" 200 221 0.021701 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:55] "GET /analytics/query/e373428e-526d-11f1-b3a3-00000a000017 HTTP/1.1" 200 338 0.004563 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:55] "GET /analytics/query/e373428e-526d-11f1-b3a3-00000a000017/chunk-final/0 HTTP/1.1" 200 7876 0.004450 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.003640 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004052 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:56] "POST /analytics/query HTTP/1.1" 202 179 0.007239 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:56] "GET /analytics/query/e4ac5d74-526d-11f1-87f6-00000a000017 HTTP/1.1" 200 221 0.002012 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:57] "GET /analytics/query/e4ac5d74-526d-11f1-87f6-00000a000017 HTTP/1.1" 200 340 0.002207 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:57] "GET /analytics/query/e4ac5d74-526d-11f1-87f6-00000a000017/chunk-final/0 HTTP/1.1" 200 1585163 0.039968 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:57] "POST /analytics/query HTTP/1.1" 202 179 0.005843 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:57] "GET /analytics/query/e509d386-526d-11f1-89a2-00000a000017 HTTP/1.1" 200 221 0.003905 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:57] "GET /analytics/query/e509d386-526d-11f1-89a2-00000a000017 HTTP/1.1" 200 340 0.002592 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:57] "GET /analytics/query/e509d386-526d-11f1-89a2-00000a000017/chunk-final/0 HTTP/1.1" 200 1587877 0.017791 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004402 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:58:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.004356 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.007269 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.004278 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.006320 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:01] "POST /analytics/query HTTP/1.1" 202 179 0.005666 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:01] "GET /analytics/query/e7948558-526d-11f1-b22a-00000a000017 HTTP/1.1" 200 221 0.001994 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:02] "GET /analytics/query/e7948558-526d-11f1-b22a-00000a000017 HTTP/1.1" 200 339 0.003103 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:02] "GET /analytics/query/e7948558-526d-11f1-b22a-00000a000017/chunk-final/0 HTTP/1.1" 200 41667 0.008334 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.004291 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:02] "POST /analytics/query HTTP/1.1" 202 179 0.006510 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:02] "GET /analytics/query/e85570d2-526d-11f1-bc41-00000a000017 HTTP/1.1" 200 221 0.003033 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:03] "GET /analytics/query/e85570d2-526d-11f1-bc41-00000a000017 HTTP/1.1" 200 342 0.002642 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:03] "GET /analytics/query/e85570d2-526d-11f1-bc41-00000a000017/chunk-final/0 HTTP/1.1" 200 1190546 0.062325 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003572 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.005143 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003956 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:09] "POST /analytics/query HTTP/1.1" 200 145 1.012533 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.004154 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:10] "POST /analytics/query HTTP/1.1" 200 2311 1.020244 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004716 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:12] "POST /analytics/query HTTP/1.1" 200 708 1.011430 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.003971 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:14] "POST /analytics/query HTTP/1.1" 200 2901 1.014728 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004463 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:16] "POST /analytics/query HTTP/1.1" 200 206 1.029627 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.004405 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:17] "POST /analytics/query HTTP/1.1" 200 1467 1.012643 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003762 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:19] "POST /analytics/query HTTP/1.1" 200 2901 1.017938 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003872 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:21] "POST /analytics/query HTTP/1.1" 200 825 1.011023 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.005215 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:22] "POST /analytics/query HTTP/1.1" 200 140894 1.019375 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004530 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:24] "POST /analytics/query HTTP/1.1" 200 619 1.014543 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004191 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:26] "POST /analytics/query HTTP/1.1" 200 258 1.013111 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.005126 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:27] "POST /analytics/query HTTP/1.1" 200 596 1.012906 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004784 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:29] "POST /analytics/query HTTP/1.1" 200 1796 1.012555 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003666 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:31] "POST /analytics/query HTTP/1.1" 200 596 1.027349 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004482 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:33] "POST /analytics/query HTTP/1.1" 200 236 1.012318 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 03:59:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003801 [API:8081]10.0.0.23 - - [2026-05-18 03:59:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-05-18 03:59:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2368 0.079726 [API:8081]10.0.0.23 - - [2026-05-18 03:59:53] "GET /analytics HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-05-18 03:59:53] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.23 - - [2026-05-18 04:00:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074147 [API:8081]10.0.0.22 - - [2026-05-18 04:00:22] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2026-05-18 04:00:22] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.240 - - [2026-05-18 04:00:23] "GET /analytics HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.240 - - [2026-05-18 04:00:23] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.23 - - [2026-05-18 04:00:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.144987 [API:8081]10.0.0.23 - - [2026-05-18 04:00:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.010047 [API:8081]10.0.0.23 - - [2026-05-18 04:00:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.083121 [API:8081]10.0.0.23 - - [2026-05-18 04:01:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.088806 [API:8081]10.0.0.23 - - [2026-05-18 04:01:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.013902 [API:8081]10.0.0.23 - - [2026-05-18 04:01:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.011903 [API:8081]10.0.0.23 - - [2026-05-18 04:01:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.010796 [API:8081]10.0.0.23 - - [2026-05-18 04:01:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.013254 [API:8081]10.0.0.23 - - [2026-05-18 04:01:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.014135 [API:8081]10.0.0.23 - - [2026-05-18 04:01:36] "POST /analytics/query HTTP/1.1" 200 222 1.023548 [API:8081]10.0.0.23 - - [2026-05-18 04:01:37] "POST /analytics/query HTTP/1.1" 200 222 1.024974 [API:8081]10.0.0.23 - - [2026-05-18 04:01:38] "POST /analytics/query HTTP/1.1" 200 353 1.022134 [API:8081]10.0.0.22 - - [2026-05-18 04:01:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2026-05-18 04:01:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.240 - - [2026-05-18 04:01:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.240 - - [2026-05-18 04:01:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-05-18 04:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-05-18 04:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.22 - - [2026-05-18 04:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2026-05-18 04:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.240 - - [2026-05-18 04:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.240 - - [2026-05-18 04:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-05-18 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000891 [API:8081]10.0.0.23 - - [2026-05-18 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-05-18 04:03:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079346 [API:8081]10.0.0.23 - - [2026-05-18 04:04:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.085343 [API:8081]10.0.0.23 - - [2026-05-18 04:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26853 0.022246 [API:8081]10.0.0.23 - - [2026-05-18 04:06:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069766 [API:8081]10.0.0.22 - - [2026-05-18 04:06:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2026-05-18 04:06:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.240 - - [2026-05-18 04:06:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001331 [API:8081]10.0.0.240 - - [2026-05-18 04:06:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2026-05-18 04:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-05-18 04:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.22 - - [2026-05-18 04:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-18 04:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.240 - - [2026-05-18 04:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.240 - - [2026-05-18 04:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-05-18 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-05-18 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-05-18 04:07:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.079967 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:08:40] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004646 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:08:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004029 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:08:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003382 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:08:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003951 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:08:40] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004321 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:08:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003886 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:08:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003145 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:08:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003510 [API:8081]10.0.0.23 - - [2026-05-18 04:09:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088372 [API:8081]10.0.0.23 - - [2026-05-18 04:09:53] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-05-18 04:09:53] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.23 - - [2026-05-18 04:10:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.084634 [API:8081]10.0.0.22 - - [2026-05-18 04:10:22] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2026-05-18 04:10:22] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.240 - - [2026-05-18 04:10:23] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.240 - - [2026-05-18 04:10:23] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.22 - - [2026-05-18 04:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-18 04:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.240 - - [2026-05-18 04:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.240 - - [2026-05-18 04:11:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-05-18 04:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2026-05-18 04:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2026-05-18 04:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2026-05-18 04:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.240 - - [2026-05-18 04:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.240 - - [2026-05-18 04:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-05-18 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-05-18 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-05-18 04:12:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070935 [API:8081]10.0.0.23 - - [2026-05-18 04:13:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.075851 [API:8081]10.0.0.23 - - [2026-05-18 04:15:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085754 [API:8081]10.0.0.23 - - [2026-05-18 04:16:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.084699 [API:8081]10.0.0.22 - - [2026-05-18 04:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.22 - - [2026-05-18 04:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.240 - - [2026-05-18 04:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.240 - - [2026-05-18 04:16:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-05-18 04:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-05-18 04:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.22 - - [2026-05-18 04:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.22 - - [2026-05-18 04:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.240 - - [2026-05-18 04:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.240 - - [2026-05-18 04:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-05-18 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-05-18 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-05-18 04:18:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095014 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:18:40] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005693 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:18:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003604 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:18:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003139 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:18:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004735 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:18:40] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005659 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:18:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005243 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:18:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004449 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:18:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003561 [API:8081]10.0.0.23 - - [2026-05-18 04:19:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-05-18 04:19:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.092286 [API:8081]10.0.0.23 - - [2026-05-18 04:19:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.086918 [API:8081]10.0.0.23 - - [2026-05-18 04:19:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:093fddba-2e44-41f1-a950-8cb562f6eb2b?flat HTTP/1.1" 200 5198 0.070318 [API:8081]10.0.0.23 - - [2026-05-18 04:19:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:093fddba-2e44-41f1-a950-8cb562f6eb2b?flat HTTP/1.1" 200 5198 0.015465 [API:8081]10.0.0.23 - - [2026-05-18 04:19:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:093fddba-2e44-41f1-a950-8cb562f6eb2b?flat HTTP/1.1" 200 5198 0.070547 [API:8081]10.0.0.23 - - [2026-05-18 04:19:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-12796343:EVPN-VN1?flat HTTP/1.1" 200 7820 0.021858 [API:8081]10.0.0.23 - - [2026-05-18 04:19:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26868 0.027469 [API:8081]10.0.0.23 - - [2026-05-18 04:19:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26868 0.023378 [API:8081]10.0.0.23 - - [2026-05-18 04:19:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010207 [API:8081]10.0.0.23 - - [2026-05-18 04:19:53] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-05-18 04:19:53] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.23 - - [2026-05-18 04:19:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9?flat HTTP/1.1" 200 5208 0.015598 [API:8081]10.0.0.23 - - [2026-05-18 04:19:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9?flat HTTP/1.1" 200 5208 0.014680 [API:8081]10.0.0.23 - - [2026-05-18 04:19:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9?flat HTTP/1.1" 200 5208 0.016967 [API:8081]10.0.0.23 - - [2026-05-18 04:19:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-12796343:EVPN-VN1?flat HTTP/1.1" 200 9169 0.035244 [API:8081]10.0.0.23 - - [2026-05-18 04:19:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26229 0.028588 [API:8081]10.0.0.23 - - [2026-05-18 04:19:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14124 0.028204 [API:8081]10.0.0.23 - - [2026-05-18 04:19:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26229 0.026387 [API:8081]10.0.0.23 - - [2026-05-18 04:19:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14124 0.028327 [API:8081]10.0.0.23 - - [2026-05-18 04:19:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.013317 [API:8081]10.0.0.22 - - [2026-05-18 04:20:22] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2026-05-18 04:20:22] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.240 - - [2026-05-18 04:20:23] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.240 - - [2026-05-18 04:20:23] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.23 - - [2026-05-18 04:21:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085441 [API:8081]10.0.0.22 - - [2026-05-18 04:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2026-05-18 04:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.240 - - [2026-05-18 04:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.240 - - [2026-05-18 04:21:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-05-18 04:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-05-18 04:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.22 - - [2026-05-18 04:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2026-05-18 04:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.240 - - [2026-05-18 04:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.240 - - [2026-05-18 04:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2026-05-18 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.23 - - [2026-05-18 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.23 - - [2026-05-18 04:22:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.098549 [API:8081]10.0.0.23 - - [2026-05-18 04:22:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:093fddba-2e44-41f1-a950-8cb562f6eb2b?flat HTTP/1.1" 200 5309 0.017431 [API:8081]10.0.0.23 - - [2026-05-18 04:22:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:093fddba-2e44-41f1-a950-8cb562f6eb2b?flat HTTP/1.1" 200 5309 0.016708 [API:8081]10.0.0.23 - - [2026-05-18 04:22:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:093fddba-2e44-41f1-a950-8cb562f6eb2b?flat HTTP/1.1" 200 5309 0.015247 [API:8081]10.0.0.23 - - [2026-05-18 04:22:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-12796343:EVPN-VN1?flat HTTP/1.1" 200 9302 0.020658 [API:8081]10.0.0.23 - - [2026-05-18 04:22:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23136 0.025107 [API:8081]10.0.0.23 - - [2026-05-18 04:22:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23136 0.028002 [API:8081]10.0.0.23 - - [2026-05-18 04:22:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009652 [API:8081]10.0.0.23 - - [2026-05-18 04:22:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9?flat HTTP/1.1" 200 5215 0.016050 [API:8081]10.0.0.23 - - [2026-05-18 04:22:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9?flat HTTP/1.1" 200 5215 0.017844 [API:8081]10.0.0.23 - - [2026-05-18 04:22:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-12796343:eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9?flat HTTP/1.1" 200 5215 0.016594 [API:8081]10.0.0.23 - - [2026-05-18 04:22:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-12796343:EVPN-VN1?flat HTTP/1.1" 200 9302 0.022109 [API:8081]10.0.0.23 - - [2026-05-18 04:22:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23296 0.023961 [API:8081]10.0.0.23 - - [2026-05-18 04:22:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23296 0.023107 [API:8081]10.0.0.23 - - [2026-05-18 04:22:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009851 [API:8081]10.0.0.23 - - [2026-05-18 04:23:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32200 0.029284 [API:8081]10.0.0.23 - - [2026-05-18 04:23:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-12796343:EVPN-VN1?flat HTTP/1.1" 200 8503 0.017196 [API:8081]10.0.0.23 - - [2026-05-18 04:23:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010367 [API:8081]10.0.0.23 - - [2026-05-18 04:23:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24695 0.030835 [API:8081]10.0.0.23 - - [2026-05-18 04:23:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24695 0.031041 [API:8081]10.0.0.23 - - [2026-05-18 04:24:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24695 0.040732 [API:8081]10.0.0.23 - - [2026-05-18 04:24:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24698 0.035720 [API:8081]10.0.0.23 - - [2026-05-18 04:24:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-12796343:EVPN-VN1?flat HTTP/1.1" 200 5989 0.014292 [API:8081]10.0.0.23 - - [2026-05-18 04:24:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.065611 [API:8081]10.0.0.23 - - [2026-05-18 04:24:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.154758 [API:8081]10.0.0.23 - - [2026-05-18 04:25:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.083223 [API:8081]10.0.0.23 - - [2026-05-18 04:26:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-02343193:ctest-TestRbac-02343193-13240447?flat HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-05-18 04:26:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-02343193:ctest-TestRbac-02343193-13240447?flat HTTP/1.1" 200 2080 0.481440 [API:8081]10.0.0.23 - - [2026-05-18 04:26:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.178126 [API:8081]10.0.0.23 - - [2026-05-18 04:26:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-02343193:ctest-TestRbac-02343193-13240447?flat HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2026-05-18 04:26:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-02343193:ctest-TestRbac-02343193-13240447?flat HTTP/1.1" 200 6498 0.212355 [API:8081]10.0.0.23 - - [2026-05-18 04:26:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.118915 [API:8081]10.0.0.23 - - [2026-05-18 04:26:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-79539929:641e34a4-db08-404e-996f-b85e26266814?flat HTTP/1.1" 200 3238 0.143418 [API:8081]10.0.0.23 - - [2026-05-18 04:26:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-79539929:641e34a4-db08-404e-996f-b85e26266814?flat HTTP/1.1" 200 3238 0.074353 [API:8081]10.0.0.23 - - [2026-05-18 04:26:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-79539929:641e34a4-db08-404e-996f-b85e26266814?flat HTTP/1.1" 200 3238 0.063803 [API:8081]10.0.0.23 - - [2026-05-18 04:26:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-02343193:ctest-TestRbac-02343193-13240447?flat HTTP/1.1" 200 7744 0.078816 [API:8081]10.0.0.23 - - [2026-05-18 04:26:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.041473 [API:8081]10.0.0.23 - - [2026-05-18 04:26:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.178441 [API:8081]10.0.0.23 - - [2026-05-18 04:26:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-05-18 04:26:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.088175 [API:8081]10.0.0.23 - - [2026-05-18 04:26:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.042902 [API:8081]10.0.0.23 - - [2026-05-18 04:26:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.161257 [API:8081]10.0.0.23 - - [2026-05-18 04:26:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.073342 [API:8081]10.0.0.23 - - [2026-05-18 04:26:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.060442 [API:8081]10.0.0.23 - - [2026-05-18 04:26:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.098279 [API:8081]10.0.0.23 - - [2026-05-18 04:26:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.176980 [API:8081]10.0.0.23 - - [2026-05-18 04:26:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.022786 [API:8081]10.0.0.23 - - [2026-05-18 04:26:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.087115 [API:8081]10.0.0.22 - - [2026-05-18 04:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.22 - - [2026-05-18 04:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.240 - - [2026-05-18 04:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.240 - - [2026-05-18 04:26:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-05-18 04:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-05-18 04:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.22 - - [2026-05-18 04:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2026-05-18 04:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.240 - - [2026-05-18 04:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.240 - - [2026-05-18 04:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-05-18 04:26:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.036402 [API:8081]10.0.0.23 - - [2026-05-18 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-05-18 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-05-18 04:27:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.022374 [API:8081]10.0.0.23 - - [2026-05-18 04:27:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24729 0.032802 [API:8081]10.0.0.23 - - [2026-05-18 04:27:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-02343193:ctest-TestRbac-02343193-13240447?flat HTTP/1.1" 200 6498 0.014463 [API:8081]10.0.0.23 - - [2026-05-18 04:27:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.011798 [API:8081]10.0.0.23 - - [2026-05-18 04:27:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-05-18 04:27:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 200 2118 0.111153 [API:8081]10.0.0.23 - - [2026-05-18 04:27:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 401 205 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-59541419'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-03839299' RBAC: ctest-TestRbacBasic-32517516 doesn't have read permission in project 'ce8df720f2a54215bff173cad29443a5' 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-12431576', 'ctest-TestRbacBasic-12431576-75049830'], 'virtual_network', 'e7057c49-3f48-4b9b-b413-ab43519e89f8', "Permission Denied for ['ctest-TestRbacBasic-59541419'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-03839299' RBAC: ctest-TestRbacBasic-32517516 doesn't have read permission in project 'ce8df720f2a54215bff173cad29443a5'"),) [API:8081]10.0.0.23 - - [2026-05-18 04:27:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 403 198 0.153995 [API:8081]10.0.0.23 - - [2026-05-18 04:27:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-05-18 04:27:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 200 6761 0.085956 [API:8081]10.0.0.23 - - [2026-05-18 04:27:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.107496 [API:8081]10.0.0.23 - - [2026-05-18 04:27:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.119234 [API:8081]10.0.0.23 - - [2026-05-18 04:27:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.073305 --- 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-59541419'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12431576' RBAC: ctest-TestRbacBasic-32517516 doesn't have read permission in project 'c0886df81e6343fb918b6135e4c1dca1' 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-12431576', 'ctest-TestRbacBasic-12431576-75049830'], 'virtual_network', 'e7057c49-3f48-4b9b-b413-ab43519e89f8', "Permission Denied for ['ctest-TestRbacBasic-59541419'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12431576' RBAC: ctest-TestRbacBasic-32517516 doesn't have read permission in project 'c0886df81e6343fb918b6135e4c1dca1'"),) [API:8081]10.0.0.23 - - [2026-05-18 04:27:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 403 198 0.050987 --- 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-59541419'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12431576' RBAC: ctest-TestRbacBasic-32517516 doesn't have read permission in project 'c0886df81e6343fb918b6135e4c1dca1' 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-12431576', 'ctest-TestRbacBasic-12431576-75049830'], 'virtual_network', 'e7057c49-3f48-4b9b-b413-ab43519e89f8', "Permission Denied for ['ctest-TestRbacBasic-59541419'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12431576' RBAC: ctest-TestRbacBasic-32517516 doesn't have read permission in project 'c0886df81e6343fb918b6135e4c1dca1'"),) [API:8081]10.0.0.23 - - [2026-05-18 04:27:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 403 198 0.111700 [API:8081]10.0.0.23 - - [2026-05-18 04:27:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 200 6765 0.068026 [API:8081]10.0.0.23 - - [2026-05-18 04:27:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12431576:ctest-TestRbacBasic-12431576-75049830?flat HTTP/1.1" 200 6765 0.021426 [API:8081]10.0.0.23 - - [2026-05-18 04:27:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.110696 [API:8081]10.0.0.23 - - [2026-05-18 04:27:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.081158 [API:8081]10.0.0.23 - - [2026-05-18 04:27:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.011508 [API:8081]10.0.0.23 - - [2026-05-18 04:27:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.110910 [API:8081]10.0.0.23 - - [2026-05-18 04:27:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.067379 [API:8081]10.0.0.23 - - [2026-05-18 04:27:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 401 205 0.000405 --- 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-77775469 as ['ctest-TestRbacBasic-44031346'] to R virtual-network in ctest-TestRbacBasic-30593084 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-30593084', 'ctest-TestRbacBasic-30593084-80390864'], 'virtual_network', '77f2470f-88e6-42af-b1ae-c1457744f3d9', "Permission Denied for ctest-TestRbacBasic-77775469 as ['ctest-TestRbacBasic-44031346'] to R virtual-network in ctest-TestRbacBasic-30593084"),) [API:8081]10.0.0.23 - - [2026-05-18 04:27:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 403 198 0.116447 [API:8081]10.0.0.23 - - [2026-05-18 04:27:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.085258 [API:8081]10.0.0.23 - - [2026-05-18 04:27:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 200 2124 0.072218 [API:8081]10.0.0.23 - - [2026-05-18 04:27:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.069611 --- 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-77775469 as ['ctest-TestRbacBasic-44031346'] to R virtual-network in ctest-TestRbacBasic-30593084 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-30593084', 'ctest-TestRbacBasic-30593084-80390864'], 'virtual_network', '77f2470f-88e6-42af-b1ae-c1457744f3d9', "Permission Denied for ctest-TestRbacBasic-77775469 as ['ctest-TestRbacBasic-44031346'] to R virtual-network in ctest-TestRbacBasic-30593084"),) [API:8081]10.0.0.23 - - [2026-05-18 04:27:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 403 198 0.049714 --- 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-77775469 as ['ctest-TestRbacBasic-44031346'] to R virtual-network in ctest-TestRbacBasic-30593084 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-30593084', 'ctest-TestRbacBasic-30593084-80390864'], 'virtual_network', '77f2470f-88e6-42af-b1ae-c1457744f3d9', "Permission Denied for ctest-TestRbacBasic-77775469 as ['ctest-TestRbacBasic-44031346'] to R virtual-network in ctest-TestRbacBasic-30593084"),) [API:8081]10.0.0.23 - - [2026-05-18 04:27:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 403 198 0.122294 [API:8081]10.0.0.23 - - [2026-05-18 04:27:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.068187 [API:8081]10.0.0.23 - - [2026-05-18 04:27:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 200 2124 0.065162 [API:8081]10.0.0.23 - - [2026-05-18 04:27:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.090283 [API:8081]10.0.0.23 - - [2026-05-18 04:27:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 401 205 0.000321 --- 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-32517516 as ['ctest-TestRbacBasic-59541419'] to R virtual-network in ctest-TestRbacBasic-30593084 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-30593084', 'ctest-TestRbacBasic-30593084-80390864'], 'virtual_network', '77f2470f-88e6-42af-b1ae-c1457744f3d9', "Permission Denied for ctest-TestRbacBasic-32517516 as ['ctest-TestRbacBasic-59541419'] to R virtual-network in ctest-TestRbacBasic-30593084"),) [API:8081]10.0.0.23 - - [2026-05-18 04:27:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 403 198 0.117825 [API:8081]10.0.0.23 - - [2026-05-18 04:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.061691 [API:8081]10.0.0.23 - - [2026-05-18 04:27:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-80390864?flat HTTP/1.1" 200 2124 0.072673 [API:8081]10.0.0.23 - - [2026-05-18 04:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.060233 [API:8081]10.0.0.23 - - [2026-05-18 04:27:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.010014 [API:8081]10.0.0.23 - - [2026-05-18 04:27:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.020165 [API:8081]10.0.0.23 - - [2026-05-18 04:28:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-30593084:76d0dd18-eb40-4b1a-9a1a-15247896e565?flat HTTP/1.1" 200 5395 0.064688 [API:8081]10.0.0.23 - - [2026-05-18 04:28:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-30593084:76d0dd18-eb40-4b1a-9a1a-15247896e565?flat HTTP/1.1" 200 5395 0.064418 [API:8081]10.0.0.23 - - [2026-05-18 04:28:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-30593084:76d0dd18-eb40-4b1a-9a1a-15247896e565?flat HTTP/1.1" 200 5395 0.072656 [API:8081]10.0.0.23 - - [2026-05-18 04:28:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-69937775?flat HTTP/1.1" 200 4135 0.083117 [API:8081]10.0.0.23 - - [2026-05-18 04:28:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037556 [API:8081]10.0.0.23 - - [2026-05-18 04:28:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.099769 [API:8081]10.0.0.23 - - [2026-05-18 04:28:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.032027 [API:8081]10.0.0.23 - - [2026-05-18 04:28:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039780 [API:8081]10.0.0.23 - - [2026-05-18 04:28:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.105503 [API:8081]10.0.0.23 - - [2026-05-18 04:28:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.034024 [API:8081]10.0.0.23 - - [2026-05-18 04:28:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.059855 [API:8081]10.0.0.23 - - [2026-05-18 04:28:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-69937775?flat HTTP/1.1" 200 8778 0.098709 [API:8081]10.0.0.23 - - [2026-05-18 04:28:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.079010 [API:8081]10.0.0.23 - - [2026-05-18 04:28:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.042971 [API:8081]10.0.0.23 - - [2026-05-18 04:28:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.103067 [API:8081]10.0.0.23 - - [2026-05-18 04:28:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.028077 [API:8081]10.0.0.23 - - [2026-05-18 04:28:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.075591 [API:8081]10.0.0.23 - - [2026-05-18 04:28:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.028220 [API:8081]10.0.0.23 - - [2026-05-18 04:28:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.033261 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:28:40] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002951 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:28:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003771 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:28:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004802 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:28:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007215 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:28:40] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006351 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:28:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005481 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:28:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006175 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:28:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005403 [API:8081]10.0.0.23 - - [2026-05-18 04:28:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.031841 [API:8081]10.0.0.23 - - [2026-05-18 04:28:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.030378 [API:8081]10.0.0.23 - - [2026-05-18 04:28:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.043207 [API:8081]10.0.0.23 - - [2026-05-18 04:28:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.028235 [API:8081]10.0.0.23 - - [2026-05-18 04:28:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.029506 [API:8081]10.0.0.23 - - [2026-05-18 04:28:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-30593084:ctest-TestRbacBasic-30593084-69937775?flat HTTP/1.1" 200 6891 0.015588 [API:8081]10.0.0.23 - - [2026-05-18 04:28:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.013592 [Introspect:8090]10.0.0.23 - - [2026-05-18 04:28:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.002033 [API:8081]10.0.0.23 - - [2026-05-18 04:29:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-05-18 04:29:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.083337 [API:8081]10.0.0.23 - - [2026-05-18 04:29:53] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-05-18 04:29:53] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.22 - - [2026-05-18 04:30:22] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2026-05-18 04:30:22] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.240 - - [2026-05-18 04:30:23] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.240 - - [2026-05-18 04:30:23] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.23 - - [2026-05-18 04:30:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072676 [API:8081]10.0.0.23 - - [2026-05-18 04:31:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.081170 [API:8081]10.0.0.22 - - [2026-05-18 04:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2026-05-18 04:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.240 - - [2026-05-18 04:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.240 - - [2026-05-18 04:31:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-05-18 04:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-05-18 04:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.22 - - [2026-05-18 04:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.22 - - [2026-05-18 04:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.240 - - [2026-05-18 04:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.240 - - [2026-05-18 04:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-05-18 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-05-18 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-05-18 04:32:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:6c98883b-ca19-4f2e-9ad2-bdb9756b2fc6?flat HTTP/1.1" 200 5379 0.013827 [API:8081]10.0.0.23 - - [2026-05-18 04:32:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:6c98883b-ca19-4f2e-9ad2-bdb9756b2fc6?flat HTTP/1.1" 200 5379 0.080049 [API:8081]10.0.0.23 - - [2026-05-18 04:32:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:6c98883b-ca19-4f2e-9ad2-bdb9756b2fc6?flat HTTP/1.1" 200 5379 0.082696 [API:8081]10.0.0.23 - - [2026-05-18 04:32:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-99958750:ctest-vn1-90429207?flat HTTP/1.1" 200 9505 0.024345 [API:8081]10.0.0.23 - - [2026-05-18 04:32:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24738 0.037382 [API:8081]10.0.0.23 - - [2026-05-18 04:32:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24738 0.030825 [API:8081]10.0.0.23 - - [2026-05-18 04:32:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010206 [API:8081]10.0.0.23 - - [2026-05-18 04:32:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:846c767b-f430-4eeb-9274-1b40a403feff?flat HTTP/1.1" 200 5440 0.015390 [API:8081]10.0.0.23 - - [2026-05-18 04:32:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:846c767b-f430-4eeb-9274-1b40a403feff?flat HTTP/1.1" 200 5440 0.020346 [API:8081]10.0.0.23 - - [2026-05-18 04:32:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:846c767b-f430-4eeb-9274-1b40a403feff?flat HTTP/1.1" 200 5440 0.019292 [API:8081]10.0.0.23 - - [2026-05-18 04:32:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-99958750:ctest-vn1-90429207?flat HTTP/1.1" 200 9506 0.022029 [API:8081]10.0.0.23 - - [2026-05-18 04:32:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32591 0.031072 [API:8081]10.0.0.23 - - [2026-05-18 04:32:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32591 0.032014 [API:8081]10.0.0.23 - - [2026-05-18 04:32:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011969 [API:8081]10.0.0.23 - - [2026-05-18 04:32:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32591 0.032895 [API:8081]10.0.0.23 - - [2026-05-18 04:32:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32591 0.030085 [API:8081]10.0.0.23 - - [2026-05-18 04:32:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32591 0.036563 [API:8081]10.0.0.23 - - [2026-05-18 04:32:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32591 0.029825 [API:8081]10.0.0.23 - - [2026-05-18 04:32:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32593 0.037041 [API:8081]10.0.0.23 - - [2026-05-18 04:32:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32593 0.042737 [API:8081]10.0.0.23 - - [2026-05-18 04:32:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-99958750:ctest-vn1-90429207?flat HTTP/1.1" 200 7671 0.018658 [API:8081]10.0.0.23 - - [2026-05-18 04:32:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010743 [API:8081]10.0.0.23 - - [2026-05-18 04:32:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24741 0.033775 [API:8081]10.0.0.23 - - [2026-05-18 04:33:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24741 0.026980 [API:8081]10.0.0.23 - - [2026-05-18 04:33:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-99958750:ctest-vn1-90429207?flat HTTP/1.1" 200 4920 0.015122 [API:8081]10.0.0.23 - - [2026-05-18 04:33:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.011041 [API:8081]10.0.0.23 - - [2026-05-18 04:33:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.011019 [API:8081]10.0.0.23 - - [2026-05-18 04:33:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.010904 [API:8081]10.0.0.23 - - [2026-05-18 04:33:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091315 [API:8081]10.0.0.23 - - [2026-05-18 04:34:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.074547 [API:8081]10.0.0.23 - - [2026-05-18 04:36:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076761 [API:8081]10.0.0.22 - - [2026-05-18 04:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.22 - - [2026-05-18 04:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.240 - - [2026-05-18 04:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.240 - - [2026-05-18 04:36:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-05-18 04:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-05-18 04:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2026-05-18 04:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-18 04:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.240 - - [2026-05-18 04:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.240 - - [2026-05-18 04:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-05-18 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-05-18 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-05-18 04:37:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.072729 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:38:40] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004008 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:38:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003290 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:38:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003498 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:38:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004545 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:38:40] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004302 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:38:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003179 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:38:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003207 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:38:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003597 [API:8081]10.0.0.23 - - [2026-05-18 04:39:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.406932 [API:8081]10.0.0.23 - - [2026-05-18 04:39:53] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-05-18 04:39:53] "GET /analytics HTTP/1.1" 401 205 0.000192 [Introspect:8090]10.0.0.23 - - [2026-05-18 04:40:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001198 [API:8081]10.0.0.23 - - [2026-05-18 04:40:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13058 0.474765 [API:8081]10.0.0.23 - - [2026-05-18 04:40:15] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 6059 0.408335 [API:8081]10.0.0.23 - - [2026-05-18 04:40:15] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5792-2?flat HTTP/1.1" 200 6061 0.070479 [API:8081]10.0.0.23 - - [2026-05-18 04:40:15] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5792-3?flat HTTP/1.1" 200 3951 0.014921 [API:8081]10.0.0.23 - - [2026-05-18 04:40:15] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?flat HTTP/1.1" 200 6411 0.020757 [API:8081]10.0.0.23 - - [2026-05-18 04:40:15] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?flat HTTP/1.1" 200 6138 0.018919 [API:8081]10.0.0.23 - - [2026-05-18 04:40:15] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?flat HTTP/1.1" 200 7364 0.014863 [API:8081]10.0.0.23 - - [2026-05-18 04:40:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2520 0.010701 [API:8081]10.0.0.22 - - [2026-05-18 04:40:22] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2026-05-18 04:40:22] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.240 - - [2026-05-18 04:40:23] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.240 - - [2026-05-18 04:40:23] "GET /analytics HTTP/1.1" 401 205 0.000123 [API:8081]10.0.0.23 - - [2026-05-18 04:40:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069443 [API:8081]10.0.0.23 - - [2026-05-18 04:41:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:ec196354-5f28-4fab-adce-95df2564d78e?flat HTTP/1.1" 200 5252 0.025159 [API:8081]10.0.0.23 - - [2026-05-18 04:41:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:ec196354-5f28-4fab-adce-95df2564d78e?flat HTTP/1.1" 200 5252 0.026557 [API:8081]10.0.0.23 - - [2026-05-18 04:41:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:ec196354-5f28-4fab-adce-95df2564d78e?flat HTTP/1.1" 200 5252 0.016400 [API:8081]10.0.0.23 - - [2026-05-18 04:41:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-99958750:ctest-vn1-00857349?flat HTTP/1.1" 200 7117 0.014614 [API:8081]10.0.0.23 - - [2026-05-18 04:41:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.025028 [API:8081]10.0.0.23 - - [2026-05-18 04:41:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.026997 [API:8081]10.0.0.23 - - [2026-05-18 04:41:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011523 [API:8081]10.0.0.22 - - [2026-05-18 04:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2026-05-18 04:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.240 - - [2026-05-18 04:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.240 - - [2026-05-18 04:41:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-05-18 04:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2026-05-18 04:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2026-05-18 04:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2026-05-18 04:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.240 - - [2026-05-18 04:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.240 - - [2026-05-18 04:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2026-05-18 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.23 - - [2026-05-18 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:3d9f7e74-176e-4d18-a49d-cdd6a2fa6005?flat HTTP/1.1" 200 5285 0.016043 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:3d9f7e74-176e-4d18-a49d-cdd6a2fa6005?flat HTTP/1.1" 200 5285 0.017389 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-99958750:3d9f7e74-176e-4d18-a49d-cdd6a2fa6005?flat HTTP/1.1" 200 5285 0.014329 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-99958750:ctest-vn2-13015161?flat HTTP/1.1" 200 6996 0.018847 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32346 0.029057 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13548 0.025117 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32346 0.028804 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13548 0.022496 [API:8081]10.0.0.23 - - [2026-05-18 04:42:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.014532 [API:8081]10.0.0.23 - - [2026-05-18 04:42:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080809 [API:8081]10.0.0.23 - - [2026-05-18 04:43:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32350 0.045639 [API:8081]10.0.0.23 - - [2026-05-18 04:43:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14079 0.028648 [API:8081]10.0.0.23 - - [2026-05-18 04:43:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32350 0.041623 [API:8081]10.0.0.23 - - [2026-05-18 04:43:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14079 0.028426 [API:8081]10.0.0.23 - - [2026-05-18 04:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32350 0.031418 [API:8081]10.0.0.23 - - [2026-05-18 04:43:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14079 0.023751 [API:8081]10.0.0.23 - - [2026-05-18 04:43:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32350 0.054424 [API:8081]10.0.0.23 - - [2026-05-18 04:43:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13954 0.028561 [API:8081]10.0.0.23 - - [2026-05-18 04:43:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-99958750:ctest-vn2-13015161?flat HTTP/1.1" 200 7744 0.022020 [API:8081]10.0.0.23 - - [2026-05-18 04:43:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012913 [API:8081]10.0.0.23 - - [2026-05-18 04:43:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32322 0.025922 [API:8081]10.0.0.23 - - [2026-05-18 04:43:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32322 0.035278 [API:8081]10.0.0.23 - - [2026-05-18 04:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32322 0.035789 [API:8081]10.0.0.23 - - [2026-05-18 04:43:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-99958750:ctest-vn1-00857349?flat HTTP/1.1" 200 7789 0.024523 [API:8081]10.0.0.23 - - [2026-05-18 04:43:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012840 [API:8081]10.0.0.23 - - [2026-05-18 04:43:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.072349 [API:8081]10.0.0.23 - - [2026-05-18 04:44:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35809403:a885541b-481e-492c-b597-3a2ad2cd4edd?flat HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35809403:a885541b-481e-492c-b597-3a2ad2cd4edd?flat HTTP/1.1" 200 5220 0.081731 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35809403:a885541b-481e-492c-b597-3a2ad2cd4edd?flat HTTP/1.1" 200 5220 0.088712 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35809403:a885541b-481e-492c-b597-3a2ad2cd4edd?flat HTTP/1.1" 200 5220 0.079438 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-35809403:ctest-vn-79008641?flat HTTP/1.1" 200 6585 0.019185 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32355 0.034807 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14052 0.027692 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32355 0.036096 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14052 0.022134 [API:8081]10.0.0.23 - - [2026-05-18 04:44:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.009987 [API:8081]10.0.0.23 - - [2026-05-18 04:44:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35809403:af784540-f69d-458e-bc1c-f340afb271a2?flat HTTP/1.1" 200 5229 0.021604 [API:8081]10.0.0.23 - - [2026-05-18 04:44:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35809403:af784540-f69d-458e-bc1c-f340afb271a2?flat HTTP/1.1" 200 5229 0.016497 [API:8081]10.0.0.23 - - [2026-05-18 04:44:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35809403:af784540-f69d-458e-bc1c-f340afb271a2?flat HTTP/1.1" 200 5229 0.014920 [API:8081]10.0.0.23 - - [2026-05-18 04:44:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-35809403:ctest-vn-96494343?flat HTTP/1.1" 200 6735 0.017861 [API:8081]10.0.0.23 - - [2026-05-18 04:44:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.028689 [API:8081]10.0.0.23 - - [2026-05-18 04:44:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.028267 [API:8081]10.0.0.23 - - [2026-05-18 04:44:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011135 [API:8081]10.0.0.23 - - [2026-05-18 04:44:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32339 0.025888 [API:8081]10.0.0.23 - - [2026-05-18 04:45:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32339 0.039459 [API:8081]10.0.0.23 - - [2026-05-18 04:45:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32340 0.030980 [API:8081]10.0.0.23 - - [2026-05-18 04:45:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-35809403:ctest-vn-96494343?flat HTTP/1.1" 200 4886 0.014716 [API:8081]10.0.0.23 - - [2026-05-18 04:45:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.013230 [API:8081]10.0.0.23 - - [2026-05-18 04:45:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32362 0.037432 [API:8081]10.0.0.23 - - [2026-05-18 04:45:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14057 0.023664 [API:8081]10.0.0.23 - - [2026-05-18 04:45:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32362 0.036217 [API:8081]10.0.0.23 - - [2026-05-18 04:45:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14057 0.025833 [API:8081]10.0.0.23 - - [2026-05-18 04:45:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32362 0.036197 [API:8081]10.0.0.23 - - [2026-05-18 04:45:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14057 0.029883 [API:8081]10.0.0.23 - - [2026-05-18 04:45:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32362 0.031441 [API:8081]10.0.0.23 - - [2026-05-18 04:45:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14057 0.023232 [API:8081]10.0.0.23 - - [2026-05-18 04:45:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32362 0.030644 [API:8081]10.0.0.23 - - [2026-05-18 04:45:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14057 0.027755 [API:8081]10.0.0.23 - - [2026-05-18 04:45:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32362 0.028342 [API:8081]10.0.0.23 - - [2026-05-18 04:45:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 14057 0.024483 [API:8081]10.0.0.23 - - [2026-05-18 04:45:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5792-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32363 0.027895 [API:8081]10.0.0.23 - - [2026-05-18 04:45:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5792-1?flat HTTP/1.1" 200 13693 0.027107 [API:8081]10.0.0.23 - - [2026-05-18 04:45:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-35809403:ctest-vn-79008641?flat HTTP/1.1" 200 6180 0.018073 [API:8081]10.0.0.23 - - [2026-05-18 04:45:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009185 [API:8081]10.0.0.23 - - [2026-05-18 04:45:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-05-18 04:45:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.087058 [API:8081]10.0.0.23 - - [2026-05-18 04:45:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.066031 [API:8081]10.0.0.23 - - [2026-05-18 04:45:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076704 [API:8081]10.0.0.23 - - [2026-05-18 04:46:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.076493 [API:8081]10.0.0.22 - - [2026-05-18 04:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.22 - - [2026-05-18 04:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.240 - - [2026-05-18 04:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.240 - - [2026-05-18 04:46:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-05-18 04:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-05-18 04:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.22 - - [2026-05-18 04:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.22 - - [2026-05-18 04:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.240 - - [2026-05-18 04:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.240 - - [2026-05-18 04:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-05-18 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.23 - - [2026-05-18 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:48:40] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003583 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:48:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003115 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:48:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003106 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:48:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003307 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:48:40] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004105 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:48:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003269 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:48:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004117 [LOCAL API:8181]127.0.0.1 - - [2026-05-18 04:48:40] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5792-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002635 [API:8081]10.0.0.23 - - [2026-05-18 04:48:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080381 [API:8081]10.0.0.23 - - [2026-05-18 04:49:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.081143 [API:8081]10.0.0.23 - - [2026-05-18 04:49:53] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-05-18 04:49:53] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.22 - - [2026-05-18 04:50:22] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2026-05-18 04:50:22] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.240 - - [2026-05-18 04:50:23] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.240 - - [2026-05-18 04:50:23] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2026-05-18 04:51:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-05-18 04:51:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2548 0.072195 [API:8081]10.0.0.23 - - [2026-05-18 04:51:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.112538 [API:8081]10.0.0.22 - - [2026-05-18 04:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.22 - - [2026-05-18 04:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.240 - - [2026-05-18 04:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.240 - - [2026-05-18 04:51:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000580 [API:8081]10.0.0.23 - - [2026-05-18 04:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.23 - - [2026-05-18 04:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2026-05-18 04:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2026-05-18 04:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.240 - - [2026-05-18 04:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.240 - - [2026-05-18 04:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-05-18 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.23 - - [2026-05-18 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000699 [API:8081]10.0.0.23 - - [2026-05-18 04:52:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.095101 [API:8081]10.0.0.23 - - [2026-05-18 04:54:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098707 [API:8081]10.0.0.23 - - [2026-05-18 04:55:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.079152 [API:8081]10.0.0.22 - - [2026-05-18 04:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2026-05-18 04:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.240 - - [2026-05-18 04:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.240 - - [2026-05-18 04:56:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-05-18 04:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.22 - - [2026-05-18 04:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-05-18 04:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.22 - - [2026-05-18 04:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.240 - - [2026-05-18 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-05-18 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.240 - - [2026-05-18 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-05-18 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.23 - - [2026-05-18 04:57:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076770 [Introspect:8090]10.0.0.23 - - [2026-05-18 04:58:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001890