UpgradeHistoryRecord
Upgrade History Record
Records the metadata for a single SSP upgrade attempt, including versions involved, final status, and start/end timing.
JSON Example
{
"from_version": "string",
"target_version": "string",
"status": "string",
"start_time": 0,
"end_time": 0
}
string
from_version
Optional
The SSP version from which the upgrade was initiated.
string
target_version
Optional
The SSP version that was the upgrade target.
string
status
Optional
The final status of the upgrade attempt.
Enumeration:
IN_PROGRESS,
FAILED,
SUCCESS,
ORPHANED
start_time
Optional
Epoch timestamp (milliseconds) representing when the upgrade started.
end_time
Optional
Epoch timestamp (milliseconds) representing when the upgrade ended.