Skip to main content

DescribeQuaraFile

Description

get the list of quarantined files.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeQuaraFile

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
Pathstringno demo valuefile path.
FileStatusstringno demo valuequarantine file status: quaraFailed("0"): indicates isolation failure rollbackFailed("1"): indicates rollback failure quaraDone("2"): indicates that the isolation is complete rollbackDone("3"): indicates that the rollback is complete quaraing("4"): indicates that it is in isolation rollbacking("5"): means rollback
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
EventTypestringno demo valueexception event type.
QuaraFilesarrayno demo valuelist of quarantined files, see the following parameter description for specific sub-items.
EventNamestringno demo valueexception event name.
TotalCountintegerno demo valuetotal number of records returned.
Uuidstringno demo valuehost asset UUID.
CurrentPageintegerno demo valuecurrently returns page number.
Tagstringno demo valueunique ID of exception event.
Onlinebooleanno demo valueWhether the host Server Guard Agent is online.
Md5stringno demo valuefile MD5 value.

Example

Successful Response example

{
"Path":"no demo value",
"FileStatus":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"EventType":"no demo value",
"QuaraFiles":"no demo value",
"EventName":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"CurrentPage":"no demo value",
"Tag":"no demo value",
"Online":"no demo value",
"Md5":"no demo value"
}

Failed Response example

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

}