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 Data Fabric Database stores about a
particular table.
Viewing Table Information Using the Control System
Procedure
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> -jsonSend 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.