go-redfish/client/docs/Payload.md
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

745 B

Payload

Properties

Name Type Description Notes
HttpHeaders []string This represents the HTTP headers used in the operation of this Task. [optional] [readonly]
HttpOperation string The HTTP operation to perform to execute this Task. [optional] [readonly]
JsonBody string This property contains the JSON payload to use in the execution of this Task. [optional] [readonly]
TargetUri string The URI of the target for this task. [optional] [readonly]

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