compute

GET /v1/compute/vps/quote

What one configured VPS costs, itemised.

Усі кінцеві точки compute

Уся документація для розробників

Автентифікація

Надішліть ключ API як маркер носія (bearer token). Ключ повинен мати дозвіл sites.view; ключ без нього відхиляється з кодом 403, а не 404.

Цей кінцевий пункт не потребує ідентифікатора організації. Ваш ключ уже ідентифікує організацію, якій він належить, і відповідь обмежується її межами.

Спробувати

Замініть усе в кутових дужках власними значеннями, а заповнювач ключа — ключем із вашої панелі керування.

curl -X GET https://api.zinndigital.com/v1/compute/vps/quote?size=<size> \
  -H "Authorization: Bearer zdk_live_…"

Увійшли в систему? Консоль API у вашій панелі керування автоматично підставляє ваш реальний ідентифікатор організації та ваш власний ключ, а також виконує запит до робочого API, щоб ви могли побачити справжню відповідь. Відкрийте цю кінцеву точку в консолі API

Деталі

A pure read - it opens no transport, writes nothing and charges nothing. The order screen calls it on every change so the customer sees the real total before committing, rather than a machine price that grows at checkout once the options are applied. ⛔ The machine's own figure comes from its plan, never from the add-on catalogue. Two sources for one price is how a configurator and a checkout come to disagree. Requires sites.view.

Параметри

НазваТипОбов'язковеЩо це таке
size (query)stringТакThe vendor's machine token (vps-avps-i).
interval (query)string<monthly, yearly>Ні
image (query)stringНіThe operating-system token. Only Windows carries a price.
cpanel (query)stringНіA cPanel licence (cpaneladmin, cpanelpro, cpanelplus, cpanelpremier).
backup (query)booleanНі
disk_gb (query)integerНіAn additional disk in GB. 50-250 in tens, 250-1000 in fifties, 1000-2000 in hundreds.

Відповідь

НазваТипОбов'язковеЩо це таке
dataComputeVpsQuoteТакOne configured VPS, itemised. Every figure is integer minor units of currency; total_minor is the sum and is the number to show the customer.

Помилки, які може повертати ця кінцева точка

401 · 403 · 422 · 429