NamespaceManagementSoftwareClustersResult
The Clusters.Result structure contains the result of batch upgrade method.
Properties
object
exception
Optional
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.
res
Required
The Clusters.Result.Res enumerated type represents the upgrade invocation result for each cluster.
STARTED : Upgrade is started.
REJECTED : Upgrade is rejected. This implies pre-check failed when invoking upgrade of the cluster.
Possible values are: STARTED , REJECTED
JSON Example
{
"res": "STARTED"
}