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
-
Log in to the Control System and go to:
- Volumes pane.NOTEThe Volumes page is under the Volumes menu in the Kubernetes version of the Control System.
page to customize columns displayed in the
- Nodes page to customize columns displayed in
the Nodes pane. NOTEThe Nodes page is not available on the Kubernetes version of the Control Panel.
- Volumes pane.
-
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.
-
Select the columns from the:
- Available list of columns and click to move selection to Selected columns (for display).
- Selected list of columns and click to remove selected columns from displaying.
- (Optional) Click and/or down arrows to sort the order of columns.
-
Click Save Changes for the customization to take
effect.
TIPTo 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:
For complete reference information, see themaprcli node list -columns service,health
node list
command. - To view the volume name for the list of volumes being retrieved, run the
following command:
For complete reference information, seemaprcli volume list -columns volumename
volume list
command.