All Products
Search
Document Center

Edge Security Acceleration:BatchStopDcdnDomain

Last Updated:Oct 17, 2024

Disables one or more accelerated domain names. After an accelerated domain name is disabled, the value of the DomainStatus parameter for the domain name changes to Offline.

Operation description

Note
  • After an accelerated domain name is disabled, Dynamic Content Delivery Network (DCDN) retains the domain name information. The system automatically reroutes all requests that are destined for the accelerated domain name to the origin.
  • You can specify up to 50 domain names in each request.
  • You can call this operation up to 30 times per second per account.
  • Debugging

    You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

    Authorization information

    There is currently no authorization information disclosed in the API.

    Request parameters

    ParameterTypeRequiredDescriptionExample
    DomainNamesstringYes

    The accelerated domain names. If you need to specify multiple accelerated domain names, separate domain names with commas (,).

    example.com

    Response parameters

    ParameterTypeDescriptionExample
    object
    RequestIdstring

    The request ID.

    0AEDAF20-4DDF-4165-8750-47FF9C1929C9

    Examples

    Sample success responses

    JSONformat

    {
      "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
    }

    Error codes

    HTTP status codeError codeError messageDescription
    400DomainNameOverLimitA maximum of 50 domains is supported for each request.The number of domain names cannot exceed 50. Reduce domain names and try again.

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

    Change history

    Change timeSummary of changesOperation
    No change history