Dell Servers · Capability

Dell Servers Dell iDRAC Redfish REST API — Sessions

Dell Servers Dell iDRAC Redfish REST API — Sessions. 2 operations. Lead operation: Dell Servers List active sessions. Self-contained Naftiko capability covering one Dell Servers business surface.

Run with Naftiko Dell ServersSessions

What You Can Do

GET
Listsessions — Dell Servers List active sessions
/v1/sessionservice/sessions
POST
Createsession — Dell Servers Create a new session
/v1/sessionservice/sessions

MCP Tools

dell-servers-list-active-sessions

Dell Servers List active sessions

read-only idempotent
dell-servers-create-new-session

Dell Servers Create a new session

Capability Spec

idrac-redfish-sessions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dell Servers Dell iDRAC Redfish REST API — Sessions
  description: 'Dell Servers Dell iDRAC Redfish REST API — Sessions. 2 operations. Lead operation: Dell Servers List active
    sessions. Self-contained Naftiko capability covering one Dell Servers business surface.'
  tags:
  - Dell Servers
  - Sessions
  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-sessions
    baseUri: https://{idrac-ip}/redfish/v1
    description: Dell Servers Dell iDRAC Redfish REST API — Sessions business capability. Self-contained, no shared references.
    resources:
    - name: SessionService-Sessions
      path: /SessionService/Sessions
      operations:
      - name: listsessions
        method: GET
        description: Dell Servers List active sessions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createsession
        method: POST
        description: Dell Servers Create a new session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.DELL_SERVERS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: idrac-redfish-sessions-rest
    port: 8080
    description: REST adapter for Dell Servers Dell iDRAC Redfish REST API — Sessions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sessionservice/sessions
      name: sessionservice-sessions
      description: REST surface for SessionService-Sessions.
      operations:
      - method: GET
        name: listsessions
        description: Dell Servers List active sessions
        call: idrac-redfish-sessions.listsessions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsession
        description: Dell Servers Create a new session
        call: idrac-redfish-sessions.createsession
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: idrac-redfish-sessions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dell Servers Dell iDRAC Redfish REST API — Sessions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: dell-servers-list-active-sessions
      description: Dell Servers List active sessions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-sessions.listsessions
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-create-new-session
      description: Dell Servers Create a new session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: idrac-redfish-sessions.createsession
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.