Teradata · JSON Structure

Querygrid Manager Api Issue Structure

An issue detected in the QueryGrid environment.

Type: object Properties: 5
AnalyticsCloudData ManagementData WarehousingDatabaseEnterpriseMachine LearningSQLFortune 1000

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

Properties

id severity message source timestamp

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-issue-structure.json",
  "name": "Issue",
  "description": "An issue detected in the QueryGrid environment.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique issue identifier." },
    "severity": { "type": "string", "description": "Issue severity level.", "enum": ["info", "warning", "error", "critical"] },
    "message": { "type": "string", "description": "Issue description message." },
    "source": { "type": "string", "description": "Source component." },
    "timestamp": { "type": "datetime", "description": "Time when the issue was detected." }
  }
}