Force Destroy Edit Session Configuration
post
/management/weblogic/{version}/domainRuntime/editSessionConfigurationManager/forceDestroyEditSessionConfiguration
Destroys an existing named edit session configuration. This will destroy the associated edit session specific MBeanServer and remove the
Unlike destroyEditSessionConfiguration(EditSessionConfigurationRuntimeMBean), this operation does not end with error in case that session contains unactivated changes, and allows to destroy even edit sessions not owned by the caller (requires admin privileges).
Request
Supported Media Types
- application/json
Path Parameters
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
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:
Root Schema : Arguments
Type:
object
Title:
Show Source
Arguments
-
editSession:
array Edit Session Configuration Runtime Reference
Title:
Edit Session Configuration Runtime Reference
Contains the edit session configuration runtime reference.Edit session to destroy.
Nested Schema : Edit Session Configuration Runtime Reference
Type:
array
Title:
Edit Session Configuration Runtime Reference
Contains the edit session configuration runtime reference.
Show Source
Edit session to destroy.
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
Response
200 Response
Returns the following fields: