domains

POST /v1/domains/{domainId}/dns/sync

Trigger immediate DNS propagation.

Tüm domains uç noktaları

Kimlik Doğrulama

Bearer token olarak bir API anahtarı gönderin. Anahtar domains.dns.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 POST https://api.zinndigital.com/v1/domains/{domainId}/dns/sync \
  -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

Publish a `domain.dns_changed` event so dependent systems (CDN origin, certificate SANs, indexing) reconcile the domain's DNS **at once** rather than waiting for a periodic sweep (register #93). A domain whose authoritative DNS we do not host is a `404`. Requires `domains.dns.manage`.

Parametreler

AdTürZorunluNe olduğu
domainId (path)UuidEvetThe domain's id.

Yanıt

AdTürZorunluNe olduğu
syncedbooleanEvet
record_countintegerEvetThe number of records visible to this product line at sync time (on the PBN line the hidden platform IP records are excluded — register #93).
event_emittedbooleanEvetWhether the domain.dns_changed propagation event was published.

Bu uç noktanın dönderebileceği hatalar

401 · 403 · 404 · 429