All REST Endpoints

Cache
The Cache resource provides a set of endpoints for managing Coherence caches based on the cache service instance to which it belongs. Use this resource to access operational information and performance statistics. Cache data is aggregated across all cluster members or it can be viewed for each cluster member. Applications should initially use this resource to discover caches and their associated cache names. Cache names are required to access management data.
Reset Cache Statistics by Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/caches/{cacheName}/members/{memberIdentifier}/resetStatistics
Reset Cache Statistics by Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/caches/{cacheName}/resetStatistics
Update a Cache Member
Method: post
Path: /management/coherence/cluster/services/{serviceName}/caches/{cacheName}/members/{memberIdentifier}
Update the cache configuration parameters on all the Members.
Method: post
Path: /management/coherence/cluster/services/{serviceName}/caches/{cacheName}
View Cache Information by Service
Method: get
Path: /management/coherence/cluster/services/{serviceName}/caches/{cacheName}
View Cache Member Information by Service
Method: get
Path: /management/coherence/cluster/services/{serviceName}/caches/{cacheName}/members/{memberIdentifier}
View Cache Members by Service
Method: get
Path: /management/coherence/cluster/services/{serviceName}/caches/{cacheName}/members
View Caches by Service
Method: get
Path: /management/coherence/cluster/services/{serviceName}/caches
Cache (Short Form)
The Cache (Short Form) resource provides a set of endpoints for managing Coherence caches and does not require the service name to which the cache belongs. Use this resource to access operational information and performance statistics. Cache data is aggregated across all cluster members or it can be viewed for each cluster member. Applications should initially use this resource to discover caches and their associated cache names. Cache names are required to access management data.
Reset Cache Statistics
Method: post
Path: /management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}/resetStatistics
Update Cache Member
Method: post
Path: /management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}
View Cache Information
Method: get
Path: /management/coherence/cluster/caches/{cacheName}
View Cache Member Information
Method: get
Path: /management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}
View Cache Members
Method: get
Path: /management/coherence/cluster/caches/{cacheName}/members
View Caches
Method: get
Path: /management/coherence/cluster/caches
Cluster
The Cluster resource provides a set of endpoints for managing a Coherence cluster and cluster members. Use this resource to access operational information, performance statistics and logs and to shutdown cluster members. Applications should initially use this resource to discover the cluster members and their associated member IDs. Member IDs are required to access management resources and endpoints that are specific to a cluster member.
Configure OpenTracing
Method: post
Path: /management/coherence/cluster/configureTracing
Get a get a full thread dump for the specified cluster member
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/state
Log Member State
Method: post
Path: /management/coherence/cluster/logMemberState
Log Member State
Method: post
Path: /management/coherence/cluster/members/{memberIdentifier}/logMemberState
Log the Cluster State
Method: post
Path: /management/coherence/cluster/logClusterState
Perform a Cluster wide Java Flight Recorder (JFR) operation
Method: post
Path: /management/coherence/cluster/diagnostic-cmd/{jfrCmd}
Perform a Heap Dump
Method: post
Path: /management/coherence/cluster/dumpClusterHeap
Perform a Heap Dump for a Cluster Member
Method: post
Path: /management/coherence/cluster/members/{memberIdentifier}/dumpHeap
Perform a JFR operation for a Cluster Member
Method: post
Path: /management/coherence/cluster/members/{memberIdentifier}/diagnostic-cmd/{jfrCmd}
Reset Member Statistics
Method: post
Path: /management/coherence/cluster/members/{memberIdentifier}/resetStatistics
Reset Member Statistics for all the members
Method: post
Path: /management/coherence/cluster/resetStatistics
Shutdown a Cluster Member
Method: post
Path: /management/coherence/cluster/members/{memberIdentifier}/shutdown
Shutdown the Cluster
Method: post
Path: /management/coherence/cluster/shutdown
Track the Weakest Cluster Member
Method: post
Path: /management/coherence/cluster/members/{memberIdentifier}/networkStats/trackWeakest
Track the Weakest Cluster Member for all the members
Method: post
Path: /management/coherence/cluster/networkStats/trackWeakest
Update a Member
Method: post
Path: /management/coherence/cluster/members/{memberIdentifier}
Update cluster configuration parameters on all the Members.
Method: post
Path: /management/coherence/cluster
View Cluster Information
Method: get
Path: /management/coherence/cluster
View Cluster Members
Method: get
Path: /management/coherence/cluster/members
View JVM details and system properties for the specified cluster member
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/environment
View Member Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}
View Network Statistics Between Members
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/networkStats
Coherence*Web
The Coherence*Web resource provides a set of endpoints for managing caches that are used for storing HTTP session data. Use this resource to access operational information and performance statistics. Management data is aggregated across all cluster members or it can be viewed for each cluster member. Applications should initially use this resource to discover web application IDs. Application IDs are required to access management data. This API is available only when you use the Coherence Enterprise Edition.
Clear Stored Coherence*Web Application Member Configuration
Method: post
Path: /management/coherence/cluster/webApplications/{appId}/members/{memberIdentifier}/clearStoredConfiguration
View Coherence*Web Application Information
Method: get
Path: /management/coherence/cluster/webApplications/{appId}
View Coherence*Web Application Member Information
Method: get
Path: /management/coherence/cluster/webApplications/{appId}/members/{memberIdentifier}
View Coherence*Web Application Members
Method: get
Path: /management/coherence/cluster/webApplications/{appId}/members
View Coherence*Web Applications
Method: get
Path: /management/coherence/cluster/webApplications
Executor
The Executor resource provides a set of endpoints for managing executor service. Use this resource to access operational information and performance statistics for executor operations.
Reset Executor Statistics
Method: post
Path: /management/coherence/cluster/executors/{executorName}/resetStatistics
Update Executor
Method: post
Path: /management/coherence/cluster/executors/{executorName}
View Executor Information
Method: get
Path: /management/coherence/cluster/executors/{executorName}
View Executor Member Information
Method: get
Path: /management/coherence/cluster/executors/members/{memberId}
View Executor Members
Method: get
Path: /management/coherence/cluster/executors/members
View Executors
Method: get
Path: /management/coherence/cluster/executors
Federation
The Federation resource provides a set of endpoints for managing federation for a service. Use this resource to access operational information and performance statistics and to perform federation operations. This API is available only when you use the Coherence Grid Edition.
Pause Federation
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/pause
Pause Federation to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/pause
Replicate All Caches to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/replicateAll
Reset Incoming Statistics of a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}/resetStatistics
Reset Outgoing Statistics of a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants/{participantName}/resetStatistics
Start Federation
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/start
Start Federation After Synchronizing
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/startWithSync
Start Federation to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/start
Start Federation to a Participant After Synchronizing
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/startWithSync
Start Federation With No Backlog
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/startWithNoBacklog
Start Federation With no Backlog to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/startWithNoBacklog
Stop Federation
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/stop
Stop Federation to a Participant
Method: post
Path: /management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/stop
View Federation Coordinator Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/federation
View Federation State
Method: get
Path: /management/coherence/cluster/services/{serviceName}/federation/state
View Incoming Statistics
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants
View Incoming Statistics of a Participant
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}
View Outgoing Statistics
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants
View Outgoing Statistics of a Participant
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants/{participantName}
View Pending Incoming Message Count
Method: get
Path: /management/coherence/cluster/services/{serviceName}/federation/pendingIncomingMessages
View Pending Outgoing Message Count
Method: get
Path: /management/coherence/cluster/services/{serviceName}/federation/pendingOutgoingMessages
Health
The Health resource provides a set of endpoints for querying the status of health checks.
Check liveness of all the health checks
Method: get
Path: /management/coherence/cluster/health/live
Check readiness of all the health checks
Method: get
Path: /management/coherence/cluster/health/ready
Check safe status of all the health checks
Method: get
Path: /management/coherence/cluster/health/safe
Check started status of all the health checks
Method: get
Path: /management/coherence/cluster/health/started
View a named health check
Method: get
Path: /management/coherence/cluster/health/{healthIdentifier}
View the List of health checks
Method: get
Path: /management/coherence/cluster/health
View the List of health checks for a specific member
Method: get
Path: /management/coherence/cluster/health/members/{memberIdentifier}
View the List of health checks for all members
Method: get
Path: /management/coherence/cluster/health/members
View the specific health check in a specific members
Method: get
Path: /management/coherence/cluster/health/{healthIdentifier}/members/{memberIdentifier}
View the specific health check in all members
Method: get
Path: /management/coherence/cluster/health/{healthIdentifier}/members
HotCache
The HotCache resource provides a set of endpoints for managing caches that are integrated with Oracle GoldenGate. Use this resource to access operational information. This API is available only when you use the Coherence Grid Edition.
View HotCache Member Information
Method: get
Path: /management/coherence/cluster/hotcache/members/{memberIdentifier}
View HotCache Members
Method: get
Path: /management/coherence/cluster/hotcache/members
JMX
The JMX management resource provides a set of endpoints for viewing and changing how Coherence JMX management is configured.
Update JMX Management Information
Method: post
Path: /management/coherence/cluster/management
View JMX Management Information
Method: get
Path: /management/coherence/cluster/management
Journal
The Journal resource provides a set of endpoints for managing Elastic Data journals that are used to store cache data. Use this resource to access operational information and performance statistics and to force journals to remove stale values. Cache data is aggregated across all cluster members or it can be viewed for each cluster member. This API is available only when you use the Coherence Grid Edition.
Compact a Flash Journal Member
Method: post
Path: /management/coherence/cluster/journal/flash/members/{memberIdentifier}/compact
Compact a RAM Journal Member
Method: post
Path: /management/coherence/cluster/journal/ram/members/{memberIdentifier}/compact
Compact Flash Journal
Method: post
Path: /management/coherence/cluster/journal/flash/compact
Compact RAM Journal
Method: post
Path: /management/coherence/cluster/journal/ram/compact
Flash Journal Member Information
Method: get
Path: /management/coherence/cluster/journal/flash/members/{memberIdentifier}
RAM Journal
Method: get
Path: /management/coherence/cluster/journal/ram
RAM Journal Members
Method: get
Path: /management/coherence/cluster/journal/ram/members
Reset Flash Journal Statistics
Method: post
Path: /management/coherence/cluster/journal/flash/resetStatistics
Reset RAM Journal Statistics
Method: post
Path: /management/coherence/cluster/journal/ram/resetStatistics
View Flash Journal
Method: get
Path: /management/coherence/cluster/journal/flash
View Flash Journal Members
Method: get
Path: /management/coherence/cluster/journal/flash/members
View RAM Journal Member Information
Method: get
Path: /management/coherence/cluster/journal/ram/members/{memberIdentifier}
Persistence
The Persistence resource provides a set of endpoints for managing persistence for a service. Use this resource to access operational information and to perform persistence operations.
Create a Snapshot
Method: post
Path: /management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}
Create a Snapshot across all Services
Method: post
Path: /management/coherence/cluster/services/persistence/snapshots/{snapshotName}
Create a Snapshot Archive
Method: post
Path: /management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName}
Delete a snapshot
Method: delete
Path: /management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}
Delete a Snapshot Archive
Method: delete
Path: /management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName}
Recover a Snapshot
Method: post
Path: /management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}/recover
Retrieve a Snapshot Archive
Method: post
Path: /management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName}/retrieve
View Persistence Coordinator Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/persistence
View Snapshot Archive Stores
Method: get
Path: /management/coherence/cluster/services/{serviceName}/persistence/archiveStores/{snapshotName}
View Snapshot Archives
Method: get
Path: /management/coherence/cluster/services/{serviceName}/persistence/archives
View Snapshots
Method: get
Path: /management/coherence/cluster/services/{serviceName}/persistence/snapshots
Platform
The Platform resource provides a set of endpoints for managing the JVMs and operating systems on which Coherence cluster members run. Use this resource to access operational information. JVM Memory data can be aggregated across all cluster members or it can be viewed for each cluster member. When querying GarbageCollectorMXBean or MemoryPoolMXBean, use the appropriate attribute names in the path for the GC used by the JVM. As examples, we documented Parallel GC (PS) and G1 GC (G1).
View Aggregated Platform Memory
Method: get
Path: /management/coherence/cluster/platform/memory
View Compressed Class Space Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/compressedClassSpace
View G1 Codecache Manager Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1CodeCacheManager
View G1 Eden Space Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1EdenSpace
View G1 Metaspace Manager Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1MetaSpaceManager
View G1 Non-profiled Methods Code Heap Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1CodeHeapNonNMethods
View G1 Old Gen Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1OldGen
View G1 Old Generation Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1OldGeneration
View G1 Profiled Methods Code Heap Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1CodeHeapProfiledNMethods
View G1 Survivor Space Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1SurvivorSpace
View G1 Young Generation Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/g1YoungGeneration
View JVM Memory Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/memory
View Metaspace Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/metaSpace
View OS Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/operatingSystem
View PS Code Cache Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/codeCache
View PS Eden Space Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/psEdenSpace
View PS Mark Sweep Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/psMarkSweep
View PS Old Gen Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/psOldGen
View PS Scavenge Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/psScavenge
View PS Survivor Space Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/psSurvivorSpace
View Runtime Information
Method: get
Path: /management/coherence/cluster/members/{memberIdentifier}/platform/runtime
Reporter
The operations from the Reporter category.
Reset Reporter Statistics of a member
Method: post
Path: /management/coherence/cluster/reporters/{memberIdentifier}/resetStatistics
Reset Reporter Statistics on all cluster members
Method: post
Path: /management/coherence/cluster/reporters/resetStatistics
Start the Reporter
Method: post
Path: /management/coherence/cluster/reporters/{memberIdentifier}/start
Start the Reporter on all cluster members
Method: post
Path: /management/coherence/cluster/reporters/start
Stop the Reporter
Method: post
Path: /management/coherence/cluster/reporters/{memberIdentifier}/stop
Stop the Reporter on all the cluster members
Method: post
Path: /management/coherence/cluster/reporters/stop
Update Reporter configuration parameters on all the Members
Method: post
Path: /management/coherence/cluster/reporters
Update Reporter Information of a Member
Method: post
Path: /management/coherence/cluster/reporters/{memberIdentifier}
View Reporter Information of a Member
Method: get
Path: /management/coherence/cluster/reporters/{memberIdentifier}
View Reporter Members
Method: get
Path: /management/coherence/cluster/reporters
Search
The Search resource provides a single endpoint for searching the entire Coherence management API hierarchy.
Search the Management API
Method: post
Path: /management/coherence/cluster/search
Service
The Service resource provides a set of endpoints for managing the services that are running in a Coherence cluster. Use this resource to access operational information and performance statistics and to control the lifecycle of services. Applications should initially use this resource to discover the services in a cluster and their associated service names. Service names are required to access management resources and endpoints that are specific to a service.
Reset Connection Manager Statistics
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy/resetStatistics
Reset Service Statistics
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/resetStatistics
Reset Service Statistics
Method: post
Path: /management/coherence/cluster/services/{serviceName}/resetStatistics
Resume a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/resume
Shutdown a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/shutdown
Shutdown a Service on all the cluster members
Method: post
Path: /management/coherence/cluster/services/{serviceName}/shutdown
Start a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/start
Start a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/start
Stop a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/stop
Stop a Service on all the cluster members
Method: post
Path: /management/coherence/cluster/services/{serviceName}/stop
Suspend a Service
Method: post
Path: /management/coherence/cluster/services/{serviceName}/suspend
Update Service Information
Method: post
Path: /management/coherence/cluster/services/{serviceName}
View Proxy Service Connection Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy/connections
View Proxy Service Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy
View Service Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}
View Service Member Distribution State
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/distributionState
View Service Member Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}
View Service Member Ownership Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/ownership
View Service Members
Method: get
Path: /management/coherence/cluster/services/{serviceName}/members
View the List of Services
Method: get
Path: /management/coherence/cluster/services
Storage Managers
The operations from the Storage Managers category.
Clear Cache
Method: post
Path: /management/coherence/cluster/services/{serviceName}/storage/{cacheName}/clear
Clear Cache
Method: post
Path: /management/coherence/cluster/storage/{cacheName}/clear
Reset Storage Manager Statistics
Method: post
Path: /management/coherence/cluster/services/{serviceName}/storage/{cacheName}/resetStatistics
Reset Storage Manager Statistics
Method: post
Path: /management/coherence/cluster/storage/{cacheName}/resetStatistics
Truncate Cache
Method: post
Path: /management/coherence/cluster/services/{serviceName}/storage/{cacheName}/truncate
Truncate Cache
Method: post
Path: /management/coherence/cluster/storage/{cacheName}/truncate
View Storage Managers
Method: get
Path: /management/coherence/cluster/services/{serviceName}/storage
View Storage Managers
Method: get
Path: /management/coherence/cluster/storage
Topic
The Topic resource provides a set of endpoints for managing Coherence topics based on the topic service instance to which it belongs. Use this resource to access operational information and performance statistics. Topic data is aggregated across all cluster members or it can be viewed for each cluster member. Applications should initially use this resource to discover topics and their associated topic names. Topic names are required to access management data.
Ensure this subscriber is connected
Method: post
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers/{subscriberId}/connect
Force this subscriber group to disconnect all subscribers
Method: post
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscriberGroups/{subscriberGroupName}/disconnectAll
Force this subscriber to disconnect and reset itself
Method: post
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers/{subscriberId}/disconnect
Force this topic to disconnect all subscribers
Method: post
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/disconnectAll
Retrieve the count of remaining messages for each channel
Method: post
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers/{subscriberId}/remainingMessages
Retrieve the current head positions for each channel
Method: post
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers/{subscriberId}/heads
Send a channel populated notification to this subscriber
Method: post
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers/{subscriberId}/notifyPopulated
Use this endpoint to view a list of topics in the cluster
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics
View Topic Channels
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/channels
View Topic Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}
View Topic Member Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/members/{memberIdentifier}
View Topic Members
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/members
View Topic Subscriber Group
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscriberGroups/{subscriberGroupName}
View Topic Subscriber Groups
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscriberGroups
View Topic Subscribers
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers
View Topic Subscribers
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers/{subscriberId}
View Topic Subscribers in the subscriber group
Method: get
Path: /management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscriberGroups/{subscriberGroupName}/subscribers
Topic (Short Form)
The Topic (Short Form) resource provides a set of endpoints for managing Coherence topics and does not require the service name to which the topic belongs. Use this resource to access operational information and performance statistics. Topic data is aggregated across all cluster members or it can be viewed for each cluster member. Applications should initially use this resource to discover topics and their associated topic names. Topic names are required to access management data.
Ensure this subscriber is connected
Method: post
Path: /management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/connect
Force this subscriber group to disconnect all subscribers
Method: post
Path: /management/coherence/cluster/topics/{topicName}/subscriberGroups/{subscriberGroupName}/disconnectAll
Force this subscriber to disconnect and reset itself
Method: post
Path: /management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/disconnect
Force this topic to disconnect all subscribers
Method: post
Path: /management/coherence/cluster/topics/{topicName}/disconnectAll
Retrieve the count of remaining messages for each channel
Method: post
Path: /management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/remainingMessages
Retrieve the current head positions for each channel
Method: post
Path: /management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/heads
Send a channel populated notification to this subscriber
Method: post
Path: /management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/notifyPopulated
Use this endpoint to view a list of topics in the cluster
Method: get
Path: /management/coherence/cluster/topics
View Topic Channels
Method: get
Path: /management/coherence/cluster/topics/{topicName}/channels
View Topic Information
Method: get
Path: /management/coherence/cluster/topics/{topicName}
View Topic Member Information
Method: get
Path: /management/coherence/cluster/topics/{topicName}/members/{memberIdentifier}
View Topic Members
Method: get
Path: /management/coherence/cluster/topics/{topicName}/members
View Topic Subscriber Group
Method: get
Path: /management/coherence/cluster/topics/{topicName}/subscriberGroups/{subscriberGroupName}
View Topic Subscriber Groups
Method: get
Path: /management/coherence/cluster/topics/{topicName}/subscriberGroups
View Topic Subscribers
Method: get
Path: /management/coherence/cluster/topics/{topicName}/subscribers
View Topic Subscribers
Method: get
Path: /management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}
View Topic Subscribers in the subscriber group
Method: get
Path: /management/coherence/cluster/topics/{topicName}/subscriberGroups/{subscriberGroupName}/subscribers