This API is used to query the enterprise project quota.
GET /v1.0/enterprise-projects/quotas
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the user token. EPS is a global service. When calling the IAM API to obtain a user token, set scope to domain. The value of X-Subject-Token in the response header is the user token. |
GET https://{EPS endpoint}/v1.0/enterprise-projects/quotas
Status code: 200
Name |
Type |
Description |
|---|---|---|
quotas |
Dict<quotas> |
Enterprise project quotas. For details, see Table 3. |
Name |
Type |
Description |
|---|---|---|
resources |
List<resource> |
Specifies the resource quota of EPS. For details, see Table 4. |
For details, see Status Code.
For details, see Error Codes.