Find ReadOnly Cluster By Name

get

/essbase/rest/v1/rocluster/findByName

Returns the named ReadOnly cluster from Essbase domain db. Provide the URL encoded String value as input(clusterName)

Request

Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

ReadOnly cluster retrived sucessfully.

Body ()
Root Schema : ROCluster
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source

400 Response

Bad Request

Failed to retrive the Readonly cluster. Incorrect/missing cluster name

500 Response

Internal Server Error.

Back to Top