• Home
  • Dynatrace Managed
  • Cluster API
  • Basics
  • Access limit

Cluster API - Access limit

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.

HeaderDescription
X-RateLimit-LimitThe per-minute limit for this endpoint.
X-RateLimit-RemainingThe remaining number of requests.
X-RateLimit-ResetThe timestamp in microseconds when the limit will reset.