Acronis · Schema

HardwareNode

Physical or virtual hardware node managed by Acronis

CybersecurityData ProtectionEndpoint Management

Properties

Name Type Description
id string Hardware node identifier
hostname string Node hostname
type string Node type
status string Node operational status
tenant_id string
View JSON Schema on GitHub

JSON Schema

acronis-hardwarenode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HardwareNode",
  "title": "HardwareNode",
  "type": "object",
  "description": "Physical or virtual hardware node managed by Acronis",
  "properties": {
    "id": {
      "type": "string",
      "description": "Hardware node identifier"
    },
    "hostname": {
      "type": "string",
      "description": "Node hostname"
    },
    "type": {
      "type": "string",
      "description": "Node type"
    },
    "status": {
      "type": "string",
      "description": "Node operational status"
    },
    "tenant_id": {
      "type": "string",
      "format": "uuid"
    }
  }
}