NamespaceManagement_Software_Clusters_Result

NamespaceManagement_Software_Clusters_Result
NamespaceManagement_Software_Clusters_Result

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

JSON Example
{
    "res": "string",
    "exception": {}
}
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.

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.