View Topic Channels
get
/management/coherence/cluster/topics/{topicName}/channels
Use this endpoint to list the channels of a topic.
Request
Path Parameters
-
topicName: string
Name of the topic.
Response
Supported Media Types
- application/json
200 Response
A successful request that lists topic channels
Nested Schema : items
Type:
Show Source
object
-
channels(optional):
object channels
Additional Properties Allowed: topicChannel
-
nodeId(optional):
integer(int64)
Read Only:
true
The ID of member to which the topic channels belong
Nested Schema : topicChannel
Type:
Show Source
object
-
Channel(optional):
integer(int32)
Read Only:
true
The channel. -
PublishedCount(optional):
integer(int64)
Read Only:
true
The published messages count. -
PublishedFifteenMinuteRate(optional):
number(double)
Read Only:
true
The published messages fifteen minute rate. -
PublishedFiveMinuteRate(optional):
number(double)
Read Only:
true
The published messages five minute rate. -
PublishedMeanRate(optional):
number(double)
Read Only:
true
The published messages mean rate. -
PublishedOneMinuteRate(optional):
number(double)
Read Only:
true
The published messages one minute rate. -
Tail(optional):
string
Read Only:
true
Tail position.