Modify This Coherence Persistence Params
/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherencePersistenceParams
Modify this coherence persistence params.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
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 modified coherence persistence params model.
object
-
activeDirectory:
string
The active directory for the default persistence environment. If no value is specified, the directory which will be used is the coherence/active sub-directory under Domain Home directory.
-
backupDirectory:
string
The backup directory for the default persistence environment. If no value is specified, the directory which will be used is the coherence/backup sub-directory under Domain Home directory.
-
defaultPersistenceMode:
string
Default Value:
on-demand
Allowed Values:[ "on-demand", "active", "active-backup", "active-async" ]
The default persistence mode.
-
eventsDirectory:
string
The events directory for the default persistence environment used to store durable events. If no value is specified, the directory which will be used is the coherence/events sub-directory under Domain Home directory.
-
snapshotDirectory:
string
The snapshot directory for the default persistence environment. If no value is specified, the directory which will be used is coherence/snapshot sub-directory under Domain Home directory.
-
trashDirectory:
string
The trash directory for the default persistence environment. If no value is specified, the directory which will be used is coherence/trash sub-directory under Domain Home directory.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.