API Guide
Description This API retrieves the generated configuration for this fabric intent represented by this id.
Parameters
Table 33. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the fabric intent. For example:
41:3A51771215306326025
Responses 200 — Success response to retrieve the fabric intent configuration
{
"switches": [
{
"id": "string",
"name": "string",
"interfaces": [
{
"id": "string",
"type": "ETHERNET",
"role": "MANAGEMENT",
"name": "string",
"addresses": [
{
"ip_type": "IPV4",
"ip_address": "string",
"prefix": 0
}
]
}
],
"bgp_config": {
"as_number": 0,
"neighbors": [
{
"peer_switch_id": "string",
"peer_switch_name": "string",
"peer_as_number": 0,
"peer_address": "string"
}
]
},
"rstp": {
"enabled": true
},
"ufd": {
"enabled": true,
"group_id": 0,
"interface_members": [
{
"type": "UPLINK",
"members": {
"id": "string",
"name": "string"
}
}
]
},
"vlt": {
"domain_id": 0,
"peer_switch_id": "string",
"peer_switch_name": "string",
"interface_members": [
{
"id": "string",
"name": "string"
}
]
Fabrics-intents
69










