[DOCS] Adds size limitation to the get datafeeds APIs (#37578)

This commit is contained in:
Lisa Cawley 2019-01-17 10:47:15 -08:00 committed by GitHub
parent 68de2edb14
commit 6dcb3af4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,7 @@ statistics for all {dfeeds} by using `_all`, by specifying `*` as the
If the {dfeed} is stopped, the only information you receive is the
`datafeed_id` and the `state`.
IMPORTANT: This API returns a maximum of 10,000 {dfeeds}.
==== Path Parameters

View File

@ -27,6 +27,8 @@ comma-separated list of {dfeeds} or a wildcard expression. You can get
information for all {dfeeds} by using `_all`, by specifying `*` as the
`<feed_id>`, or by omitting the `<feed_id>`.
IMPORTANT: This API returns a maximum of 10,000 {dfeeds}.
==== Path Parameters
`feed_id`::

View File

@ -29,6 +29,8 @@ group name, a comma-separated list of jobs, or a wildcard expression. You can
get statistics for all jobs by using `_all`, by specifying `*` as the
`<job_id>`, or by omitting the `<job_id>`.
IMPORTANT: This API returns a maximum of 10,000 jobs.
==== Path Parameters