Represents an in- or out-port of a router device.
Properties
|
Property |
Possible Values |
Example |
Description |
|---|---|---|---|
|
id |
string |
VCR-4e |
External ID of the Port. |
|
label |
string |
Source_ 001 |
Custom label of the port, if set in backend, otherwise the label. |
|
deviceId |
string |
VCR-mN |
External ID of the device connected to this router port. |
|
processingDeviceId |
string |
VCR-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
JSON
{
"id": "VCR-Jyr",
"label": "Source_ 098",
"deviceId": null,
"processingDeviceId": "VCR-28J",
"portState": "Online"
}