Operations 51
GET
/v1/runners/terraform-workspace/{workspace_id}/state-json/{state_id}
get terraform state json by id. This output is same as "terraform show --json"
#
GET
/v1/runners/terraform-workspace/{workspace_id}/state-json/{state_id}/resources
get terraform state resources. This output is similar to "terraform state list"
#
GET
/v1/runners/terraform-workspace/{workspace_id}/states/{state_id}/resources
get terraform state resources
#
POST
/v1/runners/{runner_id}/mng/shutdown
shut down an install runner's mng process. does not shut down the install runner process.
#
POST
/v1/runners/{runner_id}/mng/update
update an install runner via the mng process. this is practically a restart.
#
GET
/v1/runners/{runner_id}/processes/{process_id}/heart-beats/latest
get the latest heartbeat for a runner process
#
GET
/v1/terraform-workspaces/{workspace_id}/state-json/{state_id}
get terraform state json by id. This output is same as "terraform show --json"
#
GET
/v1/terraform-workspaces/{workspace_id}/state-json/{state_id}/raw
get raw workspace state json by id
#
GET
/v1/terraform-workspaces/{workspace_id}/state-json/{state_id}/resources
get terraform state resources. This output is similar to "terraform state list"
#