Super Micro Computer · Capability

Supermicro Redfish API — Chassis

Supermicro Redfish API — Chassis. 4 operations. Lead operation: List Chassis. Self-contained Naftiko capability covering one Super Micro Computer business surface.

Run with Naftiko Super Micro ComputerChassis

What You Can Do

GET
Listchassis — List Chassis
/v1/chassis
GET
Getchassis — Get Chassis
/v1/chassis/{chassisid}
GET
Getchassispower — Get Chassis Power
/v1/chassis/{chassisid}/power
GET
Getchassisthermal — Get Chassis Thermal
/v1/chassis/{chassisid}/thermal

MCP Tools

list-chassis

List Chassis

read-only idempotent
get-chassis

Get Chassis

read-only idempotent
get-chassis-power

Get Chassis Power

read-only idempotent
get-chassis-thermal

Get Chassis Thermal

read-only idempotent

Capability Spec

supermicro-redfish-chassis.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Supermicro Redfish API — Chassis
  description: 'Supermicro Redfish API — Chassis. 4 operations. Lead operation: List Chassis. Self-contained Naftiko capability
    covering one Super Micro Computer business surface.'
  tags:
  - Super Micro Computer
  - Chassis
  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-chassis
    baseUri: https://{bmc-ip}/redfish/v1
    description: Supermicro Redfish API — Chassis business capability. Self-contained, no shared references.
    resources:
    - name: Chassis
      path: /Chassis
      operations:
      - name: listchassis
        method: GET
        description: List Chassis
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Chassis-chassisId
      path: /Chassis/{chassisId}
      operations:
      - name: getchassis
        method: GET
        description: Get Chassis
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: chassisId
          in: path
          type: string
          description: Unique identifier for the chassis
          required: true
    - name: Chassis-chassisId-Power
      path: /Chassis/{chassisId}/Power
      operations:
      - name: getchassispower
        method: GET
        description: Get Chassis Power
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: chassisId
          in: path
          type: string
          required: true
    - name: Chassis-chassisId-Thermal
      path: /Chassis/{chassisId}/Thermal
      operations:
      - name: getchassisthermal
        method: GET
        description: Get Chassis Thermal
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: chassisId
          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-chassis-rest
    port: 8080
    description: REST adapter for Supermicro Redfish API — Chassis. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/chassis
      name: chassis
      description: REST surface for Chassis.
      operations:
      - method: GET
        name: listchassis
        description: List Chassis
        call: supermicro-redfish-chassis.listchassis
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chassis/{chassisid}
      name: chassis-chassisid
      description: REST surface for Chassis-chassisId.
      operations:
      - method: GET
        name: getchassis
        description: Get Chassis
        call: supermicro-redfish-chassis.getchassis
        with:
          chassisId: rest.chassisId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chassis/{chassisid}/power
      name: chassis-chassisid-power
      description: REST surface for Chassis-chassisId-Power.
      operations:
      - method: GET
        name: getchassispower
        description: Get Chassis Power
        call: supermicro-redfish-chassis.getchassispower
        with:
          chassisId: rest.chassisId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chassis/{chassisid}/thermal
      name: chassis-chassisid-thermal
      description: REST surface for Chassis-chassisId-Thermal.
      operations:
      - method: GET
        name: getchassisthermal
        description: Get Chassis Thermal
        call: supermicro-redfish-chassis.getchassisthermal
        with:
          chassisId: rest.chassisId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: supermicro-redfish-chassis-mcp
    port: 9090
    transport: http
    description: MCP adapter for Supermicro Redfish API — Chassis. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-chassis
      description: List Chassis
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supermicro-redfish-chassis.listchassis
      outputParameters:
      - type: object
        mapping: $.
    - name: get-chassis
      description: Get Chassis
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supermicro-redfish-chassis.getchassis
      with:
        chassisId: tools.chassisId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-chassis-power
      description: Get Chassis Power
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supermicro-redfish-chassis.getchassispower
      with:
        chassisId: tools.chassisId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-chassis-thermal
      description: Get Chassis Thermal
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supermicro-redfish-chassis.getchassisthermal
      with:
        chassisId: tools.chassisId
      outputParameters:
      - type: object
        mapping: $.