Controlling the KVM switch via XML
G&D DP1.2-MUX2-NT ·
28
English
Here is an example of an answer from the XML service:
You can also include several device class tags in the XML tag
<monitor>
.
LISTING THE MONITORING VALUES OF A KVM SWITCH
<?xml version="1.0" encoding="utf-8"?>
<root>
<result type="monitor">
<DlMux4>
<item>
<id>0x11111111</id>
<name>MUX-ATC</name>
<monitorName>Status</monitorName>
<value>1</value>
<alarm>off</alarm>
<acknowledged>no</acknowledged>
</item>
</DlMux4>
</result>
</root>
NOTE:
In addition to the name and value of the respective monitoring value, the
two flags
acknowledged
and
alarm
are also always returned. You can use the
alarm
flags to determine whether the monitoring value is within (
off
) or outside (
on
) the
required range.
Acknowledged
corresponds to the
Acknowledged
function in the web
application.