From 965536b36918fe47e156278ea665017ef678e2e5 Mon Sep 17 00:00:00 2001 From: delvedor Date: Mon, 6 May 2019 12:06:21 +0200 Subject: [PATCH] API generation --- api/api/ingest.delete_pipeline.js | 2 +- api/api/ingest.get_pipeline.js | 2 +- api/api/ingest.processor_grok.js | 2 +- api/api/ingest.put_pipeline.js | 2 +- api/api/ingest.simulate.js | 2 +- api/api/xpack.license.delete.js | 2 +- api/api/xpack.license.get.js | 2 +- api/api/xpack.license.get_basic_status.js | 2 +- api/api/xpack.license.get_trial_status.js | 2 +- api/api/xpack.license.post.js | 2 +- api/api/xpack.license.post_start_basic.js | 2 +- api/api/xpack.license.post_start_trial.js | 2 +- api/api/xpack.migration.deprecations.js | 2 +- api/api/xpack.ml.find_file_structure.js | 2 +- api/api/xpack.monitoring.bulk.js | 2 +- api/api/xpack.security.get_user_privileges.js | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/api/api/ingest.delete_pipeline.js b/api/api/ingest.delete_pipeline.js index bc2bf037c..a03e89b05 100644 --- a/api/api/ingest.delete_pipeline.js +++ b/api/api/ingest.delete_pipeline.js @@ -26,7 +26,7 @@ function buildIngestDeletePipeline (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [ingest.delete_pipeline](https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html) request + * Perform a [ingest.delete_pipeline](https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-pipeline-api.html) request * * @param {string} id - Pipeline ID * @param {time} master_timeout - Explicit operation timeout for connection to master node diff --git a/api/api/ingest.get_pipeline.js b/api/api/ingest.get_pipeline.js index f9cb4b131..ce094a2c4 100644 --- a/api/api/ingest.get_pipeline.js +++ b/api/api/ingest.get_pipeline.js @@ -26,7 +26,7 @@ function buildIngestGetPipeline (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [ingest.get_pipeline](https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html) request + * Perform a [ingest.get_pipeline](https://www.elastic.co/guide/en/elasticsearch/reference/master/get-pipeline-api.html) request * * @param {string} id - Comma separated list of pipeline ids. Wildcards supported * @param {time} master_timeout - Explicit operation timeout for connection to master node diff --git a/api/api/ingest.processor_grok.js b/api/api/ingest.processor_grok.js index d6d23d6b9..697356aa9 100644 --- a/api/api/ingest.processor_grok.js +++ b/api/api/ingest.processor_grok.js @@ -26,7 +26,7 @@ function buildIngestProcessorGrok (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [ingest.processor_grok](https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html) request + * Perform a [ingest.processor_grok](https://www.elastic.co/guide/en/elasticsearch/reference/master/grok-processor.html#grok-processor-rest-get) request * */ diff --git a/api/api/ingest.put_pipeline.js b/api/api/ingest.put_pipeline.js index 181c85328..f20822d7d 100644 --- a/api/api/ingest.put_pipeline.js +++ b/api/api/ingest.put_pipeline.js @@ -26,7 +26,7 @@ function buildIngestPutPipeline (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [ingest.put_pipeline](https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html) request + * Perform a [ingest.put_pipeline](https://www.elastic.co/guide/en/elasticsearch/reference/master/put-pipeline-api.html) request * * @param {string} id - Pipeline ID * @param {time} master_timeout - Explicit operation timeout for connection to master node diff --git a/api/api/ingest.simulate.js b/api/api/ingest.simulate.js index 243380664..7a1374d31 100644 --- a/api/api/ingest.simulate.js +++ b/api/api/ingest.simulate.js @@ -26,7 +26,7 @@ function buildIngestSimulate (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [ingest.simulate](https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html) request + * Perform a [ingest.simulate](https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-pipeline-api.html) request * * @param {string} id - Pipeline ID * @param {boolean} verbose - Verbose mode. Display data output for each processor in executed pipeline diff --git a/api/api/xpack.license.delete.js b/api/api/xpack.license.delete.js index 688f9d972..4a644e60e 100644 --- a/api/api/xpack.license.delete.js +++ b/api/api/xpack.license.delete.js @@ -26,7 +26,7 @@ function buildXpackLicenseDelete (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.license.delete](https://www.elastic.co/guide/en/x-pack/current/license-management.html) request + * Perform a [xpack.license.delete](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/delete-license.html) request * */ diff --git a/api/api/xpack.license.get.js b/api/api/xpack.license.get.js index 66190c522..009a00c5b 100644 --- a/api/api/xpack.license.get.js +++ b/api/api/xpack.license.get.js @@ -26,7 +26,7 @@ function buildXpackLicenseGet (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.license.get](https://www.elastic.co/guide/en/x-pack/current/license-management.html) request + * Perform a [xpack.license.get](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/get-license.html) request * * @param {boolean} local - Return local information, do not retrieve the state from master node (default: false) */ diff --git a/api/api/xpack.license.get_basic_status.js b/api/api/xpack.license.get_basic_status.js index 4c8ed130c..9a9b639e1 100644 --- a/api/api/xpack.license.get_basic_status.js +++ b/api/api/xpack.license.get_basic_status.js @@ -26,7 +26,7 @@ function buildXpackLicenseGetBasicStatus (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.license.get_basic_status](https://www.elastic.co/guide/en/x-pack/current/license-management.html) request + * Perform a [xpack.license.get_basic_status](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/get-trial-status.html) request * */ diff --git a/api/api/xpack.license.get_trial_status.js b/api/api/xpack.license.get_trial_status.js index 2cbfa7ddb..9788fbda2 100644 --- a/api/api/xpack.license.get_trial_status.js +++ b/api/api/xpack.license.get_trial_status.js @@ -26,7 +26,7 @@ function buildXpackLicenseGetTrialStatus (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.license.get_trial_status](https://www.elastic.co/guide/en/x-pack/current/license-management.html) request + * Perform a [xpack.license.get_trial_status](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/get-basic-status.html) request * */ diff --git a/api/api/xpack.license.post.js b/api/api/xpack.license.post.js index c0b671040..ce4151838 100644 --- a/api/api/xpack.license.post.js +++ b/api/api/xpack.license.post.js @@ -26,7 +26,7 @@ function buildXpackLicensePost (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.license.post](https://www.elastic.co/guide/en/x-pack/current/license-management.html) request + * Perform a [xpack.license.post](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/update-license.html) request * * @param {boolean} acknowledge - whether the user has acknowledged acknowledge messages (default: false) * @param {object} body - licenses to be installed diff --git a/api/api/xpack.license.post_start_basic.js b/api/api/xpack.license.post_start_basic.js index 8ac6012bf..537f54c08 100644 --- a/api/api/xpack.license.post_start_basic.js +++ b/api/api/xpack.license.post_start_basic.js @@ -26,7 +26,7 @@ function buildXpackLicensePostStartBasic (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.license.post_start_basic](https://www.elastic.co/guide/en/x-pack/current/license-management.html) request + * Perform a [xpack.license.post_start_basic](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/start-basic.html) request * * @param {boolean} acknowledge - whether the user has acknowledged acknowledge messages (default: false) */ diff --git a/api/api/xpack.license.post_start_trial.js b/api/api/xpack.license.post_start_trial.js index ff777061c..3ff933157 100644 --- a/api/api/xpack.license.post_start_trial.js +++ b/api/api/xpack.license.post_start_trial.js @@ -26,7 +26,7 @@ function buildXpackLicensePostStartTrial (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.license.post_start_trial](https://www.elastic.co/guide/en/x-pack/current/license-management.html) request + * Perform a [xpack.license.post_start_trial](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/start-trial.html) request * * @param {string} type - The type of trial license to generate (default: "trial") * @param {boolean} acknowledge - whether the user has acknowledged acknowledge messages (default: false) diff --git a/api/api/xpack.migration.deprecations.js b/api/api/xpack.migration.deprecations.js index 1ccef4a17..61308647a 100644 --- a/api/api/xpack.migration.deprecations.js +++ b/api/api/xpack.migration.deprecations.js @@ -26,7 +26,7 @@ function buildXpackMigrationDeprecations (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.migration.deprecations](http://www.elastic.co/guide/en/migration/current/migration-api-deprecation.html) request + * Perform a [xpack.migration.deprecations](http://www.elastic.co/guide/en/elasticsearch/reference/6.7/migration-api-deprecation.html) request * * @param {string} index - Index pattern */ diff --git a/api/api/xpack.ml.find_file_structure.js b/api/api/xpack.ml.find_file_structure.js index 9f40d1baa..3973aa23f 100644 --- a/api/api/xpack.ml.find_file_structure.js +++ b/api/api/xpack.ml.find_file_structure.js @@ -26,7 +26,7 @@ function buildXpackMlFindFileStructure (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.ml.find_file_structure](http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-file-structure.html) request + * Perform a [xpack.ml.find_file_structure](http://www.elastic.co/guide/en/elasticsearch/reference/6.7/ml-find-file-structure.html) request * * @param {int} lines_to_sample - How many lines of the file should be included in the analysis * @param {time} timeout - Timeout after which the analysis will be aborted diff --git a/api/api/xpack.monitoring.bulk.js b/api/api/xpack.monitoring.bulk.js index 4517d2bcf..2013a8542 100644 --- a/api/api/xpack.monitoring.bulk.js +++ b/api/api/xpack.monitoring.bulk.js @@ -26,7 +26,7 @@ function buildXpackMonitoringBulk (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.monitoring.bulk](http://www.elastic.co/guide/en/monitoring/current/appendix-api-bulk.html) request + * Perform a [xpack.monitoring.bulk](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/es-monitoring.html) request * * @param {string} type - Default document type for items which don't provide one * @param {string} system_id - Identifier of the monitored system diff --git a/api/api/xpack.security.get_user_privileges.js b/api/api/xpack.security.get_user_privileges.js index a154428a6..0916a68b5 100644 --- a/api/api/xpack.security.get_user_privileges.js +++ b/api/api/xpack.security.get_user_privileges.js @@ -26,7 +26,7 @@ function buildXpackSecurityGetUserPrivileges (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [xpack.security.get_user_privileges](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-user-privileges.html) request + * Perform a [xpack.security.get_user_privileges](https://www.elastic.co/guide/en/elasticsearch/reference/6.7/security-api-get-privileges.html) request * */