View Service Information

get

/management/coherence/cluster/services/{serviceName}

Use this endpoint to view performance information for a specific service in the cluster. The information is aggregated across all service members. Use the query parameters to change which aggregated results to view and to determine whether the results should be constrained to service members with a specific member role.

Request

Path Parameters
Query Parameters
  • The collector to use for aggregation
    Allowed Values: [ "all", "avg", "count", "list", "max", "min", "set", "sum", "intsummary", "longsummary", "doublesummary" ]
  • The data from cluster member belonging to the role will be included in the response
Back to Top

Response

Supported Media Types

200 Response

A successful request that returns performance metrics for a service
Body ()
Root Schema : serviceAggregate
Type: object
Show Source
Nested Schema : summaryNumber
Type: object
Show Source
Back to Top