UpgradeHistory

UpgradeHistory
Upgrade History Record

Represents a single upgrade attempt in the system history.

JSON Example
{
    "initial_version": "string",
    "target_version": "string",
    "start_time": 0,
    "end_time": 0,
    "status": "string"
}
string
initial_version
Required

The appliance version before the upgrade (e.g., "5.0.0.0.0.29219505").

string
target_version
Required

The appliance version after the upgrade (e.g., "5.1.0.0.0.29219600").

start_time
Required

Timestamp when the upgrade was initiated.

end_time
Optional

Timestamp when the upgrade completed or failed. This field is null if the upgrade is still in progress.

string
status
Required

Status of the upgrade attempt.

STARTED: Upgrade is in progress. COMPLETED: Upgrade completed successfully. ORPHANED: Upgrade was interrupted or abandoned (e.g., system failure).

Enumeration: STARTED, COMPLETED, ORPHANED