You can call this operation to remove a quarantined file from the quarantine box.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | RollbackSuspEventQuaraFile |
The operation that you want to perform. Set the value toRollbackSuspEventQuaraFile. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
QuaraFileId | Integer | No | 3921797 |
The ID of the quarantined file. Note If this parameter is not set, the operation will fail. You can callDescribeSuspEventQuaraFilesto obtain the ID of the target quarantined file (the value of the Id parameter).
|
From | String | No | sas |
The identifier of the request source. The value is set to sas. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 52A3AEE6-114A-499D-8990-4BA9B27FE0AA |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=RollbackSuspEventQuaraFile
&<Common request parameters>
Sample success responses
XML
format
<RollbackSuspEventQuaraFileResponse>
<RequestId>52A3AEE6-114A-499D-8990-4BA9B27FE0AA</RequestId>
</RollbackSuspEventQuaraFileResponse>
JSON
format
{
"RequestId": "52A3AEE6-114A-499D-8990-4BA9B27FE0AA"
}
Error codes
For a list of error codes, visit the API Error Center.