API Guide

"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
POST /fabrics-intents/{fabric-intent-id}/edge/
connections
Creates an edge connection for a specific fabric intent ID.
API
POST /fabrics-intents/{fabric-intent-id}/edge/connections
Description This API creates an Edge connection for a specific fabric intent ID. Edge connectivity helps fabric to communicate
with workloads outside of the fabric.
Parameters
Table 21. API parameters
Filter name Description
fabric-intent-id
string
(path)
Unique identifier of the fabric intent.
body Edge connection object parameters. For example:
{
"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 201 — Success or error response
{
"new_object_id": "47:51809591344136198",
"id": "edge_network_leaf_adjacency_create_success",
"message": "Edge Network Leaf Adjacency created
successfully.",
"messageParams": [],
"messages": [
{
"id": "edge_network_leaf_adjacency_create_success",
"message": "Edge Network Leaf Adjacency created
successfully.",
"field_name": null,
"messageParams": []
Edge-leaf 45