vcenter namespace management software clusters: result

The result structure contains the result of batch upgrade method.

Representation:

{
    "exception"{},
    "res""STARTED"
}

Attributes:

Name Type Description
Required
res string The result of batch upgrade method.

Represents the upgrade invocation result for each cluster. Value is one of:
STARTED: Upgrade is started.
REJECTED: Upgrade is rejected. This implies pre-check failed when invoking upgrade of the cluster.

Optional
exception exception Exception when cluster pre-check failed during upgrade invocation.

Optional. It is only relevant when res has value REJECTED. This field is optional and it is only relevant when the value of res is REJECTED.