Solution Servers List

From INAP Dropzone API
Revision as of 16:45, 30 May 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The solution servers list command

Contents

Path

  • /solution/servers/list

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Array(
    [0] => stdClass Object(
      [orderformid] => The order form ID for the server.
      [servercode] => The internal code of the server.
      [servername] => The name of the server.
      [servernameparts] => Server name parts.
      [cascade] => If the server is a Cascade server (TRUE/FALSE).
      [fullymanaged] => If the server includes management (TRUE/FALSE).
      [instock] => If the server is in stock (TRUE/FALSE).
      [datacenters] => If "instock" is TRUE, quantity available in data centers will be listed.
      [ram] => RAM included with the server.
      [ramparts] => RAM parts.
      [hd] => Hard drive included with the server.
      [hdparts] => Hard drive name parts.
      [bandwidth] => Bandwidth included with the server,
      [bandwidthparts] => Bandwidth parts.
      [price] => Price of the server.
      [retailprice] => Retail price of the server.
      [setupfee] => Setup fee for the server.
      [discount] => Discount applied to the price.
      [override] => Price overide.
      [tandemonly] => If the server is only available to Tandem resellers (TRUE/FALSE).
    )
  )
)
Personal tools