API Guide
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
PUT /fabrics-intents/{fabric-intent-id}/
interlinks/{interlink-id}
Place an interlink object within a fabric intent.
API
PUT /fabrics-intents/{fabric-intent-id}/interlinks/{interlink-id}
Description This API updates an interlink object identified by interlink-id within a fabric intent identified by fabric-intent-Id.
Parameters
Table 52. API parameters
Filter name Description
fabric-intent-id
string
(path)
Unique identifier of the fabric intent. For example:
41:51776562459279527
interlink-id
string
(path)
Unique identifier of the fabric intent interlink. For
example:
42:51776562747670697
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.1",
"prefix_len": 16
},
"loopback_seed_address": {
Interlinks 107










