All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnL2Ips

Last Updated:Oct 17, 2024

Queries CIDR blocks of Dynamic Content Delivery Network (DCDN) points of presence (POPs).

Operation description

Note
  • To use this operation, submit a ticket.
  • You can call this operation up to 100 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
    The current API does not require request parameters

    Response parameters

    ParameterTypeDescriptionExample
    object

    Schema of Response

    RequestIdstring

    The ID of the request.

    C370DAF1-C838-4288-A1A0-9A87633D248E
    Vipsarray

    The CIDR blocks of the POPs.

    Vipsstring

    The CIDR blocks of the POP.

    111.XXX.XXX.111/25

    Examples

    Sample success responses

    JSONformat

    {
      "RequestId": "C370DAF1-C838-4288-A1A0-9A87633D248E",
      "Vips": [
        "111.XXX.XXX.111/25"
      ]
    }

    Error codes

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

    Change history

    Change timeSummary of changesOperation
    2024-09-24The Error code has changedView Change Details