Carbon Black Cloud (CBC)-Platform APIs π-Alerts API-Threats
Number of APIs: 4
-
Get History of a Threat ID GET {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/history
-
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
-
Create a threat-level note POST {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/notes
-
Delete a threat-level note DELETE {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/notes/{{cb_threat_note_id}}