DescribeSuspEventQuaraFiles
Description
invoke DescribeSuspEventQuaraFiles paging to query the quarantined files in the file quarantine box.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeSuspEventQuaraFiles
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Status | BODY | string | No | quaraDone | sets the status of the quarantined file to be queried. Value: quaraFailed: isolation failed quaraDone: isolation succeeded quaraing: isolating rollbackFailed: failed to undo isolation rollbackDone: Undo the isolation successfully rollbacking: Undo quarantine |
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
PageSize | BODY | string | No | 20 | sets the number of quarantined files displayed on each page. |
CurrentPage | BODY | string | No | 1 | sets the page number of the file list to be viewed. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
From | BODY | string | No | sas | The requested product is fixed as sas. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
Path | string | /var/www/html/webshell-sample-master/others/defc3e21bab59e2a2ab49f7eda99f65f83d4d349.jpg | The storage path of the quarantined file in the server. |
Status | string | rollbackDone | isolated state. Value: quaraFailed: isolation failed quaraDone: isolation succeeded quaraing: isolating rollbackFailed: failed to undo isolation rollbackDone: Undo the isolation successfully rollbacking: Undo quarantine |
ModifyTime | string | 2020-06-11 20:37:08 | update time. |
PageSize | integer | 20 | the number of quarantined files displayed per page. |
RequestId | string | 6AD0BA1B-0129-498F-B82A-17C7B8368A08 | the unique identifier generated by alibaba cloud for this request. |
EventType | string | WebshellQuaraEventType | event type. |
QuaraFiles | array | No sample value for this parameter. | quarantine file list. |
Ip | string | 47.XX.XX.131 | the public IP address of the server where the quarantined file is located. |
Count | integer | 1 | the total number of current pages. |
EventName | string | WEBSHELL | event name. |
InstanceName | string | abc | the server ID where the quarantined file is located. |
TotalCount | integer | 20 | the total number of quarantined files. |
Uuid | string | 04a0e735-ad32-4835-b635-0458d77b**** | server UUID. |
InternetIp | string | 47.XX.XX.131 | the public IP address of the server where the quarantined file is located. |
CurrentPage | integer | 1 | The current page number of the returned file list. |
Id | integer | 3920516 | quarantine file ID. |
Tag | string | 228f890e56eae9eec6a42c7ea801b538 | event unique identifier. |
Md5 | string | 5ddebe926acc7ed39a664409bfd0ec10 | file MD5 value. |
Example
Successful Response example
{
"Path":"/var/www/html/webshell-sample-master/others/defc3e21bab59e2a2ab49f7eda99f65f83d4d349.jpg",
"Status":"rollbackDone",
"ModifyTime":"2020-06-11 20:37:08",
"PageSize":"20",
"RequestId":"6AD0BA1B-0129-498F-B82A-17C7B8368A08",
"EventType":"WebshellQuaraEventType",
"QuaraFiles":"",
"Ip":"47.XX.XX.131",
"Count":"1",
"EventName":"WEBSHELL",
"InstanceName":"abc",
"TotalCount":"20",
"Uuid":"04a0e735-ad32-4835-b635-0458d77b****",
"InternetIp":"47.XX.XX.131",
"CurrentPage":"1",
"Id":"3920516",
"Tag":"228f890e56eae9eec6a42c7ea801b538",
"Md5":"5ddebe926acc7ed39a664409bfd0ec10"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}