Vcha Cluster APIs
The Cluster service provides operations to deploy and undeploy a vCenter High Availability (VCHA) cluster, failover from the active VCHA node to the passive VCHA node, and retrieve the status of the VCHA cluster.
Operations
                                            
                    
                            POST                        
                        
                                Deploy Vcha Cluster Async                                                            
                                                            
                                    Prepares, clones, and configures a VCHA cluster.                                
                                                    
                            POST                        
                        
                                Failover Vcha Cluster Async                                                            
                                                            
                                    Initiates failover from the active vCenter node to the passive node. 
 For forced failover, Active node immediately initiates a failover. This may result into a data loss after failover. 
 For planned failover, Active node flushes all the state to the Passive node, waits for the flush to complete before causing a failover. After the failover, Passive node starts without any data loss. 
 A failover is allowed only in the following cases: 
   1.  Cluster's mode is enabled and all cluster members are present.
   2.  Cluster's mode is maintenance and all cluster members are present.
                                
                                                    
                            POST                        
                        
                                Get Vcha Cluster                                                            
                                                            
                                    Retrieves the status of a VCHA cluster.                                
                                                    
                            POST                        
                        
                                Undeploy Vcha Cluster Async                                                            
                                                            
                                    Destroys the VCHA cluster and removes all VCHA specific information from the VCVA appliance. Optionally, the passive and witness node virtual machines will be deleted only if VCHA was deployed using automatic deployment. The active node in the cluster continues to run as a standalone VCVA appliance after the destroy operation has been performed. 
 If the VCHA cluster is in a transition state and not configured, then the VCHA cluster specific information is removed.
                                
                                                    