Solution VMs List OS

From INAP Dropzone API
Jump to: navigation, search

The solution VMs list OS command

Contents

Path

  • /solution/vms/listos

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Array(
    [0] => stdClass Object(
      [id] => The operating system ID.
      [name] => The name of the operating system
      [arch] => The operating system architecture (i386, amd64)
      [os] => The type of operating system.
      [cpanel] => If the operating system includes cPanel (TRUE, FALSE).
      [custom] => If the operating system is a snapshot (TRUE, FALSE).
      [price] => The price of the operating system.
    )
  )
)
Personal tools