Use this endpoint to view a list of topics in the cluster
get
/management/coherence/cluster/services/{serviceName}/topics
Topic names are often used as parameters when performing other topic resource operations.
Request
Path Parameters
-
serviceName: string
Name of the cache service.
Response
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:
object
Details of the particular topic.
Show Source
-
allowUnownedCommits(optional):
array allowUnownedCommits
Allow unowned commits
-
channelCount(optional):
object summaryNumber
-
elementCalculator(optional):
array elementCalculator
Element calculator.
-
name(optional):
string
Name of the topic.
-
nodeId(optional):
array nodeId
Topic members.
-
pageCapacity(optional):
object summaryNumber
-
publishedCount(optional):
object summaryNumber
-
publishedFifteenMinuteRate(optional):
object summaryNumber
-
publishedFiveMinuteRate(optional):
object summaryNumber
-
publishedMeanRate(optional):
object summaryNumber
-
publishedOneMinuteRate(optional):
object summaryNumber
-
reconnectRetry(optional):
object summaryNumber
-
reconnectTimeout(optional):
object summaryNumber
-
reconnectWait(optional):
object summaryNumber
-
retainConsumed(optional):
array retainConsumed
Retain consumed values.
-
service(optional):
string
Name of the service.
-
subscriberTimeout(optional):
object summaryNumber
-
type(optional):
Allowed Values:
[ "PagedTopic" ]