All Products
Search
Document Center

Edge Security Acceleration:GetUserLogDeliveryQuota

Last Updated:Aug 03, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

BusinessType

string

Yes

The log type of real-time Mitigation Logs. Valid values:

  • dcdn_log_access_l1 (default): access logs.

  • dcdn_log_er: Edge Routine logs.

  • dcdn_log_waf: security protection logs.

  • dcdn_log_ipa: Layer 4 acceleration logs.

  • dcdn_log_er_pod: edge container logs.

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 (default): access logs.

  • dcdn_log_er: Edge Routine logs.

  • dcdn_log_waf: security protection logs.

  • dcdn_log_ipa: Layer 4 acceleration logs.

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.