h2osteam.get_h2o_clusters.Rd
Get information about all clusters from the Enterprise Steam interface
h2osteam.get_h2o_clusters(conn)
conn | The |
---|
The list of H2O clusters.
if (FALSE) { conn <- h2osteam.login(url = "https://steam.h2o.ai:9555", username = "user01", password = "token-here") clusters <- h2osteam.get_h2o_clusters(conn) print(clusters) }