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

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Tablespace information, including data usage, is returned. The response structure may vary depending on the database.
Body ()
Root Schema : DatabaseTablespacesItem
Type: object
Describes a tablespace in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top