Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

tenant views-count

Prev Next

This command returns the total number of views associated with a particular tenant along with the maximum number of views allowed (if configured for the tenant).

Usage

tenant views-count --id ID

Required Parameters

--id ID

The ID of the tenant for which to count views.

Example

vcli: admin> tenant views-count --id 1
+---------------------+-----+
| Current-views-count | 460 |
| Max Views           | 0   |
+---------------------+-----+