Skip to main content

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: 4
namestringrequired
Example: VPS-2
coresinteger
Example: 2
raminteger
Example: 2048
diskinteger
Example: 40
bandwidthinteger
Example: 2000
pricenumber<float>
Example: 0.012
price_monthlynumber<float>
Example: 8
InstancePackage
{
"id": 4,
"name": "VPS-2",
"cores": 2,
"ram": 2048,
"disk": 40,
"bandwidth": 2000,
"price": 0.012,
"price_monthly": 8
}