Skip to content

Commit

Permalink
[DOCS] Adds size limitation to the get datafeeds APIs (#37578)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jan 17, 2019
1 parent fc4a1d9 commit 25a64bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/ml/apis/get-datafeed-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/reference/ml/apis/get-datafeed.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`::
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/ml/apis/get-job-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25a64bc

Please sign in to comment.