Queries the list of regions supported by cloud native mode, primarily for CLB and ECS products.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeResourceSupportRegions |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
You can call DescribeInstance to view the ID of the current WAF instance. |
waf_cdnsdf3**** |
| ResourceProduct |
string |
No |
The cloud product to which the resource belongs. By default, instances of ALB, MSE, FC, and SAE products are returned. Valid values:
Note
Each product supports different regions. When the product filter field has a value, you need to refer to the regions supported by the product. Otherwise, the filtering may fail. |
clb7 |
| RegionId |
string |
No |
The region to which the WAF instance belongs. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the resource group. |
rg-aekzpks****kdjq |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The results that are returned. |
||
| SupportRegions |
array |
The list of region IDs supported by transparent proxy mode. |
|
|
string |
The region ID. Valid values:
|
cn-hangzhou |
|
| RequestId |
string |
Indicates the request ID. |
58FDF266-3D56-5DE8-91E0-96A26BAB**** |
Examples
Success response
JSON format
{
"SupportRegions": [
"cn-hangzhou"
],
"RequestId": "58FDF266-3D56-5DE8-91E0-96A26BAB****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.