Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Teradata Operations API

The Operations API from Teradata — 3 operation(s) for operations.

Teradata Operations API is one of 11 APIs that Teradata publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Operations. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://vantage.teradata.com/api/query/v1.

3 operations 3 paths 6 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://querygrid.teradata.com/api/v1
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

Teradata Operations API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth). By default, every request must be authenticated.

  • BasicAuth — HTTP Basic authentication with Vantage credentials.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

Operations 3
POST
/operations/diagnostic-check
Teradata Run Diagnostic Check
runDiagnosticCheck body → 200400
POST
/operations/nodes-auto-install
Teradata Auto Install Nodes
autoInstallNodes body → 200400
POST
/operations/import-system
Teradata Import System
importSystem body → 200400

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are DiagnosticCheckResponse (3 properties), AutoInstallResponse (3 properties), DiagnosticCheckRequest (3 properties), ImportSystemResponse (3 properties). Each schema is shown below with its type and property counts.

AutoInstallRequest
object
Request for automated node installation.
2 properties
ImportSystemRequest
object
Request to import a system configuration.
2 properties
ImportSystemResponse
object
Response from system import operation.
3 properties
DiagnosticCheckRequest
object
Request to run a diagnostic check.
3 properties
AutoInstallResponse
object
Response from auto install operation.
3 properties
DiagnosticCheckResponse
object
Response from a diagnostic check.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teradata-operations-api-openapi.yml Raw ↑

Other APIs Teradata publishes across the network.

Teradata API Info API
Teradata Configuration API
Teradata Issues API
Teradata Managers API
Teradata Nodes API
Teradata Queries API
Teradata Sessions API
Teradata Software API
Teradata Systems API
Teradata Users API