Redfish-Service-Validator icon indicating copy to clipboard operation
Redfish-Service-Validator copied to clipboard

The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema

Results 46 Redfish-Service-Validator issues
Sort by recently updated
recently updated
newest added

Hi All, For the oem schema mentioned below the Redfish Service Validator is not checking or not navigating the property of the oem schema. Above example schema is using basetype...

Hi All, When i ran the Redfish Service Validator to validate redfish service. Below mentioned issue came for the URI **URI:** /redfish/v1/Systems/{{instance}} **Issue:** ERROR - contoso : EntityType resource does...

Hi, I am using Redfish-Service-Validator tool (https://github.com/DMTF/Redfish-Service-Validator/issues/new) for checking the Schema compilance, ![Screenshot from 2023-07-14 18-08-07](https://github.com/DMTF/Redfish-Service-Validator/assets/139228548/0b6e32b8-9917-496f-bfbc-b25a4e234708) For managers/Bmc URI , I could see the above response as ,which ["/redfish/v1/Managers/bmc/Truststore/Certificates"](https://127.0.0.1:18080/redfish/v1/Managers/bmc/Truststore/Certificates) can...

A recent change in the schema started making use of write-only permissions to show when a property is expected to return as `null` when it represents sensitive data (such as...

After the restructuring and pruning of unused options, we have lost the functionality used to limit the validation of large collections (specifically, LogEntry). This option is needed to allow the...

Hi, using the DSP8010_2024.1 & 1.2.6 Swordfish OpenAPI schemas I validated all DSP2043 mock files. >189 failed, 2864 passed, 1 warning in 62.05s (0:01:02) [failed.txt](https://github.com/DMTF/Redfish-Service-Validator/files/15437386/failed.txt) ``` FAILED tests/test_dsp2043.py::test_dsp2043_file[public-power-shelf::EventService/Subscriptions/1/index.json] - pydantic_core._pydantic_core.ValidationError:...

Hi, I'm wondering how to match this collection to the openapi description document: The specialty is embedding the Members body into the collections Members. ```yaml "Members": [ { "@odata.id": "/redfish/v1/Managers/BMC/LogServices/Log/Entries/1",...

The intent of LogEntry.MessageId is that it: A. References an entry in a known registry. B. Matches the message string (with arguments populated), Severity, and Resolution string of that given...

The 2.4.8 version of the Redfish Validator does not find an error in the path DataSourceUri property of a FanSpeedsPercent collection in EnvironmentMetrics. The validator does not visit the DataSourceUri...

Schema items tagged with Redfish.Excerpt objects are intended to contain a schema-defined subset of properties from the Base schema, and include them in the base object. Redfish service validator should...

enhancement