Queries countries and regions that can be added to the blacklist.
Operation description
Each account 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 |
|
cdn:DescribeBlockedRegions |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Language |
string |
Yes |
The language. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23 |
| InfoList |
object |
||
| InfoItem |
array<object> |
The information returned. |
|
|
object |
|||
| CountriesAndRegions |
string |
The abbreviation of the name of the country or region. |
AF |
| Continent |
string |
The district to which the country or region belongs. |
Asia |
| CountriesAndRegionsName |
string |
The name of the country or region. |
Afghanistan |
Examples
Success response
JSON format
{
"RequestId": "BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23",
"InfoList": {
"InfoItem": [
{
"CountriesAndRegions": "AF",
"Continent": "亚洲",
"CountriesAndRegionsName": "Afghanistan"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MISS_PARAMETER | MISS_PARAMETER | |
| 400 | INVALID_PARAMETER | INVALID_PARAMETER | |
| 400 | FAILED | FAILED |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.