Security Endpoint Management API
Release an isolated endpoint
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/endpoint/action/unisolate</span></div>Refer to Spaces for more information.
Release an isolated endpoint, allowing it to rejoin a network.
post/api/endpoint/action/unisolate
Request body
Example request
{
"agent_type": "endpoint",
"alert_ids": [
"alert-id-1",
"alert-id-2"
],
"case_ids": [
"case-id-1",
"case-id-2"
],
"comment": "This is a comment",
"endpoint_ids": [
"endpoint-id-1",
"endpoint-id-2"
]
}Response
Indicates a successful call.
Example response
{
"data": {
"agentType": "endpoint"
}
}Changes
Changed in 1 of the 92 revisions of this API.4
- ●
the
alert_ids/items/request property's maxLength was set to256request-property-max-length-set
- ●
the
case_ids/items/request property's maxLength was set to256request-property-max-length-set
- ●
the
commentrequest property's maxLength was set to30000request-property-max-length-set
- ●
the
endpoint_ids/items/request property's maxLength was set to256request-property-max-length-set
- ●