Get information about a single index.
GET {{baseUrl}}/tables/:tableNameOrId/indexes/:indexName?compartmentId={{compartment_ocid}}
Get information about a single index.
Body
PARAM
Key | Datatype | Required | Description |
compartmentId
|
string | The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name. |
HEADERS
Key | Datatype | Required | Description |
opc-request-id
|
string | The client request ID for tracing. | |
Accept
|
string |
RESPONSES
status OK
{
"compartmentId": "veniam officia in est des",
"keys": [
{
"columnName": "exercitation anim irure",
"jsonFieldType": "Excepteur aute ea ut",
"jsonPath": "voluptate ex"
},
{
"columnName": "consequat voluptate ad",
"jsonFieldType": "officia adipisicing esse in",
"jsonPath": "reprehenderit mollit cupidatat "
}
],
"lifecycleDetails": "in dolore",
"lifecycleState": "UPDATING",
"name": "cupidatat in ex",
"tableId": "adipisicing in nisi anim",
"tableName": "deserunt Lorem sit"
} |
ENDPOINTS