File: index.rst

package info (click to toggle)
python-ilorest 5.3.0.0a%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,236 kB
  • sloc: python: 10,670; makefile: 375; sh: 3
file content (55 lines) | stat: -rw-r--r-- 2,025 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.. 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 Redfish Library
==========================

The iLO Redfish Library is a python library built for interacting with systems that implement the **Redfish API**, which includes the HPE iLO RESTful API.
The library is the platform on which the `RESTful Interface tool <https://github.hpe.com/intelligent-provisioning/python-restful-interface-tool>`_ was built on.

The library can connect **remotely** to any BMC that implements a Redfish API via HTTPS or **locally** to an HPE server using the HPE CHIF interface and implements Redfish or Legacy Rest APIs.
On top of this functionality, the library also offers remote and local support for the Legacy HPE iLO RESTful API that was the starting point for the DMTF Redfish standard.

For more information on the HPE iLO RESTful API and Redfish see the `API overview <API-Overview.html>`_.

.. note::  HPE's Legacy Rest API is available starting in **iLO 4 2.00**. iLO 4 is Redfish conformant starting with **iLO 4 2.30**. In iLO 5 and above the iLO RESTful API is Redfish only.

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

.. toctree::
   :maxdepth: 1
   
   API-Overview
   Installation-Guide
   Client-Quick-Start
   Advanced-Usage
   Monolith
   System-Compatibility
   Examples
   Frequently-Asked-Questions
   Reference

Get in touch with the team
--------------------------

If you have further questions, please contact the team:

* `Matthew Kocurek <https://github.com/Yergidy>`_
* `Tony Wang <https://github.com/injan0913>`_
* `Grant O'Connor <https://github.com/KeepSummerSaf3>`_
* `Matthew Whiteside <https://github.com/mwside>`_

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

Contributors are listed `here <https://github.hpe.com/intelligent-provisioning/python-redfish-library/graphs/contributors>`_.