API Methods for clusters.
Return information for the specified cluster.
| Parameters: | cluster_name (String) – Name of the cluster. Cluster names are 1-64 characters A-Z, a-z, 0-9, -, . and _. Ensure this value has at most 64 characters. |
|---|---|
| Returns: | a dictionary with the following keys:
|
Returns a list of clusters.
| Parameters: | enabled (Boolean, Optional) – Only return enabled/disabled clusters. |
|---|---|
| Returns: | a list of dictionaries where each is as described in cluster.info() |