billing
GET /v1/sla/policy
The published uptime commitment and its service-credit ladder.
Упълномощаване
Изпратете API ключ като носител (bearer token). Тази точка за достъп не указва конкретно разрешение в спецификацията, затова дайте на ключа си най-малкото необходимо и проверете отговора, вместо да правите предположения.
Този ендпойнт не изисква идентификатор на организация. Вашият ключ вече идентифицира организацията, към която принадлежи, и отговорът е ограничен до нея.
Опитайте
Заменете всичко в квадратни скоби със собствени стойности, а ключовия заместващ символ – с ключ от вашето табло за управление.
curl -X GET https://api.zinndigital.com/v1/sla/policy \
-H "Authorization: Bearer zdk_live_…"Влязохте ли в профила си? API конзолата във вашето табло за управление попълва действителното идентификационно число на вашата организация и вашия собствен ключ и изпълнява заявката спрямо реалното API, за да можете да видите действителния отговор. Отворете този крайpoint в API конзолата
Детайли
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.
Отговор
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
uptime_target_percent | string | Да | 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 | Да | Days after a month ends during which it may still be claimed. |
min_coverage_percent | string | Да | 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>[] | Да | 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[] | Да | — |
Грешки, които този крайpoint може да върне
401