Migrate Singleton

post

/management/weblogic/{version}/domainRuntime/migratableServiceCoordinatorRuntime/migrateSingleton

Migrates the singleton service specified by the SingletonServiceMBean to the destination server. This method assumes that the source and the destination server are up and running. Precondition: The SingletonServiceMBean must contain at least one server. The destination server must be a member of the SingletonServiceMBean'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

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain the following fields:

Root Schema : Arguments
Type: object
Title: Arguments
Show Source
Nested Schema : Server Reference
Type: array
Title: Server Reference
Contains the server reference.

- the new server where the singleton service shall be activated

Show Source
Nested Schema : Singleton Service Reference
Type: array
Title: Singleton Service Reference
Contains the singleton service reference.

- SingletonService to be migrated to the destination server. THIS MUST BE A CONFIG MBEAN

Show Source
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

200 Response

Returns the following fields:

Back to Top