Manage Indexes REST Endpoints

Manage Indexes
Create and manage indexes in Oracle NoSQL Database Cloud Service.
Create an index
Method: post
Path: /20190828/tables/{tableNameOrId}/indexes
Delete an index
Method: delete
Path: /20190828/tables/{tableNameOrId}/indexes/{indexName}
Get a list of indexes on a table
Method: get
Path: /20190828/tables/{tableNameOrId}/indexes
Get information about an index
Method: get
Path: /20190828/tables/{tableNameOrId}/indexes/{indexName}