அங்கீகாரம்

பியரர் டோக்கனாக (bearer token) ஒரு API விசையை அனுப்பவும். அந்த விசை reseller.manage அனுமதியைக் கொண்டிருக்க வேண்டும்; அது இல்லாத விசை 404 அல்ல, 403 குறியீட்டுடன் மறுக்கப்படும்.

உங்கள் அமைப்பு ஐடி எங்கு செல்ல வேண்டும்

இந்த எண்ட் பாயிண்ட் org_id என்பதை வினவல் அளபுருவாக (query parameter) எடுத்துக்கொள்கிறது. இதை விட்டுவிட்டால், அழைப்பு உங்கள் முழு டெனன்சி துணை மரத்தையும் (tenancy subtree) உள்ளடக்கும்; ஒரு நிறுவனத்திற்கு மட்டுமே அழைப்பைக் சுருக்க இதை அனுப்பவும்.

உங்கள் நிறுவன ஐடி உங்கள் டாஷ்போர்டில் உள்ள API விசைகள் திரையில், விசைக்கு அருகிலேயே உள்ளது. நீங்கள் செய்யும் ஒவ்வொரு அழைப்பிலும் இதுவே ஒரே ஐடி ஆகும்.

முயன்று பார்

கோண அடைப்புக்குறிகளில் உள்ள எதையும் உங்கள் சொந்த மதிப்புகளுடன் மாற்றவும், மேலும் விசை பிளேஸ்ஹோல்டரை உங்கள் டாஷ்போர்டில் உள்ள விசையுடன் மாற்றவும்.

curl -X PUT https://api.zinndigital.com/v1/reseller/nameservers \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "domain": <string> }'

உள்நுழைந்துள்ளீர்களா? உங்கள் டேஷ்போர்டில் உள்ள ஏபிஐ கன்சோல் உங்கள் உண்மையான நிறுவன ஐடி மற்றும் உங்கள் சொந்த சாவியை நிரப்புகிறது, மேலும் நேரலை ஏபிஐக்கு எதிராக கோரிக்கையை இயக்குகிறது, இதனால் நீங்கள் உண்மையான பதிலைக் காண முடியும். இந்த எண்ட்மார்க்கை ஏபிஐ கன்சோலில் திறக்கவும்

விவரங்கள்

From acme-hosting.com we build ns1.acme-hosting.com and ns2.acme-hosting.com, served from Zinn Digital®'s own anycast DNS estate. Requires reseller.manage and white-label on your plan. ⛔ Claiming serves nothing yet. The glue records live in your domain, at your registrar, so only you can create them — publish the A records this returns, then call /verify. Until that measurement passes, your clients' zones keep the platform nameservers, because delegating a live domain to a nameserver that does not answer takes that domain off the internet. A domain Zinn® already operates is refused with 422; a domain another reseller already holds ⇒ 409.

அளவுருக்கள்

பெயர்வகைதேவைப்படுகிறதுஅது என்ன
org_id (query)Uuidஇல்லைThe organization this call acts on. Optional for a caller with exactly one direct membership; required for anyone with more than one — which is every reseller and every agency…

கோரிக்கை உடல்

பெயர்வகைதேவைப்படுகிறதுஅது என்ன
domainstringஆம்Just the domain you own — acme-hosting.com, with no scheme and no ns1. prefix. We add ns1 and ns2. A domain Zinn® operates is refused.

பதில்

பெயர்வகைதேவைப்படுகிறதுஅது என்ன
domainstringஆம்The reseller's own domain, or "" when they have not claimed one.
hostnamesstring[]ஆம்Derived from domainns1.acme-hosting.com, ns2.acme-hosting.com. Two, because registries reject a single-nameserver delegation.
glueResellerNameserverGlue[]ஆம்The A records the reseller must register at THEIR registrar. Nothing we hold can create them: they are a registry operation on a domain we do not sponsor.
servingbooleanஆம்
statusstringஆம்One sentence from the last check, for the screen and for support.
vendorstringஆம்Which of our anycast DNS providers serves these hostnames.
checked_atstringஇல்லைWhen it was last CHECKED, whatever the outcome. null means nobody has looked — a different fact from "checked and not serving".
checkedbooleanஇல்லைVerify responses only. false means our resolver could not answer and nothing was changed — not that the glue is missing. The two send a reseller to opposite actions.
supported_vendorsstring[]இல்லைThe anycast providers that can serve a nameserver brand of your own.

இந்த எண்ட்ஸ்பாயிண்ட் திரும்ப அனுப்பக்கூடிய பிழைகள்

401 · 403 · 409 · 422 · 429