Skip to content

get a component's dependencies

GET
/v1/components/{component_id}/dependencies

Authorizations

Parameters

Path Parameters

component_id
required
string

Component ID

Responses

200

OK

Array<object>
object
app_id
string
config_versions
integer
created_at
string
created_by_id
string
dependencies
Array<string>
id
string
name
string
resolved_var_name
string
status
string
status_description
string
type
string
Allowed values: terraform_module helm_chart docker_build external_image job unknown
updated_at
string
var_name
string

400

Bad Request

object
description
string
error
string
user_error
boolean

401

Unauthorized

object
description
string
error
string
user_error
boolean

403

Forbidden

object
description
string
error
string
user_error
boolean

404

Not Found

object
description
string
error
string
user_error
boolean

500

Internal Server Error

object
description
string
error
string
user_error
boolean