probe
The probe
table holds probe specific details of all discovered network
probes.
The following table describes the probe
table.
Column name | Type | Constraints | Description |
---|---|---|---|
adminStatus |
Enumerated value |
The administrative status of the probe. Takes one of the following values:
|
|
callDuration |
32-bit integer |
Duration for RTP/Video probes. |
|
codecType |
Enumerated value |
Codec type used by Jitter probes. Takes one of the following values:
|
|
differentiatedService |
32-bit integer |
Type of service octet value (if set in IP header). |
|
entityId |
32-bit integer | Primary Key Foreign Key (entityData table) Not Null |
Unique identifier for the entity. |
frequency |
32-bit integer |
Duration between probe operations, in seconds. |
|
httpVersion |
10-character string |
HTTP server version. Used with HTTP probes. |
|
icpifAdvantage |
32-bit integer |
Used in Jitter probe ICPIF calculations. |
|
name |
32-character string |
Name of the probe. |
|
nativeType |
32-character string |
A human-readable textual representation of the |
|
nativeTypeId |
32-bit integer |
An integer representation of the probe type. The values depend on the data definition in the probe. |
|
operStatus |
Enumerated value |
The operational status of the probe. Takes one of the following values:
|
|
owner |
255-character string |
Owner/creator of the probe instance. |
|
packetInterval |
32-bit integer |
The delay between packets, in ms. |
|
probeCount |
32-bit integer |
Number of packets to transmit. |
|
probeId |
255-character string |
Unique probe identifier. Identifies the probe uniquely at a device level. |
|
target |
255-character string |
Destination address. Can be an IP address. |
|
targetPort |
32-bit integer |
Port number on the target. |
|
timeout |
32-bit integer |
The maximum time to wait for a proper operation to complete, in ms. |
|
source |
255-character string |
Source address. Can be an IP address. |
|
sourceInterface |
32-bit integer |
Source interface index. |
|
sourcePort |
32-bit integer |
The port number on the source. |
|
sourceVoicePort |
255-character string |
Specifies the voice port on the gateway. |
|
vrfName |
255-character string |
VRF associated with this probe. |