All 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}
Manage Queries
Prepare, validate, and execute SQL queries in Oracle NoSQL Database Cloud Service.
Check the Syntax of a SQL Statement
Method: get
Path: /20190828/query/summarize
Execute a Query
Method: post
Path: /20190828/query
Prepare a SQL Statement
Method: get
Path: /20190828/query/prepare
Manage Rows
Write, retrieve, and delete rows in Oracle NoSQL Database Cloud Service tables.
Delete a Single Row
Method: delete
Path: /20190828/tables/{tableNameOrId}/rows
Get a Single Row
Method: get
Path: /20190828/tables/{tableNameOrId}/rows
Write a Single Row
Method: put
Path: /20190828/tables/{tableNameOrId}/rows
Manage Tables
Create and manage tables in Oracle NoSQL Database Cloud Service.
Alter a Table
Method: put
Path: /20190828/tables/{tableNameOrId}
Change a Table's Compartment
Method: post
Path: /20190828/tables/{tableNameOrId}/actions/changeCompartment
Create a Table
Method: post
Path: /20190828/tables
Delete a Table
Method: delete
Path: /20190828/tables/{tableNameOrId}
Get a List of Tables
Method: get
Path: /20190828/tables
Get Table Information
Method: get
Path: /20190828/tables/{tableNameOrId}
Get Table Usage Information
Method: get
Path: /20190828/tables/{tableNameOrId}/usage
Manage Work Requests
Manage work requests in Oracle NoSQL Database Cloud Service.
Cancel a Work Request
Method: delete
Path: /20190828/workRequests/{workRequestId}
Get a Work Request Status
Method: get
Path: /20190828/workRequests/{workRequestId}
List Work Request Errors
Method: get
Path: /20190828/workRequests/{workRequestId}/errors
List Work Request Logs
Method: get
Path: /20190828/workRequests/{workRequestId}/logs
List Work Requests
Method: get
Path: /20190828/workRequests