summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-techsupport_report.xml.in
blob: ef051e940927c14013d814e07b9e1d153be17098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="tech-support">
        <properties>
          <help>Show tech-support report</help>
        </properties>
        <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>