Operations 97
GET
/v1/install-workflows/{install_workflow_id}/steps
get all of the steps for a given install workflow
#
GET
/v1/install-workflows/{install_workflow_id}/steps/{install_workflow_step_id}
get an install workflow step
#
GET
/v1/install-workflows/{install_workflow_id}/steps/{install_workflow_step_id}/approvals/{approval_id}
get an install workflow step approval
#
GET
/v1/installs/{install_id}/action-workflows/{action_workflow_id}
get an install action workflow
#
GET
/v1/installs/{install_id}/app-config-versions/{version_id}/diff
get the diff for an install app config version
#
GET
/v1/installs/{install_id}/app-permissions-config
get app permissions config for an install with provisioning status
#
GET
/v1/installs/{install_id}/components/{component_id}/deploys/latest
get the latest deploy for an install component
#
POST
/v1/installs/{install_id}/components/{component_id}/toggle
toggle an install component on or off
#
GET
/v1/installs/{install_id}/generate-cli-install-config
generate an install config to be used with CLI
#
GET
/v1/installs/{install_id}/generate-terraform-installer-config
generate a Terraform installer config
#
POST
/v1/installs/{install_id}/retry-workflow
rerun the workflow steps starting from input step id, can be used to retry a failed step
#
POST
/v1/installs/{install_id}/runner-bootstrap-token
create a bootstrap token for an install's runner
#
GET
/v1/workflows/{workflow_id}/steps/{step_id}/approvals/{approval_id}
get an workflow step approval
#
GET
/v1/workflows/{workflow_id}/steps/{step_id}/approvals/{approval_id}/contents
get a workflow step approval contents
#
POST
/v1/workflows/{workflow_id}/steps/{step_id}/approvals/{approval_id}/response
Create an approval response for a workflow step.
#
POST
/v1/workflows/{workflow_id}/steps/{step_id}/retry
retry a failed or awaiting-approval workflow step
#
POST
/v1/workflows/{workflow_id}/steps/{step_id}/skip
skip a failed workflow step and continue the workflow
#