DellLicensableDevice represents a device in the system that has registered with the License Manager.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Dell/Managers/{ManagerId}/DellLicensableDevice/{LicensableDeviceId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellLicensableDevices/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellLicensableDevice.DellLicensableDevice",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicensableDevices/iDRAC.Embedded.1",
"@odata.type": "#DellLicensableDevice.v1_0_0.DellLicensableDevice",
"Description": "DellLicensableDevice represents a device in the system that has registered with the License Manager.",
"DeviceID": "11",
"DevicePrimaryStatus": "OK",
"DeviceState": "DevicePresent",
"DeviceStatusMessage": null,
"DeviceStatusMessageID": null,
"DeviceType": "Internal",
"FQDD": "iDRAC.Embedded.1",
"Id": "iDRAC.Embedded.1",
"LicenseList": [
"83733PX_marc_lowe"
],
"LicenseList@odata.count": 1,
"Model": "iDRAC9",
"Name": "DellLicensableDevice",
"RollupStatus": "OK",
"SubsystemID": "5",
"SubsystemVendorID": "1028",
"UniqueID": "4B02507",
"VendorID": "1912"
}