All Products
Search
Document Center

CDN:DescribeDomainRealtimeLogDelivery

Last Updated:Jul 05, 2024

Queries the real-time log delivery information about an accelerated domain name.

Operation description

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainstringYes

The accelerated domain name for which real-time log delivery is enabled. You can specify only one domain name.

example.com

Response parameters

ParameterTypeDescriptionExample
object
Statusstring

The status of real-time log delivery. Valid values:

  • online
  • offline
online
Logstorestring

The name of the Logstore where log entries are stored.

LogstoreName
Projectstring

The name of the Log Service project that is used for real-time log delivery.

ProjectName
RequestIdstring

The ID of the request.

2F8F3852-912F-42AC-80EB-F1CF4284DE93
Regionstring

The ID of the region where the Log Service project is deployed.

cn-shanghai

Examples

Sample success responses

JSONformat

{
  "Status": "online",
  "Logstore": "LogstoreName",
  "Project": "ProjectName",
  "RequestId": "2F8F3852-912F-42AC-80EB-F1CF4284DE93",
  "Region": "cn-shanghai"
}

Error codes

HTTP status codeError codeError message
400UnauthorizedRealtimeLogDelivery Service Not Authorized
404Domain.NotFoundDomain not found

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

Change history

Change timeSummary of changesOperation
No change history