Skip to main content

Plan

A catalogue plan (package).

idintegerrequired
Example: 4
namestringrequired
Example: VPS-2
locationintegerrequired

The location id this plan belongs to.

Example: 1
coresintegerrequired
Example: 2
ramintegerrequired

Memory in MB.

Example: 2048
diskintegerrequired

Disk in GB.

Example: 40
bandwidthintegerrequired

Included bandwidth in GB.

Example: 2000
pricenumber<float>required

Hourly price.

Example: 0.012
price_monthlynumber<float>required

Monthly price.

Example: 8
Plan
{
"id": 4,
"name": "VPS-2",
"location": 1,
"cores": 2,
"ram": 2048,
"disk": 40,
"bandwidth": 2000,
"price": 0.012,
"price_monthly": 8
}