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

Number of APIs: 4

  1. Get History of a Threat ID GET {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/history

  2. Get notes for a threat GET {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/notes?sort_field=create_timestamp&sort_order=ASC

  3. Create a threat-level note POST {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/notes

  4. Delete a threat-level note DELETE {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/notes/{{cb_threat_note_id}}