Table of Contents

Class OrganizationInsightApplicationCreateRequest

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

Organization Insight Application Create Request

[DataContract]
public class OrganizationInsightApplicationCreateRequest
Inheritance
OrganizationInsightApplicationCreateRequest
Inherited Members

Constructors

OrganizationInsightApplicationCreateRequest()

public OrganizationInsightApplicationCreateRequest()

Properties

CounterSetRuleId

The id of the counter set rule

[DataMember(Name = "counterSetRuleId")]
public int CounterSetRuleId { get; set; }

Property Value

int

EnableSmartThresholds

Enable Smart Thresholds

[DataMember(Name = "enableSmartThresholds")]
public bool? EnableSmartThresholds { get; set; }

Property Value

bool?

Thresholds

Thresholds defined by a user for each application

[DataMember(Name = "thresholds")]
public OrganizationInsightApplicationCreateRequestThresholds? Thresholds { get; set; }

Property Value

OrganizationInsightApplicationCreateRequestThresholds