Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

liquidcooling list

Prev Next

This command displays a list of liquid cooling systems and their runtime configurations.

Usage

liquidcooling list [--health HEALTH]

Options

--health HEALTH

Filter the returned list by health status.

Specify one of the following valid status strings: OK, Warning, Critical, or Unknown.

Example

This example shows a list of all liquid cooling components:

vcli: admin> liquidcooling list 
----+------+--------+-----------------+--------------------------------------------------------------------------------+---------------------------------+--------------------------------+---------------+
| ID | Name | Health | Box             | Details                                                                        | Metrics.pump-1-speed-percentage | Metrics.days-until-maintenance | Metrics.state |
+----+------+--------+-----------------+--------------------------------------------------------------------------------+---------------------------------+--------------------------------+---------------+
| 1  | lc   | OK     | cbox-CZUD3V03LB | cooling system state: Enabled, pump speed: 100.0, days until maintenance: 1709 | 100.0                           | 1709                           | Enabled       |
| 2  | lc   | OK     | cbox-CZUD3W0401 | cooling system state: Enabled, pump speed: 100.0, days until maintenance: 1709 | 100.0                           | 1709                           | Enabled       |
+----+------+--------+-----------------+--------------------------------------------------------------------------------+---------------------------------+--------------------------------+---------------+