Table of Contents

Class OrganizationAssuranceAlertScope

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class OrganizationAssuranceAlertScope
Inheritance
OrganizationAssuranceAlertScope
Inherited Members

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>

Peers

Peers affected by the alert

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

Property Value

List<string>