-
Here: https://github.com/stmcginnis/gofish/blob/da46c1326ae9ca2e51f4c7482e6eae4bbf2e1c75/redfish/computersystem.go#L850-L875
With many Redfish implementations now returning additional data (task ur…
-
There are some additional hardware details we can try to get from Redfish:
- [ ] Graphics cards
- [ ] Accelerators
- [ ] NIC's
- [x] MAC Addresses
- [x] BMC Addresses
- [x] Physical Location (Ca…
-
Uncovered by @JordanCHW: When validating multiple profiles, the current implementation does ValidateURITree for each profile.
https://github.com/DMTF/Redfish-Interop-Validator/blob/2ed5dd2d213d6647…
-
**Is your feature request related to a problem? Please describe.**
Since idrac9 (version 5.10) OEM network attributes are available for modification via the redfish API. This would allow us to set SR…
-
We can use @Redfish.Settings to support pending settings in Computer System if there is no ETag support. Some vendor BMC already support @Redfish.Settings in Computer System schema.
-
can not change password when account's PasswordChangeRequired is true
-
Problem:
IP configuration is not persistent on Disabling Interface and enabling it back.
Steps to recreate:
1. Settings the interface as false using the curl command
curl -k -H "X-Auth-Token: $b…
-
Hi, i have a successful connection between Prometheus and the redfish exporter. I am able to show things such as the following.
![image](https://user-images.githubusercontent.com/13227624/141881093-a…
-
## Overview
This story is related to the help wanted story `https://github.com/openbmc/webui-vue/issues/43`
### Tasks
- [ ] Determine how to implement dynamic links (hypermedia traversal)
- [ ] …
-
We have a use case where we are considering ETags as a mechanism for supporting caching Redfish resources. At the moment, it doesn't seem like libredfish supports HTTP ETag.
We were just wondering …