REST API Reference for Managing Oracle Coherence

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
  • application/json

200 Response

A successful request that returns a list of topics
Body (
  1. schema
)
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
  • Array of: boolean
Nested Schema : summaryNumber
Type: object
Show Source
  • average: integer(int64)
  • count: integer(int64)
  • max: integer(int64)
  • min: integer(int64)
  • sum: integer(int64)
Nested Schema : elementCalculator
Type: array
Element calculator.
Show Source
  • Array of: string
Nested Schema : nodeId
Type: array
Topic members.
Show Source
  • Array of: integer(int64)
Nested Schema : retainConsumed
Type: array
Retain consumed values.
Show Source
  • Array of: boolean
Back to Top