Disables log storage for one or more specified domain names. This operation supports only the POST request method.

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 DisableDcdnDomainOfflineLogDelivery

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

DomainName String Yes example.com

The domain names for which you want to disable log storage. Separate domain names with commas (,).

Response parameters

Parameter Type Example Description
RequestId String C370DAF1-C838-4288-A1A0-9A87633D248E

The ID of the request.

Examples

Sample requests

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

Sample success responses

XML format

<DisableDcdnDomainOfflineLogDeliveryResponse>
  <RequestId>C370DAF1-C838-4288-A1A0-9A87633D248E</RequestId>
</DisableDcdnDomainOfflineLogDeliveryResponse>

JSON format

{
  "RequestId": "C370DAF1-C838-4288-A1A0-9A87633D248E"
}

Error codes

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