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.dismissEXECUTE

Body Schema

FieldDescriptionDefaultRequired
stateWorkflow state to filter on. Allowed values: dismissed, openN/ANo
commentComment to include with operationN/ANo
remediation stateDescription or justification for the change. Accepts any string.N/ANo

See Documentation

Request Body

{"state"=>"<string>", "comment"=>"<string>", "remediation_state"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring