Queries the maximum value of a numeric quota across all plans under a user account.
Operation description
This operation allows you to query the real-time log delivery quota for different business types in your Alibaba Cloud account. You must provide your Alibaba Cloud user ID (aliUid) and the business type (BusinessType). The system returns the remaining quota for the specified business type, helping you understand the current quota usage.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| QuotaName |
string |
Yes |
The plan quota name. Valid values:
|
siteCount |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
C6599BB6-525D-5CFF-86BC-24068E6FB3EE |
| QuotaValue |
string |
The quota value. |
44640 |
| PlanName |
string |
The plan name.
|
entranceplan |
| InstanceId |
string |
The plan instance ID. You can obtain this value by calling the ListSites operation. |
esa-site-b09z4sk9pbls |
Examples
Success response
JSON format
{
"RequestId": "C6599BB6-525D-5CFF-86BC-24068E6FB3EE",
"QuotaValue": "44640",
"PlanName": "entranceplan",
"InstanceId": "esa-site-b09z4sk9pbls"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 400 | QuotaNotExist | The quota item does not exist or the purchased plan has not taken effect. Confirm and try again. | The quota item does not exist or the purchased plan has not taken effect. Confirm and try again. |
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
| 404 | UnsupportQuota | Unsupported quota is specified. Check and try again. | Unsupported quota is specified. Check and try again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.