Cluster API - Access limit
Dynatrace Managed Documentation
This page will soon be available only on the dedicated Dynatrace Managed Documentation site. Update your bookmarks.
Payload limit
The payload size is limited to 1 MB.
Request throttling
When you reach the limit, your requests return the response code 429.
Check remaining limit
To check the remaining limits, look at the response headers of your requests.
Header | Description |
---|---|
X-RateLimit-Limit | The per-minute limit for this endpoint. |
X-RateLimit-Remaining | The remaining number of requests. |
X-RateLimit-Reset | The timestamp in microseconds when the limit will reset. |