Get the input fields to display for a blueprint catalog service
Returns the list of form fields the console must display to deploy the selected blueprint, derived from the blueprint’s qbm.yml manifest. Includes editable variables (overridable=true) and auto-sourced context variables (overridable=false, with a source).
Authorizations
JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Path Parameters
Organization ID
Cloud provider (e.g. aws, gcp, azure)
Service family (e.g. mysql, postgresql)
Service version (e.g. 8, 14)
Query Parameters
Environment ID used to resolve context variables
Response
The form fields and engine spec for the selected blueprint
Form fields the console renders for the user (variables + auto-sourced context variables).
An editable form input the user fills in (from spec.variables).
- Option 1
- Option 2
Engine spec discriminated by type. Catalog-declared execution config + per-knob default/allowedValues/overridable metadata for the console to render.
- Option 1
- Option 2
- Option 3