Get the properties of a license by its ID. Note: InstallDate may not reflect system time zone changes made after installation. Required privilege for using this action:
  • Login
External DocumentationTo learn more, visit the Dell iDRAC documentation.

Parameters

ParameterDescription
License IDThe ID of the license to retrieve.

Example Output

{
	"@odata.context": "/redfish/v1/$metadata#License.License",
	"@odata.id": "/redfish/v1/LicenseService/Licenses/8973cPA",
	"@odata.type": "#License.v1_1_3.License",
	"AuthorizationScope": "Service",
	"Description": "iDRAC9 16G Enterprise Evaluation License",
	"DownloadURI": "/redfish/v1/LicenseService/Licenses/8973cPA/DownloadURI",
	"EntitlementId": "8973cPA",
	"ExpirationDate": "2025-06-15T02:00:00-06:00",
	"Id": "8973cPA",
	"InstallDate": null,
	"LicenseInfoURI": "",
	"LicenseOrigin": "Installed",
	"LicenseType": "Trial",
	"Links": {},
	"Name": "8973cPA",
	"Removable": true,
	"Status": {
		"Health": "OK",
		"State": "Enabled"
	}
}

Workflow Library Example

Get License with Dell Idrac and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop