Release an isolated endpoint Beta
Release an isolated endpoint, allowing it to rejoin a network.
POST /api/endpoint/action/unisolate
curl \
-X POST https://localhost:5601/api/endpoint/action/unisolate \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
{
"body": {
"agent_type": "endpoint",
"alert_ids": [
"string"
],
"case_ids": [
"string"
],
"comment": "string",
"endpoint_ids": [
"string"
],
"parameters": {}
}
}
Response examples (200)
{}