iLO 4 will respond with "ResetRequired" for some data-time and SNTP configuration changes, and iLO 4 must be reset for the settings to take effect. Specifically, changing the SNTP servers and the time zone will cause iLO 4 to indicate a reset is required.
The state of the currently displayed configuration settings.
JSON type:
String containing one of the following supported values:
"Current"
"SomePendingReset"
HTTP Operations
GET
Rendered if supported by the implementation or omitted if not.
"DateTime"
This property is a member of [HpiLODateTime](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLODateTime-Resource-Type)#hpilodatetime-resource-type)
The date and time used by management processor.
JSON type:
String
HTTP Operations
GET
Rendered if supported by the implementation or omitted if not.
"PropagateTimeToHost"
This property is a member of [HpiLODateTime](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLODateTime-Resource-Type)#hpilodatetime-resource-type)
Determines whether the server time is synchronized with the management processor time during the first POST after AC power is applied.
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:
{"PropagateTimeToHost": true}
The property "PropagateTimeToHost" on resource type HpiLODateTime 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.
"TimeZone/Index"
This property is a member of [HpiLODateTime](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLODateTime-Resource-Type)#hpilodatetime-resource-type)
The index of the current time zone. To set a new time zone, specify a different time zone index. This property can be set only when DHCPv4 or DHCPv6 supplied time settings are disabled. Since the time zone list might vary from one firmware version to another (which often leads to differences in time zone indices), setting the time zone by name is recommended over setting by index, for better compatibility.
JSON type:
Integer
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:
{"TimeZone": {"Index": <integer-value>}}
The property "TimeZone/Index" on resource type HpiLODateTime 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.
"TimeZone/UtcOffset"
This property is a member of [HpiLODateTime](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLODateTime-Resource-Type)#hpilodatetime-resource-type)
The UTC offset of the current time zone, in the format {+/-}hh:mm
JSON type:
String
HTTP Operations
GET
Rendered if supported by the implementation or omitted if not.
"TimeZone/Value"
This property is a member of [HpiLODateTime](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLODateTime-Resource-Type)#hpilodatetime-resource-type)
The environment variable value.
JSON type:
String
HTTP Operations
GET
Rendered if supported by the implementation or omitted if not.
"TimeZoneList[]/Index"
This property is a member of [HpiLODateTime](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLODateTime-Resource-Type)#hpilodatetime-resource-type)
The time zone index.
JSON type:
Integer
HTTP Operations
GET
Rendered if supported by the implementation or omitted if not.
"TimeZoneList[]/UtcOffset"
This property is a member of [HpiLODateTime](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLODateTime-Resource-Type)#hpilodatetime-resource-type)
The UTC offset of the time zone, in the format {+/-}hh:mm
JSON type:
String
HTTP Operations
GET
Rendered if supported by the implementation or omitted if not.
"TimeZoneList[]/Value"
This property is a member of [HpiLODateTime](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(HpiLODateTime-Resource-Type)#hpilodatetime-resource-type)
The environment variable value.
JSON type:
String
HTTP Operations
GET
Rendered if supported by the implementation or omitted if not.