NSX-T Data Center REST API
Update migration plan settings for the component
Update the migration plan settings for the component.Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/migration/plan/<component_type>/settings
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    MigrationPlanSettings+
  Example Request:
PUT https://<nsx-mgr>/api/v1/migration/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:
    MigrationPlanSettings+