lbcli list-qos policies (2.3.16 and above)
Lists qos-policies resources.
lbcli list qos-policiesLists qos-policies resources.
lbcli list qos-policies [flags]Examples:
lbcli list qos-policieslbcli list qos-policies --uuid 32e7b7ab-4e6d-4b6c-8c4e-92710bcd9301lbcli list qos-policies --uuid 32e7b7ab-4e6d-4b6c-8c4e-92710bcd9301 --project-name my-projectlbcli list qos-policies --name my-policylbcli list qos-policies --name my-policy --project-name my-project| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for qos-policies. | |
| --name | string | Policy name. | ||
| --project-name | string | Project name. This is relevant only for polices that are available for this project (global, or projects specified in scope). | ||
| --uuid | string | Policy UUID. |
This command returns the following fields for each policy. The default output format is human-readable. The human-readable output only shows some of these fields. The json/yaml output format is also supported and includes additional fields.
| Field | Type | Description |
|---|---|---|
| Name | String | QoS policy name. |
| Description | String | QoS policy description. |
| State | String | Policy state:
|
| QoS Rate Limit Policy | Struct | The defined QOS parameters of the policy. QoS Rate Limit Policy is a structure that contains visibility, scope, and an inner structure - as shown below (each of these are defined in create qos-policy). It will be either limitIOPS, limitBW, or limitIOPSPerGB.
|
| Projects Names Scope | String | A list of project names that can use this policy. |
| Policy Visibility | Enum | This has three options:
|