Update_Pending_PrecheckResult
The Pending.PrecheckResult structure contains estimates of how long it will take install and rollback an update as well as a list of possible warnings and problems with installing the update.
{
"check_time": "string",
"estimated_time_to_install": 0,
"estimated_time_to_rollback": 0,
"reboot_required": false,
"issues": {
"info": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
],
"warnings": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
],
"errors": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
]
},
"questions": [
{
"data_item": "string",
"text": "Std_LocalizableMessage Object",
"description": "Std_LocalizableMessage Object",
"type": "string",
"allowed_values": [
"string"
],
"regexp": "string",
"default_answer": "string"
}
]
}
Time when this precheck was run
Rough estimate of time to install the update (minutes). estimatedTimeToInstall If unset N/A
Rough estimate of time to rollback the update (minutes). estimatedTimeToRollback If unset N/A
Is reboot required to install the update.
The Notifications structure contains info/warning/error messages that can be reported be the appliance task.
List of questions that must be answered to install the update.