Skip to main content
July 7, 2020
Solved

modify connection speed

  • July 7, 2020
  • 2 replies
  • 0 views

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.

Best answer by API_User
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-bandwidth-or-speed-of-connection for information on how to update the speed of your connection using this API.
- Equinix Developer Community

2 replies

API_UserAuthorAnswer
July 7, 2020
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-bandwidth-or-speed-of-connection for information on how to update the speed of your connection using this API.
- Equinix Developer Community
API_UserAuthor
July 7, 2020
Thanks, this is what I was looking for.
Regards