vcenter deployment migrate: source vc windows
The
source_vc_windows
structure contains information about the windows vCenter Server that is going to be migrated. This structure was added in vSphere API 7.0.0.0.Representation:
{
"hostname" : "string",
"password" : "secret string",
"username" : "string"
}
"hostname" : "string",
"password" : "secret string",
"username" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
hostname | string | The IP address or DNS resolvable name of the source Windows machine. This attribute was added in vSphere API 7.0.0.0. |
username | string | The SSO account with administrative privilege to perform the migration operation. This attribute was added in vSphere API 7.0.0.0. |
password | secret | The SSO administrator account password. This attribute was added in vSphere API 7.0.0.0. |