This command displays details of a specific liquid cooling system.
Usage
vcli: admin> liquidcooling show --id IDRequired Parameters
| 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 |
+---------------------------------+--------------------------------------------------------------------------------+