Dell Servers · Arazzo Workflow

Dell Servers Telemetry Subscription Setup

Version 1.0.0

Discover metric reports and subscribe to telemetry events.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub HardwareInfrastructureManagementMonitoringServersArazzoWorkflows

Provider

dell-servers

Workflows

telemetry-subscription
Read telemetry service, list reports, then subscribe to metric events.
Reads the telemetry service and its metric reports, then creates an event subscription that delivers MetricReport events to a destination URL.
3 steps inputs: context, destination outputs: metricReports, subscriptionStatus
1
getTelemetryService
Read the telemetry service resource and its links.
2
listMetricReports
List the metric reports available from the telemetry service.
3
createSubscription
Create an event subscription that pushes MetricReport events to the supplied destination URL over the Redfish protocol.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Dell Servers Telemetry Subscription Setup
  summary: Discover metric reports and subscribe to telemetry events.
  description: >-
    Sets up streaming telemetry for a Dell PowerEdge server through the iDRAC
    Redfish API. The workflow reads the telemetry service, lists the available
    metric reports such as power, thermal, and CPU statistics, and then creates
    an event subscription that pushes MetricReport events to a caller-supplied
    destination URL. The result is a live telemetry feed without polling each
    metric report by hand. Every step spells out its request inline so the flow
    can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
sourceDescriptions:
- name: eventServiceApi
  url: ../openapi/dell-servers-event-service-api-openapi.yml
  type: openapi
- name: telemetryServiceApi
  url: ../openapi/dell-servers-telemetry-service-api-openapi.yml
  type: openapi
workflows:
- workflowId: telemetry-subscription
  summary: Read telemetry service, list reports, then subscribe to metric events.
  description: >-
    Reads the telemetry service and its metric reports, then creates an event
    subscription that delivers MetricReport events to a destination URL.
  inputs:
    type: object
    required:
    - destination
    properties:
      destination:
        type: string
        description: URL to which Redfish events will be posted.
      context:
        type: string
        description: Client-supplied context string returned with each event.
  steps:
  - stepId: getTelemetryService
    description: Read the telemetry service resource and its links.
    operationId: getTelemetryService
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      telemetryService: $response.body
  - stepId: listMetricReports
    description: List the metric reports available from the telemetry service.
    operationId: listMetricReports
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      reportCount: $response.body#/Members@odata.count
      metricReports: $response.body#/Members
  - stepId: createSubscription
    description: >-
      Create an event subscription that pushes MetricReport events to the
      supplied destination URL over the Redfish protocol.
    operationId: createEventSubscription
    requestBody:
      contentType: application/json
      payload:
        Destination: $inputs.destination
        EventTypes:
        - MetricReport
        Protocol: Redfish
        Context: $inputs.context
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      subscriptionStatus: $statusCode
  outputs:
    metricReports: $steps.listMetricReports.outputs.metricReports
    subscriptionStatus: $steps.createSubscription.outputs.subscriptionStatus

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/dell-servers-telemetry-subscription-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.