Logo
OCI NoSQL Playground API Documentation

tables-{tableNameOrId}

Number of APIs: 5


1. Get table info by identifier.

GET {{baseUrl}}/tables/:tableNameOrId?compartmentId={{compartment_ocid}}



2. Delete a table by tableNameOrId.

DELETE {{baseUrl}}/tables/:tableNameOrId?compartmentId={{compartment_ocid}}&isIfExists=false



3. Alter the table identified by tableNameOrId.

PUT {{baseUrl}}/tables/:tableNameOrId



4. Change a table's compartment.

POST {{baseUrl}}/tables/:tableNameOrId/actions/changeCompartment



5. Get table usage info.

GET {{baseUrl}}/tables/:tableNameOrId/usage?compartmentId={{compartment_ocid}}&timeStart=2023-03-13T00:36:31.680Z&timeEnd=2023-03-13T00:36:31.680Z&limit=1000



ENDPOINTS