hosting

GET /v1/sites/{siteId}/cdn/offers

The CDNs this site's product line can actually buy.

सभी hosting एंडपॉइंट्स

प्रमाणन

बेरर टोकन के रूप में एक API कुंजी भेजें। कुंजी के पास sites.view अनुमति होनी चाहिए; इसके बिना एक कुंजी को 404 के बजाय 403 के साथ अस्वीकार कर दिया जाता है।

यह एंडपॉइंट कोई संगठन आईडी नहीं लेता है। आपकी कुंजी पहले से ही उस संगठन की पहचान करती है जिससे वह संबंधित है, और प्रतिक्रिया उसी के दायरे में है।

इसे आज़माएँ

कोणार्कित ब्रैकेट्स में दी गई किसी भी चीज़ को अपने मानों से बदलें, और की प्लेसहोलर को अपने डैशबोर्ड की एक की से बदलें।

curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/cdn/offers \
  -H "Authorization: Bearer zdk_live_…"

साइन इन हैं? आपके डैशबोर्ड में मौजूद API कंसोल आपकी वास्तविक संगठन आईडी और आपकी अपनी कुंजी स्वतः भर देता है, और लाइव API के विरुद्ध अनुरोध चलाता है ताकि आप वास्तविक प्रतिक्रिया देख सकें। इस एंडपॉइंट को API कंसोल में खोलें

विवरण

Keyed on the **pair** `(product line, vendor)`, never on the vendor alone. The same network is a different product on different lines: Bunny on Footprint-Free is platform-managed footprint machinery and is included, while Bunny on mainstream is a speed upgrade the customer pays for. A catalogue keyed on the vendor has one answer for both, and whichever answer it gives is wrong for one line — either a mainstream customer gets a paid upgrade free, or a Footprint-Free customer is asked to buy the CDN their product already is. On a **managed line the `vendor` and `label` fields are omitted entirely**, not blanked. Naming which of the pool accounts fronts a site is one query away from linking a customer's PBN domains to each other, which is the single fact that product exists to hide; an empty string would still reach the client and render as a gap rather than as nothing. `region_weights` is how a flat allowance stays honest across geography. A gigabyte served to Africa costs us six times one served to Frankfurt, so allowance is denominated in base-region-equivalent gigabytes and dearer regions spend it faster. That makes `allowance_gb x base_rate` the exact worst case whatever traffic mix the customer serves. Requires `sites.view`.

पैरामीटर

नामप्रकारआवश्यकयह क्या है
siteId (path)UuidहाँSite ID (UUIDv7).

प्रतिक्रिया

नामप्रकारआवश्यकयह क्या है
sellablebooleanहाँWhether this platform owns the edge in front of this site, and therefore whether any of these offers can be sold on it. ⛔ It is decided by the deploy target, not by the product…
linestringहाँThe site's product line, which is half the offer key.
managedbooleanहाँWhether this line's CDN is platform-managed footprint machinery. When true the customer neither chooses nor is told the vendor.
offersSiteCdnOffer[]हाँIn presentation order — never leading with the paid upsell.
byoSiteCdnOffer[]हाँThe same vendors, offered as the customer's own connected account.
flat_tiersSiteCdnFlatTier[]हाँEmpty on a managed line, where the CDN is already included.
region_weightsobjectहाँHow much allowance one gigabyte to each region spends, in micros of a base-region gigabyte. The base region is exactly 1000000.

त्रुटियाँ जो यह एंडपॉइंट लौटा सकता है

401 · 403 · 404 · 429