Super Micro Computer · Capability

Supermicro Redfish API — Network

Supermicro Redfish API — Network. 1 operations. Lead operation: List Ethernet Interfaces. Self-contained Naftiko capability covering one Super Micro Computer business surface.

Run with Naftiko Super Micro ComputerNetwork

What You Can Do

GET
Listethernetinterfaces — List Ethernet Interfaces
/v1/systems/{systemid}/ethernetinterfaces

MCP Tools

list-ethernet-interfaces

List Ethernet Interfaces

read-only idempotent

Capability Spec

supermicro-redfish-network.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Supermicro Redfish API — Network
  description: 'Supermicro Redfish API — Network. 1 operations. Lead operation: List Ethernet Interfaces. Self-contained Naftiko
    capability covering one Super Micro Computer business surface.'
  tags:
  - Super Micro Computer
  - Network
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SUPER_MICRO_COMPUTER_API_KEY: SUPER_MICRO_COMPUTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: supermicro-redfish-network
    baseUri: https://{bmc-ip}/redfish/v1
    description: Supermicro Redfish API — Network business capability. Self-contained, no shared references.
    resources:
    - name: Systems-systemId-EthernetInterfaces
      path: /Systems/{systemId}/EthernetInterfaces
      operations:
      - name: listethernetinterfaces
        method: GET
        description: List Ethernet Interfaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: systemId
          in: path
          type: string
          required: true
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.SUPER_MICRO_COMPUTER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: supermicro-redfish-network-rest
    port: 8080
    description: REST adapter for Supermicro Redfish API — Network. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/systems/{systemid}/ethernetinterfaces
      name: systems-systemid-ethernetinterfaces
      description: REST surface for Systems-systemId-EthernetInterfaces.
      operations:
      - method: GET
        name: listethernetinterfaces
        description: List Ethernet Interfaces
        call: supermicro-redfish-network.listethernetinterfaces
        with:
          systemId: rest.systemId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: supermicro-redfish-network-mcp
    port: 9090
    transport: http
    description: MCP adapter for Supermicro Redfish API — Network. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-ethernet-interfaces
      description: List Ethernet Interfaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supermicro-redfish-network.listethernetinterfaces
      with:
        systemId: tools.systemId
      outputParameters:
      - type: object
        mapping: $.