DeploymentMigrateActiveDirectoryCheckSpec
The ActiveDirectory.CheckSpec structure contains information used to join the migrated vCenter Server appliance to the Active Directory.
Properties
array of
string
dns_servers
Required
IP addresses of the DNS servers of the Active Directory server.
string
domain
Required
The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined.
string
password
Required
Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
string
username
Required
Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
JSON Example
{
"dns_servers": [
"string"
],
"domain": "string",
"password": "string",
"username": "string"
}