Dell Servers · API Governance Rules

Dell Servers API Rules

Spectral linting rules defining API design standards and conventions for Dell Servers.

5 Rules error 1 warn 4
View Rules File View on GitHub

Rule Categories

dell

Rules

warn
dell-idrac-redfish-server
Servers should reference the Redfish service root path.
$.servers[*].url
error
dell-idrac-redfish-systems-path
API should expose the /Systems collection.
$.paths
warn
dell-idrac-redfish-chassis-path
API should expose the /Chassis collection.
$.paths
warn
dell-idrac-redfish-operation-id
Operations should declare an operationId.
$.paths[*][*]
warn
dell-idrac-redfish-tags
Operations should include at least one tag.
$.paths[*][*]

Spectral Ruleset

Raw ↑
extends:
  - spectral:oas
rules:
  dell-idrac-redfish-server:
    description: Servers should reference the Redfish service root path.
    given: $.servers[*].url
    severity: warn
    then:
      function: pattern
      functionOptions:
        match: "/redfish/v1"
  dell-idrac-redfish-systems-path:
    description: API should expose the /Systems collection.
    given: $.paths
    severity: error
    then:
      function: pattern
      functionOptions:
        match: "/Systems"
  dell-idrac-redfish-chassis-path:
    description: API should expose the /Chassis collection.
    given: $.paths
    severity: warn
    then:
      function: pattern
      functionOptions:
        match: "/Chassis"
  dell-idrac-redfish-operation-id:
    description: Operations should declare an operationId.
    given: $.paths[*][*]
    severity: warn
    then:
      field: operationId
      function: truthy
  dell-idrac-redfish-tags:
    description: Operations should include at least one tag.
    given: $.paths[*][*]
    severity: warn
    then:
      field: tags
      function: truthy

Work with this as data

Every ruleset 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 spectral rules

4 MCP tools reach this
  • find_rulesBrowse and filter every ruleset 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 ruleset
curl "https://apis.io/api/v1/rules/dell-servers-idrac-redfish-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?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.