Overview
Error Handling

Methods

API Documentation (API Version bleed)

Server/Template/

DESCRIPTION

This section of the API provides server template information. A template represents the operating system, management, and optionally the inclusion of a control panel as part of the server deployment.

details

URL:

https://api.liquidweb.com/bleed/Server/Template/details

Description:

Parameters:

ParameterTypeNotes
nameA string of text, containing no newlines or other control characters.* Required
region_idA valid id number (a positive integer).* Required
server_typeOne of: 'Bare.Metal', 'Bare.Metal.GPU', 'Bare.Metal.GPU.WIN', 'Bare.Metal.WIN', 'Cloud.Metal', 'Cloud.Metal.WIN', 'Cloud.VPS', 'Cloud.VPS.WIN', 'SS.VM', 'SS.VM.R', 'SS.VM.WIN', 'SS.VPS', 'SS.VPS.WIN', 'SS.VPS.WT'* Required
zone_idA valid id number (a positive integer).

Returns:

FieldTypeNotes
availableA boolean value (0 or 1).
control_panelA string of text, containing no newlines or other control characters.* Optional
managementA single word, consisting of only letters, digits, hyphens, and underscores.
nameA string of text, containing no newlines or other control characters.
os_bitA non-negative integer value (i.e. 0 and up).
os_nameA string of text, containing no newlines or other control characters.
os_typeA single word, consisting of only letters and digits.
os_versionA string of text, containing no newlines or other control characters.
region_idA valid id number (a positive integer).
server_typeOne of: 'Bare.Metal', 'Bare.Metal.GPU', 'Bare.Metal.GPU.WIN', 'Bare.Metal.WIN', 'Cloud.Metal', 'Cloud.Metal.WIN', 'Cloud.VPS', 'Cloud.VPS.WIN', 'SS.VM', 'SS.VM.R', 'SS.VM.WIN', 'SS.VPS', 'SS.VPS.WIN', 'SS.VPS.WT'
typeOne of: 'MachineTemplate', 'Template'
zone_idA valid id number (a positive integer).* Optional

Possible Errors:

Refer to the Error Handling documentation for the list of exception types

list

URL:

https://api.liquidweb.com/bleed/Server/Template/list

Description:

Parameters:

ParameterTypeNotes
availableA boolean value (0 or 1).* Optional
  • Defaults to: 1
nameA string of text, containing no newlines or other control characters.
order_byAn associative array containing the fields:
 
fieldThe value: 'name'* Required
sortOne of: 'asc', 'desc'* Optional
  • Defaults to: desc
page_numA positive integer value (i.e. 1 and up).* Optional
  • Defaults to: 1
page_sizeA positive integer value (i.e. 1 and up).* Optional
  • Defaults to: 25
region_idA valid id number (a positive integer).
server_typeOne of: 'Bare.Metal', 'Bare.Metal.GPU', 'Bare.Metal.GPU.WIN', 'Bare.Metal.WIN', 'Cloud.Metal', 'Cloud.Metal.WIN', 'Cloud.VPS', 'Cloud.VPS.WIN', 'SS.VM', 'SS.VM.R', 'SS.VM.WIN', 'SS.VPS', 'SS.VPS.WIN', 'SS.VPS.WT'
zone_idA valid id number (a positive integer).

Returns:

FieldType
item_countA non-negative integer value (i.e. 0 and up).
item_totalA non-negative integer value (i.e. 0 and up).
itemsAn array of associative arrays containing
 
availableA boolean value (0 or 1).
control_panelA string of text, containing no newlines or other control characters.* Optional
managementA single word, consisting of only letters, digits, hyphens, and underscores.
nameA string of text, containing no newlines or other control characters.
os_bitA non-negative integer value (i.e. 0 and up).
os_nameA string of text, containing no newlines or other control characters.
os_typeA single word, consisting of only letters and digits.
os_versionA string of text, containing no newlines or other control characters.
region_idA valid id number (a positive integer).
server_typeOne of: 'Bare.Metal', 'Bare.Metal.GPU', 'Bare.Metal.GPU.WIN', 'Bare.Metal.WIN', 'Cloud.Metal', 'Cloud.Metal.WIN', 'Cloud.VPS', 'Cloud.VPS.WIN', 'SS.VM', 'SS.VM.R', 'SS.VM.WIN', 'SS.VPS', 'SS.VPS.WIN', 'SS.VPS.WT'
typeOne of: 'MachineTemplate', 'Template'
zone_idA valid id number (a positive integer).* Optional
page_numA positive integer value (i.e. 1 and up).
page_sizeA positive integer value (i.e. 1 and up).
page_totalA positive integer value (i.e. 1 and up).

Possible Errors:

Refer to the Error Handling documentation for the list of exception types