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.

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 : ResourceItem
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top