GET /zones/{zone_id}/rate_limit_analytics

Returns rate limiting analytics for a zone over the specified time period. The time period divides into time segments of a given length. Each segment contains total action counts and action counts broken down by colo.

Servers

Path parameters

Name Type Required Description
zone_id String Yes

Identifier of the zone.

Query parameters

Name Type Required Description
time_delta Integer Yes

Length (in seconds) of each time segment dividing the entire time period. Accepted values are 60 (minute), 3600 (hour), 86400 (day), and 2592000 (month).

Valid values:

  • 3600
  • null
  • 86400
  • 60
until String Yes

The exclusive end of the queried time period. Time must be rounded to the time segment boundary and formatted as RFC 3339.

since String Yes

The start of the queried time period. Time must be rounded to the time segment boundary and formatted as RFC 3339.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.