Number of APIs: 11
POST {{baseUrl}}/tables
GET {{baseUrl}}/tables?compartmentId={{compartment_ocid}}&name=*&limit=1000&sortOrder=DESC&sortBy=timeCreated&lifecycleState=ALL
GET {{baseUrl}}/tables/:tableNameOrId?compartmentId={{compartment_ocid}}
GET {{baseUrl}}/tables/:tableNameOrId/rows?compartmentId={{compartment_ocid}}&key=id:1&consistency=EVENTUAL&timeoutInMs=5000
DELETE {{baseUrl}}/tables/:tableNameOrId/rows?compartmentId={{compartment_ocid}}&key=id:1&isGetReturnRow=false&timeoutInMs=5000
PUT {{baseUrl}}/tables/:tableNameOrId/rows
POST {{baseUrl}}/query?limit=1000
GET {{baseUrl}}/query/summarize?compartmentId={{compartment_ocid}}&statement=SELECT * FROM postman_colls d where d.body.values.key =any $val
POST {{baseUrl}}/tables/:tableNameOrId/indexes
GET {{baseUrl}}/tables/:tableNameOrId/indexes?compartmentId={{compartment_ocid}}&name=*&lifecycleState=ALL&limit=1000&sortOrder=DESC&sortBy=timeCreated
ENDPOINTS