API generation
This commit is contained in:
@ -43,7 +43,7 @@ function buildSearchableSnapshotsClearCache (opts) {
|
||||
/**
|
||||
* Perform a searchable_snapshots.clear_cache request
|
||||
* Clear the cache of searchable snapshots.
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-api-clear-cache.html
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-apis.html
|
||||
*/
|
||||
return function searchableSnapshotsClearCache (params, options, callback) {
|
||||
options = options || {}
|
||||
|
||||
@ -36,8 +36,8 @@ function buildSearchableSnapshotsRepositoryStats (opts) {
|
||||
|
||||
/**
|
||||
* Perform a searchable_snapshots.repository_stats request
|
||||
* Retrieve usage statistics about a snapshot repository.
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-repository-stats.html
|
||||
* DEPRECATED: This API is replaced by the Repositories Metering API.
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-apis.html
|
||||
*/
|
||||
return function searchableSnapshotsRepositoryStats (params, options, callback) {
|
||||
options = options || {}
|
||||
|
||||
@ -37,7 +37,7 @@ function buildSearchableSnapshotsStats (opts) {
|
||||
/**
|
||||
* Perform a searchable_snapshots.stats request
|
||||
* Retrieve various statistics about searchable snapshots.
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-api-stats.html
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-apis.html
|
||||
*/
|
||||
return function searchableSnapshotsStats (params, options, callback) {
|
||||
options = options || {}
|
||||
|
||||
Reference in New Issue
Block a user