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-ome-server
Servers should reference the OpenManage Enterprise /api base path.
$.servers[*].url
error
dell-ome-devices-path
API should expose the DeviceService/Devices collection.
$.paths
warn
dell-ome-jobs-path
API should expose the JobService/Jobs collection.
$.paths
warn
dell-ome-operation-id
Operations should declare an operationId.
$.paths[*][*]
warn
dell-ome-tags
Operations should include at least one tag.
$.paths[*][*]