API Guide

{
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.
}]
}
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.11 GET /fabric-intents/{fabric-intent-id}/configurations/host-networks
Retrieves host networks that are congured on all the switch racks for the fabric intent
This API will be used to retrieve host network congurations for an active intent. If called for an non-active intent, it will
return a 400 error. For an L3 Fabric, the host networks will be returned. For an EVPN Fabric, the non-stretched vlans will be
returned. For an L2 fabric, the host networks will be returned with leaf pairs on which the port channels were created
dynamically or via bare metal host conguration. It will also retrieve the spine rack.
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*fabric-intent-id string
Unique identier of the fabric intent.
RESPONSE
STATUS CODE - 200: Response to get all host networks
RESPONSE MODEL - application/json
{
This object is returned in the GET api of host network object
data [{
100 of 340