Base type: System.StatisticsEntity
Summary: This entity presents current application status.
Name | Type | Notes |
---|---|---|
ApplicationID | System.Int32 | The unique integer representation of application. |
Availability | System.Int32 | The integer value that contains the application availability. |
TimeStamp | System.DateTime | The date of last poll for application. |
LastTimeUp | System.DateTime | The date and time when application has Up status. |
ErrorMessage | System.String | The string value that contains application error message. |
LastSuccessfulPoll | System.DateTime | The date of last successful poll for application. |
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'. |
Application | Orion.APM.Application | Defined by relationship Orion.APM.ApplicationHostsCurrentStatus (System.Hosting) |