Queries the access regions.
Operation description
Before calling this operation, make sure that the hybrid cloud feature is enabled for the WAF instance. Call the DescribeInstance operation to query instance details. If the returned parameter Details.HybridCloud is true, the hybrid cloud feature is enabled. If the feature is not enabled, log on to the WAF console and upgrade the instance to enable the hybrid cloud feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeHybridCloudSupportRegions |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID of the WAF instance. Note
You can call the DescribeInstance operation to query instance ID of the current WAF instance. |
waf_v3prepaid_public_cn-uqm3e3s6x03 |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| SupportRegions |
array |
The list of supported regions. |
|
|
string |
The region ID. Valid values:
|
['cn-hangzhou', 'cn-shanghai', 'cn-beijing'] |
|
| RequestId |
string |
The request ID. |
256959D5-3B45-54CD-A66D-F75F11E8E754 |
Examples
Success response
JSON format
{
"SupportRegions": [
"['cn-hangzhou', 'cn-shanghai', 'cn-beijing']"
],
"RequestId": "256959D5-3B45-54CD-A66D-F75F11E8E754"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.