List clusters
List clusters in an Organization.
Path parameters
The Organization’s unique ID.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
A list of names for Clusters to filter by. The API returns details only for the specified Clusters.
The cloud provider to list clusters for. Clusters from other providers will be filtered out of the results.
The number of results to skip before returning values.
The maximum number of results to return.
A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc
or <fieldName>:desc
.
Response
OK
The list of clusters in the current page.
The maximum number of clusters in one page.
The offset of the current page of clusters.
The total number of clusters.