Dell Servers · Capability

Dell Servers Dell OpenManage Enterprise API — Alerts

Dell Servers Dell OpenManage Enterprise API — Alerts. 2 operations. Lead operation: Dell Servers List alerts. Self-contained Naftiko capability covering one Dell Servers business surface.

Run with Naftiko Dell ServersAlerts

What You Can Do

GET
Listalerts — Dell Servers List alerts
/v1/alertservice/alerts
GET
Getalert — Dell Servers Get an alert
/v1/alertservice/alerts-alertid

MCP Tools

dell-servers-list-alerts

Dell Servers List alerts

read-only idempotent
dell-servers-get-alert

Dell Servers Get an alert

read-only idempotent

Capability Spec

openmanage-enterprise-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dell Servers Dell OpenManage Enterprise API — Alerts
  description: 'Dell Servers Dell OpenManage Enterprise API — Alerts. 2 operations. Lead operation: Dell Servers List alerts.
    Self-contained Naftiko capability covering one Dell Servers business surface.'
  tags:
  - Dell Servers
  - Alerts
  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-alerts
    baseUri: https://{ome-server}/api
    description: Dell Servers Dell OpenManage Enterprise API — Alerts business capability. Self-contained, no shared references.
    resources:
    - name: AlertService-Alerts
      path: /AlertService/Alerts
      operations:
      - name: listalerts
        method: GET
        description: Dell Servers List alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
          description: Maximum number of alerts to return
        - name: $skip
          in: query
          type: integer
          description: Number of alerts to skip for pagination
        - name: $filter
          in: query
          type: string
          description: OData filter expression for alert criteria
        - name: $orderby
          in: query
          type: string
          description: Property name to sort results by
    - name: AlertService-Alerts({AlertId})
      path: /AlertService/Alerts({AlertId})
      operations:
      - name: getalert
        method: GET
        description: Dell Servers Get an alert
        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: openmanage-enterprise-alerts-rest
    port: 8080
    description: REST adapter for Dell Servers Dell OpenManage Enterprise API — Alerts. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/alertservice/alerts
      name: alertservice-alerts
      description: REST surface for AlertService-Alerts.
      operations:
      - method: GET
        name: listalerts
        description: Dell Servers List alerts
        call: openmanage-enterprise-alerts.listalerts
        with:
          $top: rest.$top
          $skip: rest.$skip
          $filter: rest.$filter
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/alertservice/alerts-alertid
      name: alertservice-alerts-alertid
      description: REST surface for AlertService-Alerts({AlertId}).
      operations:
      - method: GET
        name: getalert
        description: Dell Servers Get an alert
        call: openmanage-enterprise-alerts.getalert
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openmanage-enterprise-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dell Servers Dell OpenManage Enterprise API — Alerts. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: dell-servers-list-alerts
      description: Dell Servers List alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openmanage-enterprise-alerts.listalerts
      with:
        $top: tools.$top
        $skip: tools.$skip
        $filter: tools.$filter
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: dell-servers-get-alert
      description: Dell Servers Get an alert
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openmanage-enterprise-alerts.getalert
      outputParameters:
      - type: object
        mapping: $.