List clusters
List clusters in an Organization.
Path parameters
organizationId
The Organization's unique ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
names
A list of names for Clusters to filter by. The API returns details only for the specified Clusters.
provider
The cloud provider to list clusters for. Clusters from other providers will be filtered out of the results.
Allowed values:
offset
The number of results to skip before returning values.
limit
The maximum number of results to return.
sorts
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
clusters
The list of clusters in the current page.
limit
The maximum number of clusters in one page.
offset
The offset of the current page of clusters.
totalCount
The total number of clusters.