Abstract
Base type: System.Entity
Summary: Top level entity for Capacity Forecasting, which contains general information such as forecasting coeffiecients, predicated days to reach certain thresholds, etc.
| Name | Type | Notes |
|---|---|---|
| NodeID | System.Int32 | |
| EntityType | System.String | |
| InstanceId | System.Int32 | |
| MetricId | System.Int32 | |
| MetricName | System.String | |
| InstanceCaption | System.String | |
| ThresholdType | System.Int32 | |
| Timestamp | System.DateTime | |
| MinDateTime | System.DateTime | |
| MaxDateTime | System.DateTime | |
| CurrentValue | System.Double | |
| WarningThreshold | System.Double | |
| CriticalThreshold | System.Double | |
| CapacityThreshold | System.Double | |
| Aavg | System.Double | |
| Bavg | System.Double | |
| Apeak | System.Double | |
| Bpeak | System.Double | |
| DaysToWarningAvg | System.Double | |
| DaysToCriticalAvg | System.Double | |
| DaysToCapacityAvg | System.Double | |
| DaysToWarningPeak | System.Double | |
| DaysToCriticalPeak | System.Double | |
| DaysToCapacityPeak | System.Double | |
| InstanceUri | System.String | |
| DetailsUrl | System.String | |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| ForecastMetrics | Orion.ForecastMetrics | Defined by relationship Orion.ForecastCapacityHostsForecastMetrics (System.Reference) |