Find a scheduled cluster upgrade by identity.
Path Parameters
organisationSlug
RequiredobjectscheduledClusterUpgradeIdentity
Requiredstring"uuid"
Response Body
Request was successfully processed. The response body contains the requested data.
TypeScript Definitions
Use the response body type in TypeScript.
identity
string"uuid"
clusterIdentity
string"uuid"
createdAt
string"date-time"
modifiedAt
string"date-time"
windowStart
string"date-time"
windowEnd
string"date-time"
reason
stringfromClusterVersion
stringtoClusterVersion
stringstatus
string"REQUESTED" | "SCHEDULED" | "SCHEDULED_NOTIFIED" | "IN_PROGRESS" | "SUCCEEDED" | "SUPERSEDED" | "FAILED" | "MISSED"
clusterSlug
stringenvironmentSlug
stringorganisationSlug
stringscheduleRequestDate
string"date-time"
ignoreMaintenanceSchedule
booleanList scheduled cluster upgrades. Returns all scheduled cluster upgrades for an organisation when no filters are set. GET
Previous Page
Request 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.