probeTooltip
The probeTooltip view joins data from the entityData,
probeEndPoint, and probe tables.
The information stored in this view is accessible from the tooltip by hovering over a link between two SLA Probe entities on a network map.
The following table describes the probeTooltip view.
| Column name | Description | Containing table |
|---|---|---|
| entityid | The entity ID of the source or destination probe protocol end point. | entityData |
| role |
The role of this particular endpoint in the related probe configuration.
Takes one of the following values:
|
probeEndPoint |
| probeEntityId | The entity ID of the probe entity. | probeEndPoint |
| probeid |
Unique probe identifier. Identifies the probe uniquely at a device level. |
probe |
| nativetypeid |
An integer representation of the probe type. The values depend on the data definition in the probe. |
probe |
| nativetype |
A human-readable textual representation of the |
probe |
| adminstatus |
The administrative status of the probe. Takes one of the following values:
|
probe |
| operstatus |
The operational status of the probe. Takes one of the following values:
|
probe |
| frequency |
Duration between probe operations, in seconds. |
probe |
| timeout |
The maximum time to wait for a proper operation to complete, in ms. |
probe |
| name |
Name of the probe. |
probe |
| owner |
Owner/creator of the probe instance. |
probe |
| target |
Destination address. Can be an IP address. |
probe |
| source |
Source address. Can be an IP address. |
probe |
| sourceinterface |
Source interface index. |
probe |
| vrfname |
VRF associated with this probe. |
probe |
| differentiatedservice |
Type of service octet value (if set in IP header). |
probe |
| probecount |
Number of packets to transmit. |
probe |
| targetport |
Port number on the target. |
probe |
| sourceport |
The port number on the source. |
probe |
| sourcevoiceport |
Specifies the voice port on the gateway. |
probe |
| packetinterval |
The delay between packets, in ms. |
probe |
| codectype |
Codec type used by Jitter probes. Takes one of the following values:
|
probe |
| icpifadvantage |
Used in Jitter probe ICPIF calculations. |
probe |
| httpversion |
HTTP server version. Used with HTTP probes. |
probe |
| callduration |
Duration for RTP/Video probes. |
probe |