Class OrganizationInsightWebAppSimple
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
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 OrganizationInsightWebAppSimpleSignature Signature { get; set; }
Property Value
Thresholds
Default thresholds for each application
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "thresholds")]
public OrganizationInsightWebAppThresholds Thresholds { get; set; }