SspiUpgradeStepList

SspiUpgradeStepList
Upgrade Step List

List of pre-checks validation definitions and upgrade step definitions. This response provides metadata about all pre-checks and upgrade steps that will be executed during the upgrade operation, in the order they will execute.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_create_time": 0,
            "_last_modified_time": 0,
            "id": "string",
            "display_name": "string",
            "description": "string",
            "activity_status_msg": "string",
            "_completed_at": 0
        }
    ],
    "pre_checks": [
        {
            "_create_time": 0,
            "_last_modified_time": 0,
            "id": "string",
            "display_name": "string",
            "description": "string",
            "activity_status_msg": "string",
            "_completed_at": 0
        }
    ]
}