Physical or virtual hardware node managed by Acronis
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/acronis/refs/heads/main/json-schema/agent-management-hardware-node-schema.json", "title": "HardwareNode", "description": "Physical or virtual hardware node managed by Acronis", "type": "object", "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" } } }