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

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

"HpSecureBoot" Resource Type

Resource Instances

/rest/v1/Systems/{item}/SecureBoot

See Resource Map for more details.

"HpSecureBoot" defines the following properties:

"ResetAllKeys"

This property is a member of HpSecureBoot

If true, clear all Secure Boot keys on next boot.
JSON type:
Boolean ('true' or 'false')

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.
PATCH This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.

PATCH Example

HTTP PATCH to resource with request JSON:

{"ResetAllKeys": true}

The property "ResetAllKeys" on resource type HpSecureBoot may not support PATCH of all values and may result in an HTTP 400 error with response of Type ExtendedError. Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON. To address an array entry other than the first, insert nulls as placeholders on skipped array entries.

"ResetToDefaultKeys"

This property is a member of [HpSecureBoot](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpSecureBoot-Resource-Type)#hpsecureboot-resource-type)
If true, reset to default Secure Boot keys on next boot.
JSON type:
Boolean ('true' or 'false')

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.
PATCH This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.

PATCH Example

HTTP PATCH to resource with request JSON:

{"ResetToDefaultKeys": true}

The property "ResetToDefaultKeys" on resource type HpSecureBoot may not support PATCH of all values and may result in an HTTP 400 error with response of Type ExtendedError. Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON. To address an array entry other than the first, insert nulls as placeholders on skipped array entries.

"SecureBootCurrentState"

This property is a member of [HpSecureBoot](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpSecureBoot-Resource-Type)#hpsecureboot-resource-type)
Current enabled state of Secure Boot
JSON type:
Boolean ('true' or 'false')

HTTP Operations

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

"SecureBootEnable"

This property is a member of [HpSecureBoot](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpSecureBoot-Resource-Type)#hpsecureboot-resource-type)
Enable or disable UEFI Secure Boot (takes effect on next boot).
JSON type:
Boolean ('true' or 'false')

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.
PATCH This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.

PATCH Example

HTTP PATCH to resource with request JSON:

{"SecureBootEnable": true}

The property "SecureBootEnable" on resource type HpSecureBoot may not support PATCH of all values and may result in an HTTP 400 error with response of Type ExtendedError. Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON. To address an array entry other than the first, insert nulls as placeholders on skipped array entries.

⚠️ **GitHub.com Fallback** ⚠️