Dell Servers · Capability

Dell Servers Dell iDRAC Redfish REST API — Chassis

Dell Servers Dell iDRAC Redfish REST API — Chassis. 4 operations. Lead operation: Dell Servers List chassis resources. Self-contained Naftiko capability covering one Dell Servers business surface.

Run with Naftiko Dell ServersChassis

What You Can Do

GET
Listchassis — Dell Servers List chassis resources
/v1/chassis
GET
Getchassis — Dell Servers Get a chassis resource
/v1/chassis/{chassisid}
GET
Getchassispower — Dell Servers Get chassis power information
/v1/chassis/{chassisid}/power
GET
Getchassisthermal — Dell Servers Get chassis thermal information
/v1/chassis/{chassisid}/thermal

MCP Tools

dell-servers-list-chassis-resources

Dell Servers List chassis resources

read-only idempotent
dell-servers-get-chassis-resource

Dell Servers Get a chassis resource

read-only idempotent
dell-servers-get-chassis-power

Dell Servers Get chassis power information

read-only idempotent
dell-servers-get-chassis-thermal

Dell Servers Get chassis thermal information

read-only idempotent

Capability Spec

idrac-redfish-chassis.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dell Servers Dell iDRAC Redfish REST API — Chassis
  description: 'Dell Servers Dell iDRAC Redfish REST API — Chassis. 4 operations. Lead operation: Dell Servers List chassis
    resources. Self-contained Naftiko capability covering one Dell Servers business surface.'
  tags:
  - Dell Servers
  - Chassis
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DELL_SERVERS_API_KEY: DELL_SERVERS_API_KEY
capability:
  consumes:
  - type: http
    namespace: idrac-redfish-chassis
    baseUri: https://{idrac-ip}/redfish/v1
    description: Dell Servers Dell iDRAC Redfish REST API — Chassis business capability. Self-contained, no shared references.
    resources:
    - name: Chassis
      path: /Chassis
      operations:
      - name: listchassis
        method: GET
        description: Dell Servers List chassis resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Chassis-ChassisId
      path: /Chassis/{ChassisId}
      operations:
      - name: getchassis
        method: GET
        description: Dell Servers Get a chassis resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Chassis-ChassisId-Power
      path: /Chassis/{ChassisId}/Power
      operations:
      - name: getchassispower
        method: GET
        description: Dell Servers Get chassis power information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Chassis-ChassisId-Thermal
      path: /Chassis/{ChassisId}/Thermal
      operations:
      - name: getchassisthermal
        method: GET
        description: Dell Servers Get chassis thermal information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.DELL_SERVERS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: idrac-redfish-chassis-rest
    port: 8080
    description: REST adapter for Dell Servers Dell iDRAC Redfish REST 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: Dell Servers List chassis resources
        call: idrac-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: Dell Servers Get a chassis resource
        call: idrac-redfish-chassis.getchassis
        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: Dell Servers Get chassis power information
        call: idrac-redfish-chassis.getchassispower
        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: Dell Servers Get chassis thermal information
        call: idrac-redfish-chassis.getchassisthermal
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: idrac-redfish-chassis-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dell Servers Dell iDRAC Redfish REST API — Chassis. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: dell-servers-list-chassis-resources
      description: Dell Servers List chassis resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-chassis.listchassis
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-get-chassis-resource
      description: Dell Servers Get a chassis resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-chassis.getchassis
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-get-chassis-power
      description: Dell Servers Get chassis power information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-chassis.getchassispower
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-get-chassis-thermal
      description: Dell Servers Get chassis thermal information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-chassis.getchassisthermal
      outputParameters:
      - type: object
        mapping: $.