forked from ringcentral/slate
-
Notifications
You must be signed in to change notification settings - Fork 32
iLO 5 Redfish API Wiki Home
Mike Garrett edited this page Nov 7, 2018
·
6 revisions
The iLO RESTful API for HPE iLO 5 is a programming interface enabling state-of-the-art server management. This wiki contains helpful information about how to interact with the iLO RESTful API. The iLO 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 5.
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 iLO RESTful API, instead of using tools such as HPE’s HPQLOCFG or CONREP.
- HPE Developer Portal
- Redfish DMTF Standard - redfish.dmtf.org
- HPE iLO 5 REST API Reference Documentation
-
HPE iLO 5 REST API Blog
- Getting Started with iLO RESTful API- Redfish® API Conformance
- Getting Started with the Redfish® API Part 2
- Using the Redfish Event Service
- Managing iLO 5 Sessions with Redfish
- Setting BIOS and Storage Controller Properties with Redfish
- Master the Redfish Server States to improve your monitoring and management applications
- Storage Management with Redfish