Deployment_SourceInfo
The SourceInfo {structure contains information about the source vCenter Server system and the database migration options.
{
"hostname": "string",
"version": "string",
"deployment_type": "string",
"deployment_size": "string",
"sso_domain_name": "string",
"active_directory_domain": "string",
"dns_servers": [
"string"
],
"data_migration_info": {
"core": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"core_events_tasks": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"all": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"core_events_tasks_with_deferred": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"all_with_deferred": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
}
},
"disk_info": [
{
"used": "number",
"free": "number",
"size": "number",
"mount_point": "string"
}
],
"replicated_partners": [
"string"
]
}
The IP address or DNS resolvable name of the source vCenter Server.
Source vCenter Server version.
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.
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'.
The SSO domain name of the source vCenter Server.
The domain name of the Active Directory server to which the source vCenter Server is joined.
IP addresses of the DNS servers of the Active Directory server.
The DataMigrationInfo {structure contains the disk space requirements and time estimates for the different choices available to migrate the vCenter Server data.
Contains information about the list of available disks. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset disk info was not fetched for the vCenter Server filesystem.
Contains information about the list of replicated partner nodes. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset replicated partners information is not available for the current vCenter Server.