Oracle GoldenGate · Capability

Oracle GoldenGate Stream Analytics REST API — Artifacts

Oracle GoldenGate Stream Analytics REST API — Artifacts. 1 operations. Lead operation: Oracle Goldengate Import Ggsa Artifacts. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateArtifacts

What You Can Do

PATCH
Importartifacts — Oracle Goldengate Import Ggsa Artifacts
/v1/services/v1/artifacts/import

MCP Tools

oracle-goldengate-import-ggsa-artifacts

Oracle Goldengate Import Ggsa Artifacts

idempotent

Capability Spec

stream-analytics-rest-artifacts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Stream Analytics REST API — Artifacts
  description: 'Oracle GoldenGate Stream Analytics REST API — Artifacts. 1 operations. Lead operation: Oracle Goldengate Import
    Ggsa Artifacts. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Artifacts
  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: stream-analytics-rest-artifacts
    baseUri: https://{ggsa-host}:{port}/osa
    description: Oracle GoldenGate Stream Analytics REST API — Artifacts business capability. Self-contained, no shared references.
    resources:
    - name: services-v1-artifacts-import
      path: /services/v1/artifacts/import
      operations:
      - name: importartifacts
        method: PATCH
        description: Oracle Goldengate Import Ggsa Artifacts
        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: stream-analytics-rest-artifacts-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Stream Analytics REST API — Artifacts. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/services/v1/artifacts/import
      name: services-v1-artifacts-import
      description: REST surface for services-v1-artifacts-import.
      operations:
      - method: PATCH
        name: importartifacts
        description: Oracle Goldengate Import Ggsa Artifacts
        call: stream-analytics-rest-artifacts.importartifacts
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stream-analytics-rest-artifacts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Stream Analytics REST API — Artifacts. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-import-ggsa-artifacts
      description: Oracle Goldengate Import Ggsa Artifacts
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: stream-analytics-rest-artifacts.importartifacts
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.