Oracle GoldenGate · Capability

Oracle GoldenGate Veridata REST API — Execution

Oracle GoldenGate Veridata REST API — Execution. 2 operations. Lead operation: Oracle Goldengate Run a Comparison Job. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateExecution

What You Can Do

POST
Runjob — Oracle Goldengate Run a Comparison Job
/v1/services/execution/jobs/{id}
POST
Stopjob — Oracle Goldengate Stop a Running Job
/v1/services/execution/jobs/{runid}/stop

MCP Tools

oracle-goldengate-run-comparison-job

Oracle Goldengate Run a Comparison Job

oracle-goldengate-stop-running-job

Oracle Goldengate Stop a Running Job

Capability Spec

veridata-rest-execution.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Veridata REST API — Execution
  description: 'Oracle GoldenGate Veridata REST API — Execution. 2 operations. Lead operation: Oracle Goldengate Run a Comparison
    Job. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Execution
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_GOLDENGATE_API_KEY: ORACLE_GOLDENGATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: veridata-rest-execution
    baseUri: https://{veridata-host}:{port}/veridata/v1
    description: Oracle GoldenGate Veridata REST API — Execution business capability. Self-contained, no shared references.
    resources:
    - name: services-execution-jobs-Id
      path: /services/execution/jobs/{Id}
      operations:
      - name: runjob
        method: POST
        description: Oracle Goldengate Run a Comparison Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: services-execution-jobs-runId-stop
      path: /services/execution/jobs/{runId}/stop
      operations:
      - name: stopjob
        method: POST
        description: Oracle Goldengate Stop a Running Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.ORACLE_GOLDENGATE_USER}}'
      password: '{{env.ORACLE_GOLDENGATE_PASS}}'
  exposes:
  - type: rest
    namespace: veridata-rest-execution-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Veridata REST API — Execution. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/services/execution/jobs/{id}
      name: services-execution-jobs-id
      description: REST surface for services-execution-jobs-Id.
      operations:
      - method: POST
        name: runjob
        description: Oracle Goldengate Run a Comparison Job
        call: veridata-rest-execution.runjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/execution/jobs/{runid}/stop
      name: services-execution-jobs-runid-stop
      description: REST surface for services-execution-jobs-runId-stop.
      operations:
      - method: POST
        name: stopjob
        description: Oracle Goldengate Stop a Running Job
        call: veridata-rest-execution.stopjob
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: veridata-rest-execution-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Veridata REST API — Execution. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-run-comparison-job
      description: Oracle Goldengate Run a Comparison Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: veridata-rest-execution.runjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-stop-running-job
      description: Oracle Goldengate Stop a Running Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: veridata-rest-execution.stopjob
      outputParameters:
      - type: object
        mapping: $.