Clusters
List clusters inside an environment for an organisation.
GET
/api/v1/orgs/
{organisationSlug}
/clusters/{environmentSlug}
Path Parameters
organisationSlug
Requiredstring
environmentSlug
Requiredstring
Query Parameters
show-compute
boolean
Optional. Default false. If true, returns accumulated compute information of environment in response.
Default:
false
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.