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.8 GET /fabric-intents/{id}/configurations/vteps
Retrieves VxLAN Tunnel End-point details for all the switches in the BGP eVPN over L3 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 VTEP details for all the switches in a BGP eVPN over L3 fabric.
RESPONSE MODEL - application/json
{
A list of VTEP details for all the switches in a BGP eVPN over L3 fabric.
data [{
Array of object: The VxLAN Tunnel Endpoint details on a switch in a BGP eVPN over L3 fabric.
vtep_ip string
The loopback interface IP address, acting as the VTEP IP for the switch
description string
Description for this VTEP.
routerMac string
Router MAC IP address.
vtepSwitchPair [{
Array of object: list of all VTEP switches.
switch_1_id string
Unique identier of switch-1 in the leaf pair.
switch_1_name string
Name of switch-1 in the leaf pair.
95 of 340