Table of Contents

Class OrganizationInsightWebApp

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

Organization Insight Web App

[DataContract]
public class OrganizationInsightWebApp
Inheritance
OrganizationInsightWebApp
Inherited Members

Constructors

OrganizationInsightWebApp()

public OrganizationInsightWebApp()

Properties

Category

Category type for web application

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

Property Value

string

CounterSetRuleId

Counter set rule id

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

Property Value

string

Expression

Http hostname for tracking web app

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

Property Value

string

Name

Web Application name

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Signature

If custom host or port is specified, this field populates

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "signature")]
public OrganizationInsightWebAppSignature Signature { get; set; }

Property Value

OrganizationInsightWebAppSignature

Thresholds

Default thresholds for each application

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "thresholds")]
public OrganizationInsightWebAppThresholds Thresholds { get; set; }

Property Value

OrganizationInsightWebAppThresholds