Bases: sushy.resources.base.ResourceBase
The Task description
End time of the Task
The Task identity
Indicates if the Task is processing
List of MessageListField
with messages from the Task
The Task name
Parses the messages
Percentage complete of the Task
Start time of the Task
An opaque URL that the client can use to monitor an asynchronous operation
The Task state
The Task status
Bases: sushy.resources.base.ResourceCollectionBase
Summary of task ids and corresponding state
dictionary in the format {‘jid_123456789’: sushy.TASK_STATE_NEW, ‘jid_123454321’: sushy.TASK_STATE_RUNNING}
A class representing a task monitor
Deprecated, use sushy.taskmonitor.TaskMonitor.
connector – A Connector instance
task_monitor – The task monitor URI
redfish_version – The version of RedFish. Used to construct the object according to schema of the given version.
registries – Dict of Redfish Message Registry objects to be used in any resource that needs registries to parse messages.
field_data – the data to use populating the fields.
Bases: sushy.resources.base.ResourceBase
Whether a task state change sends an event
The task service identity
The task service name
The overwrite policy for completed tasks
The status of whether this service is enabled
The status of the task service
Property to reference TaskCollection instance
It is set once when the first time it is queried. On refresh, this property is marked as stale (greedy-refresh not done). Here the actual refresh of the sub-resource happens, if stale.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.