Teradata · JSON Structure

Querygrid Manager Api Node Structure

A node in the QueryGrid environment.

Type: object Properties: 6
AnalyticsCloudData ManagementData WarehousingDatabaseEnterpriseMachine LearningSQLFortune 1000

Node 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 hostname systemId status softwareVersion

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-node-structure.json",
  "name": "Node",
  "description": "A node in the QueryGrid environment.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique node identifier." },
    "name": { "type": "string", "description": "Node name." },
    "hostname": { "type": "string", "description": "Node hostname." },
    "systemId": { "type": "string", "description": "Parent system identifier." },
    "status": { "type": "string", "description": "Node status.", "enum": ["active", "inactive", "error"] },
    "softwareVersion": { "type": "string", "description": "Installed software version." }
  }
}