databases
GET /v1/databases/catalogue
The managed-database sizes and engine versions on sale.
認証
ベアラー トークンとして API キーを送信します。このエンドポイントでは仕様に特定の権限が記載されていないため、キーに必要な最小限の権限を付与し、推測するのではなくレスポンスを確認してください。
このエンドポイントは組織IDを受け付けません。お使いのキーによって所属する組織がすでに特定されており、レスポンスはその組織にスコープされます。
試してみる
アングルブラケット内のすべてをご自身の値に置き換え、キーのプレースホルダーをご利用中のダッシュボードのキーに置き換えてください。
curl -X GET https://api.zinndigital.com/v1/databases/catalogue \
-H "Authorization: Bearer zdk_live_…"ログインしていますか?ダッシュボード内のAPIコンソールでは、実際の組織IDやお客様ご自身のキーが自動入力され、ライブAPIに対してリクエストが実行されるため、実際のレスポンスを確認することができます。 API コンソールでこのエンドポイントを開く
詳細
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.
返信
| 名前 | タイプ | 必須 | これがその内容です |
|---|---|---|---|
engines | ManagedDatabaseEngineOffer[] | はい | — |
default_engine | string<postgres, mysql> | はい | — |
sizes | ManagedDatabaseSize[] | はい | The default engine's ladder. Use `engines[].sizes`. |
engine_versions | ManagedDatabaseEngineVersion[] | はい | The default engine's versions. Use `engines[].versions`. |
default_engine_version | integer | はい | — |
このエンドポイントが返すエラー
401 · 403