DirectorRuntimeConfigOverride
DirectorRuntimeConfigOverride
JSON Example
{
"runtime_config_name": "string",
"addon_name": "string",
"data": {}
}
string
runtime_config_name
Optional
The section within the BOSH Director manifest to override.
Enumeration:
ops_manager_dns_runtime,
ops_manager_system_metrics_runtime
string
addon_name
Optional
NOTE: bosh-dns and bosh-dns-windows are only valid values when runtime_config_name is ops_manager_dns_runtime. system_metrics_agent and system_metrics_agent_windows are only valid values when runtime_config_name is ops_manager_system_metrics_runtime.
Enumeration:
bosh-dns,
bosh-dns-windows,
system_metrics_agent,
system_metrics_agent_windows
object
data
Optional
The new properties to apply to the respective runtime config.
The data payload will be deep-merged into the current BOSH runtime config addon.