NetApp · Capability

NetApp ONTAP REST API — Network

NetApp ONTAP REST API — Network. 1 operations. Lead operation: Netapp List Network Interfaces. Self-contained Naftiko capability covering one Netapp business surface.

Run with Naftiko NetappNetwork

What You Can Do

GET
Listnetworkinterfaces — Netapp List Network Interfaces
/v1/network/ip/interfaces

MCP Tools

netapp-list-network-interfaces

Netapp List Network Interfaces

read-only idempotent

Capability Spec

ontap-network.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NetApp ONTAP REST API — Network
  description: 'NetApp ONTAP REST API — Network. 1 operations. Lead operation: Netapp List Network Interfaces. Self-contained
    Naftiko capability covering one Netapp business surface.'
  tags:
  - Netapp
  - Network
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NETAPP_API_KEY: NETAPP_API_KEY
capability:
  consumes:
  - type: http
    namespace: ontap-network
    baseUri: https://{clusterMgmtIp}/api
    description: NetApp ONTAP REST API — Network business capability. Self-contained, no shared references.
    resources:
    - name: network-ip-interfaces
      path: /network/ip/interfaces
      operations:
      - name: listnetworkinterfaces
        method: GET
        description: Netapp List Network Interfaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: svm.name
          in: query
          type: string
          description: Filter by SVM name
        - name: name
          in: query
          type: string
          description: Filter by interface name
    authentication:
      type: bearer
      token: '{{env.NETAPP_API_KEY}}'
  exposes:
  - type: rest
    namespace: ontap-network-rest
    port: 8080
    description: REST adapter for NetApp ONTAP REST API — Network. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/network/ip/interfaces
      name: network-ip-interfaces
      description: REST surface for network-ip-interfaces.
      operations:
      - method: GET
        name: listnetworkinterfaces
        description: Netapp List Network Interfaces
        call: ontap-network.listnetworkinterfaces
        with:
          svm.name: rest.svm.name
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ontap-network-mcp
    port: 9090
    transport: http
    description: MCP adapter for NetApp ONTAP REST API — Network. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: netapp-list-network-interfaces
      description: Netapp List Network Interfaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ontap-network.listnetworkinterfaces
      with:
        svm.name: tools.svm.name
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.