Base type: System.Entity
Summary: This entity presents component thresholds. Used in alerting.
| Name | Type | Notes |
|---|---|---|
| ComponentID | System.Int64 | The unique integer representation of component. |
| ThresholdCPUCritical | System.Double | Value of CPU critical threshold. |
| ThresholdCPUWarning | System.Double | Value of CPU warning threshold. |
| ThresholdIOReadOperationsPerSecCritical | System.Double | Value of IO read operations per second critical threshold. |
| ThresholdIOReadOperationsPerSecWarning | System.Double | Value of IO read operations per second warning threshold. |
| ThresholdIOTotalOperationsPerSecCritical | System.Double | Value of IO total operations per second critical threshold. |
| ThresholdIOTotalOperationsPerSecWarning | System.Double | Value of IO total operations per second warning threshold. |
| ThresholdIOWriteOperationsPerSecCritical | System.Double | Value of IO write operations per second critical threshold. |
| ThresholdIOWriteOperationsPerSecWarning | System.Double | Value of IO write operations per second warning threshold. |
| ThresholdPhysicalMemoryCritical | System.Double | Value of physical memory critical threshold. |
| ThresholdPhysicalMemoryWarning | System.Double | Value of physical memory warning threshold. |
| ThresholdResponseTimeCritical | System.Double | Value of response time critical threshold. |
| ThresholdResponseTimeWarning | System.Double | Value of response time warning threshold. |
| ThresholdStatisticCritical | System.Double | Value of statistic critical threshold. |
| ThresholdStatisticWarning | System.Double | Value of statistic warning threshold. |
| ThresholdVirtualMemoryCritical | System.Double | Value of virtual memory critical threshold. |
| ThresholdVirtualMemoryWarning | System.Double | Value of virtual memory warning threshold. |
| Description | System.String | Description of entity. Returns no value. Used to hide inherited field from alerting. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| Component | Orion.APM.Component | Defined by relationship Orion.APM.ComponentAlertThresholdsReferencesComponent (System.Reference) |