SourceNsxApiEndpoint
Details about an existing NSX manager to be migrated
{
"auth_token": "string",
"ip": "string",
"nsx_password": "string",
"nsx_syncrole": "string",
"nsx_username": "string",
"nsx_version": "string",
"vc_ip": "string",
"vc_password": "string",
"vc_port": 0,
"vc_username": "string",
"vc_version": "string"
}
Auth token used to make REST calls to the source NSX API endpoint. This field is not applicable in case of vSphere network migration. Please generate the token with a sufficiently large duration so that it does not expire in the middle of the migration. If it does expire, then the token needs to be refreshed manually by invoking this API again with a new token. Alternatively, you can provide the username/password of the source NSX.
IP address or hostname of a source NSX API endpoint. This field is not applicable in case of vSphere network migration.
Password for connecting to NSX manager. This field is not applicable in case of vSphere network migration.
Signifies Universal Sync role status (STANDALONE, PRIMARY, SECONDARY) of a source NSX API endpoint.
Username for connecting to NSX manager. This field is not applicable in case of vSphere network migration.
Build version (major, minor, patch) of a source NSX API endpoint.
IP address or host name of VC.
Password for connecting to VC.
VC port that will be used to fetch details.
Username for connecting to VC.
Build version of VC.