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.

qospolicy show

Prev Next

This command displays details of a specific QoS policy.

Usage

qospolicy show --id ID
               [--static]
               [--capacity]
               [--attached-iam-roles]

Required Parameters

--id ID

Identifies the QoS policy to display.

Options

--static

Shows static limits defined in the QoS policy.

--capacity

Shows capacity-based limits defined in the QoS policy.

--attached-iam-roles

Shows IAM roles to which the QoS policy is attached.

Examples

vcli: admin> qospolicy show --id 16
+----------------------------+------------+
| ID                         | 16         |
| Name                       | qos2       |
| Mode                       | STATIC     |
| Limit-by                   | BW_IOPS    |
| Policy-type                | VIEW       |
| Attached-users             | []         |
| Tenant-name                | None       |
| Is-default                 | None       |
| Use-total-limits           | False      |
| S3-connections-limit       | 0          |
| S3-conns-limit-per-env-pct | Unlimited  |
| Is-gold                    | False      |
+----------------------------+------------+
vcli: admin> qospolicy show --id 16 --static
+------------------------+-------+
| Burst-reads-bw-mb      | 0     |
| Burst-reads-iops       | 0     |
| Burst-reads-loan-iops  | 0     |
| Burst-reads-loan-mb    | 0     |
| Burst-writes-bw-mb     | 0     |
| Burst-writes-iops      | 0     |
| Burst-writes-loan-iops | 0     |
| Burst-writes-loan-mb   | 0     |
| Max-reads-bw-mbps      | 10000 |
| Max-reads-iops         | 0     |
| Max-writes-bw-mbps     | 0     |
| Max-writes-iops        | 0     |
| Min-reads-bw-mbps      | 0     |
| Min-reads-iops         | 0     |
| Min-writes-bw-mbps     | 0     |
| Min-writes-iops        | 0     |
+------------------------+-------+
vcli: admin> qospolicy show --id 16 --capacity
+------------------------------------+---+
| Max-reads-bw-mbps-per-gb-capacity  | 0 |
| Max-reads-iops-per-gb-capacity     | 0 |
| Max-writes-bw-mbps-per-gb-capacity | 0 |
| Max-writes-iops-per-gb-capacity    | 0 |
+------------------------------------+---+
vcli: admin> qospolicy show --id 16 --attached-iam-roles
+----+------+-----+
| ID | Name | Vid |
+----+------+-----+
+----+------+-----+