Oracle GoldenGate · Capability

Oracle GoldenGate Cloud Service API — Certificates

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

Run with Naftiko Oracle GoldengateCertificates

What You Can Do

GET
Listcertificates — Oracle Goldengate List Deployment Certificates
/v1/20200407/deployments/{deploymentid}/certificates
POST
Createcertificate — Oracle Goldengate Add a Certificate to a Deployment
/v1/20200407/deployments/{deploymentid}/certificates

MCP Tools

oracle-goldengate-list-deployment-certificates

Oracle Goldengate List Deployment Certificates

read-only idempotent
oracle-goldengate-add-certificate-deployment

Oracle Goldengate Add a Certificate to a Deployment

Capability Spec

cloud-service-certificates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Cloud Service API — Certificates
  description: 'Oracle GoldenGate Cloud Service API — Certificates. 2 operations. Lead operation: Oracle Goldengate List Deployment
    Certificates. Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Certificates
  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-certificates
    baseUri: https://goldengate.{region}.oci.oraclecloud.com
    description: Oracle GoldenGate Cloud Service API — Certificates business capability. Self-contained, no shared references.
    resources:
    - name: 20200407-deployments-deploymentId-certificates
      path: /20200407/deployments/{deploymentId}/certificates
      operations:
      - name: listcertificates
        method: GET
        description: Oracle Goldengate List Deployment Certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createcertificate
        method: POST
        description: Oracle Goldengate Add a Certificate to a Deployment
        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-certificates-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Cloud Service API — Certificates. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/20200407/deployments/{deploymentid}/certificates
      name: 20200407-deployments-deploymentid-certificates
      description: REST surface for 20200407-deployments-deploymentId-certificates.
      operations:
      - method: GET
        name: listcertificates
        description: Oracle Goldengate List Deployment Certificates
        call: cloud-service-certificates.listcertificates
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcertificate
        description: Oracle Goldengate Add a Certificate to a Deployment
        call: cloud-service-certificates.createcertificate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-service-certificates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Cloud Service API — Certificates. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-list-deployment-certificates
      description: Oracle Goldengate List Deployment Certificates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-service-certificates.listcertificates
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-add-certificate-deployment
      description: Oracle Goldengate Add a Certificate to a Deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-service-certificates.createcertificate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.