Deployment_Migrate_ActiveDirectory_CheckSpec

Deployment_Migrate_ActiveDirectory_CheckSpec
Deployment_Migrate_ActiveDirectory_CheckSpec

The ActiveDirectory.CheckSpec structure contains information used to join the migrated vCenter Server appliance to the Active Directory.

JSON Example
{
    "dns_servers": [
        "string"
    ],
    "domain": "string",
    "username": "string",
    "password": "string"
}
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
username
Required

Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.

string
password
Required

Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.