compute

GET /v1/compute/eligibility

Whether this organisation may buy a machine on our own cloud.

Todos los endpoints de compute

Autenticación

Envía una clave de API como token de portador. La clave debe tener el permiso sites.view; una clave que no lo tenga se rechazará con un código 403, no 404.

Donde va el ID de tu organización

Este endpoint acepta org_id como parámetro de consulta. Omítelo y la llamada abarcará todo tu subárbol de inquilinos; envíalo para acotar la llamada a una sola organización.

El id de tu organización se encuentra en la pantalla de claves de API en tu panel de control, junto a la propia clave. Es el mismo id en cada llamada que realices.

Pruébalo

Reemplaza cualquier elemento entre corchetes angulares por tus propios valores, y el marcador de posición key con una clave de tu panel de control.

curl -X GET https://api.zinndigital.com/v1/compute/eligibility \
  -H "Authorization: Bearer zdk_live_…"

¿Has iniciado sesión? La consola de la API en tu panel de control rellena el ID de tu organización real y tu propia clave, y ejecuta la solicitud contra la API en vivo para que puedas ver la respuesta real. Abre este endpoint en la consola de la API

Detalles

Machines on **our own** infrastructure need a one-off verification before the first order. We are the account holder of record for that range, so a complaint about what a customer runs arrives at us — and there is no per-customer isolation at the provider, which means one abusive machine can suspend the whole account. ⛔ Four states, not a boolean. `not_requested` and `rejected` both refuse an order and the customer's next action is completely different: one is "tell us who you are" and the other is "we have decided, and here is why". Requires `sites.view`.

Parámetros

NombreTipoObligatorio¿Qué es esto?
org_id (query)UuidNo

Respuesta

NombreTipoObligatorio¿Qué es esto?
statestring<not_requested, pending, verified, rejected>⛔ Four states, not a boolean. `not_requested` and `rejected` both refuse an order and the customer's next action differs completely: one is "tell us who you are", the other is "…
may_orderbooleanTrue only in `verified`. Read this rather than re-deriving it from `state`.
legal_namestringThe legal name of whoever is responsible for the machines.
countrystringISO-3166-1 alpha-2 country of the person or the incorporation.
company_numberstringCompany registration number, or `""` for an individual — a real answer.
abuse_contact_emailstringA monitored address an abuse report can be forwarded to and answered from. We are the account holder of record, so a complaint reaches us first and has to reach the customer wit…
intended_usestringWhat the customer says the machines are for, in their own words.
rejection_reasonstringShown to the customer **verbatim** when `state` is `rejected`.
submitted_atstring
reviewed_atstring

Errores que este endpoint puede devolver

401 · 403 · 422 · 429