Create Workflow
POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/workflow
Update the alert with the current state of the remediation.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|
org.alerts.dismiss | EXECUTE |
Body Schema
Field | Description | Default | Required |
---|
state | Workflow state to filter on. Allowed values: dismissed , open | N/A | No |
comment | Comment to include with operation | N/A | No |
remediation state | Description or justification for the change. Accepts any string. | N/A | No |
See Documentation
Request Body
{"state"=>"<string>", "comment"=>"<string>", "remediation_state"=>"<string>"}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |