Queries the IPS configuration list of a virtual private cloud (VPC) firewall.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DescribeVfwIPSConfigList |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language type. Valid values:
|
zh |
| PageNo |
integer |
Yes |
The current page number. |
1 |
| PageSize |
integer |
Yes |
The number of entries per page. |
10 |
| VpcFirewallId |
string |
No |
The instance ID of the virtual private cloud (VPC) firewall. |
vfw-m5e7dbc4y**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| TotalCount |
integer |
The total number of entries. |
2 |
| PageNo |
integer |
The current page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| RequestId |
string |
The request ID. |
15FCCC52-1E23-57AE-B5EF-3E00A3****** |
| VfwIpsSwitchConfigList |
array<object> |
The configuration list. |
|
|
object |
The configuration list. |
||
| MemberUid |
string |
The UID of the member accounts. |
134646920647**** |
| VpcFirewallId |
string |
The instance ID of the virtual private cloud (VPC) firewall. |
cen-h678sl4wv3yd5v**** |
| VpcFirewallName |
string |
The instance name of the virtual private cloud (VPC) firewall. |
vpc-test |
| RunMode |
integer |
The defense mode. Valid values:
|
1 |
| BasicRules |
integer |
The status of the Basic Policies switch. Valid values:
|
1 |
| PatchRules |
integer |
The status of the virtual patches switch. Valid values:
|
1 |
| RuleClass |
integer |
The rule class for Block Mode. Valid values:
|
1 |
| VpcFirewallIdList |
array |
The list of instance IDs of virtual private cloud (VPC) firewalls. |
|
|
string |
The instance ID of the virtual private cloud (VPC) firewall. |
vfw-9f39c248f9f447c**** |
Examples
Success response
JSON format
{
"TotalCount": 2,
"PageNo": 1,
"PageSize": 10,
"RequestId": "15FCCC52-1E23-57AE-B5EF-3E00A3******",
"VfwIpsSwitchConfigList": [
{
"MemberUid": "134646920647****",
"VpcFirewallId": "cen-h678sl4wv3yd5v****",
"VpcFirewallName": "vpc-test",
"RunMode": 1,
"BasicRules": 1,
"PatchRules": 1,
"RuleClass": 1,
"VpcFirewallIdList": [
"vfw-9f39c248f9f447c****"
]
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorDBSelect | An error occurred while querying database. | An error occurred while querying database. |
| 400 | ErrorParametersUid | The aliUid parameter is invalid. | The aliUid parameter is invalid. |
| 400 | ErrorParametersPageSizeOrNo | Either pageSize or pageNo is invalid. | Either pageSize or pageNo is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.