blob: aa51eacd93427704b82a6d94e670abf04f7f5bb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="tech-support">
<children>
<node name="report">
<properties>
<help>Show consolidated tech-support report (contains private information)</help>
</properties>
<command>${vyos_op_scripts_dir}/show_techsupport_report.py</command>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|