Get Database Size Statistics

get

/essbase/rest/v1/databasesizestatistics

Returns a list of databases and their page and index sizes.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK

Database size statistics returned successfully.

Body ()
Root Schema : DBSizeList
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : DatabaseSizeStatistics
Type: object
Show Source

400 Response

Bad Request

Failed to get database size statistics.

500 Response

Internal Server Error.

Back to Top