API Guide

Table Of Contents
Redfish resource model
Dell EMC incrementally improves the support for API and the associated operations during the life cycle of the products.
The limited Redfish implementation follows the industry-standard DMTF specifications. For more information, see the
documentation available on the DMTF website.
Topics:
RedfishServiceRoot
RedfishSessionService
RedfishAccount Service
RedfishMessage Registry
RedfishChassis
RedfishSystems
RedfishCompositionService
RedfishServiceRoot
This API returns the service root with links to go to Redfish and OpenManage Enterprise services.
redfish/v1
GET method for V1
This method returns the version details of the firmware.
Description
Returns the version details of the firmware.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/redfish/v1/$metadata#ServiceRoot.v1_2_0.ServiceRoot",
"@odata.type": "#ServiceRoot.v1_2_0.ServiceRoot",
"@odata.id": "/redfish/v1",
"Oem":{
"Dell":{
"@odata.context": "/redfish/v1/$metadata#EID_674ServiceRoot.ServiceRoot",
"@odata.type": "#EID_674ServiceRoot.ServiceRoot",
"@odata.id": "/api",
"NetworkService":{"@odata.id": "/api/NetworkService"},
"ManagementDomainService":{"@odata.id": "/api/ManagementDomainService"},
"IdentityPoolService":{"@odata.id": "/api/IdentityPoolService"},
"TemplateService":{"@odata.id": "/api/TemplateService"},
"NetworkConfigurationService":{"@odata.id": "/api/
NetworkConfigurationService"},
"SearchService":{"@odata.id": "/api/SearchService"},
"ApplicationService":{"@odata.id": "/api/ApplicationService"},
"AccountService":{"@odata.id": "/api/AccountService"},
"UpdateService":{"@odata.id": "/api/UpdateService"},
"JobService":{"@odata.id": "/api/JobService"},
"GroupService":{"@odata.id": "/api/GroupService"},
18
638 Redfish resource model