Table of Contents

Constructor GetRADDataMessage

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

GetRADDataMessage()

Initializes a new instance of the GetRADDataMessage class.

public GetRADDataMessage()

GetRADDataMessage(string, DateTime, DateTime)

Initializes a new instance of the GetRADDataMessage class.

public GetRADDataMessage(string groupName, DateTime startTime, DateTime endTime)

Parameters

groupName string

Name of the RAD parameter group

startTime DateTime

Start time of the historical time range over which anomaly scores need to be retrieved

endTime DateTime

End time of the historical time range over which anomaly scores need to be retrieved

GetRADDataMessage(string, string, DateTime, DateTime)

Initializes a new instance of the GetRADDataMessage class. Available from DataMiner 10.5.9/10.6.0 onwards.

public GetRADDataMessage(string groupName, string subgroupName, DateTime startTime, DateTime endTime)

Parameters

groupName string

Name of the RAD parameter group

subgroupName string

Name of the subgroup for which anomaly scores should be retrieved.

startTime DateTime

Start time of the historical time range over which anomaly scores should be retrieved

endTime DateTime

End time of the historical time range over which anomaly scores should be retrieved

GetRADDataMessage(string, Guid, DateTime, DateTime)

Initializes a new instance of the GetRADDataMessage class. Available from DataMiner 10.5.9/10.6.0 onwards.

public GetRADDataMessage(string groupName, Guid subgroupID, DateTime startTime, DateTime endTime)

Parameters

groupName string

Name of the RAD parameter (shared model) group.

subgroupID Guid

Identifier of the RAD parameter group, which is a subgroup of the shared model group.

startTime DateTime

Start time of the historical time range over which anomaly scores should be retrieved.

endTime DateTime

End time of the historical time range over which anomaly scores should be retrieved.