1POST /ribcl HTTP/1.1
2Host: localhost
3Content-Length: 313
4Connection: Close
5
6<?xml version="1.0"?>
7<RIBCL
8 VERSION="2.0"
9>
10<LOGIN
11 PASSWORD="TestPassword"
12 USER_LOGIN="Administrator"
13>
14<SERVER_INFO
15 MODE="write"
16>
17<SET_PWREG
18>
19<PWRALERT
20 TYPE="enabled"
21 />
22<PWRALERT_SETTINGS
23 DURATION="None"
24 THRESHOLD="threshold"
25 />
26</SET_PWREG>
27</SERVER_INFO>
28</LOGIN>
29</RIBCL>
30