Migrate ( Migratable Target, Destination, Source Up, Destination Up )
/management/weblogic/{version}/domainRuntime/migratableServiceCoordinatorRuntime/migrate
Migrates all services deployed to the migratableTarget to the destination server. Use this method if either the source or the destination or both are not running. Precondition: The migratableTarget must contain at least one server. The destination server must be a member of the migratableTarget's list of candidate servers. If automatic migration mode is disabled, the destination server must not be the currently hosting server (i.e. head of candidate list of the migratableTarget). Postcondition: If automatic migration mode is disabled and if the migration succeeded, the head of the candidate server list in the migratableTarget will be the destination server.
Request
- application/json
 
- 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
- 
                        X-Requested-By: string
                        
                        The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
 
Must contain the following fields:
objectArguments- 
            destination(optional): 
            array  Server Reference
            
            Title:
Server ReferenceContains the server reference.- the new server where the services deployed to migratableTarget shall be activated
 - 
            destinationUp(optional): 
            boolean
            
- the destination server is up and running.
 - 
            migratableTarget(optional): 
            array  Migratable Target Reference
            
            Title:
Migratable Target ReferenceContains the migratable target reference.- all services targeted to this target are to be migrated to the destination server. THIS MUST BE A CONFIG MBEAN
 - 
            sourceUp(optional): 
            boolean
            
- the currently active server is up and running. If false, the administrator must ensure that the services deployed to migratableTarget are NOT active.
 
arrayServer Reference- the new server where the services deployed to migratableTarget shall be activated
arrayMigratable Target Reference- all services targeted to this target are to be migrated to the destination server. THIS MUST BE A CONFIG MBEAN
- 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role. 
Response
200 Response
Returns the following fields: