hosting
GET /v1/sites/{siteId}/cdn/swap
The site's most recent CDN move, and what it is waiting for.
Kimlik Doğrulama
Bearer token olarak bir API anahtarı gönderin. Anahtar hosting.cdn.manage iznine sahip olmalıdır; bu izne sahip olmayan bir anahtar 404 ile değil, 403 ile reddedilir.
Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.
Dene
Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.
curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/cdn/swap \
-H "Authorization: Bearer zdk_live_…"Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın
Ayrıntılar
The latest CDN move for this site, or null if there has never been one — not a 404, because "this site has never been moved" is a normal state and a 404 could not be told apart from "no such site". ⭐ The field to render is nameservers. While status is awaiting_delegation the move is complete on our side and waiting on your registrar: both edges serve the site throughout, and nothing is removed until the new nameservers are observed answering. Requires hosting.cdn.manage.
Parametreler
| Ad | Tür | Zorunlu | Ne olduğu |
|---|---|---|---|
siteId (path) | Uuid | Evet | Site ID (UUIDv7). |
Yanıt
| Ad | Tür | Zorunlu | Ne olduğu |
|---|---|---|---|
data | CdnSwap | null | Evet | — |
Bu uç noktanın dönderebileceği hatalar
401 · 403 · 404 · 429