UpdateInfo
The Update.Info structure describes the state of the appliance update.
Properties
string
latest_query_time
Optional
Timestamp of latest query to update repository. If unset the update was never queried
string
version
Required
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
JSON Example
{
"state": "enum",
"version": "string"
}