upgradePathEligibility
Checks whether the upgrade path from a cluster's current version to the to the target version is eligible for the given operation without initiating any download or upgrade. Returns all blocking reasons if the path is not eligible.
Arguments
| Argument | Type | Description |
|---|---|---|
| clusterUuid (required) | UUID! | Specifies the cluster UUID. |
| targetVersion (required) | String! | The CDM version to upgrade to (e.g. "9.5.0"). |
| operation (required) | String! | The operation to validate: "download" or "upgrade". |