tables-{tableNameOrId}
Number of APIs: 5
-
Get table info by identifier. GET {{baseUrl}}/tables/:tableNameOrId?compartmentId={{compartment_ocid}}
-
Delete a table by tableNameOrId. DELETE {{baseUrl}}/tables/:tableNameOrId?compartmentId={{compartment_ocid}}&isIfExists=false
-
Alter the table identified by tableNameOrId. PUT {{baseUrl}}/tables/:tableNameOrId
-
Change a table's compartment. POST {{baseUrl}}/tables/:tableNameOrId/actions/changeCompartment
-
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