[apis] regenerate

This commit is contained in:
spalger
2015-10-27 10:40:28 -05:00
parent 236cd91297
commit 63d511ad27
3 changed files with 212 additions and 0 deletions

View File

@ -2450,6 +2450,37 @@ Options:::
link:#[back to top]
[[api-cat-repositories-2-1]]
=== `cat.repositories`
[source,js]
--------
client.cat.repositories([params, [callback]])
--------
// no description
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html[the elasticsearch docs] for more about this method.
// no examples
*Params*
[horizontal]
`local`::
`Boolean` -- Return local information, do not retrieve the state from master node
`masterTimeout`::
`Date, Number` -- Explicit operation timeout for connection to master node
`h`::
`String, String[], Boolean` -- Comma-separated list of column names to display
`help`::
`Boolean` -- Return help information
`v`::
`Boolean` -- Verbose mode. Display column headers
link:#[back to top]
[[api-cat-segments-2-1]]
=== `cat.segments`
@ -2512,6 +2543,37 @@ The default method is `GET` and the usual <<api-conventions,params and return va
link:#[back to top]
[[api-cat-snapshots-2-1]]
=== `cat.snapshots`
[source,js]
--------
client.cat.snapshots([params, [callback]])
--------
// no description
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html[the elasticsearch docs] for more about this method.
// no examples
*Params*
[horizontal]
`masterTimeout`::
`Date, Number` -- Explicit operation timeout for connection to master node
`h`::
`String, String[], Boolean` -- Comma-separated list of column names to display
`help`::
`Boolean` -- Return help information
`v`::
`Boolean` -- Verbose mode. Display column headers
`repository`::
`String, String[], Boolean` -- Name of repository from which to fetch the snapshot information
link:#[back to top]
[[api-cat-threadpool-2-1]]
=== `cat.threadPool`