Node Templates

Get node template by ID or name

Get detailed information about a specific node template.

get/v2/node_templates/{id}

Path parameters

idstring required

Node template ID or name

Response

Node template information

object'node_template'
idstring required

Generated ID with format 'ntmpl_[0-9a-zA-Z]+' used for referencing a NodeTemplateId resource.

namestring required

A validated resource name. Must start with alphanumeric, followed by alphanumeric, '.', '_', or '-'. Max 255 characters.

imagestring required

Generated ID with format 'image_[0-9a-zA-Z]+' used for referencing a ImageId resource.

cloud_init_user_datastring byte

Cloud-init user data for VMs using this template. Data should be base64 encoded.

created_atinteger required

Unix timestamp in seconds since epoch

Example response

{
  "object": "node_template"
}

Changes