Teradata · JSON Structure

Querygrid Manager Api System Structure

A system registered in QueryGrid.

Type: object Properties: 6
AnalyticsCloudData ManagementData WarehousingDatabaseEnterpriseMachine LearningSQLFortune 1000

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

Properties

id name type dataCenterId status hostname

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/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." }
  }
}