Install Update
Install the update.
The version of an update.
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.
{
"id": "string",
"description": "string",
"type": "string",
"status": "string",
"error": {
"cause": {
"stack_trace": [
{
"class_loader_name": "string",
"module_name": "string",
"module_version": "string",
"method_name": "string",
"file_name": "string",
"line_number": 0,
"class_name": "string",
"native_method": false
}
],
"message": "string",
"localized_message": "string"
},
"stack_trace": [
{
"class_loader_name": "string",
"module_name": "string",
"module_version": "string",
"method_name": "string",
"file_name": "string",
"line_number": 0,
"class_name": "string",
"native_method": false
}
],
"message": "string",
"suppressed": [
{
"stack_trace": [
{
"class_loader_name": "string",
"module_name": "string",
"module_version": "string",
"method_name": "string",
"file_name": "string",
"line_number": 0,
"class_name": "string",
"native_method": false
}
],
"message": "string",
"localized_message": "string"
}
],
"localized_message": "string"
},
"result": {},
"progress": 0,
"start_time": "string",
"complete_time": "string"
}
id
description
Operation type
Current status of the task
Detailed information about the error if the task status is ERROR
Result of the operation
Current progress of the operation
start_time
complete_time
Bad request - the server cannot understand the request due to invalid syntax or invalid request body content
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Not Found - server cannot find the requested in URL resource
Internal server error - unexpected condition prevents fulfilling the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
curl -X POST -H 'Authorization: <value>' https://{api_host}/appliance/update-manager/updates/{update_version}/actions/install