Queries information about all access control policy groups for VPC firewalls.
Operation description
This operation queries information about all access control policy groups for VPC firewalls.
QPS limit
The QPS limit for this operation is 10 requests per second per user. API calls that exceed this limit are throttled, potentially affecting 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. Valid values:
|
zh |
| FirewallConfigureStatus |
string |
No |
The configuration status of the VPC boundary firewall. Valid values:
|
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. The maximum value is 50. |
10 |
| FirewallId |
string |
No |
The instance ID of the VPC boundary firewall. |
vfw-tr-5b202e7f0be64611**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of access control policy groups. |
1 |
| RequestId |
string |
The request ID. |
CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D |
| AclGroupList |
array<object> |
The access control policy groups. |
|
|
array<object> |
The details of an access control policy group. |
||
| AclGroupId |
string |
The ID of the access control policy group for the VPC boundary firewall. Valid values:
|
vfw-a42bbb7b887148c9**** |
| AclGroupName |
string |
The name of the access control policy group for the VPC boundary firewall.
|
group_test |
| MemberUid |
string |
The ID of the member account. |
258039427902**** |
| AclRuleCount |
integer |
The number of policies in the access control policy group. |
9 |
| IsDefault |
boolean |
Indicates whether the policy group is a default group. Valid values:
Valid values:
|
true |
| AclConfig |
object |
The ACL engine mode. |
|
| StrictMode |
integer |
Indicates whether strict mode is enabled. Valid values:
|
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.