All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnRegionAndIsp

Last Updated:Oct 17, 2024

Queries the list of Internet service providers (ISPs) and regions.

Operation description

Note 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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

2387C335-932C-4E1E-862C-1C4363B6DE72
Regionsarray<object>

The list of regions.

Regionobject
NameEnstring

The English name of the region.

liaoning
NameZhstring

The Chinese name of the region.

Ispsarray<object>

The list of ISPs.

Ispobject
NameEnstring

The English name of the region.

unicom
NameZhstring

The Chinese name of the ISP.

Examples

Sample success responses

JSONformat

{
  "RequestId": "2387C335-932C-4E1E-862C-1C4363B6DE72",
  "Regions": {
    "Region": [
      {
        "NameEn": "liaoning",
        "NameZh": ""
      }
    ]
  },
  "Isps": {
    "Isp": [
      {
        "NameEn": "unicom",
        "NameZh": ""
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history