@itentialopensource/adapter-netbox_v33 2.4.1 → 2.6.0

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.
@@ -695,6 +695,12 @@
695
695
  "type": "boolean",
696
696
  "description": "This property turns on returning the response information - need to be carefull in case credentials are in the path",
697
697
  "default": false
698
+ },
699
+ "keep_alive_interval": {
700
+ "type": "integer",
701
+ "description": "TCP keep-alive interval in seconds for long-lived connections. Set to 0 to disable (default). Minimum 30 seconds when enabled.",
702
+ "default": 0,
703
+ "minimum": 0
698
704
  }
699
705
  },
700
706
  "required": [
@@ -1762,4 +1768,4 @@
1762
1768
  }
1763
1769
  }
1764
1770
  }
1765
- }
1771
+ }