View Executors
get
/management/coherence/cluster/executors
Use this endpoint to view a list of executors in the cluster. Executor names are often used as parameters when performing other executor resource operations.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A successful request that returns a list of executors
Nested Schema : executor
Type:
Show Source
object
-
description(optional):
string
Read Only:
true
The description of this executor. -
id(optional):
string
Read Only:
true
ID of the executor. -
location(optional):
string
Read Only:
true
The location where the executor is running -
memberId(optional):
string
Read Only:
true
The ID of member to which the MBean belongs -
name(optional):
string
Read Only:
true
Name of the executor. -
state(optional):
string
Read Only:
true
Allowed Values:[ "JOINING", "RUNNING", "CLOSING_GRACEFULLY", "CLOSING", "CLOSED", "REJECTING" ]
The state of the executor -
tasksCompletedCount(optional):
integer(int64)
Read Only:
true
The tasks completed count -
tasksInProgressCount(optional):
integer(int64)
Read Only:
true
The tasks in progress count -
tasksRejectedCount(optional):
integer(int64)
Read Only:
true
The tasks rejected count -
traceLogging(optional):
boolean
Default Value:
false
Indicates whether or not the executor trace logging is enabled.