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. A client requires SQL Administrator role to invoke this service.

Request

Path Parameters
Back to Top

Response

200 Response

Tablespace information, including data usage, is returned. The response structure may vary depending on the database.
Back to Top