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)
Response
The list of form fields to display for the selected blueprint
An editable form input the user fills in (from spec.variables).
- Option 1
- Option 2