Reference Guide

Table Of Contents
/redfish/v1/Oem/Dell/LicenseManager/LicenseCollection
This URI represents the license collection information.
GET method for license collection
This method lists the installed licenses.
Description Lists the installed licenses.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.id": "/redfish/v1/Oem/Dell/LicenseManager/LicenseCollection",
"@odata.type": "#DellLicenseCollection.DellLicenseCollection",
"Members": [
{
"@odata.id": "/redfish/v1/Oem/Dell/LicenseManager/
LicenseCollection/9207PA_abc"
}
],
"Members@odata.count": 1,
"Name": "LicenseCollection"
}
POST method for License Collection
This method adds a license to the license collection.
Description
Installs or Imports a license to the license collection.
Privilege APPLIANCE_SETUP
HTTP response
codes
201Created
400Bad Request
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",
"Severity": "OK"
},
{
"Message": "The operation successfully completed.",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "IDRAC.2.1.SYS413",
"RelatedProperties": [],
"RelatedProperties@odata.count": 0,
"Resolution": "No response action is required.",
"Severity": "Informational"
}
]
}
Redfish resource model 761