Skip to main content
GET
get an installs components

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

Query Parameters

types
string

component types to filter by

q
string

search query for component name or ID

labels
string

label filter (key:value,key:value)

synced
boolean
default:true

return components in the install's current app config; set false to return only components no longer in it

offset
integer
default:0

offset of results to return

limit
integer
default:10

limit of results to return

Response

OK

component
object
component_id
string
created_at
string
created_by_id
string
drifted_object
object
enabled
boolean | null

Enabled is the resolved enabled/disabled state for a toggleable component on this install (from the synthetic enabled install input, falling back to the component's default_enabled). It is nil for non-toggleable components.

helm_chart
object
id
string
install_deploys
object[]
install_id
string
status
string
status_description
string
status_v2
object
terraform_workspace
object
updated_at
string