networkPipe
The networkPipe table represents managed connections in the network. This table belongs to the category connectivity.
The following table describes the networkPipe table.
Column name | Type | Constraints | Description |
---|---|---|---|
entityId | 32-bit integer | Foreign key Not null |
The identifier of a network pipe entity from the entityData table. |
connectionId | 32-bit integer | Foreign key Not null |
The identifier of a connection from the connects table. |
aggregationType | Enumerated value | Not null Takes one of the following values: 1: unknown
2: no lower level 3: in parallel 4: in sequence |
Indicates how the network pipe is made up of other network pipes. You can model redundancy by combining lower-level network pipes in parallel. |