NamespaceManagementSoftwareClustersResult

The Clusters.Result structure contains the result of batch upgrade method.


Properties

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: STARTEDREJECTED


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.

JSON Example

{
	"res": "STARTED"
}

Feedback

Was this page helpful?