Create Remediation Incident
Create a remediation incident by Message ID, File hash or a URL contained in an Email.
External Documentation
To learn more, visit the Mimecast documentation.
Basic Parameters
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 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. |
Advanced Parameters
Parameter | Description |
---|---|
End Time | Time of the most recent message to be remediated. |
Start Time | Time of the earliest message to be remediated. |
Example Output
{
"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"
}
]
}
Workflow Library Example
Create Remediation Incident with Mimecast and Send Results Via Email
Preview this Workflow on desktop