Enable Cross DC Move
If your custom datacenter includes clusters from multiple datacenters within the same vCenter, you can enable cross datacenter move to ensure optimization occurs across datacenter boundaries.
NOTE: This API is only applicable for custom datacenters
Request
            
                URI
                    
                                PUT                            
                            https://{api_host}/suite-api/api/optimization/workloadplacement/{dataCenterId}/crossdcmove/enable
                            COPY
                    Path Parameters
                                        
            
            
                                    string
                
                
            
        
        
                dataCenterId            
                            Required
            
            
        ID of the dataCenter
Responses
                        
                200            
            
        Cross datacenter move enabled successfully
Operation doesn't return any data structure
            
            
                    Code Samples
                    COPY
                                    curl -X PUT -H 'Authorization: <value>' https://{api_host}/suite-api/api/optimization/workloadplacement/{dataCenterId}/crossdcmove/enable
                
            