Oracle GoldenGate · Capability

Oracle GoldenGate Veridata REST API — Import/Export

Oracle GoldenGate Veridata REST API — Import/Export. 3 operations. Lead operation: Oracle Goldengate Export Veridata Configurations. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateImport/Export

What You Can Do

GET
Exportconfiguration — Oracle Goldengate Export Veridata Configurations
/v1/services/configuration/export
POST
Importconfiguration — Oracle Goldengate Import Veridata Xml Configuration
/v1/services/configuration/import
POST
Importgoldengateparameterfile — Oracle Goldengate Import Goldengate Parameter File
/v1/services/configuration/vgpp

MCP Tools

oracle-goldengate-export-veridata-configurations

Oracle Goldengate Export Veridata Configurations

read-only idempotent
oracle-goldengate-import-veridata-xml

Oracle Goldengate Import Veridata Xml Configuration

oracle-goldengate-import-goldengate-parameter

Oracle Goldengate Import Goldengate Parameter File

Capability Spec

veridata-rest-import-export.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Veridata REST API — Import/Export
  description: 'Oracle GoldenGate Veridata REST API — Import/Export. 3 operations. Lead operation: Oracle Goldengate Export
    Veridata Configurations. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Import/Export
  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-import-export
    baseUri: https://{veridata-host}:{port}/veridata/v1
    description: Oracle GoldenGate Veridata REST API — Import/Export business capability. Self-contained, no shared references.
    resources:
    - name: services-configuration-export
      path: /services/configuration/export
      operations:
      - name: exportconfiguration
        method: GET
        description: Oracle Goldengate Export Veridata Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: services-configuration-import
      path: /services/configuration/import
      operations:
      - name: importconfiguration
        method: POST
        description: Oracle Goldengate Import Veridata Xml Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: services-configuration-vgpp
      path: /services/configuration/vgpp
      operations:
      - name: importgoldengateparameterfile
        method: POST
        description: Oracle Goldengate Import Goldengate Parameter File
        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-import-export-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Veridata REST API — Import/Export. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/services/configuration/export
      name: services-configuration-export
      description: REST surface for services-configuration-export.
      operations:
      - method: GET
        name: exportconfiguration
        description: Oracle Goldengate Export Veridata Configurations
        call: veridata-rest-import-export.exportconfiguration
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/configuration/import
      name: services-configuration-import
      description: REST surface for services-configuration-import.
      operations:
      - method: POST
        name: importconfiguration
        description: Oracle Goldengate Import Veridata Xml Configuration
        call: veridata-rest-import-export.importconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/configuration/vgpp
      name: services-configuration-vgpp
      description: REST surface for services-configuration-vgpp.
      operations:
      - method: POST
        name: importgoldengateparameterfile
        description: Oracle Goldengate Import Goldengate Parameter File
        call: veridata-rest-import-export.importgoldengateparameterfile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: veridata-rest-import-export-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Veridata REST API — Import/Export. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-export-veridata-configurations
      description: Oracle Goldengate Export Veridata Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: veridata-rest-import-export.exportconfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-import-veridata-xml
      description: Oracle Goldengate Import Veridata Xml Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: veridata-rest-import-export.importconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-import-goldengate-parameter
      description: Oracle Goldengate Import Goldengate Parameter File
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: veridata-rest-import-export.importgoldengateparameterfile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.