API Guide

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.
}]
}
STATUS CODE - default: success or error response
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.4 GET /fabric-intents/{id}/configurations/vlt-interfaces
Retrieves the VLT interface links between each switch pairs (leaf pairs in an L2/L3 fabric and spine pairs in an L2 fabric)
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
Unique identier of the fabric intent.
RESPONSE
STATUS CODE - 200: Response to get a list of bgp neighbor details for every switch managed by SFD.
RESPONSE MODEL - application/json
{
List of all VLT interfaces congured between switch pairs.
data [{
Array of object: Represents details of VLTi links between two leafs pairs in an L2/L3 fabric, and also between spine pairs in an L2 fabric
self {
Details of the source switch for the VLT link.
domain_id integer
VLT Domain ID
switch_id string
The source switch ID.
switch_name string
The source switch name.
}
peer {
87 of 340