DeploymentSourceInfo
The SourceInfo {structure contains information about the source vCenter Server system and the database migration options.
Properties
The domain name of the Active Directory server to which the source vCenter Server is joined.
Contains all the available migrate options, estimated export and import time and the space required to migrate the data. This field will be available if estimate data is available for the appliance.
The ApplianceSize enumerated type defines the vCenter Server Appliance sizes.
TINY : Appliance size of ‘tiny’.
SMALL : Appliance size of ‘small’.
MEDIUM : Appliance size of ‘medium’.
LARGE : Appliance size of ‘large’.
XLARGE : Appliance size of ‘extra large’.
Possible values are: TINY , SMALL , MEDIUM , LARGE , XLARGE
The ApplianceType enumerated type defines the vCenter appliance types.
VCSA_EMBEDDED : vCenter Server Appliance with an embedded Platform Services Controller.
VCSA_EXTERNAL : vCenter Server Appliance with an external Platform Services Controller.
PSC_EXTERNAL : An external Platform Services Controller.
Possible values are: VCSA_EMBEDDED , VCSA_EXTERNAL , PSC_EXTERNAL
IP addresses of the DNS servers of the Active Directory server.
The IP address or DNS resolvable name of the source vCenter Server.
The SSO domain name of the source vCenter Server.
Source vCenter Server version.
JSON Example
{
"active_directory_domain": "string",
"deployment_size": "TINY",
"deployment_type": "VCSA_EMBEDDED",
"dns_servers": [
"string"
],
"hostname": "string",
"sso_domain_name": "string",
"version": "string"
}