Port [VCon IG]
Represents an in- or out-port of a router device.
Properties
Property | Possible Values | Example | Description |
---|---|---|---|
id | string | 4e | External ID of the Port. |
label | string | Source_ 001 | Custom label, if existing, otherwise the label. |
deviceId | string | mN | External ID of the device connected to this router port. |
processingDeviceId | string | BzA | External ID of the router this port belongs to. |
Example JSON Snippet
{
"id": "Jyr",
"label": "Source_ 098",
"deviceId": null,
"processingDeviceId": "28J"
}