docs/StatusApi.md

StatusApi

All URIs are relative to http://localhost

Method | HTTP request | Description ------------- | ------------- | ------------- Error | GET /error | An error status endpoint for load balancing purposes Health | GET /health | A health status endpoint for load balancing purposes Status | GET /status | An orchestrated status check that includes a health report of underlying systems

Error

Error()

An error status endpoint for load balancing purposes

Example

library(openapi)


#An error status endpoint for load balancing purposes 
api.instance <- StatusApi$new()
# Configure OAuth2 access token for authorization: googleoauth
api.instance$apiClient$accessToken <- 'TODO_YOUR_ACCESS_TOKEN';
api.instance$Error()

Parameters

This endpoint does not need any parameter.

Return type

void (empty response body)

Authorization

googleoauth

HTTP request headers

HTTP response details

| Status code | Description | Response headers | |-------------|-------------|------------------| | 503 | Service Unavailable | - |

Health

Health()

A health status endpoint for load balancing purposes

Example

library(openapi)


#A health status endpoint for load balancing purposes 
api.instance <- StatusApi$new()
# Configure OAuth2 access token for authorization: googleoauth
api.instance$apiClient$accessToken <- 'TODO_YOUR_ACCESS_TOKEN';
api.instance$Health()

Parameters

This endpoint does not need any parameter.

Return type

void (empty response body)

Authorization

googleoauth

HTTP request headers

HTTP response details

| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | Success | - |

Status

SystemStatus Status()

An orchestrated status check that includes a health report of underlying systems

Example

library(openapi)


#An orchestrated status check that includes a health report of underlying systems 
api.instance <- StatusApi$new()
# Configure OAuth2 access token for authorization: googleoauth
api.instance$apiClient$accessToken <- 'TODO_YOUR_ACCESS_TOKEN';
result <- api.instance$Status()
dput(result)

Parameters

This endpoint does not need any parameter.

Return type

SystemStatus

Authorization

googleoauth

HTTP request headers

HTTP response details

| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | This service is healthy; check payload for subsystem health. | - | | 500 | This service is not healthy; therefore, payload may be missing or incomplete. | - |



vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.