Add a machine to the specified environment, from a given template.
Request URL
GET https://use.cloudshare.com/API/v2/Env/AddVmFromTemplate?envId=<env>&templateVmId=<id>&vmName=<name>&vmDescription=<desc>&UserApiId=<id>&token=<token>×tamp=<time>&HMAC=<signature>
Parameters
| envId | Id of the environment. |
| templateVmId | The id of the VM template to be used to create the VM. Example: PVSV2TWQQ2BA |
| vmName | The name of the new machine. |
| vmDescription | A description of the new machine. |
Response example
{
"data": {
"envId": "0WKZ540AXL5B"
},
"remaining_api_calls": 968,
"status_additional_data": null,
"status_code": "0x20000",
"status_text": "Success"
}