API Guide
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
6.7 GET /fabric-intents/{id}/configurations/l2-interlinks
Retrieves all the interlinks congurations in an L2 fabric
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
Unique identier of the fabric intent.
RESPONSE
STATUS CODE - 200: Response to get a list of interlink congurations for all the switches in an L2 fabric.
RESPONSE MODEL - application/json
{
List of interlink conguration details for all the switches in an L2 fabric.
data [{
Array of object: Represents a VLT port channel on each switch and its peer VLTi switch, in an L2 Fabric.
vlt_port_channel {
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
}
peer_vlt_port_channel {
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.
93 of 340










