kibana/x-pack/plugins/ml/server/routes/apidoc.json
Dima Arnautov f7a89601c7
[ML] Custom template for apiDoc markdown (#66567)
* [ML] custom template for apiDoc markdown

* [ML] update apiDoc description
2020-05-15 11:41:29 +02:00

138 lines
3 KiB
JSON

{
"name": "ml_kibana_api",
"version": "7.8.0",
"description": "This is the documentation of the REST API provided by the Machine Learning Kibana plugin. Each API is experimental and can include breaking changes in any version.",
"title": "ML Kibana API",
"order": [
"DataFrameAnalytics",
"GetDataFrameAnalytics",
"GetDataFrameAnalyticsById",
"GetDataFrameAnalyticsStats",
"GetDataFrameAnalyticsStatsById",
"EvaluateDataFrameAnalytics",
"ExplainDataFrameAnalytics",
"StartDataFrameAnalyticsJob",
"StopsDataFrameAnalyticsJob",
"GetDataFrameAnalyticsMessages",
"UpdateDataFrameAnalytics",
"DeleteDataFrameAnalytics",
"DataVisualizer",
"GetOverallStats",
"GetStatsForFields",
"AnomalyDetectors",
"CreateAnomalyDetectors",
"OpenAnomalyDetectorsJob",
"GetAnomalyDetectors",
"GetAnomalyDetectorsById",
"GetAnomalyDetectorsStats",
"GetAnomalyDetectorsStatsById",
"CloseAnomalyDetectorsJob",
"ValidateAnomalyDetector",
"ForecastAnomalyDetector",
"GetRecords",
"GetBuckets",
"GetOverallBuckets",
"GetCategories",
"UpdateAnomalyDetectors",
"DeleteAnomalyDetectorsJob",
"FileDataVisualizer",
"AnalyzeFile",
"ImportFile",
"ResultsService",
"GetAnomaliesTableData",
"GetCategoryDefinition",
"GetMaxAnomalyScore",
"GetCategoryExamples",
"GetPartitionFieldsValues",
"Modules",
"DataRecognizer",
"RecognizeIndex",
"GetModule",
"SetupModule",
"CheckExistingModuleJobs",
"Annotations",
"GetAnnotations",
"IndexAnnotations",
"DeleteAnnotation",
"JobService",
"ForceStartDatafeeds",
"StopDatafeeds",
"CloseJobs",
"JobsSummary",
"JobsWithTimeRange",
"CreateFullJobsList",
"GetAllGroups",
"JobsExist",
"NewJobCaps",
"NewJobLineChart",
"NewJobPopulationChart",
"GetAllJobAndGroupIds",
"GetLookBackProgress",
"ValidateCategoryExamples",
"TopCategories",
"UpdateGroups",
"DeletingJobTasks",
"DeleteJobs",
"Calendars",
"PutCalendars",
"GetCalendars",
"GetCalendarById",
"UpdateCalendarById",
"DeleteCalendarById",
"Filters",
"CreateFilter",
"GetFilters",
"GetFilterById",
"GetFiltersStats",
"UpdateFilter",
"DeleteFilter",
"Indices",
"FieldCaps",
"SystemRoutes",
"HasPrivileges",
"MlCapabilitiesResponse",
"MlNodeCount",
"MlInfo",
"MlEsSearch",
"JobAuditMessages",
"GetJobAuditMessages",
"GetAllJobAuditMessages",
"JobValidation",
"EstimateBucketSpan",
"CalculateModelMemoryLimit",
"ValidateCardinality",
"ValidateJob",
"NotificationSettings",
"GetNotificationSettings",
"DatafeedService",
"CreateDatafeed",
"PreviewDatafeed",
"GetDatafeeds",
"GetDatafeed",
"GetDatafeedsStats",
"GetDatafeedStats",
"UpdateDatafeed",
"StartDatafeed",
"StopDatafeed",
"DeleteDatafeed",
"FieldsService",
"GetCardinalityOfFields",
"GetTimeFieldRange"
]
}