Table of Contents

Class OrganizationAssuranceAlertScope

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Organization Assurance Alert Scope

[DataContract]
public class OrganizationAssuranceAlertScope
Inheritance
OrganizationAssuranceAlertScope
Inherited Members

Constructors

OrganizationAssuranceAlertScope()

public OrganizationAssuranceAlertScope()

Properties

Applications

Applications affected by the alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "applications")]
public List<string> Applications { get; set; }

Property Value

List<string>

Devices

Description of affected devices

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "devices")]
public List<OrganizationAssuranceAlertScopeDevice> Devices { get; set; }

Property Value

List<OrganizationAssuranceAlertScopeDevice>

Others

Other affected items by the alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "others")]
public List<string> Others { get; set; }

Property Value

List<string>

Peers

Peers affected by the alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "peers")]
public List<string> Peers { get; set; }

Property Value

List<string>