Home - shamimur/hp-proliant-sdk GitHub Wiki
The RESTful API for iLO 4 Chassis Management Module is a programming interface enabling state-of-the-art server management.
This document contains helpful information about how to interact with the RESTful API. The RESTful API uses the basic HTTP operations (GET, PUT, POST, DELETE, and PATCH) to submit or return a JSON formatted resource to or from a URI on iLO 4 or Moonshot iLO Chassis Management Module.
With modern scripting languages, you can easily write simple REST clients for RESTful APIs. Most languages, like Python, can transform JSON into internal-data structures, like dictionaries, allowing for easy access to data. This enables you to write custom code directly to the RESTful API, instead of using intermediate tools such as HPE’s HPQLOCFG or CONREP.# # This document has been updated with examples from iLO 4 version 2.30 firmware.
About Python- Proliant-SDK |
Project & Community | Technical Documentation |
---|---|---|
About REST API |
About the Python- Proliant-SDK Project |
Detailed Technical Documentation on Python-Proliant-SDK |