mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
Simple fix for unconnected issue.
This commit is contained in:
@ -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).
|
||||||
|
Reference in New Issue
Block a user