Base type: System.Entity
Summary: This entity presents SQL agent job information. Used in alerting.
| Name | Type | Notes |
|---|---|---|
| ID | System.Int32 | The unique integer representation of SQL job. |
| ApplicationID | System.Int32 | The unique integer representation of application. |
| NodeID | System.Int32 | The unique integer representation of parent node. |
| Name | System.String | The string value that contains the agent job name. |
| LastRunDate | System.DateTime | The date and time of the last SQL agent job execution. |
| LastRunDuration | System.Int32 | The integer value that contains the last SQL agent job execution duration. |
| LastRunStatus | System.Int32 | The integer value that contains the last SQL agent job execution status. |
| JobStatus | System.String | The status of an SQL agent job. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| SqlJobInfo | Orion.APM.SqlJobInfo | Defined by relationship Orion.APM.SqlJobInfoAlertReferencesSqlJobInfo (System.Reference) |