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 alerting namespace #221

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

[FEATURE] Add specs for alerting namespace #221

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

Comments

@nhtruong
Copy link
Collaborator

nhtruong commented Apr 11, 2024

Part of Adding missing API specs issue

  • /_opendistro/_alerting/destinations: ["GET"]
  • /_opendistro/_alerting/destinations/email_accounts/_search: ["GET","POST"]
  • /_opendistro/_alerting/destinations/email_accounts/{emailAccountID}: ["GET","HEAD"]
  • /_opendistro/_alerting/destinations/email_groups/_search: ["GET","POST"]
  • /_opendistro/_alerting/destinations/email_groups/{emailGroupID}: ["GET","HEAD"]
  • /_opendistro/_alerting/destinations/{destinationID}: ["GET"]
  • /_opendistro/_alerting/monitors: ["POST"]
  • /_opendistro/_alerting/monitors/_execute: ["POST"]
  • /_opendistro/_alerting/monitors/_search: ["GET","POST"]
  • /_opendistro/_alerting/monitors/alerts: ["GET"]
  • /_opendistro/_alerting/monitors/{monitorID}: ["GET","PUT","DELETE","HEAD"]
  • /_opendistro/_alerting/monitors/{monitorID}/_acknowledge/alerts: ["POST"]
  • /_opendistro/_alerting/monitors/{monitorID}/_execute: ["POST"]
  • /_opendistro/_alerting/stats/: ["GET"]
  • /_opendistro/_alerting/stats/{metric}: ["GET"]
  • /_opendistro/_alerting/{nodeId}/stats/: ["GET"]
  • /_opendistro/_alerting/{nodeId}/stats/{metric}: ["GET"]

  • /_plugins/_alerting/destinations: ["GET"]
  • /_plugins/_alerting/destinations/email_accounts/_search: ["GET","POST"]
  • /_plugins/_alerting/destinations/email_accounts/{emailAccountID}: ["GET","HEAD"]
  • /_plugins/_alerting/destinations/email_groups/_search: ["GET","POST"]
  • /_plugins/_alerting/destinations/email_groups/{emailGroupID}: ["GET","HEAD"]
  • /_plugins/_alerting/destinations/{destinationID}: ["GET"]
  • /_plugins/_alerting/findings/_search: ["GET"]
  • /_plugins/_alerting/monitors: ["POST"]
  • /_plugins/_alerting/monitors/_execute: ["POST"]
  • /_plugins/_alerting/monitors/_search: ["GET","POST"]
  • /_plugins/_alerting/monitors/alerts: ["GET"]
  • /_plugins/_alerting/monitors/{monitorID}: ["GET","PUT","DELETE","HEAD"]
  • /_plugins/_alerting/monitors/{monitorID}/_acknowledge/alerts: ["POST"]
  • /_plugins/_alerting/monitors/{monitorID}/_execute: ["POST"]
@nhtruong nhtruong added enhancement New feature or request untriaged and removed untriaged labels Apr 11, 2024
@nhtruong nhtruong changed the title [FEATURE] Add Specs for alerting namespace [FEATURE] Add specs for alerting namespace Apr 11, 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

1 participant