mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
[DOCS] Adds size limitation to the get datafeeds APIs (#37578)
This commit is contained in:
parent
68de2edb14
commit
6dcb3af4c8
@ -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
|
||||
|
||||
|
@ -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`::
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user