Base type: System.Entity
Summary: This entity represents SAM thresholds defined for components and their templates
Name | Type | Notes |
---|---|---|
ID | System.Int64 | Unique integer threshold representation. |
IsTemplate | System.Boolean | The boolean value that specifies if threshold is template. |
ThresholdName | System.String | The string value that contains the name of threshold. |
Warning | System.Double | The integer value that contains the threshold warning level. |
Critical | System.Double | The integer value that contains the threshold critical level. |
ThresholdOperator | System.Int32 | The integer value that contains the threshold operator(0 -greater than;1 - greater than or equal to;2 - equal to;3 - less than or equal to;4 - less than;5 - not equal to.). |
ComputeBaseline | System.Boolean | The boolean value that specifies if compute baseline option is enabled for threshold. |
UseBaseline | System.Boolean | The boolean value that specifies if use baseline option is enabled for threshold. |
WarningFormula | System.String | The string value that contains the warning formula for threshold. |
CriticalFormula | System.String | The string value that contains the critical formula for threshold. |
BaselineFrom | System.DateTime | The date and time from which baseline data is calculated. |
BaselineTo | System.DateTime | The date and time until which baseline data is calculated. |
BaselineApplied | System.DateTime | The date and time when baseline calculation was enabled for threshold. |
BaselineApplyError | System.String | The string value that contains the baseline apply error. |
WarningPolls | System.Int32 | The integer value that contains the number of warning polls. |
WarningPollsInterval | System.Int32 | The integer value that contains the warning polls interval. |
CriticalPolls | System.Int32 | The integer value that contains the number of critical polls. |
CriticalPollsInterval | System.Int32 | The integer value that contains the critical polls interval. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |