Use this endpoint to view a list of topics in the cluster

get

/management/coherence/cluster/topics

Topic names are often used as parameters when performing other topic resource operations.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

A successful request that returns a list of topics
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : topic
Type: object
Details of the particular topic.
Show Source
Nested Schema : allowUnownedCommits
Type: array
Allow unowned commits
Show Source
Nested Schema : summaryNumber
Type: object
Show Source
Nested Schema : elementCalculator
Type: array
Element calculator.
Show Source
Nested Schema : nodeId
Type: array
Topic members.
Show Source
Nested Schema : retainConsumed
Type: array
Retain consumed values.
Show Source
Back to Top