GET
/
v1
/
installs
/
{install_id}
/
components
/
{component_id}
/
deploys
curl --request GET \
  --url https://ctl.prod.nuon.co/v1/installs/{install_id}/components/{component_id}/deploys \
  --header 'Authorization: <api-key>'
[
  {
    "build_id": "<string>",
    "component_id": "<string>",
    "component_name": "<string>",
    "created_at": "<string>",
    "created_by": {
      "created_at": "<string>",
      "created_by_id": "<string>",
      "email": "<string>",
      "expires_at": "<string>",
      "id": "<string>",
      "issued_at": "<string>",
      "issuer": "<string>",
      "subject": "<string>",
      "token_type": "auth0",
      "updated_at": "<string>"
    },
    "created_by_id": "<string>",
    "id": "<string>",
    "install_component_id": "<string>",
    "install_deploy_type": "release",
    "install_id": "<string>",
    "release_id": "<string>",
    "status": "<string>",
    "status_description": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

component_id
string
required

component ID

Response

200 - application/json
build_id
string
component_id
string
component_name
string
created_at
string
created_by
object
created_by_id
string
id
string
install_component_id
string
install_deploy_type
enum<string>
Available options:
release,
install,
teardown
install_id
string

Fields that are de-nested at read time using AfterQuery

release_id
string
status
string
status_description
string
updated_at
string