Plan
A catalogue plan (package).
idintegerrequired
Example:
4namestringrequired
Example:
VPS-2locationintegerrequired
The location id this plan belongs to.
Example:
1coresintegerrequired
Example:
2ramintegerrequired
Memory in MB.
Example:
2048diskintegerrequired
Disk in GB.
Example:
40bandwidthintegerrequired
Included bandwidth in GB.
Example:
2000pricenumber<float>required
Hourly price.
Example:
0.012price_monthlynumber<float>required
Monthly price.
Example:
8Plan
{
"id": 4,
"name": "VPS-2",
"location": 1,
"cores": 2,
"ram": 2048,
"disk": 40,
"bandwidth": 2000,
"price": 0.012,
"price_monthly": 8
}