Dell Servers · Capability

Dell Servers Dell iDRAC Redfish REST API — Telemetry Service

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

Run with Naftiko Dell ServersTelemetry Service

What You Can Do

GET
Gettelemetryservice — Dell Servers Get telemetry service
/v1/telemetryservice
GET
Listmetricreports — Dell Servers List metric reports
/v1/telemetryservice/metricreports

MCP Tools

dell-servers-get-telemetry-service

Dell Servers Get telemetry service

read-only idempotent
dell-servers-list-metric-reports

Dell Servers List metric reports

read-only idempotent

Capability Spec

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