Get Upgrade History

Get Upgrade History

Get upgrade history

Request
URI
GET
https://nsxmanager.your.domain/api/v1/upgrade/history
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns UpgradeHistoryList of type(s) application/json
This response body class contains all of the following: ListResult , InlineUpgradeHistoryList1
{
    "_self": {
        "rel": "string"
    },
    "cursor": "string",
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "sort_ascending": false,
    "result_count": 0,
    "_schema": "string",
    "sort_by": "string",
    "results": [
        {
            "timestamp": 0,
            "target_version": "string",
            "initial_version": "string",
            "upgrade_status": "string"
        }
    ]
}

default

Unexpected error

Returns ApiError of type(s) application/json
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
string
module_name
Optional

module_name

string
error_message
Optional

error_message

integer As int64 As int64
error_code
Optional

error_code