diff --git a/redfish/updateservice.go b/redfish/updateservice.go index a9b47ba9..e674ae2d 100644 --- a/redfish/updateservice.go +++ b/redfish/updateservice.go @@ -26,6 +26,8 @@ type UpdateService struct { SoftwareInventory string // HTTPPushURI endpoint is used to push (POST) firmware updates HTTPPushURI string `json:"HttpPushUri"` + // MultipartHTTPPushURI endpoint is used to perform a multipart push (POST) updates + MultipartHTTPPushURI string `json:"MultiPartHttpPushUri"` // ServiceEnabled indicates whether this service isenabled. ServiceEnabled bool // Status describes the status and health of a resource and its children.