Queries the Hybrid Cloud WAF node groups that are added to Web Application Firewall (WAF).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeHybridCloudGroups |
list |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
You can call the DescribeInstance operation to query the ID of the WAF instance. |
waf_v3prepaid_public_cn-********w0b |
| ClusterId |
integer |
No |
The ID of the hybrid cloud cluster. |
428 |
| GroupName |
integer |
No |
The name of the hybrid cloud node group that you want to query. |
groupName1 |
| GroupType |
string |
No |
The type of the hybrid cloud node group. Valid values:
|
protect |
| PageNumber |
integer |
No |
The number of the page to return. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries to return on each page. Default value: 10. |
10 |
| ClusterProxyType |
string |
No |
The proxy type of the hybrid cloud cluster. Valid values:
|
cname |
| RegionId |
string |
No |
The region in which the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the resource group to which the WAF instance belongs. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of hybrid cloud node groups returned. |
146 |
| RequestId |
string |
The request ID. |
045660E7-C4C6-5CD7-8182-7B337D95ADF4 |
| Groups |
array<object> |
The list of hybrid cloud node groups. |
|
|
object |
The details of a hybrid cloud node group. |
||
| GroupName |
string |
The name of the hybrid cloud node group. |
StorageGroup |
| RegionCodeValue |
integer |
The city code of the protection cluster. Note
For a list of valid codes, see Additional information about response parameters. |
0 |
| LoadBalanceIp |
string |
The IP address of the load balancer that is associated with the hybrid cloud node group. |
1.1.XX.XX |
| BackSourceMark |
string |
The back-to-origin mark of the protection cluster. The value is in the {CarrierTag}-{ContinentTag}-{CityTag}-{Identifier} format. The identifier is optional. Note
For a list of valid values, see Additional information about response parameters. |
aliyun-asiapacific-beijing-56477821 |
| GroupType |
string |
The type of the hybrid cloud node group. Valid values:
|
protect |
| LocationId |
integer |
The ID of the protection node. |
1312 |
| Ports |
string |
The ports that are used by the hybrid cloud cluster. Multiple ports are separated by commas (,). |
80,9200,20018 |
| ContinentsValue |
integer |
The continent code of the protection cluster. Note
For a list of valid codes, see Additional information about response parameters. |
410 |
| GroupId |
integer |
The ID of the hybrid cloud node group. |
123 |
| Remark |
string |
The description of the hybrid cloud node group. |
test |
| OperatorValue |
integer |
The carrier code of the protection cluster. Note
For a list of valid codes, see Additional information about response parameters. |
0 |
Carrier codes for protection clusters
| Carrier Code | Carrier Tag | Carrier Description |
| 0 | aliyun | Alibaba Cloud |
| 3 | tencent | Tencent |
| 100 | ||
| 200 | IDC | IDC |
Continent codes for protection clusters
| Continent Code | Continent Tag | Continent Description |
| 410 | asiapacific | Asia Pacific |
| 411 | euro | Europe |
City codes for protection clusters
| Continent Code | City Code | City Tag | City Description |
| 411 | 0 | frankfurt | Frankfurt |
| 411 | 1 | siliconvallery | Silicon Valley |
| 411 | 2 | Virginia | Virginia |
| 410 | 0 | beijing | Beijing |
| 410 | 1 | shanghai | Shanghai |
| 410 | 2 | hongkong | Hong Kong (China) |
| 410 | 3 | Jakarta | Indonesia (Jakarta) |
| 410 | 4 | hangzhou | Hangzhou |
| 410 | 5 | zhangjiakou | Zhangjiakou |
| 410 | 6 | shenzhen | Shenzhen |
| 410 | 7 | singapore | Singapore |
| 410 | 8 | Tokyo | Tokyo |
| 410 | 9 | changsha | Changsha |
| 410 | 10 | public_cloud | Public cloud |
| 410 | 11 | nanjing | Nanjing |
Examples
Success response
JSON format
{
"TotalCount": 146,
"RequestId": "045660E7-C4C6-5CD7-8182-7B337D95ADF4",
"Groups": [
{
"GroupName": "StorageGroup",
"RegionCodeValue": 0,
"LoadBalanceIp": "1.1.XX.XX",
"BackSourceMark": "aliyun-asiapacific-beijing-56477821",
"GroupType": "protect",
"LocationId": 1312,
"Ports": "80,9200,20018",
"ContinentsValue": 410,
"GroupId": 123,
"Remark": "test",
"OperatorValue": 0
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.