1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <leafNode name= "system-integrity"> <properties> <help>checks the integrity of the system</help> </properties> <command>sudo ${vyos_op_scripts_dir}/system_integrity.py</command> </leafNode> </children> </node> </interfaceDefinition>