Querying Monitoring Values - G&D DP1.4-MUX2-NT Manual

Table of Contents

Advertisement

Available languages

Available languages

Controlling the KVM switch via XML

Querying monitoring values

Use the XML tag
expects the class tag (for example
tor>
itoring values are to be queried.
QUERYING ALL MONITORING VALUES OF ALL KVM SWITCHES
<?xml version="1.0" encoding="utf-8"?>
<root>
<monitor>
<DlMux4 />
</monitor>
</root>
Optionally to the class tag, the ID and the name of the monitoring value can be stated.
Example:
QUERYING ALL MONITORING VALUES OF THE KVM SWITCH 0X11111111
<?xml version="1.0" encoding="utf-8"?>
<root>
<monitor>
<DlMux4><id>0x11111111</id></DlMux4>
</monitor>
</root>
You can further restrict the list by specifying the desired monitoring value.
QUERYING THE MONITORING VALUE »STATUS« OF THE KVM SWITCH 0X11111111
<?xml version="1.0" encoding="utf-8"?>
<root>
<monitor>
<DlMux4>
<id>0x11111111</id>
<monitorName>Status</monitorName>
</DlMux4>
</monitor>
</root>
37 · G&D DP1.4-MUX2-NT
<monitor>
to query the monitoring values. As parameter
) of the device class for which mon-
<DlMux4>
<moni-

Advertisement

Chapters

Table of Contents
loading

Table of Contents