The rsd_lib.resources.v2_1.chassis.log_service Module

class rsd_lib.resources.v2_1.chassis.log_service.LogService(connector, path='', redfish_version=None, registries=None, reader=None, json_doc=None, root=None)

Bases: rsd_lib.base.ResourceBase

LogService resource class

This resource represents the log service for the resource or service to which it is associated.

date_time = <sushy.resources.base.Field object>

The current DateTime (with offset) for the log service, used to set or read time.

date_time_local_offset = <sushy.resources.base.Field object>

The time offset from UTC that the DateTime property is set to in format: +06:00 .

property entries

Property to provide reference to LogEntryCollection instance

It is calculated once when it is queried for the first time. On refresh, this property is reset.

max_number_of_records = <sushy.resources.base.Field object>

The maximum number of log entries this service can have.

over_write_policy = <sushy.resources.base.Field object>

The overwrite policy for this service that takes place when the log is full.

service_enabled = <sushy.resources.base.Field object>

This indicates whether this service is enabled.

status = <rsd_lib.base.StatusField object>

This indicates the known state of the resource, such as if it is enabled.

class rsd_lib.resources.v2_1.chassis.log_service.LogServiceCollection(connector, path, redfish_version=None, registries=None, root=None)

Bases: rsd_lib.base.ResourceCollectionBase