Settings_Clusters_Enablement_Configuration_Transition_Info
The Transition.Info structure contains fields that describe the current status of transition process in the cluster.
{
"status": "string",
"state": {
"author": "string",
"start_time": "string",
"modified_time": "string",
"source": "string",
"host": {
"host": "string",
"host_info": {
"name": "string",
"is_vsan_witness": false
}
},
"filename": "string"
},
"fast_track": false
}
The Transition.Info.Status enumerated type contains the possible status codes describing the transition state of the cluster.
ENABLED : Transition has completed successfully and the cluster is managed through the desired configuration management platform.
ENABLE_IN_PROGRESS : Transition has started and Transition.enable task is running on the cluster.
NOT_ALLOWED_IN_CURRENT_STATE : Cluster is not in a state to transition to desired configuration management platform. The cluster ends up in this state if another user identified by Transition.State.author has already started transition.
NOT_STARTED : Transition has not started on the cluster.
SOFTWARE_SPECIFICATION_NOT_SET : Desired software specification is not set on the cluster. This is a pre-requisite to transition a cluster to desired configuration management platform.
STARTED : Transition has started on the cluster.
The Transition.State structure contains fields that describe the latest state of transitioning a cluster to desired configuration management platform.
Flag describing if fast transition workflow is eligible on the cluster. Fast transition allows user to enable desired configuration platform on the cluster with default configuration. The cluster is eligible if transition workflow is not started and the cluster is empty. This field is optional and it is only relevant when the value of Transition.Info.status is NOT_STARTED.