Welcome to the HPE server management portal. This portal contains helpful information about how to interact with the Redfish RESTful APIs implemented in HPE hardware.
It contains three main sections:
- Redfish concepts: This section explains Redfish generic concepts (i.e. authentication mechanisms), terminology and best practices. It provides as well numerous generic examples. not tight to any particular platform unless clearly mentioned. In addition, you can use its glossary to better understand acronyms mentioned throughout the portal.
- Services: This section contains helpful information about different Redfish services implemented by HPE.
- Clients: This section contains helpful information about different Redfish clients provided by HPE to better interact with Redfish services.
Choose your path from the left navigation menus or continue to browse to the next page using the link located in the bottom right corner of this page. For a quick access to documents containing specific words or expression, use the search box in the top right corner of the main window.
Tips
- You can quickly access the portal search box by just typing the
/
character. - Filter the list of documents by selecting the sections (facet) you want the search to happen.
- It is possible to search the portal from remote, by sending a POST request to
/_search
endpoint and a payload similar to the one in the following example.
curl --insecure --silent \
--request POST --data '@data.json' \
'https://servermanagementportal.redocly.app/_search' | jq .