GET – License Properties
Use the GET method to retrieve the XCC3_Premier License info.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/LicenseService/Licenses/BMC_Platinum
Request body
None
Response body
Field | Type | Description | |
---|---|---|---|
Id | String | BMC_Platinum | |
Name | String | Lenovo XClarity Controller 3 Premier Upgrade | |
Description | String | This resource is used to represent a license for a Redfish implementation. | |
LicenseType | String | Production | |
LicenseOrigin | String | Installed or BuiltIn | |
ExpirationDate | String | The expiration date of the license. If no constraints, show “null”. | |
Removable | Boolean | The value is true, if "LincenseOrigin" equals to "Installed"; The value is false if "LincenseOrigin" equals to "BuiltIn". | |
Manufacturer | String | Lenovo | |
LicenseString | String | Null | |
EntitlementId | String | Machine type plus Serial No. | |
AuthorizationScope | String | “Service” for platinum and “Device” for VMD | |
RemainingUseCount | Integer | Always 0 | |
DownloadURI | String | The URI from which to download the license file. | |
Status | Object | Expanded. | |
State | String | Mapping with Key status 0 : Enabled others: Disabled | |
Health | String | OK |
Status code
HTTP Status Code | Error Message ID |
---|---|
400 | BadRequest |
500 | InternalError |