All Products
Search
Document Center

CDN:ListRealtimeLogDeliveryDomains

Last Updated:May 30, 2023

Queries all domain names that are associated with a specific real-time log delivery configuration record.

Operation Description

NoteYou can call this operation up to 100 times per second per account.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectstringYes

The name of the Log Service project that is used for real-time log delivery. You can specify multiple project names and separate them with commas (,).

ProjectName
LogstorestringYes

The name of the Logstore that collects log data from Alibaba Cloud CDN in real time. You can specify multiple Logstore names and separate them with commas (,).

LogstoreName
RegionstringYes

The ID of the region where the Log Service project is deployed. You can specify multiple region IDs and separate them with commas (,).

For more information about regions, see Regions that support real-time log delivery.

ch-shanghai

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

95D5B69F-8AEC-419B-8F3A-612B35032B0D
Contentobject []

The information about the accelerated domain names.

Statusstring

The status. Valid values:

  • online: enabled
  • offline: disabled
online
DomainNamestring

The domain name.

example.com

Examples

Sample success responses

JSONformat

{
  "RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
  "Content": {
    "Domains": [
      {
        "Status": "online",
        "DomainName": "example.com "
      }
    ]
  }
}

Error codes

HTTP status codeError codeError message
400UnauthorizedRealtimeLogDelivery Service Not Authorized
404LogstoreNotExistLogstore does not exist

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