Reporter REST Endpoints
Reporter
The operations from the Reporter category.
- Reset Reporter Statistics of a member
- Method: postPath:
/management/coherence/cluster/reporters/{memberIdentifier}/resetStatistics
- Reset Reporter Statistics on all cluster members
- Method: postPath:
/management/coherence/cluster/reporters/resetStatistics
- Start the Reporter
- Method: postPath:
/management/coherence/cluster/reporters/{memberIdentifier}/start
- Start the Reporter on all cluster members
- Method: postPath:
/management/coherence/cluster/reporters/start
- Stop the Reporter
- Method: postPath:
/management/coherence/cluster/reporters/{memberIdentifier}/stop
- Stop the Reporter on all the cluster members
- Method: postPath:
/management/coherence/cluster/reporters/stop
- Update Reporter configuration parameters on all the Members
- Method: postPath:
/management/coherence/cluster/reporters
- Update Reporter Information of a Member
- Method: postPath:
/management/coherence/cluster/reporters/{memberIdentifier}
- View Reporter Information of a Member
- Method: getPath:
/management/coherence/cluster/reporters/{memberIdentifier}
- View Reporter Members
- Method: getPath:
/management/coherence/cluster/reporters