.. iLO RESTful API documentation master file, created by
   sphinx-quickstart on Fri Mar 11 11:34:15 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. image:: /images/hpe_logo2.png
   :width: 150pt

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 <API-Overview.html>`_ section for more details.

Documentation
-------------

.. toctree::
   :maxdepth: 1

   Overview
   API-Overview
   Installation-Guide
   Downloading-the-Code
   Quick-Start
   Quick-Start-Local
   Examples
   Frequently-Asked-Questions

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:

* `Jack Garcia <http://github.com/LumbaJack>`_
* `Matthew Kocurek <http://github.com/Yergidy>`_
* `Prithvi Subrahmanya <http://github.com/PrithviBS>`_
* `Tony Wang <http://github.com/injan0913>`_
* `Willy Chen <http://github.com/catsass19>`_
* `Kevin Chang <http://github.com/kckaiwei>`_

Contributors
------------

Contributors are listed `here <../../python-ilorest-library/graphs/contributors>`_.
