NSX-T Data Center REST API
Return information of all upgrade unit groups
Return information of all upgrade unit groups in theupgrade plan. If request parameter summary is set to true, then
only count of upgrade units will be returned, upgrade units list
will be empty. If request parameter component type is specified,
then all upgrade unit groups for that component will be returned.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/upgrade/upgrade-unit-groups
                  
              
            Request Headers:
                n/a
            Query Parameters:
    UpgradeUnitGroupListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/upgrade/upgrade-unit-groups?component_type=HOSTSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    UpgradeUnitGroupListResult+