Get information about all clusters from the Enterprise Steam interface

h2osteam.get_h2o_clusters(conn)

Arguments

conn

The SteamConnection object obtained by h2osteam.login.

Value

The list of H2O clusters.

Examples

if (FALSE) { conn <- h2osteam.login(url = "https://steam.h2o.ai:9555", username = "user01", password = "token-here") clusters <- h2osteam.get_h2o_clusters(conn) print(clusters) }