Overview
Error Handling

Methods

API Documentation (API Version bleed)

Server/Plan/

DESCRIPTION

This section of the API provides server plan information. A plan represents hardware specifications of a Cloud server or Bare Metal server. Note, that a plan is represented under a different term depending on the platform of the server you are deploying resides in. In the Cloud platform, a plan is called a config. In the Bare Metal platfrom, a plan is called a model.

details

URL:

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

Description:

Parameters:

ParameterTypeNotes
idA valid id number (a positive integer).* 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).
coresA non-negative integer value (i.e. 0 and up).
cpu_coresA non-negative integer value (i.e. 0 and up).
cpu_countA non-negative integer value (i.e. 0 and up).
cpu_hyperthreadingA boolean value (0 or 1).
cpu_modelA string of text, containing no newlines or other control characters.
cpu_speedA non-negative integer value (i.e. 0 and up).
descriptionA string of text, containing no newlines or other control characters.
diskA non-negative integer value (i.e. 0 and up).
disk_typeA single word, consisting of only letters and digits.
gpu_countAn integer value.* Optional
gpu_nameA string of text, containing no newlines or other control characters.* Optional
idA valid id number (a positive integer).
link_speedAn integer value.* Optional
memoryA non-negative integer value (i.e. 0 and up).
raid_levelAn integer value.* Optional
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: 'ConfigId', 'MachineModel'
vcpuA non-negative integer value (i.e. 0 and up).
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/Plan/list

Description:

Parameters:

ParameterTypeNotes
availableA boolean value (0 or 1).* Optional
  • Defaults to: 1
order_byAn associative array containing the fields:
 
fieldThe value: 'id'* 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).
coresA non-negative integer value (i.e. 0 and up).
cpu_coresA non-negative integer value (i.e. 0 and up).
cpu_countA non-negative integer value (i.e. 0 and up).
cpu_hyperthreadingA boolean value (0 or 1).
cpu_modelA string of text, containing no newlines or other control characters.
cpu_speedA non-negative integer value (i.e. 0 and up).
descriptionA string of text, containing no newlines or other control characters.
diskA non-negative integer value (i.e. 0 and up).
disk_typeA single word, consisting of only letters and digits.
gpu_countAn integer value.* Optional
gpu_nameA string of text, containing no newlines or other control characters.* Optional
idA valid id number (a positive integer).
link_speedAn integer value.* Optional
memoryA non-negative integer value (i.e. 0 and up).
raid_levelAn integer value.* Optional
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: 'ConfigId', 'MachineModel'
vcpuA non-negative integer value (i.e. 0 and up).
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