These elements have the class "notifier" and the type "http request".


The following queries are used for management:

addhttprequest - create or edit an http request. Extra options are:


When creating a new element, the request_type, server fields are mandatory. If a new element is successfully created, the response contains the element identifier, and looks like:

<error type="no error" id="606001" />

When modifying an item, only modifiable parameters can be specified. Empty parameters delete the previous value.


delhttprequest - delete the http request. Required parameters are:


getelement - read the element. Required parameters are:


The response contains information about the element:

<element id="605078" module="2010" num="50" clas="notifier" type="http request" name="HTTP request 1" state="normal" value="-" view="0" request_type="POST" server="http://serverworld.com/posdf/" head="Content-Type: application/json" data="{ "versionguid": "f498e8b1", "numberofsaves": "271" }"></element>


The status field, if any, determines the server's response after the last transaction or after the last the message about the error that occurred. The fields status, login, password, to, message, head, data can be empty or absent.


testmessage - send a test http request, without creating an element. Extra options are:

The response to this request contains the server answer in the field status:

<error type="no error" status="HTTP/1.1 200 OK
Server: nginx/1.16.1
Date: Tue, 28 Jan 2020 08:06:02 GMT
Content-Type: text/xml; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Expires: -1
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache

&lt;error type=&quot;authorization error&quot; /&gt;" />