Get Updates
Get all available updates in the repository.
A task to track the progress of the operation. List of the available updates will be returned in the result field of the task, once completed.
{
"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.
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/actions/retrieve-updates