Modify This Coherence Federation Params
post
/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceFederationParams
Modify this coherence federation params.
Request
Supported Media Types
- application/json
Path Parameters
-
name(required): string
The name property of the instance in the collection.
-
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 modified coherence federation params model.
Root Schema : Coherence Federation Params
Type:
Show Source
object
-
federationTopology:
string
Default Value:
none
Allowed Values:[ "none", "active-active", "active-passive", "passive-active" ]
The federation topology.
-
remoteCoherenceClusterListenPort:
integer(int32)
Default Value:
7574
The Coherence Cluster Listen Port of the remote participant.
-
remoteCoherenceClusterName:
string
The Coherence Cluster Name of the remote participant cluster.
-
remoteParticipantHosts:
array Items
Title:
Items
The list of remote participant hosts, who will be added as participants in the federation topology.
Nested Schema : Items
Type:
array
Title:
Items
The list of remote participant hosts, who will be added as participants in the federation topology.
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.