Class OrganizationInsightWebApp
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
CounterSetRuleId
Counter set rule id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counterSetRuleId")]
public string CounterSetRuleId { get; set; }
Property Value
Expression
Http hostname for tracking web app
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expression")]
public string Expression { get; set; }
Property Value
Name
Web Application name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Signature
If custom host or port is specified, this field populates
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "signature")]
public OrganizationInsightWebAppSignature Signature { get; set; }
Property Value
Thresholds
Default thresholds for each application
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "thresholds")]
public OrganizationInsightWebAppThresholds Thresholds { get; set; }