@@ -158,6 +158,66 @@ internal static class ApiUrlsLookups
158158 internal static ApiUrls LogstashDeletePipeline = new ApiUrls ( new [ ] { "/_logstash/pipeline/{id}" } ) ;
159159 internal static ApiUrls LogstashPutPipeline = new ApiUrls ( new [ ] { "/_logstash/pipeline/{id}" } ) ;
160160 internal static ApiUrls MigrationDeprecations = new ApiUrls ( new [ ] { "/_migration/deprecations" , "/{index}/_migration/deprecations" } ) ;
161+ internal static ApiUrls MachineLearningCloseJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_close" } ) ;
162+ internal static ApiUrls MachineLearningDeleteCalendarEvent = new ApiUrls ( new [ ] { "/_ml/calendars/{calendar_id}/events/{event_id}" } ) ;
163+ internal static ApiUrls MachineLearningDeleteCalendar = new ApiUrls ( new [ ] { "/_ml/calendars/{calendar_id}" } ) ;
164+ internal static ApiUrls MachineLearningDeleteDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}" } ) ;
165+ internal static ApiUrls MachineLearningDeleteDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}" } ) ;
166+ internal static ApiUrls MachineLearningDeleteExpiredData = new ApiUrls ( new [ ] { "/_ml/_delete_expired_data/{job_id}" , "/_ml/_delete_expired_data" } ) ;
167+ internal static ApiUrls MachineLearningDeleteFilter = new ApiUrls ( new [ ] { "/_ml/filters/{filter_id}" } ) ;
168+ internal static ApiUrls MachineLearningDeleteForecast = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_forecast" , "/_ml/anomaly_detectors/{job_id}/_forecast/{forecast_id}" } ) ;
169+ internal static ApiUrls MachineLearningDeleteJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}" } ) ;
170+ internal static ApiUrls MachineLearningDeleteModelSnapshot = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}" } ) ;
171+ internal static ApiUrls MachineLearningDeleteTrainedModelAlias = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/model_aliases/{model_alias}" } ) ;
172+ internal static ApiUrls MachineLearningDeleteTrainedModel = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}" } ) ;
173+ internal static ApiUrls MachineLearningEstimateModelMemory = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/_estimate_model_memory" } ) ;
174+ internal static ApiUrls MachineLearningEvaluateDataFrame = new ApiUrls ( new [ ] { "/_ml/data_frame/_evaluate" } ) ;
175+ internal static ApiUrls MachineLearningExplainDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/_explain" , "/_ml/data_frame/analytics/{id}/_explain" } ) ;
176+ internal static ApiUrls MachineLearningFlushJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_flush" } ) ;
177+ internal static ApiUrls MachineLearningForecast = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_forecast" } ) ;
178+ internal static ApiUrls MachineLearningGetCalendarEvents = new ApiUrls ( new [ ] { "/_ml/calendars/{calendar_id}/events" } ) ;
179+ internal static ApiUrls MachineLearningGetCalendars = new ApiUrls ( new [ ] { "/_ml/calendars" , "/_ml/calendars/{calendar_id}" } ) ;
180+ internal static ApiUrls MachineLearningGetDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}" , "/_ml/data_frame/analytics" } ) ;
181+ internal static ApiUrls MachineLearningGetDataFrameAnalyticsStats = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/_stats" , "/_ml/data_frame/analytics/{id}/_stats" } ) ;
182+ internal static ApiUrls MachineLearningGetInfluencers = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/results/influencers" } ) ;
183+ internal static ApiUrls MachineLearningGetJobStats = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/_stats" , "/_ml/anomaly_detectors/{job_id}/_stats" } ) ;
184+ internal static ApiUrls MachineLearningGetModelSnapshots = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}" , "/_ml/anomaly_detectors/{job_id}/model_snapshots" } ) ;
185+ internal static ApiUrls MachineLearningGetOverallBuckets = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/results/overall_buckets" } ) ;
186+ internal static ApiUrls MachineLearningGetRecords = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/results/records" } ) ;
187+ internal static ApiUrls MachineLearningGetTrainedModels = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}" , "/_ml/trained_models" } ) ;
188+ internal static ApiUrls MachineLearningGetTrainedModelsStats = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/_stats" , "/_ml/trained_models/_stats" } ) ;
189+ internal static ApiUrls MachineLearningInferTrainedModelDeployment = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/deployment/_infer" } ) ;
190+ internal static ApiUrls MachineLearningInfo = new ApiUrls ( new [ ] { "/_ml/info" } ) ;
191+ internal static ApiUrls MachineLearningOpenJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_open" } ) ;
192+ internal static ApiUrls MachineLearningPostCalendarEvents = new ApiUrls ( new [ ] { "/_ml/calendars/{calendar_id}/events" } ) ;
193+ internal static ApiUrls MachineLearningPreviewDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}/_preview" , "/_ml/datafeeds/_preview" } ) ;
194+ internal static ApiUrls MachineLearningPreviewDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/_preview" , "/_ml/data_frame/analytics/{id}/_preview" } ) ;
195+ internal static ApiUrls MachineLearningPutCalendarJob = new ApiUrls ( new [ ] { "/_ml/calendars/{calendar_id}/jobs/{job_id}" } ) ;
196+ internal static ApiUrls MachineLearningPutCalendar = new ApiUrls ( new [ ] { "/_ml/calendars/{calendar_id}" } ) ;
197+ internal static ApiUrls MachineLearningPutDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}" } ) ;
198+ internal static ApiUrls MachineLearningPutDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}" } ) ;
199+ internal static ApiUrls MachineLearningPutFilter = new ApiUrls ( new [ ] { "/_ml/filters/{filter_id}" } ) ;
200+ internal static ApiUrls MachineLearningPutJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}" } ) ;
201+ internal static ApiUrls MachineLearningPutTrainedModelAlias = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/model_aliases/{model_alias}" } ) ;
202+ internal static ApiUrls MachineLearningPutTrainedModel = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}" } ) ;
203+ internal static ApiUrls MachineLearningPutTrainedModelVocabulary = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/vocabulary" } ) ;
204+ internal static ApiUrls MachineLearningResetJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_reset" } ) ;
205+ internal static ApiUrls MachineLearningRevertModelSnapshot = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_revert" } ) ;
206+ internal static ApiUrls MachineLearningSetUpgradeMode = new ApiUrls ( new [ ] { "/_ml/set_upgrade_mode" } ) ;
207+ internal static ApiUrls MachineLearningStartDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}/_start" } ) ;
208+ internal static ApiUrls MachineLearningStartDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}/_start" } ) ;
209+ internal static ApiUrls MachineLearningStartTrainedModelDeployment = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/deployment/_start" } ) ;
210+ internal static ApiUrls MachineLearningStopDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}/_stop" } ) ;
211+ internal static ApiUrls MachineLearningStopDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}/_stop" } ) ;
212+ internal static ApiUrls MachineLearningStopTrainedModelDeployment = new ApiUrls ( new [ ] { "/_ml/trained_models/{model_id}/deployment/_stop" } ) ;
213+ internal static ApiUrls MachineLearningUpdateDatafeed = new ApiUrls ( new [ ] { "/_ml/datafeeds/{datafeed_id}/_update" } ) ;
214+ internal static ApiUrls MachineLearningUpdateDataFrameAnalytics = new ApiUrls ( new [ ] { "/_ml/data_frame/analytics/{id}/_update" } ) ;
215+ internal static ApiUrls MachineLearningUpdateFilter = new ApiUrls ( new [ ] { "/_ml/filters/{filter_id}/_update" } ) ;
216+ internal static ApiUrls MachineLearningUpdateJob = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/_update" } ) ;
217+ internal static ApiUrls MachineLearningUpdateModelSnapshot = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_update" } ) ;
218+ internal static ApiUrls MachineLearningUpgradeJobSnapshot = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_upgrade" } ) ;
219+ internal static ApiUrls MachineLearningValidateDetector = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/_validate/detector" } ) ;
220+ internal static ApiUrls MachineLearningValidate = new ApiUrls ( new [ ] { "/_ml/anomaly_detectors/_validate" } ) ;
161221 internal static ApiUrls NodesHotThreads = new ApiUrls ( new [ ] { "/_nodes/hot_threads" , "/_nodes/{node_id}/hot_threads" } ) ;
162222 internal static ApiUrls NodesInfo = new ApiUrls ( new [ ] { "/_nodes" , "/_nodes/{node_id}" , "/_nodes/{metric}" , "/_nodes/{node_id}/{metric}" } ) ;
163223 internal static ApiUrls NodesReloadSecureSettings = new ApiUrls ( new [ ] { "/_nodes/reload_secure_settings" , "/_nodes/{node_id}/reload_secure_settings" } ) ;
0 commit comments