Get data file usage summary for a specific tablespace

get

/database/storage/tablespaces/{tablespace_name}/datafiles_usage

Returns GV$DATAFILE and DBA_DATA_FILES records for a specific tablespace. A client requires SQL Administrator role to invoke this service.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Tablespace data file usage.
Body ()
Root Schema : DatabaseTablespaceDatafilesUsageItem
Type: object
Using GV$DATAFILE and DBA_FREE_SPACE data this object represents the usage of a data file in the database.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top