Update object auto-bind configuration
Update the auto-bind filters of an auto-bind-capable object (Container, Collector, Circuit, Cluster, NetworkMap, Template, Dashboard, BusinessService and business service prototype). Each object supports up to two filter slots; entries in the autoBindFilters array are applied positionally to slots 0, 1, … Within each entry omitted keys are left unchanged; a null or omitted source clears that slot's filter script.
Filter scripts are compiled and validated by default; a compilation failure returns 400 with a diagnostic object. Pass ?validate=false to store work-in-progress or intentionally broken scripts (matches the NXCP "always store" behavior).
This property group applies only to auto-bind-capable object classes; sending it to any other class returns 400.
Path parameters
Query parameters
When false, skip compilation of filter scripts.
Request body
Response
Auto-bind configuration updated; full updated object returned.