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
| 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 |
+---------------------+-----+