API Guide

7. EDGE-LEAF
Edge leafs Service APIs
7.1 GET /fabric-intents/{fabric-intent-id}/edge/connections
Get all Edge-Connections for given fabric-intent-id
Retrieves all Edge-Connections
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*fabric-intent-id string
Unique identier of the fabric intent
QUERY PARAMETERS
NAME TYPE DESCRIPTION
tenant-id string
Tenant whose edge connections need to be fetched.
RESPONSE
STATUS CODE - 200: Response for Get all Edge-Connections
RESPONSE MODEL - application/json
{
List of Fabric Intent output object returned for GET API call
data [{
Array of object:
id string
Unique identier of the Edge connection of fabric intent
name string
Name of this Edge Connection
tenant {
Represents a tenant using the fabric.
tenant_id string
Unique identier of the tenant.
name* string
Name of the tenant
description string
Optional description for the tenant.
}
localAddress {
base object for CIDR IP Adress
IpAddress* string PATTERN:((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}
(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)
Address part of the subnet in the CIDR notation
prefixLen* integer between 0 and 32
DEFAULT:16
Mask part of the subnet in the CIDR notation
}
remoteAddress {
base object for CIDR IP Adress
IpAddress* string PATTERN:((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}
(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)
Address part of the subnet in the CIDR notation
prefixLen* integer between 0 and 32
DEFAULT:16
105 of 340