domains
POST /v1/domains/{domainId}/delegation
Check the delegation again now, and restart the fast poll.
ప్రమాణీకరణ
బీయర్ టోకెన్గా API కీని పంపండి. కీ తప్పనిసరిగా sites.view అనుమతిని కలిగి ఉండాలి; అది లేని కీని 404 కాకుండా 403తో తిరస్కరిస్తారు.
ఈ ఎండ్పాయింట్ ఎలాంటి సంస్థ ఐడీని తీసుకోదు. మీ కీ ఇప్పటికే అది ఏ సంస్థకు చెందుతుందో గుర్తిస్తుంది మరియు ప్రతిస్పందన దానికే పరిమితం చేయబడుతుంది.
ప్రయత్నించండి
కోణీయ బ్రాకెట్లలో ఉన్న దేన్నైనా మీ స్వంత విలువలతో భర్తీ చేయండి, మరియు కీ ప్లేస్హోల్డర్ను మీ డాష్బోర్డ్ నుండి తీసుకున్న కీతో భర్తీ చేయండి.
curl -X POST https://api.zinndigital.com/v1/domains/{domainId}/delegation \
-H "Authorization: Bearer zdk_live_…"సైన్ ఇన్ చేశారా? మీ డ్యాష్బోర్డ్లోని API కాన్సోల్ మీ అసలైన సంస్థ ID మరియు మీ స్వంత కీని నింపుతుంది, అలాగే మీరు అసలైన ప్రతిస్పందనను చూడటానికి లైవ్ API ద్వారా ఆభ్యర్థనను రన్ చేస్తుంది. ఈ ఎండ్పాయింట్ను API కన్సోల్లో తెరిచండి
వివరాలు
Forces a live lookup regardless of how recently one ran, records it, and restarts the backoff ladder — 30-second checks for the next ten minutes, then 2 minutes, 15 minutes, hourly, giving up after 7 days. The customer pressing "Check again" tells us the one thing we cannot otherwise know: they have just changed their nameservers at the registrar. That is exactly the window in which the answer is about to change, so it is the window worth checking aggressively. Same body and same status codes as the GET. Requires sites.view, not domains.dns.manage: it changes nothing about the domain — it reads the public internet and writes down what it saw — and gating it behind a management permission would leave a read-only user watching a page that can never refresh.
పారామీటర్లు
| పేరు | రకం | కావలసినది | ఇది ఏమిటి |
|---|---|---|---|
domainId (path) | Uuid | అవును | The domain's id. |
స్పందన
| పేరు | రకం | కావలసినది | ఇది ఏమిటి |
|---|---|---|---|
expected | string[] | అవును | The delegation we ask the customer to set at their registrar. Resolved per domain, from the zone's own nameservers where the provider assigns them — Cloudflare issues each… |
nameservers | string[] | అవును | Where the domain delegates right now, as the public internet sees it — which is what the customer compares against expected to know what to change. |
detected | boolean | అవును | Whether the domain's public NS records include the nameservers we asked for, resolved from a public recursive resolver. This — not our configuration and not the DNS vendor's… |
live | boolean | అవును | Whether the domain is being served by us right now. |
state | string<delegated, not_delegated, external, unknown> | అవును | The four-valued answer, and the field a client should render from. delegated — every nameserver we asked for is present. not_delegated — we hold this domain's zone, we got a… |
answered_by | string<resolver, registry, none> | అవును | Who answered. resolver is a public recursive resolver — what the internet sees. registry is the registry's own RDAP record, used as a fallback when the resolver says nothing… |
checked_at | string | అవును | When this reading was taken. |
last_delegated_at | string | అవును | When we last saw this domain delegated to us. Null means it never has been — which is what separates "waiting for you" from "this stopped working". |
next_check_at | string | అవును | When the background poller will look again, so a client can wait rather than poll blind. Null once the domain is live or the poller has given up. |
drifted | boolean | అవును | This domain was delegated to us and positively is not any more. A warning about something that broke, not a step still to do. |
served_by_us | object | కాదు | Whether a one-time token placed in the site's files on our servers came back when fetched through the domain's PUBLIC name — the only reading that can say the domain reaches us… |
served_checked_at | object | కాదు | When served_by_us was last measured, or null for never. |
www_resolves | object | కాదు | Whether www. in front of the domain has any public address. null means the lookup did not answer, never that the name is missing. |
dns_actions | object[] | కాదు | Records the customer must add at THEIR DNS provider, exactly as written — only for a domain whose DNS we do not run (in a zone delegated to us, the platform publishes the record… |
mail_measured | boolean | కాదు | Whether the domain's published mail (MX, SPF) has been read yet. While false, a mail_mismatch of null means NOT CHECKED, not "matches" — a client shows that beside any… |
mail_mismatch | null | object | కాదు | Present when the mail our copy of this domain's DNS would serve differs from the mail the domain publishes today — so changing nameservers to expected would change where its… |
ఈ ఎండ్పాయింట్ తిరిగి ఇవ్వగల లోపాలు
401 · 403 · 404 · 429 · 503