Modifies information about an operation on an object group.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-cloudfirewall:ModifyObjectGroupOperation | update |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. | 123.xxx.251.60 |
Lang | string | No | The language of the content within the response. Valid values:
| zh |
ObjectOperation | string | Yes | The operation. Valid values:
| ignore |
ObjectType | string | Yes | The type of the operation object. Valid values:
| destinationDomain |
Direction | string | Yes | The direction of the traffic to which the access control policy applies. Valid values:
| out |
ObjectList | array | Yes | The operation objects. | |
string | Yes | The operation object. | 8.25.xxx.55 | |
Comment | string | No | The remarks of the operation. | test |
Response parameters
Examples
Sample success responses
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. |
For a list of error codes, visit the Service error codes.