All Products
Search
Document Center

Edge Security Acceleration:ListUserDeliveryTasks

Last Updated:Nov 07, 2025

Queries all delivery tasks in your Alibaba Cloud account by page. You can filter the delivery tasks by the category of the delivered real-time logs.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
esa:ListUserDeliveryTaskslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
BusinessTypestringNo

The log category. Valid values:

  1. dcdn_log_access_l1 (default): access logs.
  2. dcdn_log_er: Edge Routine logs.
  3. dcdn_log_waf: firewall logs.
  4. dcdn_log_ipa: TCP/UDP proxy logs.
dcdn_log_access_l1
PageSizelongNo

The number of entries per page. Default value: 20.

20
PageNumberlongNo

The page number. Default value: 1.

1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

1f94c47f-3a1a-4f69-8d6c-bfeee1b49aab
TotalCountinteger

The total number of delivery tasks.

68
PageNumberinteger

The page number returned.

1
PageSizeinteger

The number of entries per page.

20
Tasksarray<object>

The delivery tasks.

Tasksobject
TaskNamestring

The name of the delivery task.

testoss11
DeliveryTypestring

The delivery destination.

oss
DataCenterstring

The data center. Valid values:

  1. cn: the Chinese mainland.
  2. sg: outside the Chinese mainland.
cn
BusinessTypestring

The log category.

dcdn_log_er
Statusstring

The status of the delivery task.

online

Examples

Sample success responses

JSONformat

{
  "RequestId": "1f94c47f-3a1a-4f69-8d6c-bfeee1b49aab",
  "TotalCount": 68,
  "PageNumber": 1,
  "PageSize": 20,
  "Tasks": [
    {
      "TaskName": "testoss11",
      "DeliveryType": "oss",
      "DataCenter": "cn",
      "BusinessType": "dcdn_log_er",
      "Status": "online"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterThe specified parameter is invalid.The specified parameter is invalid.
400InternalErrorAn internal exception occurred, please try again later.An inner exception was triggered. Please try again later.
403EsaService.NotOpenESA service has not opend.Edge Security Accelerator (ESA) is not turned on

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-10-18The Error code has changedView Change Details
2024-09-27The Error code has changedView Change Details