API Guide

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.2 GET /fabric-intents/{id}/configurations/count
Retrieve a count of the various types of congurations for a fabric intent.
This API retrieves a count of interlinks, vlts, edgelinks and vlans for a fabric intent.
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
Unique identier of the fabric intent.
QUERY PARAMETERS
NAME TYPE DESCRIPTION
tenant-id string
Unique identier of the tenant in an EVPN Fabric.
RESPONSE
STATUS CODE - 200: Response to get count of interlink, vlan, vlt and edgelinks for a fabric intent.
RESPONSE MODEL - application/json
{
Object representing the count of interlinks, vlts, vlans and edgelinks for a fabric intent.
interlinks integer
Count of individual connections between leafs and spines.
vlt_interfaces integer
Count of connections between two leafs and between two spines.
vlans integer
Total number of vlans congured.
edge_links integer
Count of the number of connection from edge-leafs to the edge-cloud.
tenants integer
The number of tenants dened in a VxLAN overlay over L3 Fabric.
vnis integer
A count of VxLAN segments dened for all the tenants in a VxLAN overlay over L3 Fabric.
vlt_pairs integer
Count of vlt pairs in the fabric.
bare_metal_hosts integer
Count of bare metal hosts in the fabric.
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
84 of 340