Get a specific index

get

/database/objects/indexes/{owner},{index_name}

Returns the corresponding record from DBA_INDEXES or ALL_INDEXES view depending on role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Information on a specific index.
Body ()
Root Schema : DatabaseObjectsIndexesItem
Type: object
Describes an index in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top