System Administration > Lifecycle Management > Upgrade > Plan

Update upgrade plan settings for the component

Update the upgrade plan settings for the component.

Request:

Method:
PUT
URI Path(s):
/api/v1/upgrade/plan/<component_type>/settings
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
UpgradePlanSettings+

Example Request:

PUT https://<nsx-mgr>/api/v1/upgrade/plan/host/settings { "parallel" : "false", "pause_on_error" : "true", "pause_after_each_group" : "false" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
UpgradePlanSettings+

Example Response:

{ "parallel" : "false", "pause_on_error" : "true", "pause_after_each_group" : "false" }

Required Permissions:

crud

Feature:

utilities_upgrade

Additional Errors: