blob: 8d7087cf2221e1fd972b00111365a7c429dc4f29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version='1.0' standalone='yes'?>
<!-- this is also a demo of using the xml interface -->
<ctx:job>
<ctx:message>pfsense configuration listing</ctx:message>
<ctx:process>
<ctx:flags>
<ctx:flag>purge</ctx:flag>
</ctx:flags>
<ctx:resources>
<ctx:environment>x-pfs-01.mkiv</ctx:environment>
</ctx:resources>
</ctx:process>
</ctx:job>
|