iLO 4 REST API Data Model (HpiLOLicense Resource Type) - shamimur/hp-proliant-sdk GitHub Wiki

HP RESTful API Data Model Reference for iLO 4—Redfish 1.0 Conformance (Cont)

"HpiLOLicense" Resource Type

Resource Instances

/rest/v1/Managers/{item}/LicenseService/{item}

See Resource Map for more details.

You may install an iLO license by POSTing a JSON object containing {"LicenseKey": "key-string"} to the license service collection. PATCHing an existing LicenseKey property does not alter the license.

"HpiLOLicense" defines the following properties:

"License"

This property is a member of HpiLOLicense

The name of the license installed on this management processor.
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"LicenseExpire"

This property is a member of [HpiLOLicense](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLOLicense-Resource-Type)#hpilolicense-resource-type)
The expiration information of the installed management processor license.
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"LicenseKey"

This property is a member of [HpiLOLicense](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLOLicense-Resource-Type)#hpilolicense-resource-type)
The license key installed on this management processor. License keys are 25 characters in length and contain both letters and numbers.Use POST method to collection of membertype HpiLOLicense to install / update the license
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"LicenseType"

This property is a member of [HpiLOLicense](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLOLicense-Resource-Type)#hpilolicense-resource-type)
The type of license installed on this management processor.
JSON type:
String containing one of the following supported values: "Unlicensed" "Evaluation" "Perpetual" "Subscription" "Internal" "Duration" "Expired"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.
⚠️ **GitHub.com Fallback** ⚠️