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 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>
For more information, see the table info command.