Manoj 924b41cc22 Support for Additional Redfish APIs
Added support for the following APIs

FirmwareInventoryDownloadImage
FirmwareInventory
GetTask
UpdateService
UpdateServiceSimpleUpdate

RAID Creation Support

Also updated Makefile to add an additional  docker based target
to assist in code generation.

Change-Id: I716153fe254c7fefc6893ac76e4fa190a24029a8
2020-04-24 18:08:47 +00:00

1.8 KiB

Task

Properties

Name Type Description Notes
OdataContext string The OData description of a payload. [optional] [readonly]
OdataEtag string The current ETag of the resource. [optional] [readonly]
OdataId string The name of the resource. [readonly]
OdataType string The type of a resource. [readonly]
Description Pointer to string description [optional] [readonly]
EndTime time.Time The date-time stamp that the task was last completed. [optional] [readonly]
HidePayload bool Indicates that the contents of the Payload should be hidden from view after the Task has been created. When set to True, the Payload object will not be returned on GET. [optional] [readonly]
Id string The name of the resource. [readonly]
Messages []Message This is an array of messages associated with the task. [optional]
Name string The name of the resource. [readonly]
Oem string This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. [optional]
Payload Payload [optional]
StartTime time.Time The date-time stamp that the task was last started. [optional] [readonly]
TaskMonitor string The URI of the Task Monitor for this task. [optional] [readonly]
TaskState TaskState [optional]
TaskStatus Health [optional]

[Back to Model list] [Back to API list] [Back to README]