All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnBlockedRegions

Last Updated:Oct 17, 2024

Queries countries and regions that can be added to the blacklist.

Operation description

Note You can call this operation up to 50 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
LanguagestringYes

The language. Valid values: zh, en, and jp.

zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23
InfoListarray<object>

The information about the country or region.

InfoItemobject
CountriesAndRegionsstring

The abbreviation of the name of the country or region.

AE
Continentstring

The larger region to which the country or region belongs.

Middle East
CountriesAndRegionsNamestring

The name of the country or region.

United Arab Emirates

Examples

Sample success responses

JSONformat

{
  "RequestId": "BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23",
  "InfoList": {
    "InfoItem": [
      {
        "CountriesAndRegions": "AE",
        "Continent": "Middle East\n",
        "CountriesAndRegionsName": "United Arab Emirates\n"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400MissingParameterYou must specify ArgValue.A required parameter is not set.
400InvalidParameterThe specified parameter is invalid.A parameter is set to an invalid value.

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