get.status: Gets general information about PEcAn & the details of the...

View source: R/get.status.R

get.statusR Documentation

Gets general information about PEcAn & the details of the database host

Description

Obtain general information about PEcAn & the details of the database host Hits the ⁠/api/status⁠ API endpoint

Usage

get.status(server)

Arguments

server

Server object obtained using the connect() function

Value

Response obtained from the ⁠/api/status⁠ endpoint

Author(s)

Tezan Sahu

Examples

server <- connect(url="http://pecan.localhost:80", username="carya", password="illinois")
res <- get.status(server)

PecanProject/rpecanapi documentation built on April 2, 2024, 8:17 a.m.