DMTF / Redfish-Service-Validator

The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema
Other
38 stars 33 forks source link

ComputerSystem MemorySummary/MemoryMetrics does not match object ID of resource #541

Closed blakehilliard closed 1 year ago

blakehilliard commented 1 year ago

This appears to be a valid MemoryMetrics URI per the Redfish Data Model Specification: /redfish/v1/Systems/Partition0/MemorySummary/MemoryMetrics

But as of last night, top-of-tree of this tool flags this with ERROR - URI /redfish/v1/Systems/Partition0/MemorySummary/MemoryMetrics does not match object ID of resource

mraineri commented 1 year ago

@blakehilliard please try the branch in PR #539

blakehilliard commented 1 year ago

I've confirmed this is fixed today, presumably from that PR which was merged.

mraineri commented 1 year ago

Perfect, thanks for checking. Is it okay to close this issue now?

blakehilliard commented 1 year ago

Yes