Upgrade Multiple Software Clusters
Released in v7.0.0.0Upgrade a set of clusters to its corresponding specific version.
Request
URLURL
Header Parameters
Header Parameters
Request Body
map of NamespaceManagementSoftwareClustersUpgradeSpec of type application/json (required){
"desired_version": "string"
}
Version number the cluster is going to be upgraded to.
If true, the upgrade workflow will ignore any pre-check warnings and proceed with the upgrade. If unset, the upgrade workflow will not ignore pre-check warnings and fail the upgrade. It is equivalent to setting the value to false. The workflow adopts a conservative approach of failing the upgrade if unset to solely let the user decide whether to force the upgrade despite the warnings.
Response
Response BodyResponse Body
map
of
NamespaceManagementSoftwareClustersResult
of type application/json
Pre-check result when invoking upgrade for each cluster. The key in the result map will be an identifier for the resource type: ClusterComputeResource.
{
"res": "enum"
}
The result of batch upgrade method.
Possible values are:
Exception when cluster pre-check failed during upgrade invocation. This field is optional and it is only relevant when the value of Clusters.Result.res is REJECTED.