{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/teradata/refs/heads/main/json-structure/querygrid-manager-api-system-structure.json", "name": "System", "description": "A system registered in QueryGrid.", "type": "object", "properties": { "id": { "type": "string", "description": "Unique system identifier." }, "name": { "type": "string", "description": "System name." }, "type": { "type": "string", "description": "System type.", "enum": ["teradata", "hadoop", "spark", "hive", "presto", "oracle"] }, "dataCenterId": { "type": "string", "description": "Parent data center identifier." }, "status": { "type": "string", "description": "System status." }, "hostname": { "type": "string", "description": "System hostname." } } }