Carbon Black Cloud (CBC)-Platform APIs π-Alerts API-Deprecated - v6
Number of APIs: 10
-
Alert Search POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/_search
-
Get Alert by ID GET {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}
-
Facet Alerts POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/_facet
-
Create Workflow POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/workflow
-
Update Bulk Event Workflows POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/workflow/_criteria
-
Get Status of Workflow Update GET {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/workflow/status/{{cb_request_id}}
-
Get Alert Search Suggestions GET {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/search_suggestions
-
Create Note POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/notes
-
Get Notes GET {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/notes
-
Delete Note DELETE {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/notes/{{cb_note_id}}