SourceNsxApiEndpoint

SourceNsxApiEndpoint
SourceNsxApiEndpoint

Details about an existing NSX manager to be migrated

JSON Example
{
    "vc_ip": "string",
    "vc_username": "string",
    "ip": "string",
    "auth_token": "string",
    "vc_password": "string",
    "vc_port": 0
}
string As hostname-or-ip As hostname-or-ip
vc_ip
Required

IP address or host name of VC connected to this NSX

string
vc_username
Required

Valid username for connecting to VC.

string As hostname-or-ip As hostname-or-ip
ip
Required

IP address or hostname of a source NSX API endpoint.

string
auth_token
Optional

Auth token used to make REST calls to source NSX API endpoint.

string
vc_password
Optional

Valid password for connecting to VC.

integer As int32 As int32
vc_port
Optional

VC port that will be used to fetch details.