billing
GET /v1/sla/policy
The published uptime commitment and its service-credit ladder.
Autentifikacija
Pošaljite API ključ kao bearer token. Ova krajnja točka ne navodi određenu dozvolu u specifikaciji, stoga dajte svom ključu najmanje što mu je potrebno i provjerite odgovor umjesto da pretpostavljate.
Ova krajnja točka ne prihvaća ID organizacije. Vaš ključ već identificira organizaciju kojoj pripada, a odgovor je ograničen na nju.
Isprobajte
Zamijenite sve unutar šiljastih zagrada svojim vlastitim vrijednostima, a rezervirano mjesto za ključ s ključem iz vaše nadzorne ploče.
curl -X GET https://api.zinndigital.com/v1/sla/policy \
-H "Authorization: Bearer zdk_live_…"Prijavljeni ste? API konzola na vašoj nadzornoj ploči automatski unosi stvarni ID vaše organizacije i vaš vlastiti ključ te šalje zahtjev prema aktivnom API-ju kako biste mogli vidjeti stvarni odgovor. Otvori ovu krajnju točku u API konzoli
Pojedinosti
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.
Odgovor
| Naziv | Vrsta | Obavezno | Što je to |
|---|---|---|---|
uptime_target_percent | string | Da | 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 | Da | Days after a month ends during which it may still be claimed. |
min_coverage_percent | string | Da | 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>[] | Da | 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… |
tiers | object[] | Da | — |
Pogreške koje ova krajnja točka može vratiti
401