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 show

Prev Next

This command displays details of a specific liquid cooling system.

Usage

vcli: admin> liquidcooling show --id ID

Required Parameters

--id ID

The unique ID of the liquid cooling system.

Example

This example shows how to view the complete status details for the liquid cooling element with ID 1:

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