Queries information about access control policy groups for VPC firewalls.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeVpcFirewallAclGroupList |
The operation that you want to perform. Set the value to DescribeVpcFirewallAclGroupList. |
Lang | String | No | zh |
The natural language of the request and response. Valid values:
|
FirewallConfigureStatus | String | No | configured |
Specifies whether VPC firewalls are configured.
|
CurrentPage | String | No | 1 |
The number of the page to return. Default value: 1. |
PageSize | String | No | 10 |
The number of entries to return on each page. Maximum value: 50. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
AclGroupList | Array |
The information about access control policy groups for VPC firewalls. |
|
AclGroupId | String | vfw-a42bbb7b887148c9**** |
The ID of the access control policy group. You can call the DescribeVpcFirewallAclGroupListoperation to obtain the ID. Valid values:
|
AclGroupName | String | group_test |
The name of the access control policy group.
|
RequestId | String | CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D |
The ID of the request. |
TotalCount | Integer | 1 |
The total number of the access control policy groups for the VPC firewalls. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeVpcFirewallAclGroupList
&FirewallConfigureStatus=configured
&<Common request parameters>
Sample success responses
XML
format
<DescribeVpcFirewallAclGroupListResponse>
<TotalCount>1</TotalCount>
<AclGroupList>
<AclGroupId>vfw-a42bbb7b887148c9****</AclGroupId>
<AclGroupName>group_test</AclGroupName>
</AclGroupList>
</DescribeVpcFirewallAclGroupListResponse>
JSON
format
{"TotalCount":1,"AclGroupList":[{"AclGroupId":"vfw-a42bbb7b887148c9****","AclGroupName":"group_test"}]}
Error codes
For a list of error codes, visit the API Error Center.