API Guide

Table Of Contents
/redfish/v1/EventService/Subscriptions/<ID>
This URI represents event subscriptions.
DELETE method for specific event service subscriptions
This method deletes a specific event subscription from the collection of subscriptions.
Description Deletes a specific event subscription from the collection of event subscriptions.
Privilege APPLIANCE_SETUP
HTTP response
codes
204
RedfishOpenManage Enterprise License Manager
This URI represents the OpenManage Enterprise license information.
NOTE: You can install an evaluation license for a chassis only once. After the evaluation license expires, you cannot install
an evaluation license again.
/redfish/v1/Oem/Dell/LicenseManager
This URI contains properties and actions for managing software licenses. The resource has links to the collection of installed
licenses.
GET method for LicenseManager
This method returns the collection of installed licenses.
Description
Returns the collection of installed licenses.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/
redfish/v1/
$metadata#DellLicenseManagementService.DellLicenseManagementService",
"@odata.id": "/redfish/v1/Oem/Dell/LicenseManager",
"@odata.type":
"#DellLicenseManagementService.v1_1_0.DellLicenseManagementService",
"Actions": {
"#DellLicenseManagementService.ExportLicense": {
"target": "/redfish/v1/Oem/Dell/LicenseManager/Actions/
DellLicenseManagementService.ExportLicense"
}
},
"Description": "The DellLicenseManagementService resource provides
some actions to support License Management functionality.",
"Id": "DellLicenseManagementService",
"LicenseCollection": {
"@odata.id": "/redfish/v1/Oem/Dell/LicenseManager/
LicenseCollection"
},
"Name": "DellLicenseManagementService"
}
760 Redfish resource model