Acronis · JSON Structure

Agent Management Agent O S Structure

Operating system information for an agent

Type: object Properties: 4
CybersecurityData ProtectionEndpoint Management

AgentOS is a JSON Structure definition published by Acronis, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

family arch name version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acronis/refs/heads/main/json-structure/agent-management-agent-o-s-structure.json",
  "description": "Operating system information for an agent",
  "type": "object",
  "properties": {
    "family": {
      "type": "string",
      "enum": [
        "WINDOWS",
        "LINUX",
        "MACOSX",
        "SOLARIS"
      ],
      "example": "WINDOWS"
    },
    "arch": {
      "type": "string",
      "enum": [
        "X86",
        "X64",
        "ARM",
        "ARM64"
      ],
      "example": "X64"
    },
    "name": {
      "type": "string",
      "example": "Windows 11 Pro"
    },
    "version": {
      "type": "string",
      "example": "10.0.22621"
    }
  },
  "name": "AgentOS"
}