From 7a9f15887f31268e509aad9e3777714700881d25 Mon Sep 17 00:00:00 2001 From: Mpdreamz Date: Fri, 8 Feb 2019 14:46:13 +0100 Subject: [PATCH] Fix #38623 remove xpack namespace REST API Except for xpack.usage and xpack.info API's, this moves the last remaining API's out of the xpack namespace --- .../api/{xpack.graph.explore.json => graph.explore.json} | 0 .../api/{xpack.license.delete.json => license.delete.json} | 0 .../api/{xpack.license.get.json => license.get.json} | 0 ...icense.get_basic_status.json => license.get_basic_status.json} | 0 ...icense.get_trial_status.json => license.get_trial_status.json} | 0 .../api/{xpack.license.post.json => license.post.json} | 0 ...icense.post_start_basic.json => license.post_start_basic.json} | 0 ...icense.post_start_trial.json => license.post_start_trial.json} | 0 ...ck.migration.deprecations.json => migration.deprecations.json} | 0 ...igration.get_assistance.json => migration.get_assistance.json} | 0 .../api/{xpack.migration.upgrade.json => migration.upgrade.json} | 0 .../api/{xpack.rollup.delete_job.json => rollup.delete_job.json} | 0 .../api/{xpack.rollup.get_jobs.json => rollup.get_jobs.json} | 0 ...ck.rollup.get_rollup_caps.json => rollup.get_rollup_caps.json} | 0 ...t_rollup_index_caps.json => rollup.get_rollup_index_caps.json} | 0 .../api/{xpack.rollup.put_job.json => rollup.put_job.json} | 0 ...{xpack.rollup.rollup_search.json => rollup.rollup_search.json} | 0 .../api/{xpack.rollup.start_job.json => rollup.start_job.json} | 0 .../api/{xpack.rollup.stop_job.json => rollup.stop_job.json} | 0 .../api/{xpack.sql.clear_cursor.json => sql.clear_cursor.json} | 0 .../rest-api-spec/api/{xpack.sql.query.json => sql.query.json} | 0 .../api/{xpack.sql.translate.json => sql.translate.json} | 0 .../api/{xpack.watcher.ack_watch.json => watcher.ack_watch.json} | 0 ...ck.watcher.activate_watch.json => watcher.activate_watch.json} | 0 ...atcher.deactivate_watch.json => watcher.deactivate_watch.json} | 0 ...{xpack.watcher.delete_watch.json => watcher.delete_watch.json} | 0 ...pack.watcher.execute_watch.json => watcher.execute_watch.json} | 0 .../api/{xpack.watcher.get_watch.json => watcher.get_watch.json} | 0 .../api/{xpack.watcher.put_watch.json => watcher.put_watch.json} | 0 .../api/{xpack.watcher.start.json => watcher.start.json} | 0 .../api/{xpack.watcher.stats.json => watcher.stats.json} | 0 .../api/{xpack.watcher.stop.json => watcher.stop.json} | 0 32 files changed, 0 insertions(+), 0 deletions(-) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.graph.explore.json => graph.explore.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.license.delete.json => license.delete.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.license.get.json => license.get.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.license.get_basic_status.json => license.get_basic_status.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.license.get_trial_status.json => license.get_trial_status.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.license.post.json => license.post.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.license.post_start_basic.json => license.post_start_basic.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.license.post_start_trial.json => license.post_start_trial.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.migration.deprecations.json => migration.deprecations.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.migration.get_assistance.json => migration.get_assistance.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.migration.upgrade.json => migration.upgrade.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.rollup.delete_job.json => rollup.delete_job.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.rollup.get_jobs.json => rollup.get_jobs.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.rollup.get_rollup_caps.json => rollup.get_rollup_caps.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.rollup.get_rollup_index_caps.json => rollup.get_rollup_index_caps.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.rollup.put_job.json => rollup.put_job.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.rollup.rollup_search.json => rollup.rollup_search.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.rollup.start_job.json => rollup.start_job.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.rollup.stop_job.json => rollup.stop_job.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.sql.clear_cursor.json => sql.clear_cursor.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.sql.query.json => sql.query.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.sql.translate.json => sql.translate.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.ack_watch.json => watcher.ack_watch.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.activate_watch.json => watcher.activate_watch.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.deactivate_watch.json => watcher.deactivate_watch.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.delete_watch.json => watcher.delete_watch.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.execute_watch.json => watcher.execute_watch.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.get_watch.json => watcher.get_watch.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.put_watch.json => watcher.put_watch.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.start.json => watcher.start.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.stats.json => watcher.stats.json} (100%) rename x-pack/plugin/src/test/resources/rest-api-spec/api/{xpack.watcher.stop.json => watcher.stop.json} (100%) diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.graph.explore.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/graph.explore.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.graph.explore.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/graph.explore.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.delete.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/license.delete.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.delete.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/license.delete.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.get.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/license.get.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.get.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/license.get.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.get_basic_status.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/license.get_basic_status.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.get_basic_status.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/license.get_basic_status.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.get_trial_status.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/license.get_trial_status.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.get_trial_status.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/license.get_trial_status.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.post.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/license.post.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.post.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/license.post.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.post_start_basic.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/license.post_start_basic.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.post_start_basic.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/license.post_start_basic.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.post_start_trial.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/license.post_start_trial.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.post_start_trial.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/license.post_start_trial.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.migration.deprecations.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/migration.deprecations.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.migration.deprecations.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/migration.deprecations.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.migration.get_assistance.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/migration.get_assistance.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.migration.get_assistance.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/migration.get_assistance.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.migration.upgrade.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/migration.upgrade.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.migration.upgrade.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/migration.upgrade.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.delete_job.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.delete_job.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.delete_job.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.delete_job.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.get_jobs.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.get_jobs.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.get_jobs.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.get_jobs.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.get_rollup_caps.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.get_rollup_caps.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.get_rollup_caps.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.get_rollup_caps.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.get_rollup_index_caps.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.get_rollup_index_caps.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.get_rollup_index_caps.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.get_rollup_index_caps.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.put_job.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.put_job.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.put_job.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.put_job.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.rollup_search.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.rollup_search.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.rollup_search.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.rollup_search.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.start_job.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.start_job.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.start_job.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.start_job.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.stop_job.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.stop_job.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.rollup.stop_job.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.stop_job.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.sql.clear_cursor.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/sql.clear_cursor.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.sql.clear_cursor.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/sql.clear_cursor.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.sql.query.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/sql.query.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.sql.query.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/sql.query.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.sql.translate.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/sql.translate.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.sql.translate.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/sql.translate.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.ack_watch.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.ack_watch.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.ack_watch.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.ack_watch.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.activate_watch.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.activate_watch.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.activate_watch.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.activate_watch.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.deactivate_watch.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.deactivate_watch.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.deactivate_watch.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.deactivate_watch.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.delete_watch.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.delete_watch.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.delete_watch.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.delete_watch.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.execute_watch.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.execute_watch.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.execute_watch.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.execute_watch.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.get_watch.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.get_watch.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.get_watch.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.get_watch.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.put_watch.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.put_watch.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.put_watch.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.put_watch.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.start.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.start.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.start.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.start.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.stats.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.stats.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.stats.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.stats.json diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.stop.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.stop.json similarity index 100% rename from x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.watcher.stop.json rename to x-pack/plugin/src/test/resources/rest-api-spec/api/watcher.stop.json