View Cache Information by Service
get
/management/coherence/cluster/services/{serviceName}/views/{viewName}
Use this endpoint to view general statistics for a view cache that is managed by a specific service. The information is aggregated across all cache members. Use the query parameters to change which aggregated results to view and whether the results should be constrained to cluster members with a specific member role.
Request
Path Parameters
-
serviceName(required): string
Name of the cache service.
-
viewName(required): string
Name of the view cache.
Query Parameters
-
collector: string
The collector to use for aggregationAllowed Values:
[ "all", "avg", "count", "list", "max", "min", "set", "sum", "intsummary", "longsummary", "doublesummary" ]
-
role: string
The data from cluster member belonging to the role will be included in the response
Response
Supported Media Types
- application/json
200 Response
A successful request that returns information about a view cache
Root Schema : viewAggregate
Type:
Show Source
object
-
name:
string
Name of the view.
-
reconnectInterval:
object summaryNumber
-
size:
object summaryNumber
Nested Schema : summaryNumber
Type:
Show Source
object
-
average:
integer(int64)
-
count:
integer(int64)
-
max:
integer(int64)
-
min:
integer(int64)
-
sum:
integer(int64)