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
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[*][*]