The Cloud Wrapper Configuration API imposes rate-limiting constraints and exceeding these limits results in a 429 error response. Consider this especially when calling successive operations as part of a loop. These response headers provide rate limit information:
Limit | Default value | Description |
---|---|---|
| 50 | The maximum number of requests the API can process per minute. |
| Variable | The number of remaining requests allowed during the current rate limit period. When this becomes 0, you get a 429 error the next time you make an API call. This gradually increases and becomes equal to |