Update Reporter Information of a Member
post
/management/coherence/cluster/reporters/{memberIdentifier}
Use this endpoint to update the configuration parameters for a reporter member.
Request
Path Parameters
-
memberIdentifier: string
An identifier of the member, it can either be the name or the nodeId of the member.
Root Schema : reporter
Type:
Show Source
object
-
autoStart(optional):
boolean
Read Only:
true
True when the Reporter starts automatically with the node. -
configFile(optional):
string
The configuration file for the Reporter.
-
currentBatch(optional):
number(int64)
The batch identifier for the Reporter.
-
intervalSeconds(optional):
number(int64)
The interval between executions in seconds.
-
lastExecuteTime(optional):
string(date-time)
Read Only:
true
The last time a report batch was executed. -
lastReport(optional):
string
Read Only:
true
The last report to execute. -
location(optional):
string
Read Only:
true
The location of the MBean server -
member(optional):
string
Name of the cluster member
-
nodeId(optional):
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
outputPath(optional):
string
The path where report output will be located.
-
reports(optional):
array reports
Read Only:
true
The list of reports executed. -
runAverageMillis(optional):
number(double)
Read Only:
true
The average batch runtime in milliseconds since the statistics were last reset. -
runLastMillis(optional):
integer(int64)
Read Only:
true
The last batch runtime in milliseconds since the statistics were last reset.. -
runMaxMillis(optional):
integer(int64)
Read Only:
true
The maximum batch runtime in milliseconds since the statistics were last reset. -
state(optional):
string
The state of the Reporter. Valid values are: Running (reports are being executed); Sleeping (reporter is sleeping between report invocations); Waiting (the reporter is waiting for the interval to complete); Starting (the reporter is being started); Stopping (the reporter is attempting to stop execution and waiting for running reports to complete); Stopped (the reporter is stopped).
-
type(optional):
string
Read Only:
true
Allowed Values:[ "Node" ]
The type of the MBean
Response
Supported Media Types
- application/json
200 Response
A successful request that updates the reporter parameters for a member