Custom Monitoring Signal Response
data class CustomMonitoringSignalResponse(val componentId: String, val inputAssets: Map<String, Any>? = null, val inputs: Map<String, Any>? = null, val metricThresholds: List<CustomMetricThresholdResponse>, val notificationTypes: List<String>? = null, val properties: Map<String, String>? = null, val signalType: String)
Properties
Link copied to clipboard
Required Reference to the component asset used to calculate the custom metrics.
Link copied to clipboard
Monitoring assets to take as input. Key is the component input port name, value is the data asset.
Link copied to clipboard
Required A list of metrics to calculate and their associated thresholds.
Link copied to clipboard
The current notification mode for this signal.
Link copied to clipboard
Property dictionary. Properties can be added, but not removed or altered.
Link copied to clipboard
Expected value is 'Custom'.