All Products
Search
Document Center

Web Application Firewall:DescribeHybridCloudGroups

Last Updated:Aug 12, 2026

Queries the list of hybrid cloud node groups added to Web Application Firewall (WAF).

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 Details.HybridCloud parameter is true, the hybrid cloud feature is enabled. If it is not enabled, log on to the WAF console and upgrade the instance to enable the hybrid cloud feature.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-waf:DescribeHybridCloudGroups

list

*All Resource

*

  • acs:ResourceGroupId
None

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The ID of the WAF instance.

Note

Call the DescribeInstance operation to query the ID of the current WAF instance.

waf_v3prepaid_public_cn-********w0b

ClusterId

integer

No

The ID of the hybrid cloud cluster.

428

GroupName deprecated

integer

No

[Deprecated] Use GroupDisplayName for queries instead.

1

GroupDisplayName

string

No

The name of the hybrid cloud node group to query.

testGroup

GroupType

string

No

The type of the hybrid cloud node group. Valid values:

  • protect: protection.

  • control: management.

  • storage: storage.

  • controlStorage: management and storage.

protect

PageNumber

integer

No

The page number to return in a paging query. Default value: 1, which indicates that the first page is returned.

1

PageSize

integer

No

The number of entries per page in a paged query. Default value: 10.

10

ClusterProxyType

string

No

The proxy type of the cluster. Valid values:

  • service: SDK integration.

  • cname: reverse proxy.

cname

RegionId

string

No

The region where the WAF instance is deployed. Valid values:

  • cn-hangzhou: the Chinese mainland.

  • ap-southeast-1: outside the Chinese mainland.

cn-hangzhou

ResourceManagerResourceGroupId

string

No

The ID of the Alibaba Cloud resource group.

rg-acfm***q

Response elements

Element

Type

Description

Example

object

TotalCount

integer

The total number of entries returned.

146

RequestId

string

The request ID, which is the identifier generated by Alibaba Cloud for the request.

045660E7-C4C6-5CD7-8182-7B337D95ADF4

Groups

array<object>

The collection of hybrid cloud node groups.

object

The information about a single hybrid cloud node.

GroupName

string

The name of the hybrid cloud node group.

StorageGroup

RegionCodeValue

integer

The city code of the protection cluster.

Note

For the list of code values, see the supplementary description of response elements.

0

LoadBalanceIp

string

The load balancing (server) IP address.

1.1.XX.XX

BackSourceMark

string

The back-to-origin mark of the protection cluster, in the format of {Protection Cluster ISP Name}-{Protection Cluster Continent Name}-{Protection Cluster City Name}-{Protection Cluster Back-to-origin Identifier} (optional).

Note

For the list of values for the protection cluster ISP name, continent name, city name, and back-to-origin identifier, see the supplementary description of response elements.

aliyun-asiapacific-beijing-56477821

GroupType

string

The type of the hybrid cloud node group. Valid values:

  • protect: protection.

  • control: management.

  • storage: storage.

  • controlStorage: management and storage.

protect

LocationId

integer

The ID of the protection node.

1312

Ports

string

The ports used by the hybrid cloud cluster. The value is a string. When multiple ports are used, they are returned in the format of port1,port2,port3.

80,9200,20018

ContinentsValue

integer

The continent code of the protection cluster.

Note

For the list of code values, see the supplementary description of response elements.

410

GroupId

integer

The ID of the hybrid cloud node group.

123

Remark

string

The remarks.

remarkTest

OperatorValue

integer

The ISP code of the protection cluster.

Note

For the list of code values, see the supplementary description of response elements.

0

Protection cluster ISP codes

ISP CodeISP TagISP Description
0aliyunAlibaba Cloud
3tencentTencent
100googleGoogle
200IDCIDC

Protection cluster continent codes

Continent CodeContinent TagContinent Description
410asiapacificasiapacific
411euroeuro

Protection cluster city codes

Continent CodeCity CodeCity TagCity Description
4110frankfurtFrankfurt
4111siliconvallerySilicon Valley
4112VirginiaVirginia
4100beijingBeijing
4101shanghaiShanghai
4102hongkongHong Kong (China)
4103jakartaJakarta
4104hangzhouHangzhou
4105zhangjiakouZhangjiakou
4106shenzhenShenzhen
4107singaporeSingapore
4108TokyoTokyo
4109changshaChangsha
41010public_cloudPublic Cloud
41011nanjingNanjing

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": "remarkTest",
      "OperatorValue": 0
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.