compute

GET /v1/compute/vps/options

The paid options a VPS of a given size can carry.

Toate punctele finale compute

Autentificare

Trimiteți o cheie API ca token de tip bearer. Cheia trebuie să aibă permisiunea sites.view; o cheie care nu o are va fi respinsă cu 403, nu 404.

Acest endpoint nu necesită un ID de organizație. Cheia ta identifică deja organizația căreia îi aparține, iar răspunsul este limitat la aceasta.

Încearcă

Înlocuiți tot ce se află între paranteze unghiulare cu propriile valori și substituentul cheie cu o cheie din tabloul de bord.

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

Autentificat? Consola API din panoul de control îți completează ID-ul real al organizației și propria cheie și rulează cererea în API-ul live, astfel încât să poți vedea răspunsul efectiv. Deschideți acest punct final în consola API

Detalii

cPanel licences, backup tiers and additional disks, **already filtered to what this machine size can actually take** — with our price on each, in integer minor units. ⛔⛔ **Filtered, not merely listed, and the filtering is the point.** this platform refuses cPanel below 2 GB of memory and price backups per machine size, so an unfiltered menu is a set of choices the vendor rejects *after* the customer has configured and paid. Their own order form disables exactly these; this endpoint is how ours does the same. ⛔ `resizable` is `false` on this range and its `resize_reason` says why: this platform publishes no operation that changes a VPS's processor or memory after purchase. Disk, cPanel and backups are all separately purchasable; the machine itself is not. Requires `sites.view`.

Parametri

NumeTipObligatoriuCe este
size (query)stringDaThe vendor's machine token (`vps-a` … `vps-i`).

Răspuns

NumeTipObligatoriuCe este
dataComputeVpsOptionsDaThe paid options a VPS of one size can carry, grouped by kind.

Erori pe care le poate returna acest punct final

401 · 403 · 422 · 429