Oracle GoldenGate · Capability

Oracle GoldenGate Cloud Service API — Deployment Backups

Oracle GoldenGate Cloud Service API — Deployment Backups. 5 operations. Lead operation: Oracle Goldengate List Deployment Backups. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateDeployment Backups

What You Can Do

GET
Listdeploymentbackups — Oracle Goldengate List Deployment Backups
/v1/20200407/deploymentbackups
POST
Createdeploymentbackup — Oracle Goldengate Create a Deployment Backup
/v1/20200407/deploymentbackups
GET
Getdeploymentbackup — Oracle Goldengate Get a Deployment Backup
/v1/20200407/deploymentbackups/{deploymentbackupid}
DELETE
Deletedeploymentbackup — Oracle Goldengate Delete a Deployment Backup
/v1/20200407/deploymentbackups/{deploymentbackupid}
POST
Restoredeployment — Oracle Goldengate Restore a Deployment From Backup
/v1/20200407/deploymentbackups/{deploymentbackupid}/actions/restore

MCP Tools

oracle-goldengate-list-deployment-backups

Oracle Goldengate List Deployment Backups

read-only idempotent
oracle-goldengate-create-deployment-backup

Oracle Goldengate Create a Deployment Backup

oracle-goldengate-get-deployment-backup

Oracle Goldengate Get a Deployment Backup

read-only idempotent
oracle-goldengate-delete-deployment-backup

Oracle Goldengate Delete a Deployment Backup

idempotent
oracle-goldengate-restore-deployment-backup

Oracle Goldengate Restore a Deployment From Backup

Capability Spec

cloud-service-deployment-backups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Cloud Service API — Deployment Backups
  description: 'Oracle GoldenGate Cloud Service API — Deployment Backups. 5 operations. Lead operation: Oracle Goldengate
    List Deployment Backups. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Deployment Backups
  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: cloud-service-deployment-backups
    baseUri: https://goldengate.{region}.oci.oraclecloud.com
    description: Oracle GoldenGate Cloud Service API — Deployment Backups business capability. Self-contained, no shared references.
    resources:
    - name: 20200407-deploymentBackups
      path: /20200407/deploymentBackups
      operations:
      - name: listdeploymentbackups
        method: GET
        description: Oracle Goldengate List Deployment Backups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createdeploymentbackup
        method: POST
        description: Oracle Goldengate Create a Deployment Backup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: 20200407-deploymentBackups-deploymentBackupId
      path: /20200407/deploymentBackups/{deploymentBackupId}
      operations:
      - name: getdeploymentbackup
        method: GET
        description: Oracle Goldengate Get a Deployment Backup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletedeploymentbackup
        method: DELETE
        description: Oracle Goldengate Delete a Deployment Backup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: 20200407-deploymentBackups-deploymentBackupId-actions-restore
      path: /20200407/deploymentBackups/{deploymentBackupId}/actions/restore
      operations:
      - name: restoredeployment
        method: POST
        description: Oracle Goldengate Restore a Deployment From Backup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ORACLE_GOLDENGATE_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-service-deployment-backups-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Cloud Service API — Deployment Backups. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/20200407/deploymentbackups
      name: 20200407-deploymentbackups
      description: REST surface for 20200407-deploymentBackups.
      operations:
      - method: GET
        name: listdeploymentbackups
        description: Oracle Goldengate List Deployment Backups
        call: cloud-service-deployment-backups.listdeploymentbackups
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdeploymentbackup
        description: Oracle Goldengate Create a Deployment Backup
        call: cloud-service-deployment-backups.createdeploymentbackup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/20200407/deploymentbackups/{deploymentbackupid}
      name: 20200407-deploymentbackups-deploymentbackupid
      description: REST surface for 20200407-deploymentBackups-deploymentBackupId.
      operations:
      - method: GET
        name: getdeploymentbackup
        description: Oracle Goldengate Get a Deployment Backup
        call: cloud-service-deployment-backups.getdeploymentbackup
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedeploymentbackup
        description: Oracle Goldengate Delete a Deployment Backup
        call: cloud-service-deployment-backups.deletedeploymentbackup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/20200407/deploymentbackups/{deploymentbackupid}/actions/restore
      name: 20200407-deploymentbackups-deploymentbackupid-actions-restore
      description: REST surface for 20200407-deploymentBackups-deploymentBackupId-actions-restore.
      operations:
      - method: POST
        name: restoredeployment
        description: Oracle Goldengate Restore a Deployment From Backup
        call: cloud-service-deployment-backups.restoredeployment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-service-deployment-backups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Cloud Service API — Deployment Backups. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-list-deployment-backups
      description: Oracle Goldengate List Deployment Backups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-service-deployment-backups.listdeploymentbackups
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-create-deployment-backup
      description: Oracle Goldengate Create a Deployment Backup
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-service-deployment-backups.createdeploymentbackup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-get-deployment-backup
      description: Oracle Goldengate Get a Deployment Backup
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-service-deployment-backups.getdeploymentbackup
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-delete-deployment-backup
      description: Oracle Goldengate Delete a Deployment Backup
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloud-service-deployment-backups.deletedeploymentbackup
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-restore-deployment-backup
      description: Oracle Goldengate Restore a Deployment From Backup
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-service-deployment-backups.restoredeployment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.