This commit is contained in:
Ben Alfasi 2018-09-27 10:57:56 +03:00
parent 530b3b4cba
commit 06053c4635

View File

@ -33,7 +33,7 @@ Delegated (work or school account) | Machine.ReadWrite | 'Read and write machine
## HTTP request ## HTTP request
``` ```
GET /api/machineactions/{id} GET https://api.securitycenter.windows.com/api/machineactions/{id}
``` ```
## Request headers ## Request headers
@ -76,10 +76,10 @@ Content-type: application/json
"requestor": "Analyst@contoso.com", "requestor": "Analyst@contoso.com",
"requestorComment": "Check machine for viruses due to alert 3212", "requestorComment": "Check machine for viruses due to alert 3212",
"status": "Succeeded", "status": "Succeeded",
"error": "None",
"machineId": "f46b9bb259ed4a7fb9981b73510e3cc7aa81ec1f", "machineId": "f46b9bb259ed4a7fb9981b73510e3cc7aa81ec1f",
"creationDateTimeUtc": "2017-12-04T12:18:27.1293487Z", "creationDateTimeUtc": "2018-12-04T12:18:27.1293487Z",
"lastUpdateTimeUtc": "2017-12-04T12:18:57.5511934Z" "lastUpdateTimeUtc": "2018-12-04T12:18:57.5511934Z",
"relatedFileInfo": null
} }