2.2. Get table info by identifier.
GET {{baseUrl}}/tables/:tableNameOrId?compartmentId={{compartment_ocid}}
Get table info by identifier.
Body
PARAM
Key | Datatype | Required | Description |
compartmentId
|
string | The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name. |
HEADERS
Key | Datatype | Required | Description |
opc-request-id
|
string | Curl curl -X GET 'https://nosql.region.oci.oraclecloud.com/20190828/tables/:tableNameOrId?compartmentId=compartment_ocid?compartmentId=compartment_ocid' -H 'opc-request-id: $randomUUID' -H 'Accept: application/json' ENDPOINTS |