Get storage statistics

get

/database/storage/bytes

Returns info on bytes allocated for storage and how much is used. Using DBA_DATA_FILES data to calculate the total bytes allocated for storage along with DBA_TABLESPACE_USAGE_METRICS and DBA_TABLESPACES data to calculate the used bytes. A client requires SQL Administrator role to invoke this service.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Total bytes across all the data files and how much is used.
Body ()
Root Schema : DatabaseStorageBytesItem
Type: object
Total size of data files in the database and their total usage.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top