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: $.