Skip to content
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

Closed
kasimon opened this issue Mar 6, 2015 · 6 comments
Closed

Wishlist: Add support for HP Onboard Administrators #71

kasimon opened this issue Mar 6, 2015 · 6 comments

Comments

@kasimon
Copy link

kasimon commented Mar 6, 2015

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.

@seveas
Copy link
Owner

seveas commented Mar 6, 2015

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.

@seveas
Copy link
Owner

seveas commented Mar 6, 2015

Just checked and xmldata() works, but there are some empty dicts in the output so it needs fixing. Is there anything in particular that you want from the /xmldata url that's not in the xmldata() result?

@kasimon
Copy link
Author

kasimon commented Mar 6, 2015

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?

@seveas
Copy link
Owner

seveas commented Mar 6, 2015

I realized the same when I was testing this, and am already fixing it, so no need to file a new bug report :)

@seveas
Copy link
Owner

seveas commented Mar 6, 2015

Credentials issue now fixed in 744e2b0, will poke at xmldata later when I have more time.

@seveas
Copy link
Owner

seveas commented Apr 9, 2015

Fixed in db544a4

@seveas seveas closed this as completed Apr 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants