python-redfish/dmtf
Bruno Cornec 8e41126995 Add spec 1.6.1
Change-Id: I3e64589fc05e9b63905eb8849245b595d137a20e
2019-03-09 18:44:40 +01:00
..
mockup_0.99.0a Add a new mechanism to create a container running simulator 1.1.0 2017-03-08 01:50:50 +00:00
mockup_1.1.0 Fix Apache MPM issue 2018-11-14 15:23:24 -05:00
DSP0266_1.0.0.pdf Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
DSP0266_1.0.1.pdf Update DMTF Redfish spec to latest versions 2016-01-11 21:31:25 +01:00
DSP0266_1.0.2.pdf Update docs for Redfish 2017-01-25 13:36:20 +01:00
DSP0266_1.0.3.pdf Update docs for Redfish 2017-01-25 13:36:20 +01:00
DSP0266_1.0.4.pdf Update docs for Redfish 2017-01-25 13:36:20 +01:00
DSP0266_1.0.5.pdf Updates to DMTF docs 2017-01-27 10:42:18 +01:00
DSP0266_1.1.0.pdf Updates to DMTF docs 2017-01-27 10:42:18 +01:00
DSP0266_1.2.0.pdf Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP0266_1.2.1.pdf Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP0266_1.3.0.pdf Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP0266_1.4.0.pdf Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP0266_1.4.1.pdf Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP0266_1.5.0.pdf Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP0266_1.5.1.pdf Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP0266_1.6.0.pdf Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP0266_1.6.1.pdf Add spec 1.6.1 2019-03-09 18:44:40 +01:00
DSP2043_0.99.0a.zip Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
DSP2043_1.0.0.zip Update docs for Redfish 2017-01-25 13:36:20 +01:00
DSP2043_1.1.0.zip Updates to DMTF docs 2017-01-27 10:42:18 +01:00
DSP2043_1.2.0.zip Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP8010_1.0.0.zip Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
DSP8010_2016.1a.zip Update docs for Redfish 2017-01-25 13:36:20 +01:00
DSP8010_2016.2.zip Update docs for Redfish 2017-01-25 13:36:20 +01:00
DSP8010_2016.3.zip Updates to DMTF docs 2017-01-27 10:42:18 +01:00
DSP8010_2017.1.zip Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP8010_2018.1.zip Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP8010_2018.2.zip Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
DSP8011_1.0.0a.json Update DMTF Redfish spec to latest versions 2016-01-11 21:31:25 +01:00
DSP8011_2017.1.zip Update new DMTF standards documents for 2019 2019-01-14 17:50:21 +01:00
README.rst Fix most of the comments reported in #22 2016-02-15 18:12:28 +01:00
moonshot_data_model_reference.html Update docs for Redfish 2017-01-25 13:36:20 +01:00

README.rst

DMTF Redfish specification

This directory contains the current references from the DMTF on the Redfish specification (1.0.1 at the time of the writing)

The overall protocol documentation can be found online at:

http://www.dmtf.org/standards/redfish

The specification can be found locally in DSP0266_1.0.1.pdf or online at:

http://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.0.1.pdf

The data model documentation can be found locally in DSP8010_1.0.0.zip or online at:

http://redfish.dmtf.org/schemas/

In order to ease test, the DMTF has published a mockup environment to simulate a Redfish based system so it is possible to write programs without real Redfish compliant hardware platform.

Note: Mockup release is still 0.99.0a and so not aligned with specification realease number.

Docker container

In order to help testing python-redfish, this directory provides a script which you should be able to run on your system (providing you have docker support and a docker registry) which will create a docker container running the DMTF Redfish mockup on the port 8000.

To build your container, just issue: ./buildImage.sh To launch it, just issue: ./run-redfish-simulator.sh To use it, just issue: firefox http://localhost:8000/redfish/v1

Systems entry point: http://localhost:8000/redfish/v1/Systems

Chassis entry point: http://localhost:8000/redfish/v1/Chassis

Managers entry point: http://localhost:8000/redfish/v1/Managers