InstancePackage
The package object embedded in an instance. On the list endpoint only name is populated; the single-instance endpoint fills the rest.
idinteger
Example:
4namestringrequired
Example:
VPS-2coresinteger
Example:
2raminteger
Example:
2048diskinteger
Example:
40bandwidthinteger
Example:
2000pricenumber<float>
Example:
0.012price_monthlynumber<float>
Example:
8InstancePackage
{
"id": 4,
"name": "VPS-2",
"cores": 2,
"ram": 2048,
"disk": 40,
"bandwidth": 2000,
"price": 0.012,
"price_monthly": 8
}