|
Post by nschellenberger on Jun 9, 2023 17:18:19 GMT
What are the intended semantics of the property Manager/ServiceEntryPointUUID? Specifically, with what entity and property should it match? The associated ServiceRoot.UUID? Or the Manager.UUID of the/an/some actual remote manager? Something else?
(We are aggregating a variety of sub-managers and it would be useful to keep them all straight while using the "expected" semantics.)
|
|
|
Post by mraineri on Jun 9, 2023 17:23:50 GMT
The short answer is yes, ServiceEntryPointUUID matches UUID property in the service root. Specifically for the aggregation scenario, you need to be aware that if you're aggregating a manager that also has its own Redfish interface, that manager's "ServiceEntryPointUUID" property will match the UUID property for its service root (not the aggregator's service root).
The manager's UUID may not necessarily be the same as its service root entry point UUID, but I think in most cases I've seen they are the same. This is going to end up being a detail on what makes the most sense for serializing your manager.
|
|
|
Post by nschellenberger on Jun 9, 2023 17:26:22 GMT
Awesome Mike! Thank you so much for your incredibly quick and thorough responses. I don't know how you do it so fast: it's almost otherworldly
|
|