DeploymentMigrateMigrationAssistantSpec
The Migrate.MigrationAssistantSpec structure contains the information needed to connect to the Migration Assistant that is running on the source windows vCenter Server machine.
Properties
integer as int64
https_port
Optional
The HTTPS port being used by Migration Assistant. If unset, port 9123 will be used.
string
ssl_thumbprint
Required
SHA1 thumbprint of the Migration Assistant SSL certificate that will be used for verification.
JSON Example
{
"ssl_thumbprint": "string"
}