-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redfish Validator now flags link to Assembly #599
Comments
"DownstreamResources" is defined as "Resource.Resource" to point to any resource in the model. However, "AssemblyData" in Assembly is NOT a resource; it's a "referenceable member" object. So, no, DownstreamResources cannot be used to point to an individual AssemblyData like that. |
Now, maybe there's a broader modeling question we need to ask the Redfish Forum; should we change the DownstreamResources link to allow for referenceable member objects? |
@mraineri |
I've raised this for further review internally. You don't need to do anything directly, but since you're a DMTF member, you can see the discussions going on. |
The latest Redfish Service Validator change ab8e447 verifies the links.
We have the following link in Cables:
Which throws the error:
We have a bunch of Simple Inventory (Field Replaceable Units (FRUs)) that we model as Assemblies... They have properties like an Identify LED, Part Number, but not much else. In this case, the Downstream Resource is a DASD (direct access storage device) Backplane.
Can Cable
DownstreamResouces
allow forAssembly.AssemblyData
?The text was updated successfully, but these errors were encountered: