@itentialopensource/adapter-nautobot_v2 0.6.0 → 0.6.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
|
@@ -152,7 +152,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
152
152
|
"healthcheck_on_timeout": true,
|
|
153
153
|
"return_raw": false,
|
|
154
154
|
"archiving": false,
|
|
155
|
-
"return_request": false
|
|
155
|
+
"return_request": false,
|
|
156
|
+
"keep_alive_interval": 0
|
|
156
157
|
},
|
|
157
158
|
"proxy": {
|
|
158
159
|
"enabled": false,
|
package/package.json
CHANGED
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,
|
|
@@ -272,4 +273,4 @@
|
|
|
272
273
|
"brokers": [],
|
|
273
274
|
"logLevel": "none",
|
|
274
275
|
"timeout": 120000
|
|
275
|
-
}
|
|
276
|
+
}
|