I am working on a monitoring application and trying to integrate the support for Oracle ILOM Hardware Monitoring via Rest API.
I found the Documentation for the Oracle ILOM Rest API on this link: https://docs.oracle.com/en/servers/management/ilom/5.0.x/api-guide/oracle-ilom-web-service-rest-api-user-guide-firmware-releases-4-x-and-5-x.pdf
But the problem is, it does not provide the response structure of the Get Requests.
I am working on below mentioned API integration for now, and would really appreciate if any one can help me on this.
I have also seen that most of the IPMI devices support Redfish API, so if the Oracle follows the same API response structure as Redfish then that is also fine.
Targets": [
{ "name": "Open_Problems", "uri": "/rest/v1/System/Open_Problems" },
{ "name": "Processors", "uri": "/rest/v1/System/Processors" },
{ "name": "Memory", "uri": "/rest/v1/System/Memory" },
{ "name": "Power", "uri": "/rest/v1/System/Power" },
{ "name": "Cooling", "uri": "/rest/v1/System/Cooling" },
{ "name": "Storage", "uri": "/rest/v1/System/Storage" },
{ "name": "Networking", "uri": "/rest/v1/System/Networking" },
{ "name": "PCI_Devices", "uri": "/rest/v1/System/PCI_Devices" },
{ "name": "Firmware", "uri": "/rest/v1/System/Firmware" },
{ "name": "BIOS", "uri": "/rest/v1/System/BIOS" }
]