@@ -5405,9 +5405,8 @@ Data type: Unsigned Integer 64-bit
54055405Supported Platforms: Linux, Windows
54065406
54075407Parameters:
5408- 1. Physical disk name. Run ``smartctl --scan `` (on Linux) or
5409- ``C:\NetXMS\bin\smartctl.exe --scan `` (on Windows) to see list of
5410- available disk names.
5408+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5409+ ``PhysicalDisk.Devices `` table to find available disk names.
54115410
54125411Capacity in bytes of provided hard disk.
54135412
@@ -5420,7 +5419,8 @@ Data type: String
54205419Supported Platforms: Linux, Windows
54215420
54225421Parameters:
5423- 1. Physical disk name
5422+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5423+ ``PhysicalDisk.Devices `` table to find available disk names.
54245424
54255425Device type of provided hard disk.
54265426
@@ -5433,7 +5433,8 @@ Data type: String
54335433Supported Platforms: Linux, Windows
54345434
54355435Parameters:
5436- 1. Physical disk name
5436+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5437+ ``PhysicalDisk.Devices `` table to find available disk names.
54375438
54385439Firmware version of provided hard disk.
54395440
@@ -5446,7 +5447,8 @@ Data type: String
54465447Supported Platforms: Linux, Windows
54475448
54485449Parameters:
5449- 1. Physical disk name
5450+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5451+ ``PhysicalDisk.Devices `` table to find available disk names.
54505452
54515453Model of provided hard disk.
54525454
@@ -5459,7 +5461,8 @@ Data type: Unsigned integer
54595461Supported Platforms: Linux, Windows
54605462
54615463Parameters:
5462- 1. Physical disk name
5464+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5465+ ``PhysicalDisk.Devices `` table to find available disk names.
54635466
54645467Number of power cycles of provided hard disk.
54655468
@@ -5472,7 +5475,8 @@ Data type: Unsigned integer
54725475Supported Platforms: Linux, Windows
54735476
54745477Parameters:
5475- 1. Physical disk name
5478+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5479+ ``PhysicalDisk.Devices `` table to find available disk names.
54765480
54775481Power on time of provided hard disk.
54785482
@@ -5485,7 +5489,8 @@ Data type: String
54855489Supported Platforms: Linux, Windows
54865490
54875491Parameters:
5488- 1. Physical disk name
5492+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5493+ ``PhysicalDisk.Devices `` table to find available disk names.
54895494
54905495Serial number of provided hard disk.
54915496
@@ -5498,7 +5503,8 @@ Data type: String
54985503Supported Platforms: Linxu, Windows
54995504
55005505Parameters:
5501- 1. Physical disk name
5506+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5507+ ``PhysicalDisk.Devices `` table to find available disk names.
55025508 2. SMART attribute name
55035509
55045510
@@ -5510,7 +5516,8 @@ Data type: Integer
55105516Supported Platforms: Linux, Windows
55115517
55125518Parameters:
5513- 1. Physical disk name
5519+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5520+ ``PhysicalDisk.Devices `` table to find available disk names.
55145521
55155522Status of provided hard disk reported by SMART.
55165523
@@ -5523,7 +5530,8 @@ Data type: Integer
55235530Supported Platforms: Linux, Windows
55245531
55255532Parameters:
5526- 1. Physical disk name
5533+ 1. Physical disk name. Use ``PhysicalDisk.Devices `` list or
5534+ ``PhysicalDisk.Devices `` table to find available disk names.
55275535
55285536Temperature of provided hard disk.
55295537
@@ -7806,6 +7814,16 @@ Supported Platforms: Linux, Windows, FreeBSD
78067814IP routing table
78077815
78087816
7817+ PhysicalDisk.Devices
7818+ ~~~~~~~~~~~~~~~~~~~~
7819+
7820+ Data type: List of String
7821+
7822+ Supported Platforms: Linux, Windows
7823+
7824+ Currently available physical disk devices' names based on smartctl output
7825+
7826+
78097827System.ActiveUserSessions
78107828~~~~~~~~~~~~~~~~~~~~~~~~~
78117829
@@ -8152,7 +8170,7 @@ Example output:
81528170
81538171
81548172Net.Wireguard.Peers
8155- ~~~~~~~~~~~~~~~~~~~~~~~
8173+ ~~~~~~~~~~~~~~~~~~~
81568174
81578175Supported Platforms: Linux, BSD, Mac OS X
81588176
@@ -8186,6 +8204,37 @@ Example output:
81868204 | gw | TN77lQm65yIJIKWGJyWwFSfa8QCuLYasap5m0x+/CBM= | 10.107.72.157:6802 | 192.168.2.2/32 | 1722296582 | 3676 | 1012 |
81878205
81888206
8207+ PhysicalDisk.Devices
8208+ ~~~~~~~~~~~~~~~~~~~~
8209+
8210+ Supported Platforms: Linux, Windows
8211+
8212+ .. list-table ::
8213+ :widths: 10 10
8214+ :header-rows: 1
8215+
8216+ * - Column name
8217+ - Data type
8218+ * - NAME
8219+ - String
8220+ * - TYPE
8221+ - String
8222+ * - PROTOCOL
8223+ - String
8224+ * - MODEL_FAMILY
8225+ - String
8226+ * - MODEL_NAME
8227+ - String
8228+ * - SERIAL_NUMBER
8229+ - String
8230+ * - FIRMWARE_VERSION
8231+ - String
8232+ * - CAPACITY
8233+ - UInt64
8234+
8235+ Currently available physical disk devices based on smartctl output
8236+
8237+
81898238System.ActiveUserSessions
81908239~~~~~~~~~~~~~~~~~~~~~~~~~
81918240
0 commit comments