Connectors
...
Actions
Get Domain Statistics
6 min
description retrieve statistical data for a specified domain from microsoft defender, utilizing the 'domain' path parameter endpoint url /api/domains/{{domain}}/stats method get inputs path parameters (object) – required domain (string) – required output example \[ { "status code" 200, "response headers" { "date" "thu, 04 may 2023 17 35 52 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#microsoft windowsdefenderatp api inorgdomainstats", "host" "google com", "orgprevalence" "1", "orgfirstseen" "2023 04 20t13 07 59 6924183z", "orglastseen" "2023 05 02t12 53 24 2750645z", "organizationprevalence" 1 } } ] output parameters status code (number) reason (string) json body (object) @odata context (string) host (string) orgprevalence (string) orgfirstseen (string) orglastseen (string) organizationprevalence (number) 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