Reference Guide

Table Of Contents
/redfish/v1/Oem/Dell/LicenseManager/LicenseCollection/
<EntitlementID>
This URI represents the installed licenses information.
GET method for License Collection by Entitlement ID
This URI returns a list of installed licenses, by entitlement ID.
Description Returns a list of installed licenses, by entitlement ID.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.id": "/redfish/v1/Oem/Dell/LicenseManager/LicenseCollection/
9207PA_abc",
"@odata.type": "#DellLicense.v1_1_0.DellLicense",
"EntitlementID": "9207PA_abc",
"EvalLicenseTimeRemainingDays": 27,
"Id": "9207PA_abc",
"InstanceID": "9207PA_abc",
"LicenseDescription": [
"OpenManage Enterprise Modular Advanced License"
],
"LicenseDurationDays": 30,
"LicenseEndDate": "2021-02-21T08:52:56.963153206Z",
"LicenseInstallDate": "2021-01-24T07:08:42.476389396Z",
"LicensePrimaryStatus": "OK",
"LicenseSoldDate": "2020-10-05T04:00:34Z",
"LicenseStartDate": null,
"LicenseStatusMessage": null,
"LicenseStatusMessageID": null,
"LicenseType": "Evaluation",
"Name": "DellLicense"
}
The values for the LicenseStatusMessage, LicenseStatusMessageID, and License
StartDate attributes, are displayed as "Null".
DELETE method for License Collection by EntitlementID
This method deletes a specific license from the collection of installed licenses.
Description
Deletes a specific license from the collection of installed licenses.
NOTE: The license is deleted permanently.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
{
"@Message.ExtendedInfo": [
{
"Message": "Successfully Completed Request",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "Base.1.5.Success",
"RelatedProperties": [],
"RelatedProperties@odata.count": 0,
"Resolution": "None",
762 Redfish resource model