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

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

"LogService" Resource Type

Resource Instances

/rest/v1/Managers/{item}/LogServices/IEL /rest/v1/Systems/{item}/LogServices/IML

See Resource Map for more details.

"LogService" defines the following properties:

"MaxNumberOfRecords"

This property is a member of LogService

The maximum number of log entries.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

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

"OverWritePolicy"

This property is a member of [LogService](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(LogService-Resource-Type)#logservice-resource-type)
When the log is full, the overwrite policy is enforced.
JSON type:
String containing one of the following supported values: "Unknown" "WrapsWhenFull" "NeverOverwrites"

HTTP Operations

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

POST Action "ClearLog"

Clears the Integrated Management Log or iLO Event Log.

Example

HTTP POST to resource with request JSON:

{ "Action": "ClearLog"}
⚠️ **GitHub.com Fallback** ⚠️