Queries the remaining log delivery quota for each business type of a specified user.
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 parameters
|
Parameter |
Type |
Required |
Description |
Example |
| BusinessType |
string |
Yes |
The log type of real-time Mitigation Logs. Valid values:
|
dcdn_log_access_l1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
34DCBC8A-****-****-****-6DAA11D7DDBD |
| FreeQuota |
integer |
The remaining available quota. |
3 |
| BusinessType |
string |
The log type of real-time Mitigation Logs. Valid values:
|
dcdn_log_access_l1 |
Examples
Success response
JSON format
{
"RequestId": "34DCBC8A-****-****-****-6DAA11D7DDBD",
"FreeQuota": 3,
"BusinessType": "dcdn_log_access_l1"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 400 | InternalError | An internal exception occurred, please try again later. | An inner exception was triggered. Please try again later. |
| 403 | ErService.NotOpen | Er service has not opend. | Er service has not opend. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.