Oracle GoldenGate · Capability

Oracle GoldenGate Veridata REST API — Validation

Oracle GoldenGate Veridata REST API — Validation. 4 operations. Lead operation: Oracle Goldengate Validate a Compare Pair. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateValidation

What You Can Do

POST
Validatecomparepair — Oracle Goldengate Validate a Compare Pair
/v1/services/configuration/cps/validate/{id}
POST
Validategroup — Oracle Goldengate Validate a Compare Group
/v1/services/configuration/groups/validate/{id}
POST
Validateagentconnection — Oracle Goldengate Validate Agent Connection
/v1/services/validate/connection
POST
Validatedatabaseconnection — Oracle Goldengate Validate Database Connection
/v1/services/validate/connection/db

MCP Tools

oracle-goldengate-validate-compare-pair

Oracle Goldengate Validate a Compare Pair

read-only
oracle-goldengate-validate-compare-group

Oracle Goldengate Validate a Compare Group

read-only
oracle-goldengate-validate-agent-connection

Oracle Goldengate Validate Agent Connection

read-only
oracle-goldengate-validate-database-connection

Oracle Goldengate Validate Database Connection

read-only

Capability Spec

veridata-rest-validation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Veridata REST API — Validation
  description: 'Oracle GoldenGate Veridata REST API — Validation. 4 operations. Lead operation: Oracle Goldengate Validate
    a Compare Pair. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Validation
  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-validation
    baseUri: https://{veridata-host}:{port}/veridata/v1
    description: Oracle GoldenGate Veridata REST API — Validation business capability. Self-contained, no shared references.
    resources:
    - name: services-configuration-cps-validate-Id
      path: /services/configuration/cps/validate/{Id}
      operations:
      - name: validatecomparepair
        method: POST
        description: Oracle Goldengate Validate a Compare Pair
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: services-configuration-groups-validate-Id
      path: /services/configuration/groups/validate/{Id}
      operations:
      - name: validategroup
        method: POST
        description: Oracle Goldengate Validate a Compare Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: services-validate-connection
      path: /services/validate/connection
      operations:
      - name: validateagentconnection
        method: POST
        description: Oracle Goldengate Validate Agent Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: services-validate-connection-db
      path: /services/validate/connection/db
      operations:
      - name: validatedatabaseconnection
        method: POST
        description: Oracle Goldengate Validate Database Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.ORACLE_GOLDENGATE_USER}}'
      password: '{{env.ORACLE_GOLDENGATE_PASS}}'
  exposes:
  - type: rest
    namespace: veridata-rest-validation-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Veridata REST API — Validation. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/services/configuration/cps/validate/{id}
      name: services-configuration-cps-validate-id
      description: REST surface for services-configuration-cps-validate-Id.
      operations:
      - method: POST
        name: validatecomparepair
        description: Oracle Goldengate Validate a Compare Pair
        call: veridata-rest-validation.validatecomparepair
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/configuration/groups/validate/{id}
      name: services-configuration-groups-validate-id
      description: REST surface for services-configuration-groups-validate-Id.
      operations:
      - method: POST
        name: validategroup
        description: Oracle Goldengate Validate a Compare Group
        call: veridata-rest-validation.validategroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/validate/connection
      name: services-validate-connection
      description: REST surface for services-validate-connection.
      operations:
      - method: POST
        name: validateagentconnection
        description: Oracle Goldengate Validate Agent Connection
        call: veridata-rest-validation.validateagentconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/validate/connection/db
      name: services-validate-connection-db
      description: REST surface for services-validate-connection-db.
      operations:
      - method: POST
        name: validatedatabaseconnection
        description: Oracle Goldengate Validate Database Connection
        call: veridata-rest-validation.validatedatabaseconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: veridata-rest-validation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Veridata REST API — Validation. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-validate-compare-pair
      description: Oracle Goldengate Validate a Compare Pair
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: veridata-rest-validation.validatecomparepair
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-validate-compare-group
      description: Oracle Goldengate Validate a Compare Group
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: veridata-rest-validation.validategroup
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-validate-agent-connection
      description: Oracle Goldengate Validate Agent Connection
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: veridata-rest-validation.validateagentconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-validate-database-connection
      description: Oracle Goldengate Validate Database Connection
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: veridata-rest-validation.validatedatabaseconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.