Base type: System.Entity
Summary: Contains the assignments between probes and the services they monitor. A probe can monitor multiple services, and a service can be monitored by multiple probes.
| Name | Type | Notes |
|---|---|---|
| ProbeID | System.Int32 | |
| EndpointServiceID | System.Int32 | |
| Enabled | System.Boolean | |
| LastStatus | System.Int32 | |
| Status | System.Int32 | |
| LastProbeTime | System.DateTime | |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| Threshold | Orion.NetPath.Thresholds | Defined by relationship Orion.NetPath.EndpointServiceAssignmentsReferencesThresholds (System.Reference) |
| Probe | Orion.NetPath.Probes | Defined by relationship Orion.NetPath.ProbesReferencesEndpointServiceAssignments (System.Reference) |
| EndpointService | Orion.NetPath.EndpointServices | Defined by relationship Orion.NetPath.EndpointServicesReferencesEndpointServiceAssignments (System.Reference) |