components
get all configs for a component
apps
components
- GETget all components for an app
- GETget all components for an org
- GETget a component
- PATCHupdate a component
- GETGet all builds for a component
- POSTcreate component build
- GETget latest build for a component
- GETget a build for a component
- GETGet component build plan
- GETget all configs for a component
- POSTcreate a docker build component config
- POSTcreate an external image component config
- POSTcreate a helm component config
- POSTcreate a job component config
- GETget latest config for a component
- POSTcreate a terraform component config
installers
installs
- GETget all installs for an app
- POSTcreate an app install
- GETget an install
- POSTCreate an app install from an installer
- GETget all installs for an org
- DELdelete an install
- PATCHupdate an install
- GETget an install component
- GETget an installs components
- GETget an install components deploys
- GETget the latest deploy for an install component
- POSTdeploy a build to an install
- GETget an install deploy
- GETGet install deploy logs
- GETget install deploy plan
- GETget an installs inputs
- POSTcreate install inputs
- GETget an installs current inputs
- GETget an installs sandbox runs
releases
general
orgs
components
get all configs for a component
GET
/
v1
/
components
/
{component_id}
/
configs
Authorization
string
*
Authorization
Required
string
Type "Bearer" followed by a space and token.
component_id
string
*
component_id
Required
string
component ID
Authorizations
Type "Bearer" followed by a space and token.
Path Parameters
component ID
Response
200 - application/json
value
parent component
docker_build.connected_github_vcs_config.vcs_connection.vcs_connection_commit.component_config_connection_id
string
docker_build.connected_github_vcs_config.vcs_connection.vcs_connection_commit.created_by_id
string
actual configuration
connection to parent model
actual configuration
value
Helm specific configurations
parent reference
parent component
helm.connected_github_vcs_config.vcs_connection.vcs_connection_commit.component_config_connection_id
string
actual configuration
value
Image attributes, copied from a docker_buid or external_image component.
parent reference
parent component
terraform_module.connected_github_vcs_config.vcs_connection.vcs_connection_commit.author_email
string
terraform_module.connected_github_vcs_config.vcs_connection.vcs_connection_commit.author_name
string
terraform_module.connected_github_vcs_config.vcs_connection.vcs_connection_commit.component_config_connection_id
string
terraform_module.connected_github_vcs_config.vcs_connection.vcs_connection_commit.created_at
string
terraform_module.connected_github_vcs_config.vcs_connection.vcs_connection_commit.created_by_id
string
terraform_module.connected_github_vcs_config.vcs_connection.vcs_connection_commit.updated_at
string
actual configuration
terraform configuration values
Available options:
terraform_module
, helm_chart
, docker_build
, external_image
, job
, unknown