databases
GET /v1/databases/catalogue
The managed-database sizes and engine versions on sale.
Kimlik Doğrulama
Bir API anahtarını bearer token olarak gönderin. Bu uç nokta, teknik özelliklerde belirli bir yetki belirtmemektedir; bu nedenle, varsaymak yerine anahtarınıza ihtiyaç duyduğu en az yetkiyi verin ve yanıtı kontrol edin.
Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.
Dene
Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.
curl -X GET https://api.zinndigital.com/v1/databases/catalogue \
-H "Authorization: Bearer zdk_live_…"Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın
Ayrıntılar
What may be bought right now, per engine. Gated on `databases.view`. Each engine's versions are served from its own fence, so a major approaching end of life disappears from the picker with no frontend change — we stop selling one 180 days before upstream stops patching it, because a customer part-way through a term must never be stranded on an unpatched engine. MySQL 8.0 is the one exception and it says so: it is past upstream end of life, offered under a recorded carve-out on Percona's patched build, and flagged `past_upstream_eol` so a customer choosing it knows what they are choosing.
Yanıt
| Ad | Tür | Zorunlu | Ne olduğu |
|---|---|---|---|
engines | ManagedDatabaseEngineOffer[] | Evet | — |
default_engine | string<postgres, mysql> | Evet | — |
sizes | ManagedDatabaseSize[] | Evet | The default engine's ladder. Use `engines[].sizes`. |
engine_versions | ManagedDatabaseEngineVersion[] | Evet | The default engine's versions. Use `engines[].versions`. |
default_engine_version | integer | Evet | — |
Bu uç noktanın dönderebileceği hatalar
401 · 403