You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This connector uses an HTTP connection and requires the following input during element creation:
37
+
38
+
HTTP CONNECTION:
39
+
40
+
-**IP address/host**: [The polling IP or URL of the destination.]
41
+
-**IP port**: [The IP port of the destination. (default: *80*)]
42
+
-**Device address**: [The bus address of the device. If the proxy server has to be bypassed, specify *BypassProxy*.]
43
+
44
+
45
+
### Initialization
46
+
47
+
The API token needs to be filled in into the Setup page.
48
+
49
+
### Redundancy
50
+
51
+
There is no redundancy defined.
52
+
53
+
## How to use
54
+
55
+
When a job is created a InterApp call is performed on the connector. The connector will add this call to an internal buffer and send this request over to AVOS. When the POST fails it will be added into the Failed Post Requests tabel. Every 10s this will be retried.
56
+
There is also a max age to maintain this table, if there are records exeding this age they are removed.
57
+
58
+
59
+
### Notes
60
+
61
+
This Connector is designed to work with the DZN-UDAPI-AVOS automation script and a CRUD script which still needs to be designed.
0 commit comments