get.status.Rd
Obtain general information about PEcAn & the details of the database host
Hits the /api/status
API endpoint
get.status(server)
Server object obtained using the connect() function
Response obtained from the /api/status
endpoint
server <- connect(url="http://pecan.localhost:80", username="carya", password="illinois")
res <- get.status(server)
#> Sorry! Server not responding.