kibana/x-pack/plugins/ml/server/routes
James Gowdy 35302ed273
[ML] Client side cut over (#60100)
* [ML] Client side cut over

* updating paths and commented code

* changes based on review

* disabling telemetry tests

* fixing start job stylesheets

* fixing everything that is broken

* fixing types and ml icon order

* using icon constant
2020-03-13 19:16:41 +00:00
..
schemas [ML] Adding indices_options to datafeed (#59119) 2020-03-03 11:59:35 +00:00
annotations.ts [ML] Client side cut over (#60100) 2020-03-13 19:16:41 +00:00
anomaly_detectors.ts [ML] Fixing records and buckets results endpoints (#59313) 2020-03-04 17:04:47 +00:00
apidoc.json [ML] NP: migrate server (#58680) 2020-02-27 21:15:08 -05:00
calendars.ts [ML] Adding shared services to ml setup contract (#59730) 2020-03-12 10:04:40 +00:00
data_frame_analytics.ts [ML] Fixing licensing after server NP cutover (#59275) 2020-03-04 10:14:11 +00:00
data_visualizer.ts [ML] Fixing licensing after server NP cutover (#59275) 2020-03-04 10:14:11 +00:00
datafeeds.ts [ML] Fixing licensing after server NP cutover (#59275) 2020-03-04 10:14:11 +00:00
fields_service.ts [ML] Adding shared services to ml setup contract (#59730) 2020-03-12 10:04:40 +00:00
file_data_visualizer.ts [ML] Client side cut over (#60100) 2020-03-13 19:16:41 +00:00
filters.ts [ML] Adding shared services to ml setup contract (#59730) 2020-03-12 10:04:40 +00:00
indices.ts [ML] Fixing licensing after server NP cutover (#59275) 2020-03-04 10:14:11 +00:00
job_audit_messages.ts [ML] Fixing licensing after server NP cutover (#59275) 2020-03-04 10:14:11 +00:00
job_service.ts [ML] Adding shared services to ml setup contract (#59730) 2020-03-12 10:04:40 +00:00
job_validation.ts [ML] Adding shared services to ml setup contract (#59730) 2020-03-12 10:04:40 +00:00
modules.ts [ML] Client side cut over (#60100) 2020-03-13 19:16:41 +00:00
notification_settings.ts [ML] Fixing licensing after server NP cutover (#59275) 2020-03-04 10:14:11 +00:00
README.md [ML] NP: migrate server (#58680) 2020-02-27 21:15:08 -05:00
results_service.ts [ML] Adding shared services to ml setup contract (#59730) 2020-03-12 10:04:40 +00:00
system.ts [ML] NP Server: make security and spaces plugins optional (#59156) 2020-03-05 10:06:36 -05:00

ML Kibana API routes

This folder contains ML API routes in Kibana.

Each route handler requires apiDoc annotations in order to generate documentation. The apidoc-markdown package is also required in order to generate the markdown.

For now the process is pretty manual. You need to make sure the packages mentioned above are installed globally to execute the following command from the directory in which this README file is located.

apidoc -i . -o ../routes_doc && apidoc-markdown -p ../routes_doc -o ../routes_doc/ML_API.md 

It will create a new directory routes_doc (next to the routes folder) which contains the documentation in HTML format as well as ML_API.md file.