Queries information about all access control policy groups for a VPC firewall.
Operation description
You can call this operation to query information about all access control policy groups for a VPC firewall.
QPS limit
The queries per second (QPS) limit for this operation is 10 for each user. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DescribeVpcFirewallAclGroupList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response message.
|
zh |
| FirewallConfigureStatus |
string |
No |
The configuration status of the VPC firewall.
|
configured |
| CurrentPage |
string |
No |
The number of the page to return. Default value: 1. |
1 |
| PageSize |
string |
No |
The number of entries to return on each page. Maximum value: 50. |
10 |
| FirewallId |
string |
No |
The instance ID of the VPC border firewall. |
vfw-tr-5b202e7f0be64611**** |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of access control policy groups for the VPC firewall. |
1 |
| RequestId |
string |
The ID of the request. |
CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D |
| AclGroupList |
array<object> |
The information about the access control policy groups for the VPC firewall. |
|
|
object |
|
||
| AclGroupId |
string |
The ID of the access control policy group for the VPC border firewall. Valid values:
|
vfw-a42bbb7b887148c9**** |
| AclGroupName |
string |
The name of the access control policy group for the VPC border firewall.
|
group_test |
| MemberUid |
string |
The ID of the member account. |
258039427902**** |
| AclRuleCount |
integer |
The number of policies in the access control policy group for the VPC border firewall. |
9 |
| IsDefault |
boolean |
Indicates whether this is the default firewall. Valid values:
|
true |
| AclConfig |
object |
The ACL engine mode. |
|
| StrictMode |
integer |
Indicates whether strict mode is enabled.
|
1 |
Examples
Success response
JSON format
{
"TotalCount": 1,
"RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D",
"AclGroupList": [
{
"AclGroupId": "vfw-a42bbb7b887148c9****",
"AclGroupName": "group_test",
"MemberUid": "258039427902****",
"AclRuleCount": 9,
"IsDefault": true,
"AclConfig": {
"StrictMode": 1
}
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | The aliuid is invalid. | The aliuid is invalid. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
| 400 | ErrorPageNo | Either page number or page size is invalid. | Either page number or page size is invalid. |
| 400 | ErrorInvalidMemberUid | Member uid is invalid | The member is invalid. |
| 400 | ErrorConfigureStatus | firewall configure status invalid. | Firewall status parameter error, please re-select. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.