{
"status": 200,
"status_description": "Request successful",
"data": {
"products": [
{
"product_id": 107,
"name": "VPS XS",
"managed": false,
"cores": 1,
"ram": 2,
"disk": 40,
"ipv4": 1,
"snapshots": 1,
"traffic": 2,
"price": 5,
"offer_price": null
}
],
"customizations": [
{
"key": "disk",
"product_id": 75,
"unit": "GB",
"step": 10,
"max_total": 2000,
"price": 0.1
}
],
"extra_software": [
{
"id": 100,
"name": "JetBackup",
"subcategory": "backup",
"price": 2,
"unmanaged_price": null,
"compatible_images": ["almalinux"],
"compatible_product_ids": null,
"storage_product_id": 101,
"storage_quantities": [1, 2, 5],
"storage_price": 1
}
],
"uplink_speed": [
{
"id": 0,
"name": "1 Gbit",
"price": 0
}
],
"ddos_protection": [
{
"id": 0,
"name": "None",
"price": 0
}
]
}
}