Represents a customized lane in the User Interface.
Properties
|
Property |
Possible Values |
Example |
Description |
|---|---|---|---|
|
id |
string |
VCR-lpa |
External ID of the ClientGroupLane. |
|
type |
string (“Device”, “InPort”, “OutPort”, “ClientGroup”) |
Pool |
Whether the custom group should represent an existing pool or consist of a customizable set of lanes. “ClientGroup” is not supported yet. |
|
foreignId |
string |
VCR- Jyr |
The external ID of the attached Device, InPort or OutPort. |
|
index |
integer |
1 |
Sorting Index of ClientGroupLanes inside a ClientGroup. |
Example JSON Snippet
{
"id": "VCR-lpa",
"type": "InPort",
"foreignId": "VCR-Jyr",
"index": 2
}