API Guide
}]
}
6.9 GET /fabric-intents/{id}/configurations/vxlan-segments
Retrieves Vxlan Segment congurations in an Vxlan Overlay over L3 fabric.
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
Unique identier of the fabric intent.
QUERY PARAMETERS
NAME TYPE DESCRIPTION
switch-id string
If switch id is passed then Vxlan Segments on this switch Id will be only returned
RESPONSE
STATUS CODE - 200: Response to get a list of all Vxlan Segment congurations in an Vxlan OVerlay over L3 fabric.
RESPONSE MODEL - application/json
{
List of congurations generatd for all the Vxlan Segments in a Vxlan Overlay over L3 Fabric.
data [{
Array of object: The congurations generated for a Vxlan Segment
vni integer
the L2 Virtual Network Identier for the
Vxlan Segment.
vni_type enum ALLOWED:VNI_TYPE_L2VNI,
VNI_TYPE_L3VNI
The NFC VNI type:VNI_TYPE_L2VNI/
VNI_TYPE_L3VNI.
static_anycast_gateway_ip_address string
The static anycast gateway ip for a
stretched host network. This will be
congured on all leafs where this network
stretches.
tenant_id string
Unique identier of the tenant whom this
segment belongs to.
tenant_name string
Name of the tenant whom this segment
belongs to.
switch_pairs [{
Array of object: The BGP EVPN conguration on a switch rack, which will be part of a VxLAN segment. It species: The route-distinguisher
that will be used to ensure globally unique prex set in the BGP IP table, across tenants. The autogenerated RD will be of the format vni:vni
The route-target, that will be used to map advertised prexes to the corresponding tenant VRF table. The auto-generated RT will be of the
format vtep:vni. The Vxlan Tunnel Endpoint IP address for the rack. The vlan ID on the rack, which is part of the segment Details of
switches that are part of the rack
switch_1_id string
Unique identier of switch-1 in the leaf pair.
switch_1_name string
Name of switch-1 in the leaf pair.
switch_2_id string
Unique identier of switch-2 in the leaf pair.
switch_2_name string
Name of switch-2 in the leaf pair.
virtual_network_ip_1 string
The virtual network interface IP for leaf switch-1 in CIDR notation
virtual_network_ip_2 string
The virtual network interface IP for leaf switch-2 in CIDR notation
vtep_ip string
VTEP interface IP on leaf-rack in CIDR notation
rd string
The route-distinguisher that will be used to ensure globally unique prex set in the
BGP IP table, across tenants. The autogenerated RD will be of the format vni:vni
rt string
The route-target, that will be used to map advertised prexes to the corresponding
tenant VRF table. The auto-generated RT will be of the format vtep:vni.
97 of 340










