Dell Servers · Arazzo Workflow

Dell Servers OpenManage Firmware Compliance Check

Version 1.0.0

List firmware catalogs and read their compliance baselines.

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

Provider

dell-servers

Workflows

ome-firmware-compliance
List firmware catalogs then read their compliance baselines.
Enumerates firmware catalogs and reads the compliance baselines that summarize firmware drift across managed devices.
2 steps inputs: noteOnly outputs: baselines, catalogs, firstComplianceSummary
1
listCatalogs
listFirmwareCatalogs
List the firmware catalogs registered in OpenManage Enterprise.
2
getBaselines
getFirmwareBaselines
Read the firmware compliance baselines and their compliance summaries.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Dell Servers OpenManage Firmware Compliance Check
  summary: List firmware catalogs and read their compliance baselines.
  description: >-
    Reports firmware compliance state across managed devices in OpenManage
    Enterprise. The workflow lists the firmware catalogs registered against Dell
    support sites or custom repositories, then reads the firmware compliance
    baselines that define the expected versions and summarize how many
    components are critical, warning, or normal. The combined outputs identify
    where firmware drift exists before any update is scheduled. 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: openManageEnterprise
  url: ../openapi/dell-servers-openmanage-enterprise-openapi.yml
  type: openapi
workflows:
- workflowId: ome-firmware-compliance
  summary: List firmware catalogs then read their compliance baselines.
  description: >-
    Enumerates firmware catalogs and reads the compliance baselines that
    summarize firmware drift across managed devices.
  inputs:
    type: object
    properties:
      noteOnly:
        type: string
        description: >-
          Optional documentation placeholder; neither step in this read-only
          flow requires request inputs.
  steps:
  - stepId: listCatalogs
    description: List the firmware catalogs registered in OpenManage Enterprise.
    operationId: listFirmwareCatalogs
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      catalogs: $response.body#/value
      firstCatalogId: $response.body#/value/0/Id
  - stepId: getBaselines
    description: >-
      Read the firmware compliance baselines and their compliance summaries.
    operationId: getFirmwareBaselines
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      baselines: $response.body#/value
      firstComplianceSummary: $response.body#/value/0/ComplianceSummary
  outputs:
    catalogs: $steps.listCatalogs.outputs.catalogs
    baselines: $steps.getBaselines.outputs.baselines
    firstComplianceSummary: $steps.getBaselines.outputs.firstComplianceSummary

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-firmware-compliance-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 email required.

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