Viewing Table Information
Explains how to view table information using either the Control System, the CLI or the REST API.
About this task
You can view table information including table properties, column families, regions,
replicas, upstream source, indexes, and metrics. Use either the
maprcli
command, REST API, or the Control System to display all
of the information that HPE Ezmeral Data Fabric Database stores about a
particular table.
Viewing Table Information Using the Control System
Procedure
-
Search and retrieve the table either by volume or by table path.
For information on retrieving, see:
-
Click the name of the table to see the table details.
The page displays the following tabs:On this page, you can:
Viewing Table Information Using the CLI or REST API
About this task
The basic command to retrieve table information is the following:
maprcli table info -path <tablePath> -json
Send a request of type GET to retrieve table details. For example:
curl -k -X GET 'https://<hostname>:8443/rest/table/info?path=<tablePath>' --user <username>:<pwd>
table info
command.