API methods for cluster services.
Disable the given Cluster Service.
Parameters: |
|
---|---|
Returns: | If the service is enabled, a dictionary as described in job.status(). |
Raises : | May raise ApiErrorDoesNotExist if the cluster or Cluster Service does not exist. |
Enable the given Cluster Service.
Parameters: |
|
---|---|
Returns: | If the service is disabled, a dictionary as described in job.status(). |
Raises : | May raise ApiErrorDoesNotExist if the cluster or Cluster Service does not exist. |
Describe a cluster service
Parameters: |
|
---|---|
Returns: | a dictionary with the following keys:
|
Raises : | May raise ApiErrorDoesNotExist if the cluster or Cluster Service does exist. |
List the services in a 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 list of dictionaries where each is as described in cluster.service.info() |
Raises : | May raise ApiErrorDoesNotExist if the cluster does not exist. |
View cluster status as a graph, in PNG format.
Parameters: |
|
---|---|
Returns: | a dictionary with the following keys:
|