vcenter deployment migrate: migration assistant spec
The
migration_assistant_spec
structure contains the information needed to connect to the Migration Assistant that is running on the source windows vCenter Server machine. This structure was added in vSphere API 7.0.0.0.Representation:
{
"https_port" : 1,
"ssl_thumbprint" : "string"
}
"https_port" : 1,
"ssl_thumbprint" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
ssl_thumbprint | string | SHA1 thumbprint of the Migration Assistant SSL certificate that will be used for verification. This attribute was added in vSphere API 7.0.0.0. |
Optional | ||
https_port | long | The HTTPS port being used by Migration Assistant. This attribute was added in vSphere API 7.0.0.0. Optional. If unset, port 9123 will be used. |