Orion.APM.CurrentComponentStatus
SolarWinds Information Service 2024.4 Schema Documentation
This entity presents component status.
Inheritance
Access control
everyone
Properties
| Name | Type | Summary | Access Control |
|---|---|---|---|
| ComponentID | System.Int64 | The unique integer representation of component. | everyone |
| ApplicationID | System.Int32 | The unique integer representation of application. | everyone |
| Availability | System.Int32 | The integer value that contains the component availability. | everyone |
| TimeStamp | System.DateTime | The date of last poll for component. | everyone |
| ComponentStatusID | System.Int64 | The unique integer representation of component status. | everyone |
| LastTimeUp | System.DateTime | The date and time when component has Up status. | everyone |
| ErrorCode | System.Int32 | The integer value that contains the component error code. | everyone |
| ErrorMessage | System.String | The string value that contains component error message. | everyone |
| PercentCPU | System.Double | The double value that contains component percent CPU usage. | everyone |
| PercentMemory | System.Double | The double value that contains component percent memory usage. | everyone |
| PercentVirtualMemory | System.Double | The double value that contains component percent virtual memory usage. | everyone |
| IsFallbackUsed | System.Boolean | Information that fallback for component was used | everyone |
| PrimaryPollingProtocol | System.Int32 | Primary polling method for component | everyone |
Target Relationships
| Name | Type | Notes |
|---|---|---|
| Component | Orion.APM.Component | Defined by relationship Orion.APM.ComponentHostsCurrentStatus (System.Hosting) |