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
Short Description
Magellan needs a more intelligent system for determining which endpoints are need for collection. It may be possible to retrieve information, such as the ethernet interfaces, with a collection of endpoints defined by the Redfish specification. There may There may be various other ways to gather this information according to the Redfish data model specification, but it would probably be best to only implement the different methods based on use with real systems.
One possible solution might be to refer to the API's JSON schema and build a series of tests to confirm which endpoints are valid for use. Then, Magellan could cache the endpoints for a particular system to reduce how often these tests are needed.
Definition of Done
This issue is considered done when Magellan is capable of determining the correct Redfish API endpoints for specific attributes such as the EthernetInterfacess mentioned above.
The text was updated successfully, but these errors were encountered:
Short Description
Magellan needs a more intelligent system for determining which endpoints are need for collection. It may be possible to retrieve information, such as the ethernet interfaces, with a collection of endpoints defined by the Redfish specification. There may There may be various other ways to gather this information according to the Redfish data model specification, but it would probably be best to only implement the different methods based on use with real systems.
One possible solution might be to refer to the API's JSON schema and build a series of tests to confirm which endpoints are valid for use. Then, Magellan could cache the endpoints for a particular system to reduce how often these tests are needed.
Definition of Done
This issue is considered done when Magellan is capable of determining the correct Redfish API endpoints for specific attributes such as the
EthernetInterfaces
s mentioned above.The text was updated successfully, but these errors were encountered: