HewlettPackard / HewlettPackard/ilo-sdk-ruby
SDK should support passing iLO RedFish Sessions
Open
- Dominant language
- Ruby
- Stars
- 14
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
iLO 4 and iLO 5 REST API/RedFish interface supports [API sessions](https://hewlettpackard.github.io/ilo-rest-api-docs/ilo5/#creating-and-using-sessions) by using auth tokens. The SDK should allow for the Auth Token to be passed to `Client.new()`:
```Json
{
"X-Auth-Token": "{token}"
}
```
as an attribute to the constructor.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.