System Administration > Lifecycle Management > Migration > Setup

NSX-V setup details

Provide setup details of NSX-V to be migrated.

Request:

Method:
PUT
URI Path(s):
/api/v1/migration/setup
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
MigrationSetupInfo+

Example Request:

PUT https://<nsx-mgr>/api/v1/migration/setup { "nsxv_list" : [ {"ip": "192.168.x.y", "auth_token": "XYZ"}, {"ip": "192.168.x.z", "auth_token": "PQR"} ], "migration_mode" : "ONPREMISE_V2T" }

Successful Response:

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

Example Response:

{ "nsxv_list" : [ {"ip": "192.168.x.y"}, {"ip": "192.168.x.z"} ], "migration_mode" : "ONPREMISE_V2T" }

Required Permissions:

crud

Feature:

utilities_upgrade

Additional Errors: