View This Coherence Cluster Params
/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams
View this coherence cluster params.
Request
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: string
The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
-
excludeLinks: string
The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
-
fields: string
The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
-
links: string
The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns this coherence cluster params.
This method can return the following links:
- rel=coherenceCacheCreateForm uri=/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams/coherenceCacheCreateForm
The create form resource for this resource's coherenceCaches collection resource.
- rel=coherenceCaches uri=/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams/coherenceCaches
This resource's coherenceCaches collection resource.
- rel=coherenceClusterWellKnownAddresses uri=/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams/coherenceClusterWellKnownAddresses
This resource's coherenceClusterWellKnownAddresses singleton resource.
- rel=coherenceIdentityAsserter uri=/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams/coherenceIdentityAsserter
This resource's coherenceIdentityAsserter singleton resource.
- rel=coherenceKeystoreParams uri=/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams/coherenceKeystoreParams
This resource's coherenceKeystoreParams singleton resource.
- rel=coherenceServiceCreateForm uri=/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams/coherenceServiceCreateForm
The create form resource for this resource's coherenceServices collection resource.
- rel=coherenceServices uri=/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams/coherenceServices
This resource's coherenceServices collection resource.
object
-
clusteringMode:
string
Default Value:
unicast
Allowed Values:[ "multicast", "unicast" ]
Specifies a clustering mode of either Unicast (default) or Multicast. If multicast is undesirable or unavailable in an environment, or when an environment is not properly configured to support multicast, then setting up the Well Known Addresses (WKA) feature is required. All cluster multicast communication is disabled if any of WKA, SSL, and/or secured production mode is/are enabled.
-
clusterListenPort:
integer(int32)
Minimum Value:
0
Maximum Value:65535
Default Value:0
The cluster listen port used by Coherence; Coherence cluster members use this port to discover and join, or create the cluster. If unspecified, the Coherence cluster multicast listen port will be used.
-
globalSocketProvider:
string
Specify the Global Socket Provider name. If not specified and secured production mode is enabled, Coherence uses WebLogic SSL configuration as Global Socket Provider. Otherwise, use the specified Global Socket Provider.
-
ignoreHostnameVerification:
boolean
Default Value:
false
Check if ignore hostname verification is set. In Secured Production Mode, Coherence hostname verification is enabled by default. If WebLogic isHostnameVerificationIgnored is set, then Coherence will inherite it through this property.
-
multicastListenAddress:
string
The IP address for the cluster multicast listener.
-
securedProduction:
boolean
Default Value:
false
Specify whether secured production mode is enabled. When it is not set, Coherence inherits the Secured Production Mode from WebLogic. Once Coherence Secured Production Mode is specified (Yes or No), then Coherence will no longer inherit the mode from WebLogic
Default it to the corresponding WebLogic value:
Constraints
- secure default : true
-
securityFrameworkEnabled:
boolean
Check if security framework is enabled
-
timeToLive:
integer(int32)
Minimum Value:
0
Maximum Value:255
Default Value:4
Sets the time-to-live (TTL) setting for the multicast message. The TTL setting designates how far multicast UDP/IP packets can travel on a network. The TTL is expressed in terms of how many hops a packet survives; each network interface, router, and managed switch is considered one hop. The TTL value should be set to the lowest integer value that works. Setting the value too high can use unnecessary bandwidth on other LAN segments and can even cause the operating system or network devices to disable multicast traffic.
Typically, setting the TTL value to 1 works on a simple switched backbone. A value of 2 or more may be required on an advanced backbone with intelligent switching. A value of 0 is used for single server clusters that are used for development and testing.
-
transport:
string
Allowed Values:
[ "tmb", "tcp", "udp", "ssl", "ssludp", "sdmb", "imb" ]
Specify the underlying transport protocol to use for cluster communication. Default is SSL when secured production mode is enabled; TMB otherwise.
The transport type can be one of the following:
TMB: UDP + TMB
TCP: TCP + TMB
UDP: UDP + datagram
SSL: SSL over TCP + TMBS
SSLUDP: SSL over TCP + SSL over datagram
SDMB: UDP + SDMB
IMB: UDP + IMB
Where: "TMB: UDP + TMB" means for transport type TMB, cluster service communication uses UDP; reliable point-to-point data service communication uses TMB. The default is TMB.
The SDMB and IMB are only applicable to Exalogic environment.
-
useVirtualThreads:
boolean
Check if use virtual threads is set. If WebLogic the KernelMBean.virtualThreadEnableOption or the weblogic.kernel.useVirtualThreads system property is set, Coherence inherites it through this property.