Oracle GoldenGate · Arazzo Workflow

Oracle GoldenGate Health Check and Process Inventory

Version 1.0.0

Run a service health check, then list all Extract and Replicat processes.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time ReplicationArazzoWorkflows

Provider

oracle-goldengate

Workflows

health-check-and-inventory
Check service health, then inventory all Extract and Replicat processes.
Runs the health check summary and, when healthy, lists Extracts and Replicats.
3 steps inputs: authorization outputs: extracts, healthy, replicats
1
healthCheck
Run the service health check summary and continue to the inventory only when the service reports healthy.
2
listExtracts
List all Extract processes on the service.
3
listReplicats
List all Replicat processes on the service.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Oracle GoldenGate Health Check and Process Inventory
  summary: Run a service health check, then list all Extract and Replicat processes.
  description: >-
    A monitoring sweep across a GoldenGate service. It runs a quick health check
    summary and, when the service is healthy, lists every Extract and every
    Replicat process so an operator can review the full replication inventory in
    one pass. Every 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: extractsApi
  url: ../openapi/oracle-goldengate-extracts-api-openapi.yml
  type: openapi
- name: monitoringApi
  url: ../openapi/oracle-goldengate-monitoring-api-openapi.yml
  type: openapi
- name: replicatsApi
  url: ../openapi/oracle-goldengate-replicats-api-openapi.yml
  type: openapi
workflows:
- workflowId: health-check-and-inventory
  summary: Check service health, then inventory all Extract and Replicat processes.
  description: >-
    Runs the health check summary and, when healthy, lists Extracts and
    Replicats.
  inputs:
    type: object
    required:
    - authorization
    properties:
      authorization:
        type: string
        description: HTTP Basic Authorization header value.
  steps:
  - stepId: healthCheck
    description: >-
      Run the service health check summary and continue to the inventory only
      when the service reports healthy.
    operationId: getServiceHealthCheck
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      healthy: $response.body#/healthy
      status: $response.body#/status
    onSuccess:
    - name: serviceHealthy
      type: goto
      stepId: listExtracts
      criteria:
      - context: $response.body
        condition: $.healthy == true
        type: jsonpath
    - name: serviceUnhealthy
      type: end
      criteria:
      - context: $response.body
        condition: $.healthy == false
        type: jsonpath
  - stepId: listExtracts
    description: List all Extract processes on the service.
    operationId: listExtracts
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      extracts: $response.body#/extracts
  - stepId: listReplicats
    description: List all Replicat processes on the service.
    operationId: listReplicats
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      replicats: $response.body#/replicats
  outputs:
    healthy: $steps.healthCheck.outputs.healthy
    extracts: $steps.listExtracts.outputs.extracts
    replicats: $steps.listReplicats.outputs.replicats

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/oracle-goldengate-health-check-and-inventory-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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