summaryrefslogtreecommitdiffstats
path: root/scripts/api_filter_test.html
blob: d66d22f05658af55f17000512dfc703af8902648 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h2>Add Filter:</h2>
<form enctype='multipart/form-data' action='http://pbs2.local/resource/addfilter/apikey/apikey1' method='POST'>
BootMenuID: <input name='bootmenuID' type='text'/>
Title:<input name='title' type='text'/>
Description:<input name='description' type='text'/>
Priority:<input name='priority' type='text'/>
FilterTypeID (1=IP, 2=MAC, 3=PoolID, 4=BootISO, 5=Membership, 6=AllMembers, 7=Time, 8=Client, 9=Hardwarehash, 10=Weekday, 11=Date):<input name='filtertypeID' type='text'/>
Value1<input name='filtervalue' type='text'/>
Value2<input name='filtervalue2' type='text'/>
<input type='submit' value='Add'/>
</form>
<h2>Delete Filter:</h2>
<form enctype='multipart/form-data' action='http://pbs2.local/resource/deletefilter/apikey/apikey1' method='POST'>
FilterID: <input name='filterid' type='text'/>
<input type='submit' value='Delete'/>
</form>
<style>input{display:block}</style>