UpdateInfo
The Update.Info structure describes the state of the appliance update.
Properties
The Update.State enumerated type defines the various states the appliance update can be in.
UP_TO_DATE : The appliance is up to date.
UPDATES_PENDING : A new update is available.
STAGE_IN_PROGRESS : The appliance update is in progress of downloading an update.
INSTALL_IN_PROGRESS : The appliance update is in progress of installing an update.
INSTALL_FAILED : The appliance update failed and cannot recover.
ROLLBACK_IN_PROGRESS : The appliance update failed and recovery is in progress.
Possible values are: UP_TO_DATE , UPDATES_PENDING , STAGE_IN_PROGRESS , INSTALL_IN_PROGRESS , INSTALL_FAILED , ROLLBACK_IN_PROGRESS
Version of base appliance if state is UP_TO_DATE Version of update being staged or installed if state is INSTALL_IN_PROGRESS or STAGE_IN_PROGRESS Version of update staged if state is UPDATES_PENDING Version of update failed if state is INSTALL_FAILED or ROLLBACK_IN_PROGRESS
Timestamp of latest query to update repository. If unset the update was never queried
JSON Example
{
"state": "UP_TO_DATE",
"version": "string"
}