Base type: System.StatisticsEntity
Summary: This entity presents component status.
| Name | Type | Notes |
|---|---|---|
| ComponentID | System.Int64 | The unique integer representation of component. |
| ApplicationID | System.Int32 | The unique integer representation of application. |
| Availability | System.Int32 | The integer value that contains the component availability. |
| TimeStamp | System.DateTime | The date of last poll for component. |
| ComponentStatusID | System.Int64 | The unique integer representation of component status. |
| LastTimeUp | System.DateTime | The date and time when component has Up status. |
| ErrorCode | System.Int32 | The integer value that contains the component error code. |
| ErrorMessage | System.String | The string value that contains component error message. |
| PercentCPU | System.Double | The double value that contains component percent CPU usage. |
| PercentMemory | System.Double | The double value that contains component percent memory usage. |
| PercentVirtualMemory | System.Double | The double value that contains component percent virtual memory usage. |
| ObservationTimestamp | System.DateTime | |
| ObservationFrequency | System.DateTime | |
| Weight | System.Double | Default='1.0'. |
| 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.ComponentHostsCurrentStatus (System.Hosting) |