Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add specs for anomaly_detection namespace #222

Open
23 tasks
Tracked by #168
nhtruong opened this issue Apr 11, 2024 · 2 comments
Open
23 tasks
Tracked by #168

[FEATURE] Add specs for anomaly_detection namespace #222

nhtruong opened this issue Apr 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@nhtruong
Copy link
Collaborator

nhtruong commented Apr 11, 2024

Part of Adding missing API specs issue

  • /_plugins/_anomaly_detection/detectors: ["POST"]
  • /_plugins/_anomaly_detection/detectors/_preview: ["POST"]
  • /_plugins/_anomaly_detection/detectors/_search: ["GET","POST"]
  • /_plugins/_anomaly_detection/detectors/_validate: ["POST"]
  • /_plugins/_anomaly_detection/detectors/_validate/{type}: ["POST"]
  • /_plugins/_anomaly_detection/detectors/count: ["GET"]
  • /_plugins/_anomaly_detection/detectors/match: ["GET"]
  • /_plugins/_anomaly_detection/detectors/results: ["DELETE"]
  • /_plugins/_anomaly_detection/detectors/results/_search: ["GET","POST"]
  • /_plugins/_anomaly_detection/detectors/results/_search/{resultIndex}: ["GET","POST"]
  • /_plugins/_anomaly_detection/detectors/tasks/_search: ["GET","POST"]
  • /_plugins/_anomaly_detection/detectors/{detectorID}: ["GET","PUT","DELETE","HEAD"]
  • /_plugins/_anomaly_detection/detectors/{detectorID}/_preview: ["POST"]
  • /_plugins/_anomaly_detection/detectors/{detectorID}/_profile: ["GET","POST"]
  • /_plugins/_anomaly_detection/detectors/{detectorID}/_profile/{type}: ["GET","POST"]
  • /_plugins/_anomaly_detection/detectors/{detectorID}/_run: ["POST"]
  • /_plugins/_anomaly_detection/detectors/{detectorID}/_start: ["POST"]
  • /_plugins/_anomaly_detection/detectors/{detectorID}/_stop: ["POST"]
  • /_plugins/_anomaly_detection/detectors/{detectorID}/results/_topAnomalies: ["GET","POST"]
  • /_plugins/_anomaly_detection/stats/: ["GET"]
  • /_plugins/_anomaly_detection/stats/{stat}: ["GET"]
  • /_plugins/_anomaly_detection/{nodeId}/stats/: ["GET"]
  • /_plugins/_anomaly_detection/{nodeId}/stats/{stat}: ["GET"]
@nhtruong nhtruong added enhancement New feature or request untriaged and removed untriaged labels Apr 11, 2024
@kaituo
Copy link

kaituo commented Apr 23, 2024

@minalsha Can you also take a look ? The client team wants to get it done before end of July.

@kaituo
Copy link

kaituo commented Apr 23, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants