probeService
The probeService table holds details of the technology that provides
network probes for a given device.
The following table describes the probeService table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
entityId |
32-bit integer | Primary Key Foreign Key (entityData table) Not Null |
Unique identifier for the entity. |
maxProbes |
32-bit integer | Total number of probes supported. | |
monitorType |
16-character string | Name of the technology that provides the probes. For example, IPSLA. This value is used to group probes. | |
responderEnabled |
Enumerated value |
Indicates whether the device is configured as a responder. Takes one of the following values:
|
|
updateTime |
Timestamp | Time of last update. | |
version |
255-character string | Version of the monitor type. |