Queries whether log storage is activated.

Note The call frequency of the API is no more than 100 queries per second.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameter

Parameter Type Required Example Description
Action String Yes DescribeDcdnOfflineLogDeliveryStatus

The operation that you want to perform. Set the value to DescribeDcdnOfflineLogDeliveryStatus.

Response parameters

Parameter Type Example Description
OpenStatus String opened

Indicates whether log storage is activated. Valid values:

  • opened: activated
  • opening: being activated
  • unopened: not activated
RequestId String A4CAAB12-5652-4BCE-80C2-A1BD6C9A091C

The ID of the request.

Examples

Sample requests

http(s)://dcdn.aliyuncs.com/?Action=DescribeDcdnOfflineLogDeliveryStatus
&<Common request parameters>

Sample success responses

XML format

<DescribeDcdnOfflineLogDeliveryStatusResponse>
  <RequestId>A4CAAB12-5652-4BCE-80C2-A1BD6C9A091C</RequestId>
  <OpenStatus>opened</OpenStatus>
</DescribeDcdnOfflineLogDeliveryStatusResponse>

JSON format

{
  "RequestId": "A4CAAB12-5652-4BCE-80C2-A1BD6C9A091C",
  "OpenStatus": "opened"
}

Error codes

For a list of error codes, visit the API Error Center.