@@ -78,7 +78,6 @@ internal static class ApiUrlsLookups
7878 internal static ApiUrls NoNamespaceExistsSource = new ApiUrls ( new [ ] { "/{index}/_source/{id}" } ) ;
7979 internal static ApiUrls NoNamespaceExplain = new ApiUrls ( new [ ] { "/{index}/_explain/{id}" } ) ;
8080 internal static ApiUrls FeaturesGetFeatures = new ApiUrls ( new [ ] { "/_features" } ) ;
81- internal static ApiUrls FeaturesResetFeatures = new ApiUrls ( new [ ] { "/_features/_reset" } ) ;
8281 internal static ApiUrls NoNamespaceFieldCaps = new ApiUrls ( new [ ] { "/_field_caps" , "/{index}/_field_caps" } ) ;
8382 internal static ApiUrls NoNamespaceGet = new ApiUrls ( new [ ] { "/{index}/_doc/{id}" } ) ;
8483 internal static ApiUrls GraphExplore = new ApiUrls ( new [ ] { "/{index}/_graph/explore" } ) ;
@@ -107,13 +106,11 @@ internal static class ApiUrlsLookups
107106 internal static ApiUrls IndexManagementDeleteIndexTemplate = new ApiUrls ( new [ ] { "/_index_template/{name}" } ) ;
108107 internal static ApiUrls IndexManagementDelete = new ApiUrls ( new [ ] { "/{index}" } ) ;
109108 internal static ApiUrls IndexManagementDeleteTemplate = new ApiUrls ( new [ ] { "/_template/{name}" } ) ;
110- internal static ApiUrls IndexManagementDiskUsage = new ApiUrls ( new [ ] { "/{index}/_disk_usage" } ) ;
111109 internal static ApiUrls IndexManagementExistsAlias = new ApiUrls ( new [ ] { "/_alias/{name}" , "/{index}/_alias/{name}" } ) ;
112110 internal static ApiUrls IndexManagementExistsIndexTemplate = new ApiUrls ( new [ ] { "/_index_template/{name}" } ) ;
113111 internal static ApiUrls IndexManagementExists = new ApiUrls ( new [ ] { "/{index}" } ) ;
114112 internal static ApiUrls IndexManagementExistsTemplate = new ApiUrls ( new [ ] { "/_template/{name}" } ) ;
115113 internal static ApiUrls IndexManagementGetFieldMapping = new ApiUrls ( new [ ] { "/_mapping/field/{fields}" , "/{index}/_mapping/field/{fields}" } ) ;
116- internal static ApiUrls IndexManagementFieldUsageStats = new ApiUrls ( new [ ] { "/{index}/_field_usage_stats" } ) ;
117114 internal static ApiUrls IndexManagementFlush = new ApiUrls ( new [ ] { "/_flush" , "/{index}/_flush" } ) ;
118115 internal static ApiUrls IndexManagementForcemerge = new ApiUrls ( new [ ] { "/_forcemerge" , "/{index}/_forcemerge" } ) ;
119116 internal static ApiUrls IndexManagementGet = new ApiUrls ( new [ ] { "/{index}" } ) ;
@@ -150,7 +147,6 @@ internal static class ApiUrlsLookups
150147 internal static ApiUrls IngestProcessorGrok = new ApiUrls ( new [ ] { "/_ingest/processor/grok" } ) ;
151148 internal static ApiUrls IngestPutPipeline = new ApiUrls ( new [ ] { "/_ingest/pipeline/{id}" } ) ;
152149 internal static ApiUrls IngestSimulate = new ApiUrls ( new [ ] { "/_ingest/pipeline/_simulate" , "/_ingest/pipeline/{id}/_simulate" } ) ;
153- internal static ApiUrls NoNamespaceKnnSearch = new ApiUrls ( new [ ] { "/{index}/_knn_search" } ) ;
154150 internal static ApiUrls LicenseDelete = new ApiUrls ( new [ ] { "/_license" } ) ;
155151 internal static ApiUrls LicenseGet = new ApiUrls ( new [ ] { "/_license" } ) ;
156152 internal static ApiUrls LicenseGetBasicStatus = new ApiUrls ( new [ ] { "/_license/basic_status" } ) ;
@@ -188,7 +184,6 @@ internal static class ApiUrlsLookups
188184 internal static ApiUrls MachineLearningGetOverallBuckets = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/results/overall_buckets" } ) ;
189185 internal static ApiUrls MachineLearningGetRecords = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/results/records" } ) ;
190186 internal static ApiUrls MachineLearningGetTrainedModelsStats = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/_stats" , "/_ml/trained_models/_stats" } ) ;
191- internal static ApiUrls MachineLearningInferTrainedModelDeployment = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/deployment/_infer" } ) ;
192187 internal static ApiUrls MachineLearningInfo = new ApiUrls ( new [ ] { "/_ml/info" } ) ;
193188 internal static ApiUrls MachineLearningOpenJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_open" } ) ;
194189 internal static ApiUrls MachineLearningPostCalendarEvents = new ApiUrls ( new [ ] { "/_ml/calendars/{calendar_id}/events" } ) ;
@@ -202,16 +197,13 @@ internal static class ApiUrlsLookups
202197 internal static ApiUrls MachineLearningPutJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}" } ) ;
203198 internal static ApiUrls MachineLearningPutTrainedModelAlias = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/model_aliases/{model_alias}" } ) ;
204199 internal static ApiUrls MachineLearningPutTrainedModel = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}" } ) ;
205- internal static ApiUrls MachineLearningPutTrainedModelVocabulary = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/vocabulary" } ) ;
206200 internal static ApiUrls MachineLearningResetJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_reset" } ) ;
207201 internal static ApiUrls MachineLearningRevertModelSnapshot = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_revert" } ) ;
208202 internal static ApiUrls MachineLearningSetUpgradeMode = new ApiUrls ( new [ ] { "/_ml/set_upgrade_mode" } ) ;
209203 internal static ApiUrls MachineLearningStartDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}/_start" } ) ;
210204 internal static ApiUrls MachineLearningStartDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}/_start" } ) ;
211- internal static ApiUrls MachineLearningStartTrainedModelDeployment = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/deployment/_start" } ) ;
212205 internal static ApiUrls MachineLearningStopDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}/_stop" } ) ;
213206 internal static ApiUrls MachineLearningStopDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}/_stop" } ) ;
214- internal static ApiUrls MachineLearningStopTrainedModelDeployment = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/deployment/_stop" } ) ;
215207 internal static ApiUrls MachineLearningUpdateDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}/_update" } ) ;
216208 internal static ApiUrls MachineLearningUpdateDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}/_update" } ) ;
217209 internal static ApiUrls MachineLearningUpdateFilter = new ApiUrls ( new [ ] { "/_ml/filters/{filter_id}/_update" } ) ;
@@ -234,10 +226,7 @@ internal static class ApiUrlsLookups
234226 internal static ApiUrls NoNamespaceGetScriptContext = new ApiUrls ( new [ ] { "/_script_context" } ) ;
235227 internal static ApiUrls NoNamespaceGetScriptLanguages = new ApiUrls ( new [ ] { "/_script_language" } ) ;
236228 internal static ApiUrls NoNamespaceGetScript = new ApiUrls ( new [ ] { "/_scripts/{id}" } ) ;
237- internal static ApiUrls NoNamespaceScriptsPainlessExecute = new ApiUrls ( new [ ] { "/_scripts/painless/_execute" } ) ;
238229 internal static ApiUrls NoNamespaceScroll = new ApiUrls ( new [ ] { "/_search/scroll" } ) ;
239- internal static ApiUrls SearchableSnapshotsCacheStats = new ApiUrls ( new [ ] { "/_searchable_snapshots/cache/stats" , "/_searchable_snapshots/{node_id}/cache/stats" } ) ;
240- internal static ApiUrls SearchableSnapshotsClearCache = new ApiUrls ( new [ ] { "/_searchable_snapshots/cache/clear" , "/{index}/_searchable_snapshots/cache/clear" } ) ;
241230 internal static ApiUrls SearchableSnapshotsMount = new ApiUrls ( new [ ] { "/_snapshot/{repository}/{snapshot}/_mount" } ) ;
242231 internal static ApiUrls SearchableSnapshotsStats = new ApiUrls ( new [ ] { "/_searchable_snapshots/stats" , "/{index}/_searchable_snapshots/stats" } ) ;
243232 internal static ApiUrls NoNamespaceSearch = new ApiUrls ( new [ ] { "/_search" , "/{index}/_search" } ) ;
@@ -300,9 +289,6 @@ internal static class ApiUrlsLookups
300289 internal static ApiUrls SqlGetAsyncStatus = new ApiUrls ( new [ ] { "/_sql/async/status/{id}" } ) ;
301290 internal static ApiUrls SqlQuery = new ApiUrls ( new [ ] { "/_sql" } ) ;
302291 internal static ApiUrls SecurityCertificates = new ApiUrls ( new [ ] { "/_ssl/certificates" } ) ;
303- internal static ApiUrls TasksGet = new ApiUrls ( new [ ] { "/_tasks/{task_id}" } ) ;
304- internal static ApiUrls TasksCancel = new ApiUrls ( new [ ] { "/_tasks/_cancel" , "/_tasks/{task_id}/_cancel" } ) ;
305- internal static ApiUrls TasksList = new ApiUrls ( new [ ] { "/_tasks" } ) ;
306292 internal static ApiUrls NoNamespaceTermsEnum = new ApiUrls ( new [ ] { "/{index}/_terms_enum" } ) ;
307293 internal static ApiUrls TransformManagementDeleteTransform = new ApiUrls ( new [ ] { "/_transform/{transform_id}" } ) ;
308294 internal static ApiUrls TransformManagementGetTransform = new ApiUrls ( new [ ] { "/_transform/{transform_id}" , "/_transform" } ) ;
0 commit comments