Skip to content
/ dellfish Public

Common Redfish API responses for Dell PowerEdge systems

Notifications You must be signed in to change notification settings

eb4x/dellfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dummy Redfish API for Dell PowerEdge servers

The redfish api on actual hardware is orders of magnitute slower than just spewing out static json blobs, which is what this project does. These json blobs are grabbed from actual decommissioned systems.

This project was created to speed up the process of testing/developing zabbix templates. And possibly verify expected behaviour.

The api expects an authorization header. The default username:password for Dell iDRACs is root:calvin. Putting it all together you get;

curl -H "Authorization: Basic cm9vdDpjYWx2aW4=" http://127.0.0.1:5000/redfish/v1/Systems

TODO

  • Simulate delays in the api (Zabbix has various timeouts for scripts)
  • Some way of enabling different PowerEdge models
  • More data from existing models/endpoints
  • Additional models

About

Common Redfish API responses for Dell PowerEdge systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages