Carbon Black Cloud (CBC)-Platform APIs πŸ—-Alerts API-Deprecated - v6

Number of APIs: 10

  1. Alert Search POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/_search

  2. Get Alert by ID GET {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}

  3. Facet Alerts POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/_facet

  4. Create Workflow POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/workflow

  5. Update Bulk Event Workflows POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/workflow/_criteria

  6. Get Status of Workflow Update GET {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/workflow/status/{{cb_request_id}}

  7. Get Alert Search Suggestions GET {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/search_suggestions

  8. Create Note POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/notes

  9. Get Notes GET {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/notes

  10. Delete Note DELETE {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/notes/{{cb_note_id}}