billing
GET /v1/sla/policy
The published uptime commitment and its service-credit ladder.
Authenticatie
Stuur een API-sleutel mee als bearer token. Dit eindpunt vermeldt geen specifieke toestemming in de specificatie, dus geef uw sleutel de minimale rechten die nodig zijn en controleer het antwoord in plaats van zomaar wat aan te nemen.
Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.
Probeer het
Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.
curl -X GET https://api.zinndigital.com/v1/sla/policy \
-H "Authorization: Bearer zdk_live_…"Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console
Details
The figure we stand behind, the credit owed at each tier, the exclusions and the claim window — **rendered from `engine/engine/sla/policy.py` and never retyped**. ⛔ Clients must interpolate these values into their own copy rather than writing "99.9%" into a locale catalogue: a figure translated into 58 languages cannot be grepped for and cannot be changed (`CLAUDE.md` §2.45). `min_coverage_percent` is the share of a month we must have measured before a reading adjudicates; below it the month is `unadjudicable` and the customer's claimed tier stands.
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
uptime_target_percent | string | Ja | The published monthly commitment, e.g. `"99.9"`. A string, not a number, so a client renders exactly what we publish rather than a float's idea of it. |
claim_window_days | integer | Ja | Days after a month ends during which it may still be claimed. |
min_coverage_percent | string | Ja | The share of a month we must have measured for the reading to adjudicate. Below it the month is `unadjudicable` and the customer's claimed tier stands — our coverage gap is ours… |
exclusions | string<maintenance, customer, force_majeure>[] | Ja | What is not credited. ⛔ There is deliberately **no upstream-provider exclusion**: a hosting customer bought hosting from Zinn Digital® and never chose our suppliers, so whose ha… |
tiers | object[] | Ja | — |
Fouten die dit eindpunt kan retourneren
401