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 Sessions API

The Sessions API from Teradata — 2 operation(s) for sessions.

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

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

This API exposes 3 operations across 2 paths, and defines 2 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 2 paths 2 schemas 1 DELETE1 GET1 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 Sessions 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 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Sessions 3
POST
/sessions
Teradata Create Session
createSession body → 201400401
GET
/sessions/{sessionId}
Teradata Get Session
getSession 1 param → 200404
DELETE
/sessions/{sessionId}
Teradata Delete Session
deleteSession 1 param → 204404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Session (5 properties), SessionRequest (3 properties). Each schema is shown below with its type and property counts.

Session
object
A query session.
5 properties
SessionRequest
object
Request to create a query session.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teradata-sessions-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 Operations API
Teradata Queries API
Teradata Software API
Teradata Systems API
Teradata Users API