Unisys · JSON Structure

Unisys Action Response Structure

Response from a Unisys Stealth EcoAPI action such as isolate or un-isolate

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

ActionResponse is a JSON Structure definition published by Unisys.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ActionResponse",
  "description": "Response from a Unisys Stealth EcoAPI action such as isolate or un-isolate",
  "fields": [
    { "name": "status", "type": "string", "description": "Status of the action (SUCCESS, FAILURE, PENDING)" },
    { "name": "message", "type": "string", "description": "Human-readable message describing the result" },
    { "name": "timestamp", "type": "datetime", "description": "Timestamp of when the action was executed" }
  ]
}