Update Finding Status
Update the status of a finding.
Parameters
Parameter | Description |
---|---|
Finding ID | The Ermetic ID of the Finding. |
Snooze Period | The period of the snoozed finding (the snooze period is defined in ISO 8601 format. For example, P7D is 7 days). |
Status | Finding status (Snoozed status must have a snooze period). |
Example Output
{
"data": {
"UpdateFindingStatus": {
"Success": true
}
}
}
Workflow Library Example
Update Finding Status with Ermetic and Send Results Via Email
Preview this Workflow on desktop