Clusters
List clusters in an organisation.
GET
/
api
/v1
/orgs
/{organisationSlug}
/clusters
Path Parameters
organisationSlug
Requiredstring
Pattern:
"^[a-z0-9-]+$"
Query Parameters
maintenanceSchedule
string
Optional. Default empty. If provided, filters clusters by the given maintenance schedule.
Format:
"uuid"
includeDetails
boolean
Optional. Default false. If true, returns actual cluster status in response.
Default:
true
pageable
Requiredobject
Optional. When omitted: pageSize=50, pageNumber=0, sortDirection=ASC
Request was successfully processed. The response body contains the requested data.