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 Top

Response

Supported Media Types

200 Response

A successful request that returns Coherence JMX management settings
Body ()
Root Schema : jmxManagement
Type: object
Show Source
  • The number of milliseconds that the MBeanServer will keep a remote model snapshot before refreshing.
  • Read Only: true
    The location of the MBean server
  • The total number of snapshots retrieved since the statistics were last reset.
  • The number of times the MBean server predictively refreshed information and the information was not accessed.
  • Specifies whether or not the refresh-on-query MBeanServer is configured. If this is true then the RefreshPolicy value should be `refresh-onquery`.
  • 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`.
  • The number of times the MBeanServer used a predictive (refresh-behind, refresh-ahead, refresh-onquery) algorithm to refresh MBean information.
  • The number of times this management node has timed out while attempting to refresh remote MBean attributes.
  • The total number of remote notifications received for all MBeans by this node since the last time the statistics were reset.
  • Read Only: true
    Allowed Values: [ "Management" ]
    The type of the MBean
Back to Top