All Products
Search
Document Center

Cloud Firewall:ModifyVpcFirewallIPSWhitelist

Last Updated:Oct 16, 2025

Modifies the intrusion prevention system (IPS) whitelist for a VPC firewall.

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 request and response. Valid values:

  • zh (default): Chinese

  • en: English

zh

MemberUid

integer

No

The UID of the member account.

1415189284827022

VpcFirewallId

string

Yes

The instance ID of the VPC firewall.

vfw-d7b8ce273791475b9b0b

WhiteType

integer

Yes

The type of the whitelist. Valid values:

  • 1: destination

  • 2: source

1

ListType

integer

Yes

The type of the list. Valid values:

  • 1: user-defined

  • 2: address book

1

ListValue

string

No

The value that corresponds to the list type.

10.130.0.0/20,10.130.17.11/32

Response elements

Element

Type

Description

Example

object

Response schema

RequestId

string

The ID of the request.

F2E8D49A-E5AA-5FF8-8822-25282DCF4BE8

Examples

Success response

JSON format

{
  "RequestId": "F2E8D49A-E5AA-5FF8-8822-25282DCF4BE8"
}

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorParametersUid The aliUid parameter is invalid. The aliUid parameter is invalid.
400 ErrorParametersFirewallId Invalid VPC firewall ID. The VPC firewall ID is invalid.
400 ErrorParameters Parameters error. Parameter error.
400 ErrorDBSelect An error occurred while querying database. An error occurred while querying database.
400 ErrorAddressCountExceed The maximum number of addresses is exceeded. The maximum number of address is exceeded.
400 ErrorDBDelete An error occurred while deleting the database. An error occurred while deleting the database.
400 ErrorDBInsert An error occurred while performing an insert operation in the database. An error occurred while performing an insert operation in the database.
400 ErrorParametersWhitelistIP Invalid whitelistIp. The IP address is invalid.
400 ErrorRecordLog update operation log error.
400 ErrorMarshalJSON internal error: marshal json. An error occurred. Try again later.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.