@itentialopensource/adapter-paragon_active_assurance 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/TAB2.md CHANGED
@@ -193,7 +193,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
193
193
  "healthcheck_on_timeout": true,
194
194
  "return_raw": false,
195
195
  "archiving": false,
196
- "return_request": false
196
+ "return_request": false,
197
+ "keep_alive_interval": 0
197
198
  },
198
199
  "proxy": {
199
200
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-paragon_active_assurance",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "This adapter integrates with system described as: Juniper Paragon Active Assurance.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Juniper Paragon Active Assurance",
@@ -109,7 +109,8 @@
109
109
  "healthcheck_on_timeout": true,
110
110
  "return_raw": false,
111
111
  "archiving": false,
112
- "return_request": false
112
+ "return_request": false,
113
+ "keep_alive_interval": 0
113
114
  },
114
115
  "proxy": {
115
116
  "enabled": false,
@@ -298,4 +299,4 @@
298
299
  "brokers": [],
299
300
  "logLevel": "none",
300
301
  "timeout": 120000
301
- }
302
+ }