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
Allows the LLM used by the [AI chat][AI chat API] to receive the names of inventory attributes when generating SQL queries. When `false`, the AI chat operates without knowledge of attribute names defined on the hub.
155
+
Default value: `false`
156
+
-**deletedHostsCleanup**_(object)_
157
+
Configuration for the deleted-hosts stage of the [Hosts cleanup API][Hosts cleanup API]. Object shape: `{ "enabled": boolean, "days": integer }`. Deleted hosts older than `days` are permanently removed when enabled.
158
+
Default value: `{ "enabled": false, "days": 90 }`
159
+
-**duplicateHostnameHostsCleanup**_(object)_
160
+
Configuration for the duplicate-hostname stage of the [Hosts cleanup API][Hosts cleanup API]. Object shape: `{ "enabled": boolean, "completelyClear": boolean }`. When `completelyClear` is `true`, deleted duplicates are also permanently removed in the same run.
Configuration for the duplicate-IP stage of the [Hosts cleanup API][Hosts cleanup API]. Object shape: `{ "enabled": boolean, "completelyClear": boolean }`.
Configuration for the group stage of the [Hosts cleanup API][Hosts cleanup API]. Object shape: `{ "enabled": boolean, "groupId": integer, "completelyClear": boolean }`. Every host in the given shared group is deleted when enabled.
Configuration for the inactivity stage of the [Hosts cleanup API][Hosts cleanup API]. Object shape: `{ "enabled": boolean, "days": integer, "completelyClear": boolean }`. Hosts that have not reported in for `days` days are deleted when enabled.
0 commit comments