Connectors
...
Actions
List Simulation Automations
5 min
description retrieve an overview of attack simulation automations and security test settings within a microsoft graph tenant endpoint url /v1 0/security/attacksimulation/simulationautomations method get inputs parameters (object) url query parameters filter (string) use the filter query parameter to retrieve just a subset of a collection for guidance on using filter , see https //learn microsoft com/en us/graph/filter query parameter https //learn microsoft com/en us/graph/filter query parameter orderby (string) use the orderby query parameter to specify the sort order of the items returned from microsoft graph top (number) sets the page size of results output example \[ { "status code" 200, "response headers" { "transfer encoding" "chunked", "content type" "application/json", "content encoding" "gzip", "vary" "accept encoding", "strict transport security" "max age=31536000", "request id" "8beed643 f868 4fd0 9e15 e0db4c50383e", "client request id" "8beed643 f868 4fd0 9e15 e0db4c50383e", "x ms ags diagnostic" "{\\"serverinfo\\" {\\"datacenter\\" \\"brazil south\\",\\"slice\\" \\"e\\",\\"ring\\" \\"3\\",\\"scaleunit\\" \\"001\\",\\"roleinstance\\" \\"cp1pepf00003034\\"}}", "date" "tue, 27 dec 2022 21🕛51 gmt" }, "reason" "ok", "json body" { "value" \[ { "@odata type" "#microsoft graph simulationautomation", "id" "fbad62b0 b32d b6ac 9f48 d84bbea08f96", "displayname" "reed flores", "description" "sample simulation automation description", "status" "running", "createddatetime" "2022 01 01t01 01 01 01z", "createdby" { "id" "99af58b9 ef1a 412b a581 cb42fe8c8e21", "displayname" "reed flores", "email" "reed\@contoso com" }, "lastmodifieddatetime" "2022 01 01t01 01 01 01z", "lastmodifiedby" { "id" "99af58b9 ef1a 412b a581 cb42fe8c8e21", "displayname" "reed flores", "email" "reed\@contoso com" }, "lastrundatetime" "2022 01 01t01 01 01 01z", "nextrundatetime" "2022 01 01t01 01 01 01z" } ] } } ] output parameters status code (number) reason (string) json body (object) value (array) @odata type (string) id (string) displayname (string) description (string) status (string) createddatetime (string) createdby (object) id (string) displayname (string) email (string) lastmodifieddatetime (string) lastmodifiedby (object) id (string) displayname (string) email (string) lastrundatetime (string) nextrundatetime (string) response headers header type transfer encoding string content type string content encoding string vary string strict transport security string request id string client request id string x ms ags diagnostic string date string