Search Results for

    Show / Hide Table of Contents

    Class AlertSummaryRequest

    Provides parameters for GetAlertSummary(AlertSummaryRequest) method.

    Inheritance
    object
    AlertSummaryRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class AlertSummaryRequest

    Constructors

    AlertSummaryRequest()

    Declaration
    public AlertSummaryRequest()

    Properties

    AlertGroupId

    Gets or sets the identifier of alert group to filter alerts included in the summary. If it is not set then all alerts are included.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? AlertGroupId { get; set; }
    Property Value
    Type Description
    int?

    AlertSourceTypeId

    Gets or sets the identifier of alert source type to filter alerts included in the summary. If it is not set then all alert source types are included.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? AlertSourceTypeId { get; set; }
    Property Value
    Type Description
    int?

    AlertTypeId

    Gets or sets the identifier of alert type to filter alerts included in the summary. If it is not set then all alert types are included.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? AlertTypeId { get; set; }
    Property Value
    Type Description
    int?

    EndTimeLocal

    Gets or sets date and time when requested time period ends in the reporting time zone. If not set, current time is used.

    Declaration
    [DataMember(Name = "End", EmitDefaultValue = false)]
    public DateTime? EndTimeLocal { get; set; }
    Property Value
    Type Description
    DateTime?

    Resolution

    Gets or sets time resolution (interval size) that measures should be aggregated into.

    Declaration
    [DataMember(Name = "Res")]
    public int Resolution { get; set; }
    Property Value
    Type Description
    int

    ResolutionUnit

    Gets or sets the unit of measure for the provided Resolution value. The smallest supported time interval in the system is 5 seconds.

    Declaration
    [DataMember(Name = "Unit")]
    public TimeUnit ResolutionUnit { get; set; }
    Property Value
    Type Description
    TimeUnit

    StartTimeLocal

    Gets or sets date and time when requested time period starts in the reporting time zone.

    Declaration
    [DataMember(Name = "Start")]
    public DateTime StartTimeLocal { get; set; }
    Property Value
    Type Description
    DateTime
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation