Table of Contents

Class OrganizationAlertProfileCreateRequest

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

Properties

AlertCondition

The conditions that determine if the alert triggers

[DataMember(Name = "alertCondition")]
public OrganizationAlertCondition AlertCondition { get; set; }

Property Value

OrganizationAlertCondition

Description

User supplied description of the alert

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

Property Value

string

NetworkTags

Networks with these tags will be monitored for the alert

[DataMember(Name = "networkTags")]
public List<string> NetworkTags { get; set; }

Property Value

List<string>

Recipients

List of recipients that will recieve the alert.

[DataMember(Name = "recipients")]
public OrganizationAlertRecipients Recipients { get; set; }

Property Value

OrganizationAlertRecipients

Type

The alert type

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

Property Value

string