All Products
Search
Document Center

Cloud Firewall:DescribeDefaultIPSConfig

Last Updated:Oct 16, 2025

Provides Intrusion Prevention System (IPS) protection for internet traffic.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Lang

string

No

The language of the response. Valid values:

  • zh: Chinese. This is the default value.

  • en: English

zh

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

133173B9-8010-5DF5-8B93-********

RuleClass

integer

The strictness level of the intrusion prevention system (IPS) rules. Valid values:

  • 1: Loose

  • 2: Medium

  • 3: Strict

3

CtiRules

integer

The status of the threat intelligence feature. Valid values:

  • 1: enabled

  • 0: disabled

0

PatchRules

integer

The status of the virtual patching feature. Valid values:

  • 1: enabled

  • 0: disabled

0

RunMode

integer

The mode of the IPS. Valid values:

  • 1: Block Mode

  • 0: Monitor Mode

0

BasicRules

integer

The status of the basic policies feature. Valid values:

  • 1: enabled

  • 0: disabled

0

MaxSdl

integer

The maximum daily traffic that can be scanned for sensitive data.

10

Examples

Success response

JSON format

{
  "RequestId": "133173B9-8010-5DF5-8B93-********",
  "RuleClass": 3,
  "CtiRules": 0,
  "PatchRules": 0,
  "RunMode": 0,
  "BasicRules": 0,
  "MaxSdl": 10
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.