
Nutanix ConvertTemplateToVm
CertifiedEnterprise EditionDeploy AHV VMs from template
Nutanix ConvertTemplateToVm
Deploy AHV VMs from template
Deploy one or more Nutanix AHV VMs from a template via the VMM v4 API, using a TemplateDeployment payload and returning the async task extId.
type: io.kestra.plugin.ee.nutanix.ahv.ConvertTemplateToVmExamples
Deploy a VM from a template
id: nutanix_convert_template_to_vm
namespace: company.team
tasks:
- id: convert_template_to_vm
type: io.kestra.plugin.ee.nutanix.ahv.ConvertTemplateToVm
host: "{{ secret('NUTANIX_HOST') }}"
token: "{{ secret('NUTANIX_TOKEN') }}"
templateExtId: "{{ secret('NUTANIX_TEMPLATE_EXT_ID') }}"
deployment:
clusterReference: "{{ secret('NUTANIX_CLUSTER_EXT_ID') }}"
numberOfVms: 1
Properties
deployment *Requiredstring
Deployment configuration
Required deployment configuration compatible with the TemplateDeployment payload (cluster, count, overrides).
io.kestra.plugin.ee.nutanix.domain.TemplateDeploymentPayload
io.kestra.plugin.ee.nutanix.domain.VmConfigOverridePayload
host *Requiredstring
Prism Central host
Required Nutanix Prism Central host or IP address.
templateExtId *Requiredstring
Template extId
Required extId of the source template to deploy.
password string
Password
Prism Central password; required when no token is provided.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
port integerstring
9440Prism Central port
API port for Prism Central; defaults to 9440.
scheme string
httpsScheme
HTTP scheme (https default) for the Prism Central API.
token string
Bearer token
Bearer token for Prism Central; when set, username/password are optional.
username string
Username
Prism Central username; required when no token is provided.
verifySsl booleanstring
trueVerify SSL
Whether to verify SSL certificates; defaults to true. Disabling this (setting to false) causes the client to trust all certificates without validation, exposing connections to man-in-the-middle attacks. Only set to false for trusted, isolated test environments, never in production.
Outputs
taskExtId string
Task extId
ExtId of the asynchronous deployment task.
timestamp integer
Timestamp
The timestamp (in milliseconds since epoch) when the operation completed.