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

OpsGenie v2 Support #1819

Closed
nathanielc opened this issue Feb 27, 2018 · 1 comment · Fixed by #1823
Closed

OpsGenie v2 Support #1819

nathanielc opened this issue Feb 27, 2018 · 1 comment · Fixed by #1823
Milestone

Comments

@nathanielc
Copy link
Contributor

Comparing https://docs.opsgenie.com/docs/alert-api to https://docs.opsgenie.com/docs/alert-api-deprecated it looks like there are a few difference:

  • The authentication method changes from a property of the JSON body to an HTTP header
  • The team/recipients properties are combined into a respondents list. Teams are {"name":"team name","type":"team"} and recipients are {"username": "user name","type":"user"}.

At this point I believe we can switch to using the new API without needing to create a new config or handler. Simply updating the existing code should be enough.

@russorat russorat added this to the 1.5.0 milestone Mar 1, 2018
@russorat
Copy link
Contributor

russorat commented Mar 1, 2018

link #1708

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

Successfully merging a pull request may close this issue.

2 participants