update_production_item_settings
Modify or add setting overrides for a Business Host in an InterSystems IRIS production. Persists changes; call update_production to apply them to a running instance.
Instructions
Update (or create) one or more setting overrides on an existing Business Host inside a production.
For each (name, value) entry in settings:
if the host already has an override with that
NameandTarget, itsValueis overwritten;otherwise a new
Ens.Config.Settingis appended with the givenTarget.
The production is then persisted with SaveToClass + %Save. To make
the changes take effect on a running production without a full
restart, call update_production afterwards (equivalent to clicking
"Update" in the Management Portal).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_name | Yes | Config name of the Business Host (Service / Process / Operation) to modify. | |
| settings | Yes | Dict of `{SettingName: value}` pairs to apply. Values are coerced to strings before being stored. | |
| production_name | No | Production class name. If empty, the active production is used. | |
| target | No | Setting target context, either `"Host"` (default) or `"Adapter"`. Applied to every entry in this batch. | Host |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |