Parameter | Description |
---|---|
File Hash | The file hash contained in the email that should be remediated. |
Incident Type | The type of the identifier to remediate by. |
Message IDs | A comma separated or JSON list of message IDs of the emails that should be remediated. |
Reason | The reason of the remediation. |
URL | An URL present in the email that should be remediated. |
Parameter | Description |
---|---|
End Time | Time of the most recent message to be remediated. |
Start Time | Time of the earliest message to be remediated. |
{
"fail": [],
"meta": {
"status": 200
},
"data": [
{
"code": "String",
"create": "String",
"failed": "String",
"fileRemediationCanBeCancelled": true,
"fileRemediationCancelled": "string",
"fileRemediationExpiryTime": "string",
"id": "string",
"identified": 1,
"modified": "string",
"reason": "string",
"remediatedBy": "string",
"removeFromDevice": "string",
"restored": 1,
"searchCriteria": {},
"successful": 1,
"type": "string"
}
]
}
Was this page helpful?