Forum Discussion

API_User's avatar
API_User
Level 9
6 years ago

How to get connections Azure

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.

  • 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

1 Reply

  • 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