You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to validate a subprocessor which its URL would be like /redfish/v1/Systems/system0/Processors/cpu0/SubProcessors/core0 and want to leverage the SubordinateToResource to specify its location in the Redfish tree. In my imagination it should be
But it seems the validator builds the parent of /redfish/v1/Systems/system0/Processors/cpu0 by the Link property in Chassis resource, so the actual relationship built by validator would be:
The text was updated successfully, but these errors were encountered:
JordanCHW
changed the title
Should the parent of the resource set by a "Link" property?
The parent-child relationship built by validator against SubordinateToResource
Jun 8, 2022
JordanCHW
changed the title
The parent-child relationship built by validator against SubordinateToResource
Should the parent-child relationship to be unique?
Jun 8, 2022
Your usage is correct; the Link property in Chassis is not supposed to have an effect in this since resources found inside "Links" are not subordinate to that resource.
I was trying to validate a subprocessor which its URL would be like
/redfish/v1/Systems/system0/Processors/cpu0/SubProcessors/core0
and want to leverage theSubordinateToResource
to specify its location in the Redfish tree. In my imagination it should beBut it seems the validator builds the parent of
/redfish/v1/Systems/system0/Processors/cpu0
by theLink
property in Chassis resource, so the actual relationship built by validator would be:Is that an expected behavior?
The text was updated successfully, but these errors were encountered: