mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 05:37:22 +00:00
.
This commit is contained in:
parent
08ea1d66d6
commit
ae83bfd6cd
@ -25,6 +25,9 @@ ms.date: 12/08/2017
|
|||||||
|
|
||||||
Initiate AutoIR investigation on a machine.
|
Initiate AutoIR investigation on a machine.
|
||||||
|
|
||||||
|
>[!Note]
|
||||||
|
> This page focuses on performing an automated investigation on a machine. (See [automated investigation](automated-investigations-windows-defender-advanced-threat-protection.md) for more information)
|
||||||
|
|
||||||
## Permissions
|
## Permissions
|
||||||
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Use Windows Defender ATP APIs](apis-intro.md)
|
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Use Windows Defender ATP APIs](apis-intro.md)
|
||||||
|
|
||||||
@ -58,8 +61,8 @@ Parameter | Type | Description
|
|||||||
Comment | String | Comment to associate with the action. **Required**.
|
Comment | String | Comment to associate with the action. **Required**.
|
||||||
|
|
||||||
## Response
|
## Response
|
||||||
If successful, this method returns 200 OK with investigation id in the body. If machine was not found - 404 Not Found.
|
If successful, this method returns 200 OK response code with object that holds the investigation id in the “value” parameter. If machine was not found - 404 Not Found.
|
||||||
|
See example below.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
@ -86,7 +89,7 @@ HTTP/1.1 200 Created
|
|||||||
Content-type: application/json
|
Content-type: application/json
|
||||||
{
|
{
|
||||||
"@odata.context": "https://api.securitycenter.windows.com/api/$metadata#Edm.Int64",
|
"@odata.context": "https://api.securitycenter.windows.com/api/$metadata#Edm.Int64",
|
||||||
"value": 52
|
"value": 5146
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user