Forum Discussion
API_User
5 years agoEquinix Employee
modify connection speed
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.
- 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_UserEquinix EmployeeHello 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_UserEquinix EmployeeThanks, this is what I was looking for.
Regards