avail.linodeplans()

Returns a structure of Linode PlanIDs containing the Plan label and the availability in each Datacenter.

Parameters

  • PlanID - numeric (optional) Limits the list to the specified PlanID

Example Response

{
   "ERRORARRAY":[],
   "ACTION":"avail.linodeplans",
   "DATA": [{
     "CORES": 2,
     "PRICE": 20.00,
     "RAM": 2048,
     "XFER": 3000,
     "PLANID": 2,
     "LABEL": "Linode 2048",
     "AVAIL": {
         "3": 500,
         "2": 500,
         "7": 500,
         "6": 500,
         "4": 500,
         "8": 500
     },
     "DISK": 48,
     "HOURLY": 0.03
   }, {
     "CORES": 4,
     "PRICE": 40.00,
     "RAM": 4096,
     "XFER": 4000,
     "PLANID": 4,
     "LABEL": "Linode 4096",
     "AVAIL": {
         "3": 500,
         "2": 500,
         "7": 500,
         "6": 500,
         "4": 500,
         "8": 500
     },
     "DISK": 96,
     "HOURLY": 0.06
   }]
}

Errors

None.