Viewing Table Information
Explains how to view table information using either the Control System, the CLI or the REST API.
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
-
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
maprcli table info -path <tablePath> -json
curl -k -X GET 'https://<hostname>:8443/rest/table/info?path=<tablePath>' --user <username>:<pwd>
table info
.