Queries the countries and regions supported by the Location Blacklist feature.
Operation description
A single user can call this operation up to 50 times per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnBlockedRegions |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Language |
string |
Yes |
The language. Valid values: zh, en, and jp. |
zh |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23 |
| InfoList |
object |
||
| InfoItem |
array<object> |
A list of countries and regions. |
|
|
object |
|||
| CountriesAndRegions |
string |
The abbreviation of the country or region. |
AE |
| Continent |
string |
The continent to which the country or region belongs. |
Middle East |
| CountriesAndRegionsName |
string |
The name of the country or region. |
United Arab Emirates |
Examples
Success response
JSON format
{
"RequestId": "BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23",
"InfoList": {
"InfoItem": [
{
"CountriesAndRegions": "AE",
"Continent": "Middle East\n",
"CountriesAndRegionsName": "United Arab Emirates\n"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParameter | You must specify ArgValue. | A required parameter is not set. |
| 400 | InvalidParameter | The specified parameter is invalid. | A parameter is set to an invalid value. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.