Update Executor
post
/management/coherence/cluster/executors/{executorName}
Update parameters of an executor
Request
Path Parameters
-
executorName(required): string
Name of the executor.
Root Schema : executor
Type:
Show Source
object
-
description:
string
Read Only:
true
The description of this executor. -
id:
string
Read Only:
true
ID of the executor. -
location:
string
Read Only:
true
The location where the executor is running -
memberId:
string
Read Only:
true
The ID of member to which the MBean belongs -
name:
string
Read Only:
true
Name of the executor. -
state:
string
Read Only:
true
Allowed Values:[ "JOINING", "RUNNING", "CLOSING_GRACEFULLY", "CLOSING", "CLOSED", "REJECTING" ]
The state of the executor -
tasksCompletedCount:
integer(int64)
Read Only:
true
The tasks completed count -
tasksInProgressCount:
integer(int64)
Read Only:
true
The tasks in progress count -
tasksRejectedCount:
integer(int64)
Read Only:
true
The tasks rejected count -
traceLogging:
boolean
Default Value:
false
Indicates whether or not the executor trace logging is enabled.
Response
Supported Media Types
- application/json
200 Response
Executor updated successfully