Use this endpoint to view a list of topics in the cluster
get
/management/coherence/cluster/topics
Use this endpoint to view a list of topics in the cluster. Topic names are often used as parameters when performing other topic resource operations.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A successful request that returns a list of topics
Nested Schema : items
Type:
Show Source
array-
Array of:
object topic
Details of the particular topic.
Nested Schema : topic
Type:
objectDetails of the particular topic.
Show Source
-
allowUnownedCommits:
array allowUnownedCommits
Allow unowned commits
-
channelCount:
object summaryNumber
-
elementCalculator:
array elementCalculator
Element calculator.
-
name:
string
Name of the topic.
-
nodeId:
array nodeId
Topic members.
-
pageCapacity:
object summaryNumber
-
publishedCount:
object summaryNumber
-
publishedFifteenMinuteRate:
object summaryNumber
-
publishedFiveMinuteRate:
object summaryNumber
-
publishedMeanRate:
object summaryNumber
-
publishedOneMinuteRate:
object summaryNumber
-
reconnectRetry:
object summaryNumber
-
reconnectTimeout:
object summaryNumber
-
reconnectWait:
object summaryNumber
-
retainConsumed:
array retainConsumed
Retain consumed values.
-
service:
string
Name of the service.
-
subscriberTimeout:
object summaryNumber
-
type:
Allowed Values:
[ "PagedTopic" ]