Get temporary file usage summary for a specific tablespace

get

/database/storage/tablespaces/{tablespace_name}/tempfiles_usage

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

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Summary information of all temporary files used by the tablespace.
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