Dell Servers · Arazzo Workflow

Dell Servers iDRAC Manager Overview

Version 1.0.0

Inspect the iDRAC manager, its virtual media, and its log services.

1 workflow 1 source API 1 provider
View Spec View on GitHub HardwareInfrastructureManagementMonitoringServersArazzoWorkflows

Provider

dell-servers

Workflows

manager-overview
Read the manager, its virtual media, and its log services.
Reads the iDRAC manager resource then enumerates its virtual media devices and log services for a consolidated controller overview.
3 steps inputs: managerId outputs: firmwareVersion, logServices, managerHealth, virtualMedia
1
getManager
Read the iDRAC manager resource for firmware version and health.
2
listVirtualMedia
List the virtual media devices available for remote mounting.
3
listLogServices
List the log services exposed by the manager.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Dell Servers iDRAC Manager Overview
  summary: Inspect the iDRAC manager, its virtual media, and its log services.
  description: >-
    Produces a management-plane overview of the iDRAC controller on a Dell
    PowerEdge server through the Redfish API. The workflow reads the manager
    resource for firmware version and health, lists the virtual media devices
    available for remote ISO mounting, and lists the log services such as the
    Lifecycle Controller log and System Event Log. The result is a single view
    of the controller and its attached management services. 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
  x-realizes-capability-ids:
  - BC-600.50
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-600.50
      capability_name: IT Infrastructure Management
      spec: dell-servers-managers-api-openapi.yml
      confidence: 0.72
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: managersApi
  url: ../openapi/dell-servers-managers-api-openapi.yml
  type: openapi
workflows:
- workflowId: manager-overview
  summary: Read the manager, its virtual media, and its log services.
  description: >-
    Reads the iDRAC manager resource then enumerates its virtual media devices
    and log services for a consolidated controller overview.
  inputs:
    type: object
    required:
    - managerId
    properties:
      managerId:
        type: string
        description: Manager identifier, typically iDRAC.Embedded.1.
  steps:
  - stepId: getManager
    description: Read the iDRAC manager resource for firmware version and health.
    operationId: getManager
    parameters:
    - name: ManagerId
      in: path
      value: $inputs.managerId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firmwareVersion: $response.body#/FirmwareVersion
      managerType: $response.body#/ManagerType
      managerHealth: $response.body#/Status/Health
  - stepId: listVirtualMedia
    description: List the virtual media devices available for remote mounting.
    operationId: listVirtualMedia
    parameters:
    - name: ManagerId
      in: path
      value: $inputs.managerId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      virtualMediaCount: $response.body#/Members@odata.count
      virtualMedia: $response.body#/Members
  - stepId: listLogServices
    description: List the log services exposed by the manager.
    operationId: listLogServices
    parameters:
    - name: ManagerId
      in: path
      value: $inputs.managerId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      logServices: $response.body#/Members
  outputs:
    firmwareVersion: $steps.getManager.outputs.firmwareVersion
    managerHealth: $steps.getManager.outputs.managerHealth
    virtualMedia: $steps.listVirtualMedia.outputs.virtualMedia
    logServices: $steps.listLogServices.outputs.logServices

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-manager-overview-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.