UpdatePendingPrecheckResult
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.
Properties
string as date-time
check_time
Required
Time when this precheck was run
array of
UpdatePendingQuestion
questions
Required
List of questions that must be answered to install the update.
boolean
reboot_required
Required
Is reboot required to install the update.
integer as int64
estimated_time_to_install
Optional
Rough estimate of time to install the update (minutes). estimatedTimeToInstall If unset N/A
integer as int64
estimated_time_to_rollback
Optional
Rough estimate of time to rollback the update (minutes). estimatedTimeToRollback If unset N/A
JSON Example
{
"check_time": "string",
"questions": [
{
"data_item": "string",
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"text": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"type": "PLAIN_TEXT"
}
],
"reboot_required": false
}