Apache CloudStack 4.15.0.0 Root Admin API Reference
					
                                        
                                        
                                    
                                createTemplate
Creates a template of a virtual machine. The virtual machine must be in a STOPPED state. A template created from this command is automatically designated as a private template visible to the account that created it.
Request parameters
| Parameter Name | Description | Required | 
| displaytext | the display text of the template. This is usually used for display purposes. | true | 
| name | the name of the template | true | 
| ostypeid | the ID of the OS Type that best represents the OS of this template. | true | 
| bits | 32 or 64 bit | false | 
| details | Template details in key/value pairs using format details[i].keyname=keyvalue. Example: details[0].hypervisortoolsversion=xenserver61 | false | 
| isdynamicallyscalable | true if template contains XS/VMWare tools inorder to support dynamic scaling of VM cpu/memory | false | 
| isfeatured | true if this template is a featured template, false otherwise | false | 
| ispublic | true if this template is a public template, false otherwise | false | 
| passwordenabled | true if the template supports the password reset feature; default is false | false | 
| projectid | create template for the project | false | 
| requireshvm | true if the template requres HVM, false otherwise | false | 
| snapshotid | the ID of the snapshot the template is being created from. Either this parameter, or volumeId has to be passed in | false | 
| sshkeyenabled | true if the template supports the sshkey upload feature; default is false | false | 
| templatetag | the tag for this template. | false | 
| url | Optional, only for baremetal hypervisor. The directory name where template stored on CIFS server | false | 
| virtualmachineid | Optional, VM ID. If this presents, it is going to create a baremetal template for VM this ID refers to. This is only for VM whose hypervisor type is BareMetal | false | 
| volumeid | the ID of the disk volume the template is being created from. Either this parameter, or snapshotId has to be passed in | false | 
Response Tags
| Response Name | Description | 
| id | the template ID | 
| account | the account name to which the template belongs | 
| accountid | the account id to which the template belongs | 
| bits | the processor bit size | 
| bootable | true if the ISO is bootable, false otherwise | 
| checksum | checksum of the template | 
| childtemplates | if root disk template, then ids of the datas disk templates this template owns | 
| created | the date this template was created | 
| crossZones | true if the template is managed across all Zones, false otherwise | 
| deployasis | VMware only: true if template is deployed without orchestrating disks and networks but "as-is" defined in the template. | 
| deployasisdetails | VMware only: additional key/value details tied with deploy-as-is template | 
| details | additional key/value details tied with template | 
| directdownload | KVM Only: true if template is directly downloaded to Primary Storage bypassing Secondary Storage | 
| displaytext | the template display text | 
| domain | the name of the domain to which the template belongs | 
| domainid | the ID of the domain to which the template belongs | 
| downloaddetails | Lists the download progress of a template across all secondary storages | 
| format | the format of the template. | 
| hostid | the ID of the secondary storage host for the template | 
| hostname | the name of the secondary storage host for the template | 
| hypervisor | the hypervisor on which the template runs | 
| isdynamicallyscalable | true if template contains XS/VMWare tools inorder to support dynamic scaling of VM cpu/memory | 
| isextractable | true if the template is extractable, false otherwise | 
| isfeatured | true if this template is a featured template, false otherwise | 
| ispublic | true if this template is a public template, false otherwise | 
| isready | true if the template is ready to be deployed from, false otherwise. | 
| name | the template name | 
| ostypeid | the ID of the OS type for this template. | 
| ostypename | the name of the OS type for this template. | 
| parenttemplateid | if Datadisk template, then id of the root disk template this template belongs to | 
| passwordenabled | true if the reset password feature is enabled, false otherwise | 
| physicalsize | the physical size of the template | 
| project | the project name of the template | 
| projectid | the project id of the template | 
| removed | the date this template was removed | 
| requireshvm | true if template requires HVM enabled, false otherwise | 
| size | the size of the template | 
| sourcetemplateid | the template ID of the parent template if present | 
| sshkeyenabled | true if template is sshkey enabled, false otherwise | 
| status | the status of the template | 
| templatetag | the tag of this template | 
| templatetype | the type of the template | 
| url | the URL which the template/iso is registered from | 
| zoneid | the ID of the zone for this template | 
| zonename | the name of the zone for this template | 
| jobid | the ID of the latest async job acting on this object | 
| jobstatus | the current status of the latest async job acting on this object |