Queries the remaining real-time log delivery quota for a specified log category.
Operation description
Returns the remaining real-time log delivery quota for a specified log category. Specify your Alibaba Cloud account ID (aliUid) and the log category (BusinessType). The response includes the remaining quota for that category.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
esa:GetUserLogDeliveryQuota |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| BusinessType |
string |
Yes |
The log category. Valid values:
|
dcdn_log_access_l1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
34DCBC8A-****-****-****-6DAA11D7DDBD |
| FreeQuota |
integer |
The remaining quota. |
3 |
| BusinessType |
string |
The log category. 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.