Server List Snapshots

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The server list snapshots command ==Path== */server/listsnapshots ==Method== *GET ==Availability== *[[servers#Dedicated Server|Dedicated Server]...")
 
 
Line 1: Line 1:
The [[Server|server]] list snapshots command  
+
The [[Server|server]] list snapshots command returns a list of all the available operating systems that can be used for reinstalling a [[servers#Dedicated Server|Dedicated Server]] or [[glossary#Virtual Machine|virtual machine]] or for creating a new [[glossary#Virtual Machine|virtual machine]].
 
==Path==
 
==Path==
 
*/server/listsnapshots
 
*/server/listsnapshots
Line 8: Line 8:
 
==Availability==
 
==Availability==
 
*[[servers#Dedicated Server|Dedicated Server]]
 
*[[servers#Dedicated Server|Dedicated Server]]
*[[servers#Dynamic Server|Dynamic Server]]
 
 
*[[servers#Private Cloud|Private Cloud]]
 
*[[servers#Private Cloud|Private Cloud]]
 
*[[servers#Public Cloud|Public Cloud]]
 
*[[servers#Public Cloud|Public Cloud]]

Latest revision as of 13:34, 6 April 2012

The server list snapshots command returns a list of all the available operating systems that can be used for reinstalling a Dedicated Server or virtual machine or for creating a new virtual machine.

Contents

Path

  • /server/listsnapshots

Method

Availability

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Array(
    [0] => stdClass Object(
      [id] => The ID of the operting system, used for reinstalling or creating a new virtual machine.
      [name] => The name of the operating system.
      [arch] => The architecutre of the operating system, (i386,amd64).
      [os] => The type of operating system.
      [cpanel] => Does the operating system include cPanel, (TRUE/FALSE).
      [custom] => Is the operating system a custom snapshot, (TRUE/FALSE).
      [price] => The cost of the operating system in USD.
    )
  )
)
Personal tools