This command lists metrics labels per tenant with the values set for them.
Usage
tenant list-metric-labels --id ID
[--page PAGE]
[--page-size SIZE]
Required Parameters
| Specifies the ID of the tenant for which to list metric labels. |
Options
| Selects a specific page of results to display if the full list exceeds Default: 1 (displays the first page of results) For example, to display the third page of results: |
| Sets the number of labels to display in one page of results. Default: 200 For example, to set the number of labels displayed on a page to 50: |
Example
This example lists metrics labels with the values set for tenant 3.
vcli: admin> tenant list-metric-labels --id 3
+----+----------+---------+---------------------+
| Id | Label | Value | Created-at |
+----+----------+---------+---------------------+
| 3 | customer | default | 2026-04-13 14:25:01 |
| 4 | region | us-west | 2026-04-13 14:25:01 |
+----+----------+---------+---------------------+