FarmCustomizationSettingsCreateSpecV3

FarmCustomizationSettingsCreateSpecV3
FarmCustomizationSettingsCreateSpecV3

Applicable To: Automated farms.
Customization settings for the automated farm.

JSON Example
{
    "ad_container_rdn": "CN=Computers",
    "ad_site_name": "Default-First-Site-Name",
    "cloneprep_customization_settings": {
        "post_synchronization_script_name": "cloneprep_postsync_script",
        "post_synchronization_script_parameters": "p1 p2 p3",
        "power_off_script_name": "cloneprep_poweroff_script",
        "power_off_script_parameters": "p1 p2 p3",
        "priming_computer_account": "a219420d-4799-4517-8f78-39c74c7c4efc"
    },
    "customization_type": "CLONE_PREP",
    "instant_clone_domain_account_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "reuse_pre_existing_accounts": false,
    "sysprep_customization_spec_id": "a219420d-4799-4517-8f78-39c74c7c4efc"
}
string
ad_container_rdn
Optional

Instant Clone Engine Active Directory container for clone prep. Default value is CN=Computers

string
ad_site_name
Optional

Applicable To: Instant Clone farms.
The AD Site, associated with the Instant Clone Domain Administrator, which will be used for instant clone farm provisioning.

cloneprep_customization_settings
Optional

cloneprep_customization_settings

string
customization_type
Required

Type of customization to use.

  • SYS_PREP: Applicable To: Instant clone automated Farms.
    Microsoft Sysprep is a tool to deploy the configured operating system installation from a base image. The machine can then be customized based on an answer script.
  • CLONE_PREP: Applicable To: Instant clone automated Farms.
    ClonePrep is a VMware system tool executed by Instant Clone Engine during a instant clone machine deployment. ClonePrep personalizes each machine created from the Master image.
Possible values are : SYS_PREP, CLONE_PREP,
string
instant_clone_domain_account_id
Required

Instant clone domain account. This is the administrator which will add the machines to its domain upon creation.

boolean
reuse_pre_existing_accounts
Optional

Indicates whether to allow the use of existing AD computer accounts when the VM names of newly created clones match the existing computer account names. Default value is false.

string
sysprep_customization_spec_id
Optional

Customization specification to use when Sysprep customization is requested. This is required if customization_type is set to SYS_PREP