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 ism namespace #224

Closed
28 tasks done
Tracked by #168
nhtruong opened this issue Apr 11, 2024 · 1 comment · Fixed by #578
Closed
28 tasks done
Tracked by #168

[FEATURE] Add specs for ism namespace #224

nhtruong opened this issue Apr 11, 2024 · 1 comment · Fixed by #578
Assignees
Labels
enhancement New feature or request

Comments

@nhtruong
Copy link
Collaborator

nhtruong commented Apr 11, 2024

Part of Adding missing API specs issue

  • /_opendistro/_ism/add: ["POST"]
  • /_opendistro/_ism/add/{index}: ["POST"]
  • /_opendistro/_ism/change_policy: ["POST"]
  • /_opendistro/_ism/change_policy/{index}: ["POST"]
  • /_opendistro/_ism/explain: ["GET"]
  • /_opendistro/_ism/explain/{index}: ["GET"]
  • /_opendistro/_ism/policies: ["GET","PUT"]
  • /_opendistro/_ism/policies/{policyID}: ["GET","PUT","DELETE","HEAD"]
  • /_opendistro/_ism/remove: ["POST"]
  • /_opendistro/_ism/remove/{index}: ["POST"]
  • /_opendistro/_ism/retry: ["POST"]
  • /_opendistro/_ism/retry/{index}: ["POST"]

  • /_plugins/_ism/add: ["POST"]
  • /_plugins/_ism/add/{index}: ["POST"]
  • /_plugins/_ism/change_policy: ["POST"]
  • /_plugins/_ism/change_policy/{index}: ["POST"]
  • /_plugins/_ism/explain: ["GET"]
  • /_plugins/_ism/explain/{index}: ["GET"]
  • /_plugins/_ism/policies: ["GET","PUT"]
  • /_plugins/_ism/policies/{policyID}: ["GET","PUT","DELETE","HEAD"]
  • /_plugins/_ism/remove: ["POST"]
  • /_plugins/_ism/remove/{index}: ["POST"]
  • /_plugins/_ism/retry: ["POST"]
  • /_plugins/_ism/retry/{index}: ["POST"]

  • /_opendistro/_refresh_search_analyzers: ["POST"]
  • /_opendistro/_refresh_search_analyzers/{index}: ["POST"]

  • /_plugins/_refresh_search_analyzers: ["POST"]
  • /_plugins/_refresh_search_analyzers/{index}: ["POST"]
@dblock
Copy link
Member

dblock commented Sep 11, 2024

I started working on this in #568.

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

Successfully merging a pull request may close this issue.

2 participants