Get table details
Retrieve details about a table.
Path Parameters
Name of the database being looked up.
Name of table being looked up. Table may be schema-qualified (schema.table) and each name component that contains sql unsafe characters such as . or uppercase letters must be surrounded in double quotes like "Naughty schema".table.
Response
Database details response
Grants, column names, and indexes for a table.
The output of "SHOW ZONE CONFIGURATION FOR TABLE" for this table. It is a SQL statement that would re-configure the table's current zone if executed.
The output of "SHOW CREATE" for this table; it is a SQL statement that would re-create the table's current schema if executed.
An identifier used to uniquely identify this table.
It can be used to find events pertaining to this table by filtering on
the target_id field of events.
The size of the table in ranges. This provides a rough estimate of the storage requirements for the table.
For internal use only.
The object level at which the configuration is defined. This is needed because objects without a specifically indicated Zone Configuration will inherit the configuration of their "parent".

