hosting

POST /v1/offsite-destinations

Add a place to send backups to, after proving we can write, read and delete there.

सबै hosting इन्डपइन्टहरू

सबै विकासकर्ता कागजातहरू

प्रमाणीकरण

एपिआई कुञ्जीलाई बियरर टोकन (bearer token) को रूपमा पठाउनुहोस्। कुञ्जीसँग hosting.backup.manage अनुमति हुनुपर्छ; अनुमति नभएको कुञ्जीलाई 404 होइन, 403 मार्फत अस्वीकार गरिन्छ।

तपाईंको संस्थाको आइडी राख्ने ठाउँ

यो इन्डपोटले JSON बडीमा एक फिल्डको रूपमा org_id लिन्छ।

तपाईंको संस्थाको आइडी (ID) तपाईंको ड्यासबोर्डमा रहेको API कुञ्जीहरू (keys) स्क्रिनमा, कुञ्जीको छेउमा हुन्छ। तपाईंले गर्ने प्रत्येक कलमा यही आइडी प्रयोग हुन्छ।

प्रयास गर्नुहोस्

कोणीय कोष्ठकभित्र भएका जुनसुकै कुरालाई आफ्नो मानहरूद्वारा बदल्नुहोस्, र मुख्य स्थानहोल्डरलाई तपाईंको ड्यासबोर्डको कुञ्जीद्वारा बदल्नुहोस्।

curl -X POST https://api.zinndigital.com/v1/offsite-destinations \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "name": <string>, "kind": <string<s3, sftp>> }'

लगइन गर्नुभएको छ? तपाईंको ड्यासबोर्डमा रहेको API कन्सोलले तपाईंको वास्तविक संस्थाको आईडी र आफ्नै कुञ्जी भरिदिन्छ, र लाइभ API विरुद्ध अनुरोध चलाउँछ ताकि तपाईंले वास्तविक प्रतिक्रिया हेर्न सक्नुहोस्। यो एन्डपोइन्टलाई API कन्सोलमा खोल्नुहोस्

विवरणहरू

The destination is saved only after a real round trip: a small test file is written, read back byte for byte and deleted. For SFTP the server's host key is read without authenticating and pinned; every later connection must present it. Addresses must be on the public internet and S3 endpoints must be https://. Credentials are write-only and go straight to our secret store with a fresh encryption key; every archive is encrypted (AES-256-CTR with HMAC-SHA256) before it leaves us. Refusals are 422 with a machine code in details[0].code. Requires hosting.backup.manage.

अनुरोध बडी

नामप्रकारआवश्यकयो के हो
org_idstringहैन
namestringहुन्छ
kindstring<s3, sftp>हुन्छ
prefixstringहैन
endpointstringहैनS3: an https:// endpoint with no path.
regionstringहैनS3: the bucket's region, or auto for Cloudflare R2.
bucketstringहैन
access_key_idstringहैन
secret_access_keystringहैन
hoststringहैनSFTP: the server's host name.
portintegerहैन
usernamestringहैन
passwordstringहैन
private_keystringहैनOpenSSH format.

प्रतिक्रिया

नामप्रकारआवश्यकयो के हो
idstringहुन्छ
org_idstringहुन्छ
namestringहुन्छ
kindstring<s3, sftp>हुन्छ
endpointstringहैन
regionstringहैन
bucketstringहैन
hoststringहैन
portintegerहैन
usernamestringहैन
host_key_fingerprintstringहैनThe pinned SFTP host key as SHA256:…, the form ssh-keygen -lf prints.
prefixstringहुन्छ
statusstring<working, failing>हुन्छ
last_checked_atstringहैन
last_check_codestringहैन
sites_usingintegerहुन्छ
created_atstringहुन्छ

यो इन्डपोइन्टले फर्काउन सक्ने त्रुटिहरू

401 · 403 · 404 · 422