Table of Contents

Class OrganizationInsightWebAppSimple

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

Organization Insight Web Application Create Response

[DataContract]
public class OrganizationInsightWebAppSimple
Inheritance
OrganizationInsightWebAppSimple
Inherited Members

Constructors

OrganizationInsightWebAppSimple()

public OrganizationInsightWebAppSimple()

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 OrganizationInsightWebAppSimpleSignature Signature { get; set; }

Property Value

OrganizationInsightWebAppSimpleSignature

Thresholds

Default thresholds for each application

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

Property Value

OrganizationInsightWebAppThresholds