Skip to content

Commit

Permalink
Added links to additional publications
Browse files Browse the repository at this point in the history
  • Loading branch information
jautor committed Sep 29, 2023
1 parent 499b3c7 commit cde78e9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,21 @@ The folders of this repository contain the following materials:
* `json-schema` - Redfish schema files, from DSP8010, in JSON Schema format
* `openapi` - Redfish schema files, from DSP8010, in OpenAPI YAML format
* `registries` - Redfish standard message registries from DSP8011

# Links to additional DMTF Redfish publications

The following files are part of the Redfish development effort:

* [DSP0218](https://www.dmtf.org/dsp/DSP0218) - Platform Level Data Model (PLDM) for Redfish Device Enablement Specification - Binary-encoded JSON (BEJ) and dictionary-based mapping of Redfish schemas and properties into PLDM messages.
* [DSP0266](https://www.dmtf.org/dsp/DSP0266) - Redfish Specification - Main Redfish Specification.
* [DSP0268](https://www.dmtf.org/dsp/DSP0268) - Redfish Data Model Specification - Normative descriptions and additional text for every schema defined in DSP8010 and example payloads for every resource.
* [DSP0270](https://www.dmtf.org/dsp/DSP0270) - Redfish Host Interface Specification - "In-band" or "OS-based" Redfish host interface.
* [DSP0272](https://www.dmtf.org/dsp/DSP0272) - Redfish Interoperability Profiles Specification - Structure and JSON document that is used to define and publish an interoperability profile that checks an implementation's conformance to a defined minimum set of functionality.
* [DSP2043](https://www.dmtf.org/dsp/DSP2043) - Redfish Mockups Bundle - Set of mockups that can be used as sample output from `GETs` from a Redfish service. Informative in nature, it was used to develop the schema. A person can set up an NGINX or similar server and configure it to output JSON format and then use this directory for demonstration purposes.
* [DSP2044](https://www.dmtf.org/dsp/DSP2044) - Redfish White Paper - Non-normative document helping those new to Redfish understand how to interact with the Redfish service and understand common functions and tasks.
* [DSP2046](https://www.dmtf.org/dsp/DSP2046) - Redfish Resource and Schema Guide - Informative documentation regarding common Redfish resource properties and a listing of properties that can be found in each of the Redfish resources.
* [DSP2053](https://www.dmtf.org/dsp/DSP2053) - Redfish Property Guide - Informative documentation providing an index to individual property definitions across all Redfish schema.
* [DSP2065](https://www.dmtf.org/dsp/DSP2065) - Redfish Message Registry Guide - Informative documentation providing details regarding the messages defined in Redfish standard message registries.
* [DSP8010](https://www.dmtf.org/dsp/DSP8010) - Redfish Schema - Redfish schema definitions. These files are normative in nature and are normatively referenced by the *Redfish Specification*. The three schema formats are CSDL (OData Common Schema Definition Language format, which is in XML), JSON Schema, and OpenAPI schema. These schema definitions should be functionally equivalent, thus specifying the schema in three different languages.
* [DSP8011](https://www.dmtf.org/dsp/DSP8011) - Redfish Standard Registries - Redfish registry definitions. This bundle of Redfish registries includes message registries used for Redfish-defined messages including events and privilege maps.
* [DSP8013](https://www.dmtf.org/dsp/DSP8013) - Redfish Interoperability Profiles Bundle - Bundle of published Redfish interoperability profile documents and supporting schema and sample documents used for creating profiles.

0 comments on commit cde78e9

Please sign in to comment.