API Guide
NAME TYPE DESCRIPTION
*fabric-intent-id string
Unique identier of the fabric intent.
*vlan-id integer
The integer Vlan ID
QUERY PARAMETERS
NAME TYPE DESCRIPTION
*switch-1-id string
Unique identier of one switch in the leaf rack
*switch-2-id string
Unique identier of the other switch in the leaf rack
RESPONSE
STATUS CODE - 200: Response to get a list of all the port channels created for a vlan on a switch rack
RESPONSE MODEL - application/json
{
Represents all the port channels created for a vlan, on a switch rack
data [{
Array of object: Represents a port channel created for a vlan, on a switch rack
port_channel_on_switch_1 {
A logical interface on a switch, that will bind a group of ethernet interface and provides link aggregation. In addition to this, it will be tied to
a port-channel on its VLT peer, via the lag-id. Through this, any host/switch connected to the VLTi pair can leverage link aggregation and
redundancy provided by the VLTi pair.
id string
ID of the port channel.
name string
Name of the port channel.
switch_id string
ID if the switch, whose interfaces are part of this port channel.
switch_name string
Name of the switch, whise interfaces are part of this port channel.
members [{
Array of object: The information about an Ethernet interface.
id string
The object id of the interface.
name string
the name of the interface.
switch_id string
Oid of the switch, on which the interface resides.
switch_name string
Name of the switch, on which the interface resides.
}]
lag_id integer
}
port_channel_on_switch_2 {
A logical interface on a switch, that will bind a group of ethernet interface and provides link aggregation. In addition to this, it will be tied to
a port-channel on its VLT peer, via the lag-id. Through this, any host/switch connected to the VLTi pair can leverage link aggregation and
redundancy provided by the VLTi pair.
id string
ID of the port channel.
name string
Name of the port channel.
switch_id string
ID if the switch, whose interfaces are part of this port channel.
switch_name string
Name of the switch, whise interfaces are part of this port channel.
members [{
Array of object: The information about an Ethernet interface.
id string
The object id of the interface.
name string
the name of the interface.
switch_id string
Oid of the switch, on which the interface resides.
switch_name string
Name of the switch, on which the interface resides.
}]
lag_id integer
}
}]
}
103 of 340










