Get a tablespace segment

get

/database/storage/tablespaces/{tablespace_name}/segments/{segment_name}

Returns data from DBA_SEGMENTS for a specific tablespace and segment. A client requires SQL Administrator role to invoke this service.

Request

Path Parameters
Back to Top

Response

200 Response

A specific record from DBA_SEGMENTS for the tablespace and segment name.
Back to Top