Oracle GoldenGate · Capability

Oracle GoldenGate Cloud Service API — Database Registrations

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

Run with Naftiko Oracle GoldengateDatabase Registrations

What You Can Do

GET
Listdatabaseregistrations — Oracle Goldengate List Database Registrations
/v1/20200407/databaseregistrations
POST
Createdatabaseregistration — Oracle Goldengate Create a Database Registration
/v1/20200407/databaseregistrations
GET
Getdatabaseregistration — Oracle Goldengate Get a Database Registration
/v1/20200407/databaseregistrations/{databaseregistrationid}
PUT
Updatedatabaseregistration — Oracle Goldengate Update a Database Registration
/v1/20200407/databaseregistrations/{databaseregistrationid}
DELETE
Deletedatabaseregistration — Oracle Goldengate Delete a Database Registration
/v1/20200407/databaseregistrations/{databaseregistrationid}

MCP Tools

oracle-goldengate-list-database-registrations

Oracle Goldengate List Database Registrations

read-only idempotent
oracle-goldengate-create-database-registration

Oracle Goldengate Create a Database Registration

oracle-goldengate-get-database-registration

Oracle Goldengate Get a Database Registration

read-only idempotent
oracle-goldengate-update-database-registration

Oracle Goldengate Update a Database Registration

idempotent
oracle-goldengate-delete-database-registration

Oracle Goldengate Delete a Database Registration

idempotent

Capability Spec

cloud-service-database-registrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Cloud Service API — Database Registrations
  description: 'Oracle GoldenGate Cloud Service API — Database Registrations. 5 operations. Lead operation: Oracle Goldengate
    List Database Registrations. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Database Registrations
  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-database-registrations
    baseUri: https://goldengate.{region}.oci.oraclecloud.com
    description: Oracle GoldenGate Cloud Service API — Database Registrations business capability. Self-contained, no shared
      references.
    resources:
    - name: 20200407-databaseRegistrations
      path: /20200407/databaseRegistrations
      operations:
      - name: listdatabaseregistrations
        method: GET
        description: Oracle Goldengate List Database Registrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createdatabaseregistration
        method: POST
        description: Oracle Goldengate Create a Database Registration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: 20200407-databaseRegistrations-databaseRegistrationId
      path: /20200407/databaseRegistrations/{databaseRegistrationId}
      operations:
      - name: getdatabaseregistration
        method: GET
        description: Oracle Goldengate Get a Database Registration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: databaseRegistrationId
          in: path
          type: string
          required: true
      - name: updatedatabaseregistration
        method: PUT
        description: Oracle Goldengate Update a Database Registration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: databaseRegistrationId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletedatabaseregistration
        method: DELETE
        description: Oracle Goldengate Delete a Database Registration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: databaseRegistrationId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ORACLE_GOLDENGATE_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-service-database-registrations-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Cloud Service API — Database Registrations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/20200407/databaseregistrations
      name: 20200407-databaseregistrations
      description: REST surface for 20200407-databaseRegistrations.
      operations:
      - method: GET
        name: listdatabaseregistrations
        description: Oracle Goldengate List Database Registrations
        call: cloud-service-database-registrations.listdatabaseregistrations
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdatabaseregistration
        description: Oracle Goldengate Create a Database Registration
        call: cloud-service-database-registrations.createdatabaseregistration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/20200407/databaseregistrations/{databaseregistrationid}
      name: 20200407-databaseregistrations-databaseregistrationid
      description: REST surface for 20200407-databaseRegistrations-databaseRegistrationId.
      operations:
      - method: GET
        name: getdatabaseregistration
        description: Oracle Goldengate Get a Database Registration
        call: cloud-service-database-registrations.getdatabaseregistration
        with:
          databaseRegistrationId: rest.databaseRegistrationId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatedatabaseregistration
        description: Oracle Goldengate Update a Database Registration
        call: cloud-service-database-registrations.updatedatabaseregistration
        with:
          databaseRegistrationId: rest.databaseRegistrationId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedatabaseregistration
        description: Oracle Goldengate Delete a Database Registration
        call: cloud-service-database-registrations.deletedatabaseregistration
        with:
          databaseRegistrationId: rest.databaseRegistrationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-service-database-registrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Cloud Service API — Database Registrations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-list-database-registrations
      description: Oracle Goldengate List Database Registrations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-service-database-registrations.listdatabaseregistrations
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-create-database-registration
      description: Oracle Goldengate Create a Database Registration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-service-database-registrations.createdatabaseregistration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-get-database-registration
      description: Oracle Goldengate Get a Database Registration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-service-database-registrations.getdatabaseregistration
      with:
        databaseRegistrationId: tools.databaseRegistrationId
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-update-database-registration
      description: Oracle Goldengate Update a Database Registration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloud-service-database-registrations.updatedatabaseregistration
      with:
        databaseRegistrationId: tools.databaseRegistrationId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-delete-database-registration
      description: Oracle Goldengate Delete a Database Registration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloud-service-database-registrations.deletedatabaseregistration
      with:
        databaseRegistrationId: tools.databaseRegistrationId
      outputParameters:
      - type: object
        mapping: $.