InPort [VCon IG]

Represents an in 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.

sourceDeviceId

string

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": "DpZ",
  "label": "Source_ 085",
  "processingDeviceId": "0B",
  "sourceDeviceId": "GD",
  "customLabel": "Test-Source 3",
  "CrosspointId": "85",
  "portState": "Online"
}