{
"id": string,
"operation": string
}
id * | Specifies the ID of the instance. |
operation * |
Specifies the template operation that will be initiated, which includes:
This operation will stop the virtual machine and designate it as a template machine, which can be used to create linked (instant) clones. This operation will convert the template machine back to a virtual machine. IMPORTANT: All linked clones will be deleted. This operation will enable maintenance mode and start the template machine. IMPORTANT: All linked clones will be stopped and disabled. This operation will disable maintenance mode and stop the template machine. All linked clones will be reinitialized with the updated template and enabled. |
{
"result": "OK",
"payload": "The process was successfully completed"
]
}
{
"result": "ERR",
"message": "Error message ..."
}