SspiUpgradeStepStatus
Upgrade Step Status
Execution status of an upgrade step, combining the step definition with real-time execution state and detailed status messages.
Upgrade steps transform the system from the current version to the target version through a series of coordinated operations. Steps may execute sequentially or in parallel based on internal dependencies.
Unlike pre-checks, upgrade steps modify the system. Monitor progress carefully and do not interrupt the upgrade process unless absolutely necessary.
AllOf
JSON Example
{
"_create_time": 0,
"_last_modified_time": 0,
"id": "string",
"display_name": "string",
"description": "string",
"activity_status_msg": "string",
"_completed_at": 0,
"status": "string",
"messages": [
{
"severity": "string",
"message": "string"
}
],
"last_run_time": 0
}