engineStatus: Return the current health status of any monitored subsystems

Description Usage Arguments Value Examples

View source: R/engineStatus.R

Description

Return the current health status of any monitored subsystems

Usage

1
engineStatus(x, version = "v1")

Arguments

x

Cromwell API endpoint.

version

Cromwell API Version.

Value

StatusReponse object.

Examples

1
2
3
4
5
## Not run: 
host <- "http://localhost:8000"
engineStatus(host)

## End(Not run)

labbcb/CromwellClient documentation built on Aug. 16, 2020, 9:11 p.m.