hosting
GET /v1/sites/{siteId}/php-settings
Get a site's PHP extensions, php.ini settings and resource tier.
ప్రమాణీకరణ
బీయర్ టోకెన్గా API కీని పంపండి. కీ తప్పనిసరిగా sites.view అనుమతిని కలిగి ఉండాలి; అది లేని కీని 404 కాకుండా 403తో తిరస్కరిస్తారు.
ఈ ఎండ్పాయింట్ ఎలాంటి సంస్థ ఐడీని తీసుకోదు. మీ కీ ఇప్పటికే అది ఏ సంస్థకు చెందుతుందో గుర్తిస్తుంది మరియు ప్రతిస్పందన దానికే పరిమితం చేయబడుతుంది.
ప్రయత్నించండి
కోణీయ బ్రాకెట్లలో ఉన్న దేన్నైనా మీ స్వంత విలువలతో భర్తీ చేయండి, మరియు కీ ప్లేస్హోల్డర్ను మీ డాష్బోర్డ్ నుండి తీసుకున్న కీతో భర్తీ చేయండి.
curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/php-settings \
-H "Authorization: Bearer zdk_live_…"సైన్ ఇన్ చేశారా? మీ డ్యాష్బోర్డ్లోని API కాన్సోల్ మీ అసలైన సంస్థ ID మరియు మీ స్వంత కీని నింపుతుంది, అలాగే మీరు అసలైన ప్రతిస్పందనను చూడటానికి లైవ్ API ద్వారా ఆభ్యర్థనను రన్ చేస్తుంది. ఈ ఎండ్పాయింట్ను API కన్సోల్లో తెరిచండి
వివరాలు
Everything the site's PHP screen needs, in one read. extensions lists Tier 0 and Tier 1 as locked: true — always on, not a choice — alongside the Tier 2 extensions the customer may switch. They are rendered rather than hidden because "does this host have ImageMagick?" is one of the commonest pre-sales and migration questions there is, and an empty list answers it worse than a locked switch does. ini carries only the two customer-editable bands. The staff-only band (disable_functions, open_basedir, sendmail_path, upload_tmp_dir, expose_php and extension loading itself) is absent from the payload, not merely hidden by the panel: those directives are the per-site isolation boundary, and a customer who can edit disable_functions can re-enable shell_exec. Each capped directive carries cap — the ceiling this site's plan allows — so the panel can stop the control at the right place rather than let the customer type a value and meet a refusal. cap_raised_by_support and override_expires_at are how a staff override is made visible to the customer, which is one of the three properties docs/204 §7a requires of one. lve reports the site's resource tier and what each limit does when it is reached. ⭐ ep is the one that emits 508 Resource Limit Is Reached — a status code that names no resource, no number and no remedy, so a customer who meets it concludes the host is broken. applied_at is null when no settings have ever been pushed to the machine — a different fact from "pushed and confirmed", and the only one of the two that needs an engineer. Requires sites.view.
పారామీటర్లు
| పేరు | రకం | కావలసినది | ఇది ఏమిటి |
|---|---|---|---|
siteId (path) | Uuid | అవును | Site ID (UUIDv7). |
స్పందన
| పేరు | రకం | కావలసినది | ఇది ఏమిటి |
|---|---|---|---|
php_version | string | అవును | The alt-php version this site runs, dotted (8.3). Empty if unset. |
extensions | SitePhpExtension[] | అవును | — |
ini | SitePhpBandedOption[] | అవును | — |
lve | SiteLveState | అవును | The site's CloudLinux LVE resource tier — docs/204 §7b. ⭐ ep is the limit that emits 508 Resource Limit Is Reached, which is why this is on a customer screen at all: it… |
applied_at | string | అవును | When these settings were last confirmed by the machine. null means they have never been pushed — a different fact from "pushed and matched", and the only one of the two that… |
ఈ ఎండ్పాయింట్ తిరిగి ఇవ్వగల లోపాలు
401 · 403 · 404 · 429