Table of Contents

Class OrganizationAssuranceAlert

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[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

string

Description

Description containing additional details

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "description")]
public string Description { get; set; }

Property Value

string

DeviceType

Device Type that the alert occurred on

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceType")]
public string DeviceType { get; set; }

Property Value

string

DismissedAt

Time when the alert was dismissed

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dismissedAt")]
public DateTime? DismissedAt { get; set; }

Property Value

DateTime?

Network

Network details

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationAssuranceAlertNetwork Network { get; set; }

Property Value

OrganizationAssuranceAlertNetwork

ResolvedAt

Time when the alert was resolved

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "resolvedAt")]
public DateTime? ResolvedAt { get; set; }

Property Value

DateTime?

Scope

Scope of the alert (which devices and networks are affected)

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scope")]
public OrganizationAssuranceAlertScope Scope { get; set; }

Property Value

OrganizationAssuranceAlertScope

Severity

Alert severity

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "severity")]
public string Severity { get; set; }

Property Value

string

StartedAt

Time when the alert started

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startedAt")]
public DateTime StartedAt { get; set; }

Property Value

DateTime

Title

Human Readable Title for Alert type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "title")]
public string Title { get; set; }

Property Value

string

Type

Alert Type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

string