API Guide

Parameters
Table 50. API parameters
Filter name Description
fabric-intent-id
string
(path)
Unique identifier of the fabric intent. For example:
41:51776562459279527
body For example:
{
"name": "intent-new",
"type": "L3_BGP",
"L3_BGP": {
"bgp": {
"type": "eBGP",
"as_leaf_range": [
{
"start": 64801,
"end": 64928
}
],
"as_spine_range": [
{
"start": 64601,
"end": 64616
}
]
},
"interlink_subnet": {
"address": "192.180.0.0",
"prefix_len": 16
},
"loopback_seed_address": {
"address": "10.0.0.0",
"prefix_len": 32
},
"ufd": true,
"mtu": 1500,
"rstp": true
}
}
Responses
201 — New entity created successfully
{
"new_object_id": "42:51776562747670697",
"id": "fabric_intent_interlink_create_successful",
"message": "Interlink with created successfully.",
"messageParams": [
"42:51776562747670697"
],
"messages": [
{
"id": "fabric_intent_interlink_create_successful",
"message": "Interlink with created successfully.",
"field_name": null,
"messageParams": [
"42:51776562747670697"
]
}
]
}
Interlinks 103