-
Notifications
You must be signed in to change notification settings - Fork 101
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
Wishlist: Add support for HP Onboard Administrators #71
Comments
There's no http/xml/rest API for the OA's like there is for the iLO's, the xmldata call is all they have. And python-hpilo should already support this. |
Just checked and |
You are right, I should have tried this myself before posting. I'll have a look at the resulting xml data and see what's missing. Btw, hpilo_cli should not require credentials for the xmldata command, should I file a separate bug report for this? |
I realized the same when I was testing this, and am already fixing it, so no need to file a new bug report :) |
Credentials issue now fixed in 744e2b0, will poke at xmldata later when I have more time. |
Fixed in db544a4 |
Being able to access the HP Onboard Administrator to at least read the settings from HP Bladecenters could come handy in many situations. I'm not aware of any official documentation regarding the HTTP Interface but they support at least a /xmldata?-URL, for example http://hpoba1.mydomain/xmldata?item=all. If I understand http://h30499.www3.hp.com/t5/HP-BladeSystem-Management/Onboard-Administrator-OA-XML-documentation/td-p/2323763#.VPmkaHVUXmE correctly, this interface is read-only.
The text was updated successfully, but these errors were encountered: