Teradata · Schema

Bridge

A bridge connecting two systems.

AnalyticsCloudData ManagementData WarehousingDatabaseEnterpriseMachine LearningSQLFortune 1000

Properties

Name Type Description
id string Unique bridge identifier.
name string Bridge name.
sourceSystemId string Source system identifier.
targetSystemId string Target system identifier.
status string Bridge status.
View JSON Schema on GitHub

JSON Schema

querygrid-manager-api-bridge-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/teradata/refs/heads/main/json-schema/querygrid-manager-api-bridge-schema.json",
  "title": "Bridge",
  "description": "A bridge connecting two systems.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique bridge identifier." },
    "name": { "type": "string", "description": "Bridge name." },
    "sourceSystemId": { "type": "string", "description": "Source system identifier." },
    "targetSystemId": { "type": "string", "description": "Target system identifier." },
    "status": { "type": "string", "description": "Bridge status." }
  }
}