Dell Servers · Capability

Dell Servers Dell OpenManage Enterprise API — Sessions

Dell Servers Dell OpenManage Enterprise API — Sessions. 1 operations. Lead operation: Dell Servers Create an authentication session. Self-contained Naftiko capability covering one Dell Servers business surface.

Run with Naftiko Dell ServersSessions

What You Can Do

POST
Createsession — Dell Servers Create an authentication session
/v1/sessionservice/sessions

MCP Tools

dell-servers-create-authentication-session

Dell Servers Create an authentication session

Capability Spec

openmanage-enterprise-sessions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dell Servers Dell OpenManage Enterprise API — Sessions
  description: 'Dell Servers Dell OpenManage Enterprise API — Sessions. 1 operations. Lead operation: Dell Servers Create
    an authentication session. 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: openmanage-enterprise-sessions
    baseUri: https://{ome-server}/api
    description: Dell Servers Dell OpenManage Enterprise API — Sessions business capability. Self-contained, no shared references.
    resources:
    - name: SessionService-Sessions
      path: /SessionService/Sessions
      operations:
      - name: createsession
        method: POST
        description: Dell Servers Create an authentication 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: openmanage-enterprise-sessions-rest
    port: 8080
    description: REST adapter for Dell Servers Dell OpenManage Enterprise 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: POST
        name: createsession
        description: Dell Servers Create an authentication session
        call: openmanage-enterprise-sessions.createsession
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openmanage-enterprise-sessions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dell Servers Dell OpenManage Enterprise API — Sessions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: dell-servers-create-authentication-session
      description: Dell Servers Create an authentication session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openmanage-enterprise-sessions.createsession
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.