hosting
GET /v1/hosting/fleet-applications
List the applications we install ourselves on our own fleet.
Autentifikacija
Pošaljite API ključ kao bearer token. Ova krajnja točka ne navodi određenu dozvolu u specifikaciji, stoga dajte svom ključu najmanje što mu je potrebno i provjerite odgovor umjesto da pretpostavljate.
Ova krajnja točka ne prihvaća ID organizacije. Vaš ključ već identificira organizaciju kojoj pripada, a odgovor je ograničen na nju.
Isprobajte
Zamijenite sve unutar šiljastih zagrada svojim vlastitim vrijednostima, a rezervirano mjesto za ključ s ključem iz vaše nadzorne ploče.
curl -X GET https://api.zinndigital.com/v1/hosting/fleet-applications \
-H "Authorization: Bearer zdk_live_…"Prijavljeni ste? API konzola na vašoj nadzornoj ploči automatski unosi stvarni ID vaše organizacije i vaš vlastiti ključ te šalje zahtjev prema aktivnom API-ju kako biste mogli vidjeti stvarni odgovor. Otvori ovu krajnju točku u API konzoli
Pojedinosti
The own-fleet counterpart of GET /v1/hosting/applications, and deliberately a separate operation rather than a flag on it, because the two answer different questions from different authorities. That one reports what the resold platform's installer offers and is read live from the vendor. This one reports what we have written an installer for, which is a fact about this platform at this release — Nextcloud, ownCloud, the headless-CMS choice (docs/139) and the PHP applications of the php_app stack: Drupal, Joomla, Moodle, PrestaShop and the rest of the application range (docs/681). Authenticated but not tenant-scoped: like the locations and applications endpoints it is a statement about what this platform sells, and the create-site form needs it at the one moment no site exists to read it from.
Parametri
| Naziv | Vrsta | Obavezno | Što je to |
|---|---|---|---|
stack_type (query) | StackType | Ne | Narrow to the applications that answer one stack. headless_cms returns the CMS choice and php_app the PHP application choice; nextcloud and owncloud return exactly one… |
Odgovor
| Naziv | Vrsta | Obavezno | Što je to |
|---|---|---|---|
data | FleetApplication[] | Da | — |
Pogreške koje ova krajnja točka može vratiti
401 · 403 · 429