Modifies the operation for an object group.
Try it now
Test
RAM authorization
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 |
| ObjectOperation |
string |
Yes |
The operation to perform. Valid values:
|
ignore |
| ObjectType |
string |
Yes |
The type of object to add to the whitelist or follow. Valid values:
|
destinationDomain |
| Direction |
string |
Yes |
The traffic direction that is controlled by the access control policy. Valid values:
|
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.