Table of Contents

Class AddRADParameterGroupMessage

Namespace
Skyline.DataMiner.Analytics.Rad
Assembly
SLAnalyticsTypes.dll

Message to start monitoring a parameter group with Relational Anomaly Detection. If a group with the same name already exists on the same Agent, it will be overwritten.

[Serializable]
public class AddRADParameterGroupMessage : GetSessionedAnalyticsMessage, IGetAnalyticsMessage
Inheritance
TargetedClientRequestMessage
AddRADParameterGroupMessage
Implements
Inherited Members
Extension Methods

Constructors

AddRADParameterGroupMessage()

Initializes a new instance of the AddRADParameterGroupMessage class.

AddRADParameterGroupMessage(RADGroupInfo)

Initializes a new instance of the AddRADParameterGroupMessage class.

Properties

ParameterGroupInfo

The group information.

TrainingConfiguration

Configuration for training the RAD model. Set to null to retain the existing model, or to use the default training configuration, which uses at most the last 60 days of available 5-minute average data if no model exists. Available from DataMiner 10.6.0/10.6.1 onwards.