Queries the quota for access control list (ACL) checks.
Operation description
QPS limits
Each user can make up to 10 queries per second (QPS). If you exceed this limit, API calls are throttled, which may affect your business. Call this operation at a reasonable rate.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. |
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
7D5483BF-2262-586D-8706-BDDB8B42**** |
| Quota |
object |
The quota. |
|
| AvailableQuota |
integer |
The available quota. |
500 |
| ConsumedQuota |
integer |
The consumed quota. |
1500 |
| TotalQuota |
integer |
The total quota. |
2000 |
| UpdateTime |
string |
The time when the quota was last updated. This value is a UNIX timestamp. Unit: seconds. |
1724982259 |
Examples
Success response
JSON format
{
"RequestId": "7D5483BF-2262-586D-8706-BDDB8B42****",
"Quota": {
"AvailableQuota": 500,
"ConsumedQuota": 1500,
"TotalQuota": 2000,
"UpdateTime": "1724982259"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.