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 plan
- GETget an installs inputs
- POSTcreate install inputs
- PATCHUpdates install input config for app
- GETget an installs current inputs
- GETget an installs sandbox runs
releases
general
orgs
get a release
Authorizations
Type "Bearer" followed by a space and token.
Path Parameters
release ID
Response
parent release ID
fields to control the delay of the individual step, as this is set based on the parent strategy
this belongs to an app config id
metadata
all the details needed for a step
this belongs to an app config id
available timeout is how long a job can be marked as "available" before being requeued
execution timeout is how long a job can be marked as "exeucuting" before being requeued
pending
, initializing
, in-progress
, cleaning-up
, finished
, failed
, timed-out
, not-attempted
, cancelled
, unknown
health-checks
, sync
, build
, deploy
, sandbox
, runner
, operations
, actions
,
, any
exec
, apply
, destroy
, plan-only
, build
, unknown
overall timeout is how long a job can be attempted, before being cancelled
queue timeout is how long a job can be queued, before being made available
queued
, available
, in-progress
, finished
, failed
, timed-out
, not-attempted
, cancelled
, unknown
health-check
, docker-build
, container-image-build
, terraform-module-build
, helm-chart-build
, noop-build
, oci-sync
, noop-sync
, terraform-deploy
, helm-chart-deploy
, job-deploy
, noop-deploy
, shut-down
, noop
, sandbox-terraform
, runner-helm
, runner-terraform
, runner-local
, actions-workflow
finished
, pending
, in-progress
, error
manual
, cron
, pre-sandbox-run
, post-sandbox-run
, pre-deploy
, post-deploy
release
, install
, teardown
, plan-only
Fields that are de-nested at read time using AfterQuery
runner details
available timeout is how long a job can be marked as "available" before being requeued
execution timeout is how long a job can be marked as "exeucuting" before being requeued
pending
, initializing
, in-progress
, cleaning-up
, finished
, failed
, timed-out
, not-attempted
, cancelled
, unknown
health-checks
, sync
, build
, deploy
, sandbox
, runner
, operations
, actions
,
, any
exec
, apply
, destroy
, plan-only
, build
, unknown
overall timeout is how long a job can be attempted, before being cancelled
queue timeout is how long a job can be queued, before being made available
queued
, available
, in-progress
, finished
, failed
, timed-out
, not-attempted
, cancelled
, unknown
health-check
, docker-build
, container-image-build
, terraform-module-build
, helm-chart-build
, noop-build
, oci-sync
, noop-sync
, terraform-deploy
, helm-chart-deploy
, job-deploy
, noop-deploy
, shut-down
, noop
, sandbox-terraform
, runner-helm
, runner-terraform
, runner-local
, actions-workflow
When a step is created, a set of installs are targeted. However, by the time the release step goes out, the install might have been setup in any order of ways.