View JMX Management Information
get
/management/coherence/cluster/management
Use this endpoint to view operational settings that control Coherence JMX management.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A successful request that returns Coherence JMX management settings
Root Schema : jmxManagement
Type:
Show Source
object
-
expiryDelay(optional):
integer(int64)
The number of milliseconds that the MBeanServer will keep a remote model snapshot before refreshing.
-
location(optional):
string
Read Only:
true
The location of the MBean server -
refreshCount(optional):
integer(int64)
The total number of snapshots retrieved since the statistics were last reset.
-
refreshExcessCount(optional):
integer(int64)
The number of times the MBean server predictively refreshed information and the information was not accessed.
-
refreshOnQuery(optional):
string
Specifies whether or not the refresh-on-query MBeanServer is configured. If this is true then the RefreshPolicy value should be `refresh-onquery`.
-
refreshPolicy(optional):
string
The policy used to determine the behavior when refreshing remote models. Valid values are: refresh-ahead, refresh-behind, refresh-expired, refresh-onquery. Invalid values will convert to `refresh-expired`.
-
refreshPredictionCount(optional):
integer(int64)
The number of times the MBeanServer used a predictive (refresh-behind, refresh-ahead, refresh-onquery) algorithm to refresh MBean information.
-
refreshTimeoutCount(optional):
integer(int64)
The number of times this management node has timed out while attempting to refresh remote MBean attributes.
-
remoteNotificationCount(optional):
integer(int64)
The total number of remote notifications received for all MBeans by this node since the last time the statistics were reset.
-
type(optional):
string
Read Only:
true
Allowed Values:[ "Management" ]
The type of the MBean