UpgradeManagerStepStatus

UpgradeManagerStepStatus
Upgrade Manager Step Status

Execution status of an Upgrade Manager upgrade step, combining the step definition with real-time execution state and detailed status messages.

AllOf
This class requires all of the following:
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
}