API Guide

GET /fabrics-intents/{fabric-intent-id}/
interlinks/{interlink-id}
Retrieve a specific interlink object within a fabric intent using the interlink ID.
API
GET /fabrics-intents/{fabric-intent-id}/interlinks/{interlink-id}
Description This API returns an interlink object identified by interlink-id within a fabric intent identified by fabric-intent-id
Parameters
Table 51. 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
Responses 200 — Success response to retrieve the interlink
{
"id": "string",
"fabricIntentId": "string",
"name": "string",
"type": "L3_BGP",
"L3_BGP": {
"interlink_subnet": {
"address": "string",
"prefix_len": 0
},
"loopback_seed_address": {
"address": "string",
"prefix_len": 0
},
"bgp": {
"type": "eBGP",
"as_leaf_range": [
{
"start": 0,
"end": 0
}
],
"as_spine_range": [
{
"start": 0,
"end": 0
}
]
},
"ufd": true,
"rstp": true,
"mtu": 0
},
"L2_VLT": {
"ufd": true,
"mtu": 0,
"edge_interlink_ebgp": {
"interlink_subnet": {
"address": "string",
"prefix_len": 0
},
Interlinks
105