NSX-T Data Center REST API
Get upgrade task status (Deprecated)
Get upgrade task status for the given task of the given bundle.Both bundle_name and task_id must be provided, otherwise you
will receive a 404 NOT FOUND response. This api is deprecated.
Please use API GET /node/upgrade/status-summary to get upgrade
status when upgrade is in progress.
Request:
Method:
              GET
            URI Path(s):
              
                /api/v1/cluster/{cluster-node-id}/node/upgrade
                
/api/v1/node/upgrade
              
            /api/v1/node/upgrade
Request Headers:
                n/a
            Query Parameters:
    UpgradeTaskStatusQueryParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/node/upgrade?bundle_name=VMware-NSX-unified-appliance-2.1.0.0.0.6921065&upgrade_task_id=77834e07-7901-4e3d-bfe9-aa1df72cac6bSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    UpgradeTaskProperties+