Skip to content

Carbon-Offset-Open-Platform/redFish-PoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadFish collector test

Steps

  1. podman pull docker.io/dmtf/redfish-mockup-server:latest
  2. podman run --rm -p 8080:8000 dmtf/redfish-mockup-server:latest
  3. Call API

API call examples

curl -v http://localhost:8080/redfish/v1
curl -v http://localhost:8080/redfish/v1
curl -v http://localhost:8080/redfish/v1/Chassis
curl -v http://localhost:8080/redfish/v1/Chassis/1U
curl -v http://localhost:8080/redfish/v1/Chassis/1U/PowerSubsystem

Contribute

python -m venv venv
source venv/bin/activate
make
make test

References

Redfish

Coding

https://docs.python-guide.org/writing/structure/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published