hmc_deploy_partition_template
Deploy a partition from a draft template to a target managed system. Submit a deploy job and optionally wait for completion.
Instructions
Deploy a partition from a draft partition template.
draft_template_uuid is the transformed/replica template UUID (produced by capture/transform), target_system_uuid is the managed system to create the partition on. Submits a Deploy job; poll hmc_get_job for status.
Set wait=True to block until the job reaches a terminal state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| poll_interval | No | ||
| timeout_seconds | No | ||
| target_system_uuid | Yes | ||
| draft_template_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |