Super Micro Computer · Capability

Supermicro Redfish API — Update Service

Supermicro Redfish API — Update Service. 3 operations. Lead operation: Get Update Service. Self-contained Naftiko capability covering one Super Micro Computer business surface.

Run with Naftiko Super Micro ComputerUpdate Service

What You Can Do

GET
Getupdateservice — Get Update Service
/v1/updateservice
POST
Simpleupdate — Perform Simple Firmware Update
/v1/updateservice/actions/updateservice-simpleupdate
GET
Listfirmwareinventory — List Firmware Inventory
/v1/updateservice/firmwareinventory

MCP Tools

get-update-service

Get Update Service

read-only idempotent
perform-simple-firmware-update

Perform Simple Firmware Update

list-firmware-inventory

List Firmware Inventory

read-only idempotent

Capability Spec

supermicro-redfish-update-service.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Supermicro Redfish API — Update Service
  description: 'Supermicro Redfish API — Update Service. 3 operations. Lead operation: Get Update Service. Self-contained
    Naftiko capability covering one Super Micro Computer business surface.'
  tags:
  - Super Micro Computer
  - Update Service
  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-update-service
    baseUri: https://{bmc-ip}/redfish/v1
    description: Supermicro Redfish API — Update Service business capability. Self-contained, no shared references.
    resources:
    - name: UpdateService
      path: /UpdateService
      operations:
      - name: getupdateservice
        method: GET
        description: Get Update Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: UpdateService-Actions-UpdateService.SimpleUpdate
      path: /UpdateService/Actions/UpdateService.SimpleUpdate
      operations:
      - name: simpleupdate
        method: POST
        description: Perform Simple Firmware Update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: UpdateService-FirmwareInventory
      path: /UpdateService/FirmwareInventory
      operations:
      - name: listfirmwareinventory
        method: GET
        description: List Firmware Inventory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.SUPER_MICRO_COMPUTER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: supermicro-redfish-update-service-rest
    port: 8080
    description: REST adapter for Supermicro Redfish API — Update Service. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/updateservice
      name: updateservice
      description: REST surface for UpdateService.
      operations:
      - method: GET
        name: getupdateservice
        description: Get Update Service
        call: supermicro-redfish-update-service.getupdateservice
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/updateservice/actions/updateservice-simpleupdate
      name: updateservice-actions-updateservice-simpleupdate
      description: REST surface for UpdateService-Actions-UpdateService.SimpleUpdate.
      operations:
      - method: POST
        name: simpleupdate
        description: Perform Simple Firmware Update
        call: supermicro-redfish-update-service.simpleupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/updateservice/firmwareinventory
      name: updateservice-firmwareinventory
      description: REST surface for UpdateService-FirmwareInventory.
      operations:
      - method: GET
        name: listfirmwareinventory
        description: List Firmware Inventory
        call: supermicro-redfish-update-service.listfirmwareinventory
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: supermicro-redfish-update-service-mcp
    port: 9090
    transport: http
    description: MCP adapter for Supermicro Redfish API — Update Service. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-update-service
      description: Get Update Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supermicro-redfish-update-service.getupdateservice
      outputParameters:
      - type: object
        mapping: $.
    - name: perform-simple-firmware-update
      description: Perform Simple Firmware Update
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: supermicro-redfish-update-service.simpleupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-firmware-inventory
      description: List Firmware Inventory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supermicro-redfish-update-service.listfirmwareinventory
      outputParameters:
      - type: object
        mapping: $.