Oracle Database · Capability

Oracle Database Oracle Cloud Infrastructure Database API — Data Guard

Oracle Database Oracle Cloud Infrastructure Database API — Data Guard. 1 operations. Lead operation: Oracle Database List Data Guard associations. Self-contained Naftiko capability covering one Oracle Database business surface.

Run with Naftiko Oracle DatabaseData Guard

What You Can Do

GET
Listdataguardassociations — Oracle Database List Data Guard associations
/v1/dataguardassociations

MCP Tools

oracle-database-list-data-guard

Oracle Database List Data Guard associations

read-only idempotent

Capability Spec

oci-data-guard.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Database Oracle Cloud Infrastructure Database API — Data Guard
  description: 'Oracle Database Oracle Cloud Infrastructure Database API — Data Guard. 1 operations. Lead operation: Oracle
    Database List Data Guard associations. Self-contained Naftiko capability covering one Oracle Database business surface.'
  tags:
  - Oracle Database
  - Data Guard
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_DATABASE_API_KEY: ORACLE_DATABASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: oci-data-guard
    baseUri: https://database.{region}.oraclecloud.com/20160918
    description: Oracle Database Oracle Cloud Infrastructure Database API — Data Guard business capability. Self-contained,
      no shared references.
    resources:
    - name: dataGuardAssociations
      path: /dataGuardAssociations
      operations:
      - name: listdataguardassociations
        method: GET
        description: Oracle Database List Data Guard associations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: databaseId
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ORACLE_DATABASE_API_KEY}}'
  exposes:
  - type: rest
    namespace: oci-data-guard-rest
    port: 8080
    description: REST adapter for Oracle Database Oracle Cloud Infrastructure Database API — Data Guard. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dataguardassociations
      name: dataguardassociations
      description: REST surface for dataGuardAssociations.
      operations:
      - method: GET
        name: listdataguardassociations
        description: Oracle Database List Data Guard associations
        call: oci-data-guard.listdataguardassociations
        with:
          databaseId: rest.databaseId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: oci-data-guard-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Database Oracle Cloud Infrastructure Database API — Data Guard. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-database-list-data-guard
      description: Oracle Database List Data Guard associations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: oci-data-guard.listdataguardassociations
      with:
        databaseId: tools.databaseId
      outputParameters:
      - type: object
        mapping: $.