Unisys · Schema

IsolationRequest

Request to isolate an endpoint or user from the Unisys Stealth network

Fortune 1000SecurityZero TrustNetwork SecurityIT ServicesCybersecurityEnterprise Technology

Properties

Name Type Description
endpoint string Fully Qualified Domain Name (FQDN) of the endpoint to isolate
user string Username to isolate from the Stealth network
roleId string Optional isolation role ID to apply during isolation
View JSON Schema on GitHub

JSON Schema

unisys-isolation-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/unisys/refs/heads/main/json-schema/unisys-isolation-request-schema.json",
  "title": "IsolationRequest",
  "description": "Request to isolate an endpoint or user from the Unisys Stealth network",
  "type": "object",
  "properties": {
    "endpoint": {
      "type": "string",
      "description": "Fully Qualified Domain Name (FQDN) of the endpoint to isolate"
    },
    "user": {
      "type": "string",
      "description": "Username to isolate from the Stealth network"
    },
    "roleId": {
      "type": "string",
      "description": "Optional isolation role ID to apply during isolation"
    }
  }
}