batch_linked_clone_vms
Provision multiple VMs by batch creating linked clones from a source VM snapshot, sharing the base disk via copy-on-write for rapid deployment.
Instructions
[WRITE] Batch create linked clones from a VM snapshot (fastest batch provisioning).
Each clone shares the source disk via copy-on-write.
Args: source_vm_name: Source VM to clone from. snapshot_name: Snapshot to use as clone base. vm_names: List of names for the new linked clones. cpu: Override CPU count (optional). memory_mb: Override memory (optional). power_on: Power on each clone. baseline_snapshot: Create a new snapshot on each clone (optional). target: Optional vCenter/ESXi target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_vm_name | Yes | ||
| snapshot_name | Yes | ||
| vm_names | Yes | ||
| cpu | No | ||
| memory_mb | No | ||
| power_on | No | ||
| baseline_snapshot | No | ||
| target | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |