The rsd_lib.resources.v2_1.task.task
Module¶
-
class
rsd_lib.resources.v2_1.task.task.
Task
(connector, path='', redfish_version=None, registries=None, reader=None, json_doc=None, root=None)¶ Bases:
rsd_lib.base.ResourceBase
Task resource class
This resource contains information about a specific Task scheduled by or being executed by a Redfish service’s Task Service.
-
end_time
= <sushy.resources.base.Field object>¶ The date-time stamp that the task was last completed.
-
messages
= <rsd_lib.resources.v2_1.common.message.MessageCollectionField object>¶ This is an array of messages associated with the task.
-
start_time
= <sushy.resources.base.Field object>¶ The date-time stamp that the task was last started.
-
task_state
= <sushy.resources.base.Field object>¶ The state of the task.
-
task_status
= <sushy.resources.base.Field object>¶ This is the completion status of the task.
-
-
class
rsd_lib.resources.v2_1.task.task.
TaskCollection
(connector, path, redfish_version=None, registries=None, root=None)¶