Get a tablespace
get
/database/storage/tablespaces/{tablespace_name}/
Returns data from DBA_TABLESPACES along with data usage information from DBA_TABLESPACE_USAGE_METRICS for a specific tablespace.
Request
Supported Media Types
- application/json
Path Parameters
-
tablespace_name: string
Name of the tablespace.
Response
Supported Media Types
- application/json
200 Response
Tablespace information, including data usage, is returned. The response structure may vary depending on the database.