Get a tablespace segment
get
/database/storage/tablespaces/{tablespace_name}/segments/{segment_name}
Returns data from DBA_SEGMENTS for a specific tablespace and segment.
Request
Supported Media Types
- application/json
Path Parameters
-
segment_name: string
Name of the segment.
-
tablespace_name: string
Name of the tablespace.
Response
Supported Media Types
- application/json
200 Response
A specific record from DBA_SEGMENTS for the tablespace and segment name.