Announcements

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

Discussions

modify connection speed

modify connection speed

API_User
Level 9

Is there any way to increase or decrease speed value and speed unit of an existing connection and without recreating the connection? In the documentation it says PATCH method for /ecx/v3/l2/connections/{uuid} only accepts AccessKey, SecretKey params

Thanks.

Replies 2 2

API_User
Level 9
Hello there,

The PATCH /ecx/v3/l2/connections/{uuid} is a versatile API that does more than accept AWS connections, which is what you are referring to.
Please refer to https://developer.equinix.com/docs?page=/dev-docs/fabric/getting-started/fabric-v3-apis/update-bandw... for information on how to update the speed of your connection using this API.
- Equinix Developer Community

API_User
Level 9
Thanks, this is what I was looking for.
Regards