Port
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 of the port, if set in backend, 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. |
portState | string (“Online“, “Preliminary”, “Offline”) | Online | Shows if a port is usable (“Online”) or not (“Offline”) and if it is a special port that can be used as preliminary source (“Preliminary”) |
Example JSON Snippet
{
"id": "Jyr",
"label": "Source_ 098",
"deviceId": null,
"processingDeviceId": "28J",
"portState": "Online"
}