Modify This Coherence Persistence Params

post

/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherencePersistenceParams

Modify this coherence persistence params.

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 modified coherence persistence params model.

Root Schema : Coherence Persistence Params
Type: object
Show Source
  • 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.

  • Default Value: on-demand
    Allowed Values: [ "on-demand", "active" ]

    The default persistence mode.

  • 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.

  • 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.

Security
Back to Top

Response

200 Response

Back to Top