Teradata · Arazzo Workflow

Teradata Review QueryGrid Environment Health

Version 1.0.0

Confirm the manager API is running, list open issues, and branch to inspect managers when issues exist.

1 workflow 1 source API 1 provider
View Spec View on GitHub AnalyticsCloudData ManagementData WarehousingDatabaseEnterpriseMachine-LearningSQLFortune 1000ArazzoWorkflows

Provider

teradata

Workflows

review-environment-health
Check the API status, list issues, and inspect managers only when issues exist.
Reads the API info to confirm the manager is running, lists current issues, and routes to a manager-listing step when one or more issues are reported.
3 steps inputs: placeholder outputs: apiStatus, issues, managers
1
checkApi
getApiInfo
Confirm the QueryGrid Manager API is reachable and running.
2
listIssues
listIssues
Retrieve the current issues across the environment and branch on whether any are present.
3
inspectManagers
listManagers
List the QueryGrid Manager instances so an operator can see which managers may be affected by the reported issues.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Teradata Review QueryGrid Environment Health
  summary: Confirm the manager API is running, list open issues, and branch to inspect managers when issues exist.
  description: >-
    A lightweight health sweep of a QueryGrid environment. The workflow confirms
    the QueryGrid Manager API is running, lists the open issues, and branches: if
    any issues are present it lists the manager instances so an operator can see
    which managers may be affected, otherwise it ends clean. Each step spells out
    its request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: queryGridManagerApi
  url: ../openapi/teradata-querygrid-manager-api.yaml
  type: openapi
workflows:
- workflowId: review-environment-health
  summary: Check the API status, list issues, and inspect managers only when issues exist.
  description: >-
    Reads the API info to confirm the manager is running, lists current issues,
    and routes to a manager-listing step when one or more issues are reported.
  inputs:
    type: object
    properties:
      placeholder:
        type: string
        description: Unused placeholder; this read-only health sweep takes no required inputs.
  steps:
  - stepId: checkApi
    description: Confirm the QueryGrid Manager API is reachable and running.
    operationId: getApiInfo
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      version: $response.body#/version
      status: $response.body#/status
  - stepId: listIssues
    description: >-
      Retrieve the current issues across the environment and branch on whether
      any are present.
    operationId: listIssues
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      issues: $response.body
    onSuccess:
    - name: issuesPresent
      type: goto
      stepId: inspectManagers
      criteria:
      - context: $response.body
        condition: $.length > 0
        type: jsonpath
    - name: allClear
      type: end
      criteria:
      - context: $response.body
        condition: $.length == 0
        type: jsonpath
  - stepId: inspectManagers
    description: >-
      List the QueryGrid Manager instances so an operator can see which managers
      may be affected by the reported issues.
    operationId: listManagers
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      managers: $response.body
  outputs:
    apiStatus: $steps.checkApi.outputs.status
    issues: $steps.listIssues.outputs.issues
    managers: $steps.inspectManagers.outputs.managers

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/teradata-review-environment-health-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.