Unisys · JSON Structure

Unisys Isolation Request Structure

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

Type: Properties: 0
Fortune 1000SecurityZero TrustNetwork SecurityIT ServicesCybersecurityEnterprise Technology

IsolationRequest is a JSON Structure definition published by Unisys.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "IsolationRequest",
  "description": "Request to isolate an endpoint or user from the Unisys Stealth zero trust network",
  "fields": [
    { "name": "endpoint", "type": "string", "description": "Fully Qualified Domain Name (FQDN) of the endpoint to isolate" },
    { "name": "user", "type": "string", "description": "Username to isolate from the Stealth network" },
    { "name": "roleId", "type": "string", "description": "Optional isolation role ID to apply during isolation" }
  ]
}