Skip to content
Jack Garcia edited this page Apr 4, 2016 · 5 revisions

Python iLO RESTful Library

The Python iLO RESTful library is the platform on which the HPE RESTful tool was built on. It's main purpose is to simplify the inband and outband communication to the HPE RESTful API.The HPE RESTful API for iLO is a RESTful application programming interface for the management of iLO and iLO Chassis Manager based HPE servers. REST (Representational State Transfer) is a web based software architectural style consisting a set of constraints that focus on a system's resource. HPE REST library performs the basic HTTP operations GET, POST, PUT, PATCH and DELETE on resources using the HATEOS (Hypermedia as the Engine of Application) REST architecture. The API allows the clients to manage and interact with iLO through a fixed URL and several URIs. Go to the API overview section for more details.

Documentation

Mailing list

Join the <Google groups link> to discuss and get support from the community and team.

Get in touch with the team

If you have further questions, please contact the team:

Contributors

Contributors are listed here.

Clone this wiki locally