Oracle GoldenGate · Capability

Oracle GoldenGate for Big Data REST API — Data Targets

Oracle GoldenGate for Big Data REST API — Data Targets. 2 operations. Lead operation: Oracle Goldengate List Available Data Target Types. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateData Targets

What You Can Do

GET
Listdatatargettypes — Oracle Goldengate List Available Data Target Types
/v1/services/v2/datatargettypes
GET
Getdatatargettypeschema — Oracle Goldengate Retrieve Json Schema for a Data Target Type
/v1/services/v2/datatargettypes/{datatargettype}

MCP Tools

oracle-goldengate-list-available-data

Oracle Goldengate List Available Data Target Types

read-only idempotent
oracle-goldengate-retrieve-json-schema

Oracle Goldengate Retrieve Json Schema for a Data Target Type

read-only idempotent

Capability Spec

big-data-rest-data-targets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate for Big Data REST API — Data Targets
  description: 'Oracle GoldenGate for Big Data REST API — Data Targets. 2 operations. Lead operation: Oracle Goldengate List
    Available Data Target Types. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Data Targets
  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-data-targets
    baseUri: https://{goldengate-host}:{port}
    description: Oracle GoldenGate for Big Data REST API — Data Targets business capability. Self-contained, no shared references.
    resources:
    - name: services-v2-dataTargetTypes
      path: /services/v2/dataTargetTypes
      operations:
      - name: listdatatargettypes
        method: GET
        description: Oracle Goldengate List Available Data Target Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: services-v2-dataTargetTypes-dataTargetType
      path: /services/v2/dataTargetTypes/{dataTargetType}
      operations:
      - name: getdatatargettypeschema
        method: GET
        description: Oracle Goldengate Retrieve Json Schema for a Data Target Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataTargetType
          in: path
          type: string
          description: The data target type name
          required: true
    authentication:
      type: basic
      username: '{{env.ORACLE_GOLDENGATE_USER}}'
      password: '{{env.ORACLE_GOLDENGATE_PASS}}'
  exposes:
  - type: rest
    namespace: big-data-rest-data-targets-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate for Big Data REST API — Data Targets. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/services/v2/datatargettypes
      name: services-v2-datatargettypes
      description: REST surface for services-v2-dataTargetTypes.
      operations:
      - method: GET
        name: listdatatargettypes
        description: Oracle Goldengate List Available Data Target Types
        call: big-data-rest-data-targets.listdatatargettypes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/v2/datatargettypes/{datatargettype}
      name: services-v2-datatargettypes-datatargettype
      description: REST surface for services-v2-dataTargetTypes-dataTargetType.
      operations:
      - method: GET
        name: getdatatargettypeschema
        description: Oracle Goldengate Retrieve Json Schema for a Data Target Type
        call: big-data-rest-data-targets.getdatatargettypeschema
        with:
          dataTargetType: rest.dataTargetType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: big-data-rest-data-targets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate for Big Data REST API — Data Targets. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-list-available-data
      description: Oracle Goldengate List Available Data Target Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: big-data-rest-data-targets.listdatatargettypes
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-retrieve-json-schema
      description: Oracle Goldengate Retrieve Json Schema for a Data Target Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: big-data-rest-data-targets.getdatatargettypeschema
      with:
        dataTargetType: tools.dataTargetType
      outputParameters:
      - type: object
        mapping: $.