Create an alert

POST {{base_url}}/api/alert_manager/v1/alerts

Creates and activates an alert.

Request Body

{"type"=>"cti.a.p.am.alert.v1.0~a.p.basic.v1.0~vendor.application.malware_detected.v1.0", "category"=>"cti.a.p.am.category.v1.0~vendor.application.protection.v1.0", "details"=>{"title"=>"Malware Quarantined", "category"=>"Malware Detected", "description"=>"Malicious file \"trojan.exe\" was put into quarantine.", "fields"=>{"Malware type"=>"Trojan:Win32/Caphaw.D!lnk", "Device ID"=>"62aedd2b-6556-45d5-a76e-43db475068a7", "Full path"=>"C:\\Windows\\System32\\trojan.exe"}}, "tenantID"=>"f234baa2-e404-4d78-93de-4f3a77448d02"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"id":"3061d288-b5e2-4199-b5e8-7f2bc8953856"}