Help Center/ Global Accelerator/ API Reference/ API/ Quotas/ This API is used to query the quota list.
Updated on 2025-10-27 GMT+08:00

This API is used to query the quota list.

Function

This API is used to query the quota list.

Calling Method

For details, see Calling APIs.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions. For details about the required permissions, see Permissions Policies and Supported Actions.

URI

GET /v1/{domain_id}/ga/quotas

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

domain_id

Yes

String

The tenant ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Specifies the user token. The token can be obtained by calling the IAM API. The value of X-Subject-Token in the response header is the user token.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

quotas

quotas object

The objects of the quota list.

Table 4 quotas

Parameter

Type

Description

resources

Array of QuotaOuterResource objects

The list of resource quotas.

Table 5 QuotaOuterResource

Parameter

Type

Description

type

String

The quota ID.

min

Integer

The minimum quota threshold.

max

Integer

The maximum quota threshold.

quota

Integer

The quota.

Example Requests

This API is used to query the quota list.

GET https://{ga_endpoint}/v1/99a3fff0d03c428eac3678da6a7d0f24/ga/quotas

Example Responses

Status code: 200

Operation succeeded.

{
  "quotas" : {
    "resources" : [ {
      "type" : "accelerator_per_tenant",
      "min" : 1,
      "max" : 1,
      "quota" : 20
    } ]
  }
}

Status Codes

Status Code

Description

200

Operation succeeded.

Error Codes

See Error Codes.