Oracle GoldenGate · Capability

Oracle GoldenGate for Big Data REST API — Distribution

Oracle GoldenGate for Big Data REST API — Distribution. 4 operations. Lead operation: Oracle Goldengate List Distribution Paths. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateDistribution

What You Can Do

GET
Listdistributionpaths — Oracle Goldengate List Distribution Paths
/v1/services/v2/sources
GET
Getdistributionpath — Oracle Goldengate Retrieve a Distribution Path
/v1/services/v2/sources/{distpath}
POST
Createdistributionpath — Oracle Goldengate Create a Distribution Path
/v1/services/v2/sources/{distpath}
DELETE
Deletedistributionpath — Oracle Goldengate Delete a Distribution Path
/v1/services/v2/sources/{distpath}

MCP Tools

oracle-goldengate-list-distribution-paths

Oracle Goldengate List Distribution Paths

read-only idempotent
oracle-goldengate-retrieve-distribution-path

Oracle Goldengate Retrieve a Distribution Path

read-only idempotent
oracle-goldengate-create-distribution-path

Oracle Goldengate Create a Distribution Path

oracle-goldengate-delete-distribution-path

Oracle Goldengate Delete a Distribution Path

idempotent

Capability Spec

big-data-rest-distribution.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate for Big Data REST API — Distribution
  description: 'Oracle GoldenGate for Big Data REST API — Distribution. 4 operations. Lead operation: Oracle Goldengate List
    Distribution Paths. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Distribution
  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: big-data-rest-distribution
    baseUri: https://{goldengate-host}:{port}
    description: Oracle GoldenGate for Big Data REST API — Distribution business capability. Self-contained, no shared references.
    resources:
    - name: services-v2-sources
      path: /services/v2/sources
      operations:
      - name: listdistributionpaths
        method: GET
        description: Oracle Goldengate List Distribution Paths
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: services-v2-sources-distpath
      path: /services/v2/sources/{distpath}
      operations:
      - name: getdistributionpath
        method: GET
        description: Oracle Goldengate Retrieve a Distribution Path
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createdistributionpath
        method: POST
        description: Oracle Goldengate Create a Distribution Path
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletedistributionpath
        method: DELETE
        description: Oracle Goldengate Delete a Distribution Path
        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: big-data-rest-distribution-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate for Big Data REST API — Distribution. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/services/v2/sources
      name: services-v2-sources
      description: REST surface for services-v2-sources.
      operations:
      - method: GET
        name: listdistributionpaths
        description: Oracle Goldengate List Distribution Paths
        call: big-data-rest-distribution.listdistributionpaths
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/v2/sources/{distpath}
      name: services-v2-sources-distpath
      description: REST surface for services-v2-sources-distpath.
      operations:
      - method: GET
        name: getdistributionpath
        description: Oracle Goldengate Retrieve a Distribution Path
        call: big-data-rest-distribution.getdistributionpath
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdistributionpath
        description: Oracle Goldengate Create a Distribution Path
        call: big-data-rest-distribution.createdistributionpath
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedistributionpath
        description: Oracle Goldengate Delete a Distribution Path
        call: big-data-rest-distribution.deletedistributionpath
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: big-data-rest-distribution-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate for Big Data REST API — Distribution. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-list-distribution-paths
      description: Oracle Goldengate List Distribution Paths
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: big-data-rest-distribution.listdistributionpaths
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-retrieve-distribution-path
      description: Oracle Goldengate Retrieve a Distribution Path
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: big-data-rest-distribution.getdistributionpath
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-create-distribution-path
      description: Oracle Goldengate Create a Distribution Path
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: big-data-rest-distribution.createdistributionpath
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-delete-distribution-path
      description: Oracle Goldengate Delete a Distribution Path
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: big-data-rest-distribution.deletedistributionpath
      outputParameters:
      - type: object
        mapping: $.