View Executor Members
get
/management/coherence/cluster/executors/members
Use this endpoint to list the executor members.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A successful request that lists executor members
Nested Schema : executor
Type:
Show Source
object-
description(optional):
string
Read Only:
trueThe description of this executor. -
id(optional):
string
Read Only:
trueID of the executor. -
location(optional):
string
Read Only:
trueThe location where the executor is running -
memberId(optional):
string
Read Only:
trueThe ID of member to which the MBean belongs -
name(optional):
string
Read Only:
trueName of the executor. -
state(optional):
string
Read Only:
trueAllowed Values:[ "JOINING", "RUNNING", "CLOSING_GRACEFULLY", "CLOSING", "CLOSED", "REJECTING" ]The state of the executor -
tasksCompletedCount(optional):
integer(int64)
Read Only:
trueThe tasks completed count -
tasksInProgressCount(optional):
integer(int64)
Read Only:
trueThe tasks in progress count -
tasksRejectedCount(optional):
integer(int64)
Read Only:
trueThe tasks rejected count -
traceLogging(optional):
boolean
Default Value:
falseIndicates whether or not the executor trace logging is enabled.