Handles virus defense alerts in batches. The handling types include deep scan and removal, adding to whitelist, ignoring, and manual handling.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:OperateVirusEvents |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OperationCode |
string |
Yes |
The method to handle the alert event. Valid values:
|
default |
| OperationRange |
string |
No |
The scope of the handling operation. |
[{\"type\":\"machine\",\"list\":[\"xxxxxxxxx-4cbf-4ca6-a1b7-8a09d1f86ab0\"]}] |
| OperationAll |
integer |
Yes |
Specifies whether to handle all alerts. Valid values:
|
0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TaskId |
integer |
The ID of the task for batch handling virus defense alert events. |
1 |
| RequestId |
string |
The request ID. |
B72BEC03-001C-5C77-A4BB-1E6XXXXXXX |
Examples
Success response
JSON format
{
"TaskId": 1,
"RequestId": "B72BEC03-001C-5C77-A4BB-1E6XXXXXXX"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.