Skip to main content

RollbackSuspEventQuaraFile

Description

call the RollbackSuspEventQuaraFile interface to cancel the isolation of files in the file isolation box.

Request Method

POST

Request Path

/apsara/route/Sas/RollbackSuspEventQuaraFile

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
QuaraFileIdBODYintegerNo3921797quarantine file ID. description if you do not enter this parameter, calling the RollbackSuspEventQuaraFile interface will not cancel the isolation of the files in the file isolation box, that is, calling the interface will not take effect. Call DescribeSuspEventQuaraFiles interface to obtain the isolation file ID (the value of the Id parameter).
FromBODYstringNosasrequest source identification, fixed as sas.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring52A3AEE6-114A-499D-8990-4BA9B27FE0AAthe unique identifier generated by alibaba cloud for this request.

Example

Successful Response example

{
"RequestId":"52A3AEE6-114A-499D-8990-4BA9B27FE0AA"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}