View Topic Channels
get
/management/coherence/cluster/topics/{topicName}/channels
Use this endpoint to list the channels of a topic.
Request
Path Parameters
-
topicName(required): 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:
object channels
Additional Properties Allowed: topicChannel
-
nodeId:
integer(int64)
Read Only:
trueThe ID of member to which the topic channels belong
Nested Schema : topicChannel
Type:
Show Source
object-
Channel:
integer(int32)
Read Only:
trueThe channel. -
PublishedCount:
integer(int64)
Read Only:
trueThe published messages count. -
PublishedFifteenMinuteRate:
number(double)
Read Only:
trueThe published messages fifteen minute rate. -
PublishedFiveMinuteRate:
number(double)
Read Only:
trueThe published messages five minute rate. -
PublishedMeanRate:
number(double)
Read Only:
trueThe published messages mean rate. -
PublishedOneMinuteRate:
number(double)
Read Only:
trueThe published messages one minute rate. -
Tail:
string
Read Only:
trueTail position.