Dell Servers · Arazzo Workflow

Dell Servers OpenManage Device Inventory Deep Dive

Version 1.0.0

Read a managed device and pull its detailed hardware inventory.

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

Provider

dell-servers

Workflows

ome-device-inventory
Read a device, then pull its detailed component inventory.
Reads a managed device and then retrieves its full hardware inventory details by component type.
2 steps inputs: deviceId outputs: inventory, model, serviceTag
1
getDevice
Read the managed device for state, health, and firmware version.
2
getInventory
Pull the detailed hardware inventory for the device.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Dell Servers OpenManage Device Inventory Deep Dive
  summary: Read a managed device and pull its detailed hardware inventory.
  description: >-
    Produces a detailed hardware picture for a single device managed by
    OpenManage Enterprise. The workflow reads the device for connection state,
    health, and firmware version, then pulls the full inventory details
    covering processor, memory, storage, network adapter, and firmware
    components. The combined outputs support asset reporting and pre-change
    validation without traversing the console UI. 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-devices-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: devicesApi
  url: ../openapi/dell-servers-devices-api-openapi.yml
  type: openapi
workflows:
- workflowId: ome-device-inventory
  summary: Read a device, then pull its detailed component inventory.
  description: >-
    Reads a managed device and then retrieves its full hardware inventory
    details by component type.
  inputs:
    type: object
    required:
    - deviceId
    properties:
      deviceId:
        type: integer
        description: Unique identifier of the managed device.
  steps:
  - stepId: getDevice
    description: Read the managed device for state, health, and firmware version.
    operationId: getDevice
    parameters:
    - name: DeviceId
      in: path
      value: $inputs.deviceId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      serviceTag: $response.body#/DeviceServiceTag
      model: $response.body#/Model
      connectionState: $response.body#/ConnectionState
      firmwareVersion: $response.body#/FirmwareVersion
  - stepId: getInventory
    description: Pull the detailed hardware inventory for the device.
    operationId: getDeviceInventory
    parameters:
    - name: DeviceId
      in: path
      value: $inputs.deviceId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      inventory: $response.body#/value
  outputs:
    serviceTag: $steps.getDevice.outputs.serviceTag
    model: $steps.getDevice.outputs.model
    inventory: $steps.getInventory.outputs.inventory

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-ome-device-inventory-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.