An instance of DellLicense represents a feature license installed on a system.
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}/DellLicense/{LicenseId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellLicenses/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellLicense.DellLicense",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenses/83733PX_marc_lowe",
"@odata.type": "#DellLicense.v1_2_0.DellLicense",
"AssignedDevices": [
"iDRAC.Embedded.1"
],
"AssignedDevices@odata.count": 1,
"Description": "An instance of DellLicense represents a feature license installed on a system.",
"DeviceFamilyDeviceID": [
"11"
],
"DeviceFamilyDeviceID@odata.count": 1,
"DeviceFamilySubsystemID": [
"5"
],
"DeviceFamilySubsystemID@odata.count": 1,
"DeviceFamilySubsystemVendorID": [
"5"
],
"DeviceFamilySubsystemVendorID@odata.count": 1,
"DeviceFamilyVendorID": [
"1912"
],
"DeviceFamilyVendorID@odata.count": 1,
"EntitlementID": "83733PX_marc_lowe",
"EvalLicenseTimeRemainingDays": null,
"Id": "83733PX_marc_lowe",
"InstanceID": "83733PX_marc_lowe",
"LicenseAttributes": "ValidSubcomponent",
"LicenseDescription": [
"iDRAC9 16G Enterprise License"
],
"LicenseDescription@odata.count": 1,
"LicenseDurationDays": 0,
"LicenseEndDate": null,
"LicenseInstallDate": "2024-06-10T04:22:28-05:00",
"LicensePrimaryStatus": "OK",
"LicenseSoldDate": "2024-06-10T05:30:03-05:00",
"LicenseStartDate": null,
"LicenseStatusMessage": null,
"LicenseStatusMessageID": null,
"LicenseType": "Perpetual",
"Name": "DellLicense"
}