API Guide

}]
}
6.10 GET /fabric-intents/{id}/configurations/tenants
Retrieves congurations for all the tenants using the fabric.
REQUEST
PATH PARAMETERS
NAME TYPE DESCRIPTION
*id string
Unique identier of the fabric intent.
RESPONSE
STATUS CODE - 200: Response to get a list of congurations generated for all the tenants using the faric.
RESPONSE MODEL - application/json
{
List of congurations generated for all the tenants using the fabric.
data [{
Array of object: Represents the congurations that are generated for a tenant.
l3_vni integer
L3 VNI of tenant. This will be used to route packets between Vxlan Segments for a tenant.
irb_type enum ALLOWED:SYMMETRIC, ASYMMETRIC
The type of distributed routing used for this tenant.
vm_manager {
The VM manager this Tenant is associated to.
id string
Unique identied of the VM manager.
name string
Name of the VM manager.
}
name* string
Name of the tenant
description string
Optional description for the tenant.
}]
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - 404: Requested entity does not exist.
RESPONSE MODEL - application/json
99 of 340