Represents an in port of a router device.
Properties
|
Property |
Possible Values |
Example |
Description |
|---|---|---|---|
|
id |
string |
VCR-Jyr |
External ID of the port. |
|
label |
string |
Destination_034 |
Label of the port set automatically during auto setup. |
|
processingDeviceId |
string |
VCR-0B |
External ID of the router this port belongs to. |
|
sourceDeviceId |
string |
VCR-rn |
External Id of the source device connected to this router port. |
|
customLabel |
string |
TestPort 1 |
The custom label of the port. |
|
CrosspointId |
string |
23 |
Router-internal ID of the port. |
|
portState |
string (“Online”, “Offline”, “Preliminary”) |
Offline |
Indicates if (Online/Offline) and how (Preliminary) the port is usable. |
Example JSON Snippet
{
"id": "VCR-DpZ",
"label": "Source_ 085",
"processingDeviceId": "VCR-0B",
"sourceDeviceId": "VCR-GD",
"customLabel": "Test-Source 3",
"CrosspointId": "85",
"portState": "Online"
}