QualityReportingNode.updateConfig() method

Dynamically update detection thresholds and MQA config while the node is running. Only provided fields are updated; omitted fields keep their current values on the server.

Signature:

updateConfig(config: QualityReportingDynamicConfig): void;

Parameters

Parameter Type Description

config

QualityReportingDynamicConfig

Partial dynamic config update.

Returns:

void