Redfish DMTF Logo

Document Identifier: DSP8013

Date: 2024-04-03

Version: 2024.1

Redfish Interoperability Profiles Bundle






Supersedes: 2023.3

Document Class: Normative

Document Status: Published

Document Language: en-US

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 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

1 Foreword

The following files are part of the Redfish development effort:

2 Redfish Interoperability Profiles Bundle contents

2.1 Profile construction documents

The root folder of this bundle contains tools useful for constructing a new Redfish interoperability profile.

2.2 Profile folders

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 published by DMTF. Work-in-progress profiles are available separately.

2.3 Utilities

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 (https://redfishforum.com/).

2.3.1 Redfish Interop Validator

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.

2.3.2 Documentation Generator

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.

3 ANNEX A (informative) Change log

File Version Date Description
RedfishInteroperabilityProfile 1.8.0 2024-04-03 Added ChassisType, DriveProtocol, MemoryType, PortProtocol, and ProcessorType as additional UseCaseType values to support resource use cases for selecting resources based on a subset of parent resources in the tree.
RedfishInteroperabilityProfile 1.7.1 2024-04-03 Errata release. Fixed the profile schema to contain valid JSON.
RedfishInteroperabilityProfile 1.7.0 2023-11-30 Added support for DeepPATCH and DeepPOST to protocol-level information. Added support for ActionInfo in action requirements. Added support for UseCaseType in use cases.
RedfishInteroperabilityProfile 1.6.0 2022-12-07 Added support for UseCases in a profile. Added RequiredResourceProfile to allow inclusion of individual schema-level requirements from other profiles. Added ReplacesProperty and ReplacedByProperty to provide better handling of requirements on deprecated or obsolete properties.
RedfishInteroperabilityProfile 1.x.x 2022-12-07 Errata release. Corrected the nesting usage of PropertyRequirements to match JSON Schema requirements.
RedfishInteroperabilityProfile 1.5.1 2022-08-04 Errata release. Added missing "additionalProperties": false terms to several objects.
RedfishInteroperabilityProfile 1.5.0 2021-12-02 Added support for JSON Pointer usage in CompareProperty.
RedfishInteroperabilityProfile 1.4.1 2021-10-06 Errata release. Corrected descriptions for CreateResource, DeleteResource, and UpdateResource to match terminology and usage in the sample profiles.
RedfishInteroperabilityProfile 1.4.0 2021-08-04 Added support for License and ContributedBy. Updated descriptions for style and consistency in many places to match updates made to the specification over time.
RedfishInteroperabilityProfile 1.x.x 2020-06-12 Errata release. Corrected RequiredProfiles definition. Corrected placement of some new definitions that were incorrectly placed outside of definitions.
RedfishInteroperabilityProfile 1.3.0 2019-12-06 Added support for SupportedFeatures to registry-level information.
RedfishInteroperabilityProfile 1.2.0 2019-07-03 Added support for Supported and IfPopulated requirement types. Added 'pattern' term to provide regex for version-related properties.
RedfishInteroperabilityProfile 1.1.0 2019-02-26 Added support for basing requirements on URIs when applied with Redfish Specification v1.6 OpenAPI support. Corrected the format of the Repository property to use uri-reference and clarified its description to reflect usage for profiles, schemas, and registries.
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.