Install Update
DescriptionInstall the update.
Request
URLURL
Path Parameters
Path Parameters
The version of an update to be installed.
Authentication
Response
Response BodyResponse Body
202 Accepted
A task to monitor the update. Since an update might restart any service and/or the appliance, it’s possible to not be able to monitor the progress of the resulted task.
{
"complete_time": 0,
"description": "string",
"error": {
"details": "string",
"message": "string"
},
"id": "string",
"progress": 0,
"result": {},
"start_time": 0,
"status": "QUEUED",
"type": "string"
}
Status of the task.
Possible values are: QUEUED , RUNNING , SUCCESS , ERROR , CANCELLED
The complete time of the task, in milliseconds.
ID of the task.
The current progress of the task, in percentage number.
Information about the task result if the task status is SUCCESS.
The start time of the task, in milliseconds.
Description of the task.
Operation type of the task.
Errors
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
Not Found - server cannot find the requested in URL resource
Internal server error - unexpected condition prevents fulfilling the request