Logo
OCI NoSQL Playground API Documentation

5. Index Operations on the table created

Number of APIs: 2


1. 5.1. Create a new index.

POST {{baseUrl}}/tables/:tableNameOrId/indexes



2. 5.2. Get a list of indexes on a table.

GET {{baseUrl}}/tables/:tableNameOrId/indexes?compartmentId={{compartment_ocid}}&name=*&lifecycleState=ALL&limit=1000&sortOrder=DESC&sortBy=timeCreated



ENDPOINTS