List available update channels.
Path Parameters
organisationSlug
Requiredstring"^[a-z0-9-]+$"
Query Parameters
pageable
RequiredobjectOptional. When omitted: pageSize=50, pageNumber=0, sortDirection=ASC
Response Body
Request was successfully processed. The response body contains the requested data.
TypeScript Definitions
Use the response body type in TypeScript.
totalElements
integer"int64"
totalPages
integer"int32"
first
booleanlast
booleansize
integer"int32"
content
array<object>number
integer"int32"
sort
objectnumberOfElements
integer"int32"
pageable
objectempty
booleanRequest a cluster upgrade. POST
This endpoint is used to schedule or reschedule a cluster upgrade. Using the request body, you can: • Specify a desired start date and time for the upgrade using the scheduleRequestDate property. • Indicate whether the scheduler should bypass configured maintenance windows using the ignoreMaintenanceSchedule property. If ignoreMaintenanceSchedule is set to false, the scheduler will respect the configured maintenance windows and use the provided scheduleRequestDate as the starting point (“from date”) to determine the next available maintenance window.
Add a user. POST
This method now is a no-operation method, for backwards compatability. Subject to removal.