Oracle · Capability

Oracle OCI Compute API — VNIC Attachments

Oracle OCI Compute API — VNIC Attachments. 1 operations. Lead operation: Oracle List Vnic Attachments. Self-contained Naftiko capability covering one Oracle business surface.

Run with Naftiko OracleVNIC Attachments

What You Can Do

GET
Listvnicattachments — Oracle List Vnic Attachments
/v1/vnicattachments

MCP Tools

oracle-list-vnic-attachments

Oracle List Vnic Attachments

read-only idempotent

Capability Spec

oci-compute-vnic-attachments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle OCI Compute API — VNIC Attachments
  description: 'Oracle OCI Compute API — VNIC Attachments. 1 operations. Lead operation: Oracle List Vnic Attachments. Self-contained
    Naftiko capability covering one Oracle business surface.'
  tags:
  - Oracle
  - VNIC Attachments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_API_KEY: ORACLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: oci-compute-vnic-attachments
    baseUri: https://iaas.{region}.oraclecloud.com/20160918
    description: Oracle OCI Compute API — VNIC Attachments business capability. Self-contained, no shared references.
    resources:
    - name: vnicAttachments
      path: /vnicAttachments
      operations:
      - name: listvnicattachments
        method: GET
        description: Oracle List Vnic Attachments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: instanceId
          in: query
          type: string
          description: The OCID of the instance to filter by
        - name: availabilityDomain
          in: query
          type: string
          description: The name of the availability domain to filter by
    authentication:
      type: bearer
      token: '{{env.ORACLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: oci-compute-vnic-attachments-rest
    port: 8080
    description: REST adapter for Oracle OCI Compute API — VNIC Attachments. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/vnicattachments
      name: vnicattachments
      description: REST surface for vnicAttachments.
      operations:
      - method: GET
        name: listvnicattachments
        description: Oracle List Vnic Attachments
        call: oci-compute-vnic-attachments.listvnicattachments
        with:
          instanceId: rest.instanceId
          availabilityDomain: rest.availabilityDomain
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: oci-compute-vnic-attachments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle OCI Compute API — VNIC Attachments. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: oracle-list-vnic-attachments
      description: Oracle List Vnic Attachments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: oci-compute-vnic-attachments.listvnicattachments
      with:
        instanceId: tools.instanceId
        availabilityDomain: tools.availabilityDomain
      outputParameters:
      - type: object
        mapping: $.