All Products
Search
Document Center

Security Center:DescribeSupportRegion

Last Updated:Apr 28, 2023

Queries the regions in which the anti-ransomware feature is supported.

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, which is used to locate and troubleshoot issues.

2C0699D3-4107-5A46-A4C4-E129A5967788
SupportRegionarray

The regions in which the anti-ransomware feature is supported.

string

The region in which the anti-ransomware feature is supported. Valid values:

  • cn-beijing: China (Beijing)
  • cn-zhangjiakou: China (Zhangjiakou)
  • cn-huhehaote: China (Hohhot)
  • cn-hangzhou: China (Hangzhou)
  • cn-shanghai: China (Shanghai)
  • cn-shenzhen: China (Shenzhen)
  • cn-hongkong: China (Hong Kong)
  • cn-north-2-gov-1: China North 2 Ali Gov 1
  • ap-southeast-2: Australia (Sydney)
  • ap-southeast-5: Indonesia (Jakarta)
  • eu-central-1: Germany (Frankfurt)
  • us-west-1: US (Silicon Valley)
  • cn-qingdao: China (Qingdao)
  • ap-northeast-1: Japan (Tokyo)
  • cn-shanghai-finance-1: China East 2 Finance
  • ap-south-1: India (Mumbai)
  • us-east-1: US (Virginia)
  • cn-chengdu: China (Chengdu)
  • me-east-1: UAE (Dubai)
  • cn-shenzhen-finance-1: China South 1 Finance
cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "RequestId": "2C0699D3-4107-5A46-A4C4-E129A5967788",
  "SupportRegion": [
    "cn-hangzhou"
  ]
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

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