UpgradeManagerStepList

UpgradeManagerStepList
Upgrade Manager Step List

List of Upgrade Manager upgrade step definitions. This response provides metadata about all steps that will be executed during the Upgrade Manager 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
        }
    ]
}