List Worker Clusters
clusters_list_workers(limit = NULL, page_num = NULL, order = NULL,
order_dir = NULL)
integer optional. Number of results to return. Defaults to its maximum of 50.
integer optional. Page number of the results to return. Defaults to the first page, 1.
string optional. The field on which to order the result set. Defaults to id. Must be one of: id, created_at.
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc.
An array containing the following fields:
integer, The ID of this cluster.
string, The EC2 instance types in this cluster.
integer, The minimum number of instances in this cluster.
integer, The maximum number of instances in this cluster.
string, The AWS region that this cluster is in.
integer, The number of jobs currently being run in the cluster.
integer, The number of jobs currently waiting to be run on the cluster.