API Guide
GET /fabrics-intents/{fabric-intent-id}/edge/
connections/{id}
Retrieves an edge connection for a specific fabric intent using the fabric intent ID.
API
GET /fabrics-intents/{fabric-intent-id}/edge/connections/{id}
Description This API retrieves an edge connection for a specific fabric intent using the fabric intent ID.
Parameters
Table 22. API parameters
Filter name Description
fabric-intent-id
string
(path)
Unique identifier of the fabric intent.
*id Unique identifier of the Edge connection.
body Edge connection object parameters.
{
"name": "sc2-t5-s4148-l3-
edge:ethernet1/1/30 to external",
"localInterfaceId":
"35:51809586523963488",
"localAddress": {
"IpAddress": "xx.xx.xx.x",
"prefixLen": "16"
},
"remoteAddress": {
"IpAddress": "xx.xx.xx.x",
"prefixLen": "16"
},
"remoteAsn": 64701
}
Responses 200 — Response for get edge connections by Id
{
"new_object_id": null,
"id": "edge_network_leaf_adjacency_update_success",
"message": "Edge Network Leaf Adjacency
'47:51809591344136198' updated successfully.",
"messageParams": [
"47:51809591344136198"
],
"messages": [
{
"id": "edge_network_leaf_adjacency_update_success",
"message": "Edge Network Leaf Adjacency
'47:51809591344136198' updated successfully.",
"field_name": null,
"messageParams": [
"47:51809591344136198"
]
}
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
Edge-leaf
47










