Server Hardware

From INAP Dropzone API
Revision as of 12:50, 6 April 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The server hardware command returns a list of hardware specifications about a server.

Contents

Path

  • /server/hardware/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [ramslots] => The number of RAM slots on the motherboard.
    [ram] => The number of installed RAM sticks.
    [diskslots] => The number of hard drive slots on the motherboard.
    [disks] => An array of all the hard drives installed in the server.
    [cpuslots] => The number of CPU slots on the motherboard.
    [cpucount] => The number of installed CPUs.
    [cputype] => The model of CPU installed.
    [cpuspeed] => The clock speed of the CPU in GHz.
  )
)
Personal tools