-
Notifications
You must be signed in to change notification settings - Fork 117
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
Fetch a single firmware inventory entry #359
Comments
Could you explain how you were accessing the firmware inventory before without doing something like being done in the |
I called gofish/redfish/softwareinventory.go Lines 172 to 175 in 71755ec
|
Where would you get the I'm really trying to avoid anywhere that we just give the client a raw Redfish URL to have to fetch on their own. But I suppose if that's the cleanest way to do this, I'm not entirely opposed to the idea. |
UpdateService.firmwareInventory
stores the endpoint of the firmware inventory. In 6933b3e, the property was changed from exported to unexported, such that now the only way to access the data in the firmware inventory appears to be through this list method:This is useful for discovery, but is expensive when you just want to fetch the inventory data for a specific component (e.g., "BMC-Primary").
Is there a way I'm missing to fetch data for a single firmware inventory entry?
The text was updated successfully, but these errors were encountered: