Queries the intrusion prevention configurations of a virtual private cloud (VPC) firewall.
Description
You can call the DescribeVpcFirewallDefaultIPSConfig operation to query the intrusion prevention configurations of a VPC firewall.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeVpcFirewallDefaultIPSConfig |
The operation that you want to perform. Set the value to DescribeVpcFirewallDefaultIPSConfig. |
VpcFirewallId | String | Yes | vfw-m5e7dbc4y**** |
The instance ID of the VPC firewall. Valid values:
|
MemberUid | String | No | 258039427902**** |
The UID of the member that is managed by your Alibaba Cloud account. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 850A84D6-0DE4-4797-A1E8-00090125adf1 |
The ID of the request. |
RunMode | Integer | 0 |
The mode of the intrusion prevention system (IPS). Valid values:
|
EnableAllPatch | Integer | 1 |
Indicates whether virtual patching is enabled. Valid values:
|
BasicRules | Integer | 1 |
Indicates whether basic policies is enabled. Valid values:
|
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeVpcFirewallDefaultIPSConfig
&VpcFirewallId=vfw-m5e7dbc4y****
&MemberUid=258039427902****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeVpcFirewallDefaultIPSConfigResponse>
<RequestId>850A84D6-0DE4-4797-A1E8-00090125adf1</RequestId>
<RunMode>0</RunMode>
<EnableAllPatch>1</EnableAllPatch>
<BasicRules>1</BasicRules>
</DescribeVpcFirewallDefaultIPSConfigResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "850A84D6-0DE4-4797-A1E8-00090125adf1",
"RunMode" : 0,
"EnableAllPatch" : 1,
"BasicRules" : 1
}