OutPort [VCon IG]
Represents an out port of a router device.
Properties
Property | Possible Values | Example | Description |
---|---|---|---|
id | string | Jyr | External ID of the port. |
label | string | Destination_034 | Label of the port set automatically during auto setup. |
processingDeviceId | string | 0B | External ID of the router this port belongs to. |
destinationDeviceId | string | rn | External Id of the target 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. |
Example JSON Snippet
{
"id": "w8l",
"label": "Dest_91005",
"processingDeviceId": "0B",
"destinationDeviceId": null,
"customLabel": null,
"CrosspointId": "96"
}