Queries a service quota
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| QuotaType |
string |
Yes |
The unique identifier of the quota. |
instanceTrialTimes。 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| ServiceQuota |
object |
The service quota. |
|
| QuotaType |
string |
The unique identifier of the quota. |
instanceTrialNumber |
| QuotaValue |
integer |
The value of the quota. |
5 |
| UsedQuotaValue |
integer |
The current usage of the quota. |
1 |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"ServiceQuota": {
"QuotaType": "instanceTrialNumber",
"QuotaValue": 5,
"UsedQuotaValue": 1
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.