tenant list-metric-labels

Prev Next

Note

This command is introduced in VAST Cluster 5.4.3.

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

--id ID

Specifies the ID of the tenant for which to list metric labels.

Options

--page PAGE

Selects a specific page of results to display if the full list exceeds --page-size.

Default: 1 (displays the first page of results)

For example, to display the third page of results: --page 3

--page-size SIZE

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: --page-size 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 |
+----+----------+---------+---------------------+