Perform a safe (i.e. error-checked) HTTP GET request to an H2O cluster.
Source:R/communication.R
dot-h2o.doSafeGET.RdThis function validates that no CURL error occurred and that the HTTP response code is successful. If a failure occurred, then stop() is called with an error message. Since all necessary error checking is done inside this call, the valid payload is directly returned if the function successfully finishes without calling stop().
Arguments
- h2oRestApiVersion
(Optional) A version number to prefix to the urlSuffix. If no version is provided, a default version is chosen for you.
- urlSuffix
The partial URL suffix to add to the calculated base URL for the instance
- parms
(Optional) Parameters to include in the request
- ...
(Optional) Additional parameters.