All URIs are relative to http://localhost
Method | HTTP request | Description ------------- | ------------- | ------------- ExecutionEngineVersion | GET /version/executionEngine | Returns the currently deployed version of FireCloud's execution engine OrchestrationVersion | GET /version | Returns the currently deployed version of this service.
ExecutionEngineVersion ExecutionEngineVersion()
Returns the currently deployed version of FireCloud's execution engine
library(openapi)
#Returns the currently deployed version of FireCloud's execution engine
api.instance <- VersionApi$new()
# Configure OAuth2 access token for authorization: googleoauth
api.instance$apiClient$accessToken <- 'TODO_YOUR_ACCESS_TOKEN';
result <- api.instance$ExecutionEngineVersion()
dput(result)
This endpoint does not need any parameter.
| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | OK | - |
OrchestrationVersion OrchestrationVersion()
Returns the currently deployed version of this service.
library(openapi)
#Returns the currently deployed version of this service.
api.instance <- VersionApi$new()
# Configure OAuth2 access token for authorization: googleoauth
api.instance$apiClient$accessToken <- 'TODO_YOUR_ACCESS_TOKEN';
result <- api.instance$OrchestrationVersion()
dput(result)
This endpoint does not need any parameter.
| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | OK | - |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.