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

get.status(server)

Arguments

server

Server object obtained using the connect() function

Value

Response obtained from the /api/status endpoint

Author

Tezan Sahu

Examples

server <- connect(url="http://pecan.localhost:80", username="carya", password="illinois")
res <- get.status(server)
#> Sorry! Server not responding.