All Products
Search
Document Center

Cloud Firewall:ModifyObjectGroupOperation

Last Updated:Jan 12, 2026

Modifies the operation for an object group.

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

SourceIp

string

No

The source IP address of the visitor.

123.xxx.251.60

Lang

string

No

The language of the response. Valid values:

  • zh (default): Chinese

  • en: English

zh

ObjectOperation

string

Yes

The operation to perform. Valid values:

  • subscribe: Follows the object.

  • unsubscribe: Unfollows the object.

  • ignore: Adds the object to the whitelist.

  • cancelIgnore: Removes the object from the whitelist.

ignore

ObjectType

string

Yes

The type of object to add to the whitelist or follow.

Valid values:

  • assetsIp: Asset IP address.

  • destinationIp: Destination IP address.

  • destinationPort: Destination port.

  • destinationDomain: Destination domain name.

destinationDomain

Direction

string

Yes

The traffic direction that is controlled by the access control policy.

Valid values:

  • in: Inbound traffic.

  • out: Outbound traffic.

out

ObjectList

array

Yes

The list of objects.

string

No

The list of objects for the operation.

8.25.xxx.55

Comment

string

No

The remarks for the operation.

test

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

CB32593D************775F41D6ED84

Examples

Success response

JSON format

{
  "RequestId": "CB32593D************775F41D6ED84"
}

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorOutgoingIgnoredReachLimit outgoing ignored list reach limit The number of the whitelists for outbound connections reaches the upper limit.
400 ErrorSourceCodeError The source code is invalid. The source code is invalid.
400 ErrorAliUid Aliuid invalid. The aliuid is invalid.
400 ErrorObjectOperation The objectOperation is invalid. The objectOperation is invalid.
400 ErrorDirectionError The direction is invalid. The direction is invalid.
400 ErrorObjectType The objectType is invalid. The objectType is invalid.
400 ErrorObjectList The objectList is invalid. The objectList is invalid.
400 ErrorDBSelectError A database select error occurred. The error message returned because an internal error has occurred in querying the database.
400 ErrorDBInsertError A database insert error occurred. An error occurred while performing an insert operation in the database.
400 ErrorDBDeleteError A database delete error occurred. An error occurred while deleting the database.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.