Connectors
...
Actions
Get Domain Related Alerts
6 min
description retrieve alerts from microsoft defender related to a specified domain, utilizing the 'domain' path parameter for targeted results endpoint url /api/domains/{{domain}}/alerts method get inputs path parameters (object) – required domain (string) – required output example \[ { "status code" 200, "response headers" { "date" "thu, 04 may 2023 17 30 41 gmt", "content type" "application/json; odata metadata=minimal; odata streaming=true; charset=utf 8", "transfer encoding" "chunked", "connection" "keep alive", "content encoding" "deflate", "vary" "accept encoding", "odata version" "4 0", "strict transport security" "max age=15724800; includesubdomains" }, "reason" "ok", "json body" { "@odata context" "https //api securitycenter microsoft com/api/$metadata#alerts", "value" \[] } } ] output parameters status code (number) reason (string) json body (object) @odata context (string) value (array) file name (string) – required file (string) – required response headers header type date string content type string transfer encoding string connection string content encoding string vary string odata version string strict transport security string