Customizing the List of Columns/Fields

Explains how to customize the columns that are displayed in the Control System, and the fields that are returned in the CLI.

Customizing the Columns in the Control System

Procedure

  1. Log in to the Control System and go to:
    • Data > Volumes page to customize columns displayed in the Volumes pane.
      NOTE The Volumes page is under the Volumes menu in the Kubernetes version of the Control System.
    • Nodes page to customize columns displayed in the Nodes pane.
      NOTE The Nodes page is not available on the Kubernetes version of the Control Panel.
  2. Click the Customize Columns icon ( ).
    In the Customize Columns dialog, the:
    • Available list displays the columns that are available for display.
    • Selected list displays the columns currently displayed in the pane.
  3. Select the columns from the:
    1. Available list of columns and click to move selection to Selected columns (for display).
    2. Selected list of columns and click to remove selected columns from displaying.
  4. (Optional) Click and/or down arrows to sort the order of columns.
  5. Click Save Changes for the customization to take effect.
    TIP To reset the display to its default columns, click Reset to default columns.

Customizing the Fields Using the CLI or REST API

About this task

Use the -column parameter with the maprcli command to view specific fields in the list. For example:
  • To view the health of the nodes and services installed on the nodes being retrieved, run the following command:
    maprcli node list -columns service,health
    For complete reference information, see the node list command.
  • To view the volume name for the list of volumes being retrieved, run the following command:
    maprcli volume list -columns volumename
    For complete reference information, see volume list command.