Closed Danile71 closed 1 year ago
Links are intentionally not public. They should be accessed through their parent objects.
This is a bit of a different use case with trying to share between two different apps. I would recommend passing the systems OID between apps, then having the second app find the requested object by matching on that.
Abstract case:
1 First app 1.1 Connect to BMC via redfish and get session (id+token). 1.2 Get root service 1.3 Execute next app
2 Second app 2.1 Get all systems with session from first app 2.2 Execute next app
3 Third app 3.1 Get bios by system with session from second app ....
What about public methods?