Dell Openmanage Enterprise integration through rest api?

Hi All,

Just like there is an integration for HPE Oneview available, I was wondering if there is also an integration for the Dell Openmanage Enterprise appliance through for instance the rest api it has available next to the normal Dell OM snmp integration.
We have OME managing and monitoring 200+ servers on a separated network, and im looking for a way to have them shown in checkmk. The OME would be reachable by checkmk but the rest not.
Any tips/ideas?

If you follow the documentation on the Dell web site.
https://www.dell.com/support/manuals/de-de/dell-openmanage-enterprise/ome_p_api_guide/redfish-scheme?guid=guid-9b545baa-c9a5-47e5-ba99-31175cc254dd&lang=en-us
It should be possible to fetch the information directly with the Redfish agent or you need to modify it the fetch the wanted data.
There are two data models available - Redfish and Dell OEM.
I would also recommend to inspect the API with some tools like Postman to find the important informations.