All Products
Search
Document Center

CDN:DescribeCdnTaskList

Last Updated:May 18, 2026

DescribeCdnTaskList returns a list of diagnostic tasks.

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

DiagnoseId

string

No

The diagnosis ID.

f2xxx5

TraceId

string

No

The trace ID.

000000xxxxxxxxxxxxxxxxxxxxxx33427e

TaskId

string

No

The task ID.

xxxxxxxxxx-x-x-xxxxxxxxxxxxxxxxx

ClientIp

string

No

The client IP address.

60.xx.xxx.38

DomainName

string

No

The domain name to diagnose.

http://www.example.com

StartTime

string

No

The start of the query time range, specified as a UNIX timestamp in seconds.

1644467126

EndTime

string

No

The end of the query time range, specified as a UNIX timestamp in seconds.

1644467126

PageNumber

integer

No

The page number. Default value: 1.

2

PageSize

integer

No

The number of entries to return per page. The value must be an integer from 1 to 1000.

10

Response elements

Element

Type

Description

Example

object

The response parameters.

Content

object

The data for the diagnostic task list.

Count

integer

The total number of entries returned.

10

List

array<object>

The list of diagnostic tasks.

object

Aliuid

string

The Alibaba Cloud account ID.

1077********7468

ClientAddr

string

The IP address of the local DNS server.

xx.xx.xx.xx

ClientIp

string

The client IP address.

xx.xx.xx.xx

CreateTime

string

The time the report was created.

2022-12-10 15:11:47

DiagnoseId

string

The diagnostic ID.

f2a18ad5

DiagnoseUrl

string

The diagnostic link.

http://cdn.dns-detect.alicdn.com/diagnose/xxxxxx

Domain

string

The diagnosed domain name.

http://www.example.com

ExpireTime

integer

The expiration time.

1669285111

RemainDiagnoseTimes

integer

The number of remaining diagnostic attempts.

10

State

string

The generation status of the report. Valid values:

  • 0: Success

  • 1: Failure

  • 2: Timeout

  • 3: Running

  • 4: Waiting

0

Status

integer

The status of the diagnostic link. Valid values:

  • 1: Active

  • 0: Expired

1

TaskId

string

The task ID.

000000xxxxxxxxxxxxxxxxxxxxxxxxxxxx475e

TimeConsuming

integer

The duration of the report generation.

1s

TraceId

string

The diagnostic trace ID.

000000xxxxxxxxxxxxxxxxxxxxxx25941e

PageNumber

integer

The page number. The default value is 1.

1

PageSize

integer

The number of entries per page. The value must be an integer from 1 to 1000.

6

RequestId

string

The request ID.

4E09C5D7-E1CF-4CAA-A45E-8727F4C8FD70

Examples

Success response

JSON format

{
  "Content": {
    "Count": 10,
    "List": [
      {
        "Aliuid": "1077********7468",
        "ClientAddr": "xx.xx.xx.xx",
        "ClientIp": "xx.xx.xx.xx",
        "CreateTime": "2022-12-10 15:11:47",
        "DiagnoseId": "f2a18ad5",
        "DiagnoseUrl": "http://cdn.dns-detect.alicdn.com/diagnose/xxxxxx",
        "Domain": "http://www.example.com",
        "ExpireTime": 1669285111,
        "RemainDiagnoseTimes": 10,
        "State": "0",
        "Status": 1,
        "TaskId": "000000xxxxxxxxxxxxxxxxxxxxxxxxxxxx475e",
        "TimeConsuming": 0,
        "TraceId": "000000xxxxxxxxxxxxxxxxxxxxxx25941e"
      }
    ],
    "PageNumber": 1,
    "PageSize": 6
  },
  "RequestId": "4E09C5D7-E1CF-4CAA-A45E-8727F4C8FD70"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.