Announcements

The Equinix Community will be offline for scheduled maintenance on July 31, 2024. Learn More.

Discussions

How to get connections Azure

How to get connections Azure

API_User
Level 9

Is there a way to get relationships between L2 connections? for example for Azure you need to create two connections but there is no practical way to get the two of them or from the response data, there is no data to "link" them, in the ecx dashboard there is an special inventory API not available from the developer environment.

Reply 1 1

API_User
Level 9
Hello there, the common attributes that link primary and secondary connections are "authorization key" and "redundancy group". Both these attributes can be found in the response payload of the API /ecx/v3/l2/buyer/connections. Furthermore, use the attribute "redundancyType" to distinguish the type of connection (i.e. to check whether a connection is Primary or secondary). For further info refer /l2/buyer/connections under Equinix Cloud Exchange Fabric APIs documentaion in Knowledge center or go to the link https://developer.equinix.com/docs?page=/dev-docs/fabric/api-reference/layer-2-buyer-apis-v3. - Equinix Developer Community