Цены ресурсов¶
Запрос¶
Для получения списка цен на ресурсы отправьте запрос на /v1/prices
методом GET
.
curl \ -X GET \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ 'https://api.cloudvps.reg.ru/v1/prices'
Ответ¶
Будет возвращён JSON с ключом prices
.
По нему доступен массив со всеми ценами. Каждый объект содержит следующие параметры:
Параметр |
Значение |
plan |
имя тарифа |
price |
цена в час, руб. |
price_month |
цена в месяц, руб. |
type |
тип ресурса |
unit |
единица списания ( час ) |
Примечание
Для каждого тарифа указана сумма за час и за календарный месяц. Если облачный сервер работает постоянно, то в любом календарном месяце вы платите только за первые 672 часа, это 28 дней. Оставшиеся 2 или 3 дня в календарном месяце сервер работает бесплатно.
{ "prices": [ { "plan": "cloud-1-1018", "price": "0.32", "price_month": 215, "type": "reglet", "unit": "hour" }, { "plan": "cloud-2-1018", "price": "0.71", "price_month": 480, "type": "reglet", "unit": "hour" }, { "plan": "cloud-3-1018", "price": "1.34", "price_month": 899, "type": "reglet", "unit": "hour" }, { "plan": "snapshot", "price": "0.0", "price_month": 3, "type": "snapshot", "unit": "hour" }, { "plan": "cloud-4-1018", "price": "2.66", "price_month": 1790, "type": "reglet", "unit": "hour" }, { "plan": "cloud-5-1018", "price": "3.71", "price_month": 2490, "type": "reglet", "unit": "hour" }, { "plan": "cloud-6-1018", "price": "4.75", "price_month": 3190, "type": "reglet", "unit": "hour" }, { "plan": "cloud-7-0520", "price": "5.34", "price_month": 3590, "type": "reglet", "unit": "hour" }, { "plan": "cloud-8-0520", "price": "8.68", "price_month": 5830, "type": "reglet", "unit": "hour" }, { "plan": "isp_lite5", "price": "0.39", "price_month": 259, "type": "license", "unit": "hour" }, { "plan": "cloud-1-0520", "price": "0.32", "price_month": 215, "type": "reglet", "unit": "hour" }, { "plan": "cloud-2-0520", "price": "0.71", "price_month": 480, "type": "reglet", "unit": "hour" }, { "plan": "cloud-3-0520", "price": "1.31", "price_month": 880, "type": "reglet", "unit": "hour" }, { "plan": "cloud-4-0520", "price": "2.37", "price_month": 1590, "type": "reglet", "unit": "hour" }, { "plan": "cloud-5-0520", "price": "3.41", "price_month": 2290, "type": "reglet", "unit": "hour" }, { "plan": "cloud-6-0520", "price": "4.3", "price_month": 2890, "type": "reglet", "unit": "hour" }, { "plan": "ipv4", "price": "0.15", "price_month": 99, "type": "ip", "unit": "hour" }, { "plan": "ipv6", "price": "0.0", "price_month": 1, "type": "ip", "unit": "hour" }, { "plan": "cloud-1-0520", "price": "0.06", "price_month": 43, "type": "backup", "unit": "hour" }, { "plan": "cloud-2-0520", "price": "0.14", "price_month": 96, "type": "backup", "unit": "hour" }, { "plan": "cloud-3-0520", "price": "0.26", "price_month": 176, "type": "backup", "unit": "hour" }, { "plan": "cloud-4-0520", "price": "0.47", "price_month": 318, "type": "backup", "unit": "hour" }, { "plan": "cloud-5-0520", "price": "0.68", "price_month": 458, "type": "backup", "unit": "hour" }, { "plan": "cloud-6-0520", "price": "0.86", "price_month": 578, "type": "backup", "unit": "hour" }, { "plan": "cloud-7-0520", "price": "1.07", "price_month": 718, "type": "backup", "unit": "hour" }, { "plan": "cloud-8-0520", "price": "1.74", "price_month": 1166, "type": "backup", "unit": "hour" }, { "plan": "cloud-1-1018", "price": "0.06", "price_month": 43, "type": "backup", "unit": "hour" }, { "plan": "cloud-2-1018", "price": "0.14", "price_month": 96, "type": "backup", "unit": "hour" }, { "plan": "cloud-3-1018", "price": "0.27", "price_month": 180, "type": "backup", "unit": "hour" }, { "plan": "cloud-4-1018", "price": "0.54", "price_month": 358, "type": "backup", "unit": "hour" }, { "plan": "cloud-5-1018", "price": "0.74", "price_month": 498, "type": "backup", "unit": "hour" }, { "plan": "cloud-6-1018", "price": "0.95", "price_month": 638, "type": "backup", "unit": "hour" }, { "plan": "highcpu-1-0520", "price": "5.03", "price_month": 3380, "type": "reglet", "unit": "hour" }, { "plan": "highcpu-2-0520", "price": "8.57", "price_month": 5760, "type": "reglet", "unit": "hour" }, { "plan": "highcpu-3-0520", "price": "10.7", "price_month": 7190, "type": "reglet", "unit": "hour" }, { "plan": "highcpu-4-0520", "price": "16.95", "price_month": 11390, "type": "reglet", "unit": "hour" }, { "plan": "highram-1-0520", "price": "6.25", "price_month": 4199, "type": "reglet", "unit": "hour" }, { "plan": "highram-2-0520", "price": "10.71", "price_month": 7199, "type": "reglet", "unit": "hour" }, { "plan": "highram-3-0520", "price": "14.87", "price_month": 9990, "type": "reglet", "unit": "hour" }, { "plan": "highram-4-0520", "price": "21.58", "price_month": 14499, "type": "reglet", "unit": "hour" }, { "plan": "highcpu-1-0520", "price": "1.01", "price_month": 676, "type": "backup", "unit": "hour" }, { "plan": "highcpu-2-0520", "price": "1.71", "price_month": 1152, "type": "backup", "unit": "hour" }, { "plan": "highcpu-3-0520", "price": "2.14", "price_month": 1438, "type": "backup", "unit": "hour" }, { "plan": "highcpu-4-0520", "price": "3.39", "price_month": 2278, "type": "backup", "unit": "hour" }, { "plan": "highram-1-0520", "price": "1.25", "price_month": 840, "type": "backup", "unit": "hour" }, { "plan": "highram-2-0520", "price": "2.14", "price_month": 1440, "type": "backup", "unit": "hour" }, { "plan": "highram-3-0520", "price": "2.14", "price_month": 1438, "type": "backup", "unit": "hour" }, { "plan": "highram-4-0520", "price": "4.32", "price_month": 2900, "type": "backup", "unit": "hour" }, { "plan": "stopped", "price": "0.01", "price_month": 6, "type": "reglet", "unit": "hour" }, { "plan": "dedicated-1", "price": "5.03", "price_month": 3380, "type": "reglet", "unit": "hour" }, { "plan": "dedicated-2", "price": "9.94", "price_month": 6680, "type": "reglet", "unit": "hour" }, { "plan": "dedicated-3", "price": "14.87", "price_month": 9990, "type": "reglet", "unit": "hour" }, { "plan": "dedicated-4", "price": "19.85", "price_month": 13340, "type": "reglet", "unit": "hour" }, { "plan": "dedicated-5", "price": "29.73", "price_month": 19980, "type": "reglet", "unit": "hour" }, { "plan": "dedicated-1", "price": "1.01", "price_month": 676, "type": "backup", "unit": "hour" }, { "plan": "dedicated-2", "price": "1.99", "price_month": 1336, "type": "backup", "unit": "hour" }, { "plan": "dedicated-3", "price": "2.97", "price_month": 1998, "type": "backup", "unit": "hour" }, { "plan": "dedicated-4", "price": "3.97", "price_month": 2668, "type": "backup", "unit": "hour" }, { "plan": "dedicated-5", "price": "5.95", "price_month": 3996, "type": "backup", "unit": "hour" }, { "plan": "cloud-0-1020", "price": "0.37", "price_month": 248, "type": "reglet", "unit": "hour" }, { "plan": "cloud-1", "price": "0.44", "price_month": 298, "type": "reglet", "unit": "hour" }, { "plan": "cloud-2a", "price": "0.71", "price_month": 480, "type": "reglet", "unit": "hour" }, { "plan": "cloud-3a", "price": "1.31", "price_month": 880, "type": "reglet", "unit": "hour" }, { "plan": "cloud-3b", "price": "1.31", "price_month": 880, "type": "reglet", "unit": "hour" }, { "plan": "cloud-3c", "price": "1.31", "price_month": 880, "type": "reglet", "unit": "hour" }, { "plan": "cloud-4", "price": "2.37", "price_month": 1590, "type": "reglet", "unit": "hour" }, { "plan": "cloud-5", "price": "3.41", "price_month": 2290, "type": "reglet", "unit": "hour" }, { "plan": "cloud-6", "price": "4.3", "price_month": 2890, "type": "reglet", "unit": "hour" }, { "plan": "cloud-7", "price": "5.34", "price_month": 3590, "type": "reglet", "unit": "hour" }, { "plan": "cloud-8", "price": "8.68", "price_month": 5830, "type": "reglet", "unit": "hour" }, { "plan": "cloud-9", "price": "14.79", "price_month": 9940, "type": "reglet", "unit": "hour" }, { "plan": "cloud-0-1020", "price": "0.07", "price_month": 50, "type": "backup", "unit": "hour" }, { "plan": "cloud-1", "price": "0.09", "price_month": 60, "type": "backup", "unit": "hour" }, { "plan": "cloud-2a", "price": "0.14", "price_month": 96, "type": "backup", "unit": "hour" }, { "plan": "cloud-3a", "price": "0.26", "price_month": 176, "type": "backup", "unit": "hour" }, { "plan": "cloud-3b", "price": "0.26", "price_month": 176, "type": "backup", "unit": "hour" }, { "plan": "cloud-3c", "price": "0.26", "price_month": 176, "type": "backup", "unit": "hour" }, { "plan": "cloud-4", "price": "0.47", "price_month": 318, "type": "backup", "unit": "hour" }, { "plan": "cloud-5", "price": "0.68", "price_month": 458, "type": "backup", "unit": "hour" }, { "plan": "cloud-6", "price": "0.86", "price_month": 578, "type": "backup", "unit": "hour" }, { "plan": "cloud-7", "price": "1.07", "price_month": 718, "type": "backup", "unit": "hour" }, { "plan": "cloud-8", "price": "1.74", "price_month": 1166, "type": "backup", "unit": "hour" }, { "plan": "cloud-9", "price": "2.96", "price_month": 1988, "type": "backup", "unit": "hour" }, { "plan": "cloud-2b", "price": "0.98", "price_month": 660, "type": "reglet", "unit": "hour" }, { "plan": "cloud-2b", "price": "0.2", "price_month": 132, "type": "backup", "unit": "hour" }, { "plan": "turbo-1", "price": "1.47", "price_month": 990, "type": "reglet", "unit": "hour" }, { "plan": "turbo-2", "price": "2.78", "price_month": 1870, "type": "reglet", "unit": "hour" }, { "plan": "turbo-3", "price": "3.71", "price_month": 2490, "type": "reglet", "unit": "hour" }, { "plan": "turbo-4", "price": "4.97", "price_month": 3340, "type": "reglet", "unit": "hour" }, { "plan": "turbo-5", "price": "6.16", "price_month": 4140, "type": "reglet", "unit": "hour" }, { "plan": "turbo-6", "price": "7.43", "price_month": 4990, "type": "reglet", "unit": "hour" }, { "plan": "turbo-7", "price": "8.6", "price_month": 5780, "type": "reglet", "unit": "hour" }, { "plan": "turbo-8", "price": "9.9", "price_month": 6650, "type": "reglet", "unit": "hour" }, { "plan": "turbo-9", "price": "14.84", "price_month": 9970, "type": "reglet", "unit": "hour" }, { "plan": "turbo-1", "price": "0.29", "price_month": 198, "type": "backup", "unit": "hour" }, { "plan": "turbo-2", "price": "0.56", "price_month": 374, "type": "backup", "unit": "hour" }, { "plan": "turbo-3", "price": "0.74", "price_month": 498, "type": "backup", "unit": "hour" }, { "plan": "turbo-4", "price": "0.99", "price_month": 668, "type": "backup", "unit": "hour" }, { "plan": "turbo-5", "price": "1.23", "price_month": 828, "type": "backup", "unit": "hour" }, { "plan": "turbo-6", "price": "1.49", "price_month": 998, "type": "backup", "unit": "hour" }, { "plan": "turbo-7", "price": "1.72", "price_month": 1156, "type": "backup", "unit": "hour" }, { "plan": "turbo-8", "price": "1.98", "price_month": 1330, "type": "backup", "unit": "hour" }, { "plan": "turbo-9", "price": "2.97", "price_month": 1994, "type": "backup", "unit": "hour" }, { "plan": "start-0", "price": "0.32", "price_month": 215, "type": "reglet", "unit": "hour" }, { "plan": "start-1", "price": "0.37", "price_month": 248, "type": "reglet", "unit": "hour" }, { "plan": "start-2", "price": "0.88", "price_month": 590, "type": "reglet", "unit": "hour" }, { "plan": "start-3", "price": "1.47", "price_month": 990, "type": "reglet", "unit": "hour" }, { "plan": "start-0", "price": "0.06", "price_month": 43, "type": "backup", "unit": "hour" }, { "plan": "start-1", "price": "0.07", "price_month": 50, "type": "backup", "unit": "hour" }, { "plan": "start-2", "price": "0.18", "price_month": 118, "type": "backup", "unit": "hour" }, { "plan": "start-3", "price": "0.29", "price_month": 198, "type": "backup", "unit": "hour" } ] }