Class OrganizationAssuranceAlert
[DataContract]
public class OrganizationAssuranceAlert : IdentifiedItem
- Inheritance
-
OrganizationAssuranceAlert
- Inherited Members
Properties
CategoryType
Category type that the health alert belongs to
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "categoryType")]
public string CategoryType { get; set; }
Property Value
Description
Description containing additional details
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
DeviceType
Device Type that the alert occurred on
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceType")]
public string DeviceType { get; set; }
Property Value
DismissedAt
Time when the alert was dismissed
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dismissedAt")]
public DateTime? DismissedAt { get; set; }
Property Value
Network
Network details
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationAssuranceAlertNetwork Network { get; set; }
Property Value
ResolvedAt
Time when the alert was resolved
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "resolvedAt")]
public DateTime? ResolvedAt { get; set; }
Property Value
Scope
Scope of the alert (which devices and networks are affected)
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scope")]
public OrganizationAssuranceAlertScope Scope { get; set; }
Property Value
Severity
Alert severity
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "severity")]
public string Severity { get; set; }
Property Value
StartedAt
Time when the alert started
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startedAt")]
public DateTime StartedAt { get; set; }
Property Value
Title
Human Readable Title for Alert type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "title")]
public string Title { get; set; }
Property Value
Type
Alert Type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }