@@ -71,24 +71,23 @@ def model(
71
71
Retrieves the distribution of unique accounts by model over time.
72
72
73
73
Args:
74
- agg_interval: Aggregation interval results should be returned in (for example , in 15 minutes
75
- or 1 hour intervals). Refer to
74
+ agg_interval: Aggregation interval of the results (e.g. , in 15 minutes or 1 hour intervals).
75
+ Refer to
76
76
[Aggregation intervals](https://developers.cloudflare.com/radar/concepts/aggregation-intervals/).
77
77
78
78
date_end: End of the date range (inclusive).
79
79
80
- date_range: Filters results by the specified date range. For example, use `7d` and
81
- `7dcontrol` to compare this week with the previous week. Use this parameter or
82
- set specific start and end dates (`dateStart` and `dateEnd` parameters).
80
+ date_range: Filters results by date range. For example, use `7d` and `7dcontrol` to compare
81
+ this week with the previous week. Use this parameter or set specific start and
82
+ end dates (`dateStart` and `dateEnd` parameters).
83
83
84
84
date_start: Start of the date range.
85
85
86
86
format: Format in which results will be returned.
87
87
88
88
limit_per_group: Limits the number of objects per group to the top items within the specified
89
- time range. If there are more items than the limit, the response will include
90
- the count of items, with any remaining items grouped together under an "other"
91
- category.
89
+ time range. When item count exceeds the limit, extra items appear grouped under
90
+ an "other" category.
92
91
93
92
name: Array of names used to label the series in the response.
94
93
@@ -145,24 +144,23 @@ def task(
145
144
Retrieves the distribution of unique accounts by task over time.
146
145
147
146
Args:
148
- agg_interval: Aggregation interval results should be returned in (for example , in 15 minutes
149
- or 1 hour intervals). Refer to
147
+ agg_interval: Aggregation interval of the results (e.g. , in 15 minutes or 1 hour intervals).
148
+ Refer to
150
149
[Aggregation intervals](https://developers.cloudflare.com/radar/concepts/aggregation-intervals/).
151
150
152
151
date_end: End of the date range (inclusive).
153
152
154
- date_range: Filters results by the specified date range. For example, use `7d` and
155
- `7dcontrol` to compare this week with the previous week. Use this parameter or
156
- set specific start and end dates (`dateStart` and `dateEnd` parameters).
153
+ date_range: Filters results by date range. For example, use `7d` and `7dcontrol` to compare
154
+ this week with the previous week. Use this parameter or set specific start and
155
+ end dates (`dateStart` and `dateEnd` parameters).
157
156
158
157
date_start: Start of the date range.
159
158
160
159
format: Format in which results will be returned.
161
160
162
161
limit_per_group: Limits the number of objects per group to the top items within the specified
163
- time range. If there are more items than the limit, the response will include
164
- the count of items, with any remaining items grouped together under an "other"
165
- category.
162
+ time range. When item count exceeds the limit, extra items appear grouped under
163
+ an "other" category.
166
164
167
165
name: Array of names used to label the series in the response.
168
166
@@ -240,24 +238,23 @@ async def model(
240
238
Retrieves the distribution of unique accounts by model over time.
241
239
242
240
Args:
243
- agg_interval: Aggregation interval results should be returned in (for example , in 15 minutes
244
- or 1 hour intervals). Refer to
241
+ agg_interval: Aggregation interval of the results (e.g. , in 15 minutes or 1 hour intervals).
242
+ Refer to
245
243
[Aggregation intervals](https://developers.cloudflare.com/radar/concepts/aggregation-intervals/).
246
244
247
245
date_end: End of the date range (inclusive).
248
246
249
- date_range: Filters results by the specified date range. For example, use `7d` and
250
- `7dcontrol` to compare this week with the previous week. Use this parameter or
251
- set specific start and end dates (`dateStart` and `dateEnd` parameters).
247
+ date_range: Filters results by date range. For example, use `7d` and `7dcontrol` to compare
248
+ this week with the previous week. Use this parameter or set specific start and
249
+ end dates (`dateStart` and `dateEnd` parameters).
252
250
253
251
date_start: Start of the date range.
254
252
255
253
format: Format in which results will be returned.
256
254
257
255
limit_per_group: Limits the number of objects per group to the top items within the specified
258
- time range. If there are more items than the limit, the response will include
259
- the count of items, with any remaining items grouped together under an "other"
260
- category.
256
+ time range. When item count exceeds the limit, extra items appear grouped under
257
+ an "other" category.
261
258
262
259
name: Array of names used to label the series in the response.
263
260
@@ -314,24 +311,23 @@ async def task(
314
311
Retrieves the distribution of unique accounts by task over time.
315
312
316
313
Args:
317
- agg_interval: Aggregation interval results should be returned in (for example , in 15 minutes
318
- or 1 hour intervals). Refer to
314
+ agg_interval: Aggregation interval of the results (e.g. , in 15 minutes or 1 hour intervals).
315
+ Refer to
319
316
[Aggregation intervals](https://developers.cloudflare.com/radar/concepts/aggregation-intervals/).
320
317
321
318
date_end: End of the date range (inclusive).
322
319
323
- date_range: Filters results by the specified date range. For example, use `7d` and
324
- `7dcontrol` to compare this week with the previous week. Use this parameter or
325
- set specific start and end dates (`dateStart` and `dateEnd` parameters).
320
+ date_range: Filters results by date range. For example, use `7d` and `7dcontrol` to compare
321
+ this week with the previous week. Use this parameter or set specific start and
322
+ end dates (`dateStart` and `dateEnd` parameters).
326
323
327
324
date_start: Start of the date range.
328
325
329
326
format: Format in which results will be returned.
330
327
331
328
limit_per_group: Limits the number of objects per group to the top items within the specified
332
- time range. If there are more items than the limit, the response will include
333
- the count of items, with any remaining items grouped together under an "other"
334
- category.
329
+ time range. When item count exceeds the limit, extra items appear grouped under
330
+ an "other" category.
335
331
336
332
name: Array of names used to label the series in the response.
337
333
0 commit comments