Document Identifier: DSP8013
Date: 2018-12-17
Version: 2018.2
IMPORTANT: This document is not a standard. It does not necessarily reflect the views of the DMTF or its members. Because this document is a Work in Progress, this document may still change, perhaps profoundly and without notice. This document is available for public review and comment until superseded.
Provide any comments through the DMTF Feedback Portal: http://www.dmtf.org/standards/feedback
Document Class: Normative
Document Status: Published
Document Language: en-US
Copyright Notice
Copyright © 2017-2018 DMTF. All rights reserved.
DMTF is a not-for-profit association of industry members dedicated to promoting enterprise and systems management and interoperability. Members and non-members may reproduce DMTF specifications and documents, provided that correct attribution is given. As DMTF specifications may be revised from time to time, the particular version and release date should always be noted.
Implementation of certain elements of this standard or proposed standard may be subject to third party patent rights, including provisional patent rights (herein "patent rights"). DMTF makes no representations to users of the standard as to the existence of such rights, and is not responsible to recognize, disclose, or identify any or all such third party patent right, owners or claimants, nor for any incomplete or inaccurate identification or disclosure of such rights, owners or claimants. DMTF shall have no liability to any party, in any manner or circumstance, under any legal theory whatsoever, for failure to recognize, disclose, or identify any such third party patent rights, or for such party's reliance on the standard or incorporation thereof in its product, protocols or testing procedures. DMTF shall have no liability to any party implementing such standard, whether such implementation is foreseeable or not, nor to any patent owner or claimant, and shall have no liability or responsibility for costs or losses incurred if a standard is withdrawn or modified after publication, and shall be indemnified and held harmless by any party implementing the standard from any and all claims of infringement by a patent owner for such implementations.
For information about patents held by third-parties which have notified the DMTF that, in their opinion, such patent may relate to or impact implementations of DMTF standards, visit http://www.dmtf.org/about/policies/disclosures.php.
This document's normative language is English. Translation into other languages is permitted.
CONTENTS
The following files are part of the Redfish Scalable Platforms Management API ("Redfish") development effort:
The root folder of this bundle contains tools useful for constructing a new Redfish Interoperability Profile.
As Profiles are defined, approved and published, they will be added to folders in this bundle. Each published profile is expected to include at least two files: the JSON document, which conforms to the profile schema, and a Profile Guide to document the contents of the profile.
As of this publication, there are no normative profiles (work-in-progress profiles are available separately).
The DMTF has published several open source utilities to aid in the development of Redfish Interoperability Profiles. In addition, questions can also be posted in the Redfish User Forum (www.redfishforum.com).
https://github.com/DMTF/Redfish-Interop-Validator
The Redfish Interop Validator is a python3 tool that will validate a service based on an Interoperability profile given to the tool. The purpose of the tool is to guarantee that a specific service is compatible with vendor systems or system tools based on a vendor's specification in a profile.
https://github.com/DMTF/Redfish-Tools
Creates end user documentation by combining the Redfish Schemas with a Profile document and any supplemental text provided by the profile author.
File | Version | Date | Description |
---|---|---|---|
RedfishInteroperabilityProfile | 1.0.3 | 2018-11-29 | Errata release. Corrected the type for 'CompareType' to allow for booleans, numbers, and strings. |
RedfishInteroperabilityProfile | 1.0.2 | 2018-11-29 | Errata release. Corrected the depth of 'additionalProperties' found in 'Parameters' for 'ActionProfile'. |
RedfishInteroperabilityProfile | 1.0.1 | 2018-05-01 | Errata release. Corrected inconsistent usage of the 'Comparison' property within Conditional Requirements. Added missing 'Values' property to Conditional Requirements to enable specification of property values when a condition is met. |
SampleProfile.json | 1.0.3 | 2018-05-01 | Errata release. Updated examples to reflect errata with v1.0.1 of the specification. Added example to show a condition that also places requirements on the value of a property when a condition is met. |
RedfishInteroperabilityProfile | 1.0.0 | 2017-11-17 | Initial release. JSON schema used to define a Redfish Interoperability Profile. |
SampleProfile.json | 1.0.0 | 2017-11-17 | Initial release. Sample document to show examples of the various profile features. |