UpgradeHistoryList

UpgradeHistoryList
Upgrade History List

List of upgrade history records, sorted by start time in descending order (most recent first).

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": [
        {
            "initial_version": "string",
            "target_version": "string",
            "start_time": 0,
            "end_time": 0,
            "status": "string"
        }
    ]
}