Deployment_SourceInfo

Deployment_SourceInfo
Deployment_SourceInfo

The SourceInfo {structure contains information about the source vCenter Server system and the database migration options.

JSON Example
{
    "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"
        }
    }
}
string
hostname
Required

The IP address or DNS resolvable name of the source vCenter Server.

string
version
Required

Source vCenter Server version.

deployment_type
Required

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.

deployment_size
Required

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'.

string
sso_domain_name
Required

The SSO domain name of the source vCenter Server.

string
active_directory_domain
Required

The domain name of the Active Directory server to which the source vCenter Server is joined.

array of string
dns_servers
Required

IP addresses of the DNS servers of the Active Directory server.

data_migration_info
Optional

The DataMigrationInfo {structure contains the disk space requirements and time estimates for the different choices available to migrate the vCenter Server data.