Shutdown ( Timeout, Ignore Sessions, Wait For All Sessions )
/management/weblogic/{version}/serverRuntime/shutdown
Gracefully shuts down the server after handling inflight work; optionally ignores pending HTTP sessions while handling inflight work.
The following inflight work is allowed to complete before shutdown:
Pending transaction's and TLOG checkpoint
Pending HTTP sessions
Pending JMS work
Pending work in the execute queues
RMI requests with transaction context
Further administrative calls are accepted while the server is completing inflight work. For example a forceShutdown command can be issued to quickly shutdown the server if graceful shutdown takes a long time.
Request
- application/json
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): 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:
object
Arguments
-
ignoreSessions:
boolean
true
indicates ignore pending HTTP sessions during inflight work handling. -
timeout:
integer(int32)
Number of seconds to wait before aborting inflight work and shutting down the server.
-
waitForAllSessions:
boolean
true
indicates waiting for all HTTP sessions during inflight work handling;false
indicates waiting for non-persisted HTTP sessions only.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
200 Response
Returns the following fields: