Oracle GoldenGate · Capability

Oracle GoldenGate Veridata REST API — Repair

Oracle GoldenGate Veridata REST API — Repair. 5 operations. Lead operation: Oracle Goldengate Retrieve Repaired Row Details. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateRepair

What You Can Do

GET
Getrepairedrowdetails — Oracle Goldengate Retrieve Repaired Row Details
/v1/services/monitoring/repair/cps/{runid}
GET
Getrepairstatistics — Oracle Goldengate Retrieve Repair Statistics
/v1/services/monitoring/repair/jobs
GET
Getrepairreport — Oracle Goldengate Retrieve Repair Report
/v1/services/monitoring/repair/{runid}/reports
POST
Repairjob — Oracle Goldengate Repair Out-of-sync Data
/v1/services/repair/jobs/{runid}
POST
Stoprepairjob — Oracle Goldengate Stop a Repair Job
/v1/services/repair/jobs/{runid}/stop

MCP Tools

oracle-goldengate-retrieve-repaired-row

Oracle Goldengate Retrieve Repaired Row Details

read-only idempotent
oracle-goldengate-retrieve-repair-statistics

Oracle Goldengate Retrieve Repair Statistics

read-only idempotent
oracle-goldengate-retrieve-repair-report

Oracle Goldengate Retrieve Repair Report

read-only idempotent
oracle-goldengate-repair-out-sync

Oracle Goldengate Repair Out-of-sync Data

oracle-goldengate-stop-repair-job

Oracle Goldengate Stop a Repair Job

Capability Spec

veridata-rest-repair.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Veridata REST API — Repair
  description: 'Oracle GoldenGate Veridata REST API — Repair. 5 operations. Lead operation: Oracle Goldengate Retrieve Repaired
    Row Details. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Repair
  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-repair
    baseUri: https://{veridata-host}:{port}/veridata/v1
    description: Oracle GoldenGate Veridata REST API — Repair business capability. Self-contained, no shared references.
    resources:
    - name: services-monitoring-repair-cps-runId
      path: /services/monitoring/repair/cps/{runId}
      operations:
      - name: getrepairedrowdetails
        method: GET
        description: Oracle Goldengate Retrieve Repaired Row Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: services-monitoring-repair-jobs
      path: /services/monitoring/repair/jobs
      operations:
      - name: getrepairstatistics
        method: GET
        description: Oracle Goldengate Retrieve Repair Statistics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: services-monitoring-repair-runId-reports
      path: /services/monitoring/repair/{runId}/reports
      operations:
      - name: getrepairreport
        method: GET
        description: Oracle Goldengate Retrieve Repair Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: services-repair-jobs-runId
      path: /services/repair/jobs/{runId}
      operations:
      - name: repairjob
        method: POST
        description: Oracle Goldengate Repair Out-of-sync Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: services-repair-jobs-runId-stop
      path: /services/repair/jobs/{runId}/stop
      operations:
      - name: stoprepairjob
        method: POST
        description: Oracle Goldengate Stop a Repair 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-repair-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Veridata REST API — Repair. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/services/monitoring/repair/cps/{runid}
      name: services-monitoring-repair-cps-runid
      description: REST surface for services-monitoring-repair-cps-runId.
      operations:
      - method: GET
        name: getrepairedrowdetails
        description: Oracle Goldengate Retrieve Repaired Row Details
        call: veridata-rest-repair.getrepairedrowdetails
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/monitoring/repair/jobs
      name: services-monitoring-repair-jobs
      description: REST surface for services-monitoring-repair-jobs.
      operations:
      - method: GET
        name: getrepairstatistics
        description: Oracle Goldengate Retrieve Repair Statistics
        call: veridata-rest-repair.getrepairstatistics
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/monitoring/repair/{runid}/reports
      name: services-monitoring-repair-runid-reports
      description: REST surface for services-monitoring-repair-runId-reports.
      operations:
      - method: GET
        name: getrepairreport
        description: Oracle Goldengate Retrieve Repair Report
        call: veridata-rest-repair.getrepairreport
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/repair/jobs/{runid}
      name: services-repair-jobs-runid
      description: REST surface for services-repair-jobs-runId.
      operations:
      - method: POST
        name: repairjob
        description: Oracle Goldengate Repair Out-of-sync Data
        call: veridata-rest-repair.repairjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/repair/jobs/{runid}/stop
      name: services-repair-jobs-runid-stop
      description: REST surface for services-repair-jobs-runId-stop.
      operations:
      - method: POST
        name: stoprepairjob
        description: Oracle Goldengate Stop a Repair Job
        call: veridata-rest-repair.stoprepairjob
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: veridata-rest-repair-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Veridata REST API — Repair. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: oracle-goldengate-retrieve-repaired-row
      description: Oracle Goldengate Retrieve Repaired Row Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: veridata-rest-repair.getrepairedrowdetails
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-retrieve-repair-statistics
      description: Oracle Goldengate Retrieve Repair Statistics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: veridata-rest-repair.getrepairstatistics
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-retrieve-repair-report
      description: Oracle Goldengate Retrieve Repair Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: veridata-rest-repair.getrepairreport
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-repair-out-sync
      description: Oracle Goldengate Repair Out-of-sync Data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: veridata-rest-repair.repairjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-stop-repair-job
      description: Oracle Goldengate Stop a Repair Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: veridata-rest-repair.stoprepairjob
      outputParameters:
      - type: object
        mapping: $.