Skip to main content

Effective 10 September 2024, API Documentation can be found on our Equinix Product Documentation site.
The content on this page will not be updated after 1 Oct 2024 and will be inaccessible after 31st Dec 2024.


429: Too Many Request Error

The 422 (Input validation error) status code indicates that the input data provided in the payload didn't pass the validation.

Code422
DescriptionInput validation error.
Generic CauseInvalid request payload data.
Quick FixMake sure the data you provide in the payload matches the specification.