View Service Member Ownership Information
get
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/ownership
Use this endpoint to view the partitions that are owned by a specific service member. Set the verbose parameter to true if you want to include the detailed ownership catalog in the response.
Request
Path Parameters
-
memberIdentifier: string
An identifier of the member, it can either be the name or the nodeId of the member.
-
serviceName: string
Name of the cache service.
Query Parameters
-
verbose: boolean
True if the response needs to be verbose
Response
Supported Media Types
- application/json
200 Response
A successful request that returns a report about partition ownership
Root Schema : ownership
Type:
Show Source
object
-
ownership(optional):
string
Read Only:
true
Ownership info of the service member.