@itentialopensource/adapter-infoblox_universal_ddi 0.4.0 → 0.4.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 +2 -1
- package/package.json +1 -1
- package/sampleProperties.json +3 -2
package/TAB2.md
CHANGED
|
@@ -136,7 +136,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
136
136
|
"healthcheck_on_timeout": true,
|
|
137
137
|
"return_raw": false,
|
|
138
138
|
"archiving": false,
|
|
139
|
-
"return_request": false
|
|
139
|
+
"return_request": false,
|
|
140
|
+
"keep_alive_interval": 0
|
|
140
141
|
},
|
|
141
142
|
"proxy": {
|
|
142
143
|
"enabled": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-infoblox_universal_ddi",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: Infoblox Universal DDI.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Infoblox_universal_ddi",
|
package/sampleProperties.json
CHANGED
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
"healthcheck_on_timeout": true,
|
|
84
84
|
"return_raw": false,
|
|
85
85
|
"archiving": false,
|
|
86
|
-
"return_request": false
|
|
86
|
+
"return_request": false,
|
|
87
|
+
"keep_alive_interval": 0
|
|
87
88
|
},
|
|
88
89
|
"proxy": {
|
|
89
90
|
"enabled": false,
|
|
@@ -260,4 +261,4 @@
|
|
|
260
261
|
"brokers": [],
|
|
261
262
|
"logLevel": "none",
|
|
262
263
|
"timeout": 120000
|
|
263
|
-
}
|
|
264
|
+
}
|