VsanUpgradeSystemUpgradeStatus
Captures the status of a VSAN cluster on-disk format upgrade.
Contains information about progress, result, and a detailed log of operations.
{
"_typeName": "string",
"inProgress": false,
"history": [
{
"_typeName": "string",
"timestamp": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"message": "string",
"task": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
],
"aborted": false,
"completed": false,
"progress": 0
}
True if there is an active upgrade process.
If true, other fields are guaranteed to be populated. If false, other fields may reflect a previous upgrade process run, or they may be unset.
Log of a single upgrade task.
Lists all operations performed by the upgrade process in chronological order.
Set if the upgrade process was aborted.
Set if the upgrade process has completed successfully.
Progress in percent.