This API is used to query the DeH quota of a tenant.
GET /v1.0/{project_id}/quota-sets/{tenant_id}
Table 1 describes the parameters.
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Specifies the project ID. For details about how to obtain the project ID, see Obtaining Required Information. |
tenant_id |
String |
Yes |
Specifies the tenant ID. You can obtain the value from the DeH console or using the API in Querying DeHs. |
You can add the resource parameter to the URI. For example:
/v1.0/{project_id}/quota-sets/{tenant_id}?resource={resource}
Parameter |
Location |
Type |
Mandatory |
Description |
---|---|---|---|---|
resource |
query |
String |
No |
Specifies the resource type. |
Parameter |
Type |
Description |
---|---|---|
quota_set |
Array of objects |
Specifies the quota set of a DeH. For details, see Table 4. |
Query the DeH quota of the tenant whose ID is 45df5566cb3443ab910cf0daebcapoi8.
GET https://{Endpoint}/v1.0/9c53a566cb3443ab910cf0daebca90c4/quota-sets/45df5566cb3443ab910cf0daebcapoi8
{ "quota_set": [ { "used": 0, "resource": "c4", "hard_limit": 5 }, { "used": 0, "resource": "m4", "hard_limit": 5 } ] }
See Status Codes.