DescribeQuotas

GET /?Action=DescribeQuotas
Description

Describes one or more of your quotas.
You can use the QuotaName.N parameter to filter on the name of one or more quotas.
You can also use the Filter.N parameter to filter the described quotas on the following properties:

  • reference: The reference of the quota.

  • quota.display-name: The display name of the quota.

  • quota.group-name: The group name of the quota.

Note

If you exceed the number of identical requests allowed for a configured time period, the RequestLimitExceeded error message is returned.

Body parameter

Required: false
Name: DescribeQuotasRequest

Name Description Required Schema Default Example

Filter.N

One or more filters. Example:
osc-cli fcu DescribeQuotas \
  --Filter.1.Name "quota.display-name" \
  --Filter.1.Value.1 "DisplayName"

false

Filter

MaxResults

The maximum number of items that can be returned in a single page (by default, 100).

false

integer

NextToken

The token to request the next results page.

false

string

QuotaName.N

One or more names of quotas.

false

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

DescribeQuotasResult

Response 200

Response 200

Name Description Required Schema Default Example

nextToken

The token to request the next results page. If the value is null, there are no results left to be returned.

false

string

referenceQuotaSet.N

One or more reference quotas.

false

ReferenceQuota

requestId

The ID of the request.

false

string