Simple fix for unconnected issue.

This commit is contained in:
TimShererWithAquent
2020-08-21 08:17:19 -07:00
parent 24ccffe9ba
commit 31c54b6eef

View File

@ -84,13 +84,13 @@ Here is an example of the request.
[!include[Improve request performance](../../includes/improve-request-performance.md)] [!include[Improve request performance](../../includes/improve-request-performance.md)]
``` ```console
POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/isolate POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/isolate
Content-type: application/json Content-type: application/json
{ {
"Comment": "Isolate machine due to alert 1234", "Comment": "Isolate machine due to alert 1234",
“IsolationType”: “Full” “IsolationType”: “Full”
} }
```
- To unisolate a device, see [Release device from isolation](unisolate-machine.md). - To unisolate a device, see [Release device from isolation](unisolate-machine.md).