Dell Servers · Capability

Dell Servers Dell iDRAC Redfish REST API — Event Service

Dell Servers Dell iDRAC Redfish REST API — Event Service. 3 operations. Lead operation: Dell Servers Get event service. Self-contained Naftiko capability covering one Dell Servers business surface.

Run with Naftiko Dell ServersEvent Service

What You Can Do

GET
Geteventservice — Dell Servers Get event service
/v1/eventservice
GET
Listeventsubscriptions — Dell Servers List event subscriptions
/v1/eventservice/subscriptions
POST
Createeventsubscription — Dell Servers Create an event subscription
/v1/eventservice/subscriptions

MCP Tools

dell-servers-get-event-service

Dell Servers Get event service

read-only idempotent
dell-servers-list-event-subscriptions

Dell Servers List event subscriptions

read-only idempotent
dell-servers-create-event-subscription

Dell Servers Create an event subscription

Capability Spec

idrac-redfish-event-service.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dell Servers Dell iDRAC Redfish REST API — Event Service
  description: 'Dell Servers Dell iDRAC Redfish REST API — Event Service. 3 operations. Lead operation: Dell Servers Get event
    service. Self-contained Naftiko capability covering one Dell Servers business surface.'
  tags:
  - Dell Servers
  - Event Service
  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-event-service
    baseUri: https://{idrac-ip}/redfish/v1
    description: Dell Servers Dell iDRAC Redfish REST API — Event Service business capability. Self-contained, no shared references.
    resources:
    - name: EventService
      path: /EventService
      operations:
      - name: geteventservice
        method: GET
        description: Dell Servers Get event service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: EventService-Subscriptions
      path: /EventService/Subscriptions
      operations:
      - name: listeventsubscriptions
        method: GET
        description: Dell Servers List event subscriptions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createeventsubscription
        method: POST
        description: Dell Servers Create an event subscription
        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-event-service-rest
    port: 8080
    description: REST adapter for Dell Servers Dell iDRAC Redfish REST API — Event Service. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/eventservice
      name: eventservice
      description: REST surface for EventService.
      operations:
      - method: GET
        name: geteventservice
        description: Dell Servers Get event service
        call: idrac-redfish-event-service.geteventservice
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/eventservice/subscriptions
      name: eventservice-subscriptions
      description: REST surface for EventService-Subscriptions.
      operations:
      - method: GET
        name: listeventsubscriptions
        description: Dell Servers List event subscriptions
        call: idrac-redfish-event-service.listeventsubscriptions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createeventsubscription
        description: Dell Servers Create an event subscription
        call: idrac-redfish-event-service.createeventsubscription
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: idrac-redfish-event-service-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dell Servers Dell iDRAC Redfish REST API — Event Service. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: dell-servers-get-event-service
      description: Dell Servers Get event service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-event-service.geteventservice
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-list-event-subscriptions
      description: Dell Servers List event subscriptions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: idrac-redfish-event-service.listeventsubscriptions
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-create-event-subscription
      description: Dell Servers Create an event subscription
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: idrac-redfish-event-service.createeventsubscription
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.