Skip to content

Commit 04f8156

Browse files
authored
Merge pull request #2000 from hpe-dev-incubator/cms/blog/getting-started-with-ilo-restful-api-redfish-api-conformance
Update Blog “getting-started-with-ilo-restful-api-redfish-api-conformance” Updated with new Redocly doc links
2 parents b82d0bd + 2fb1569 commit 04f8156

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/blog/getting-started-with-ilo-restful-api-redfish-api-conformance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ tags:
1010
- ilo-restful-api
1111
- redfish
1212
---
13+
### Updated July 25, 2023
14+
1315
# **A primer for coders**
1416

1517
## Introduction
@@ -20,7 +22,9 @@ With the introduction of iLO 4 2.00 on ProLiant Gen9 servers, we introduced our
2022

2123
- Include the HTTP header `"OData-Version": "4.0"' in all HTTP requests. This causes iLO 4 2.30 to hide pre-Redfish properties, decreasing your chance of inadvertently creating a dependency on something that will be removed in the future.
2224

23-
- For iLO 5, we updated the HPE branding on the OEM extension properties, so some updates might be needed from your iLO 4 scripts if you have already integrated with the API. For detailed information of the differences between iLO 4 and iLO 5 visit our [documentation](https://hewlettpackard.github.io/ilo-rest-api-docs/ilo5/#adapting-from-ilo-4).
25+
- For iLO 5, we updated the HPE branding on the OEM extension properties, so some updates might be needed from your iLO 4 scripts if you have already integrated with the API. For detailed information of the differences between iLO 4 and iLO 5 visit our [documentation](https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/ilo5/ilo5_adaptation/).
26+
27+
Differences between HPE iLO 5 and iLO 6 are also listed in the [documentation](https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/ilo6/ilo6_adaptation/)
2428

2529
## Redfish Versioning
2630

0 commit comments

Comments
 (0)