Skip to main content
POST
Resolve a platform component configuration

Authorizations

Authorization
string
header
required

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

organizationId
string<uuid>
required

Organization ID

clusterId
string<uuid>
required

Cluster ID

componentKey
string
required

Platform component key

Body

application/json
profileConfig
object

Configuration values keyed by their catalog field name

clusterInputs
object
componentOutputs
object

String values keyed first by component key and then by input key

Response

Resolved component configuration

clusterId
string<uuid>
required
componentKey
string
required
fields
object[]
required
requirements
object[]
required
componentBindings
object[]
required
violations
object[]
required