-
Notifications
You must be signed in to change notification settings - Fork 242
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
Support for creating Event Rules with "Template Extractions", via go-client library #421
Comments
@ricardoasmarques can you please point me more precisely within the documentation where it says a The reason I ask is that a requirement for functionality being added to this package is that it's clearly documented on that API docs site. |
Also, sorry for not replying sooner. I somehow missed this issue. 🤦♂️ |
@theckman it's a bit hidden in the documentation. You have to navigate to https://developer.pagerduty.com/api-reference/b3A6Mjc0ODIwNw-create-an-event-rule-on-a-service and then expand Select the second option on that dropdown, and you will see the documentation for |
Yikes. So looking at that we're probably going need a breaking change to support this. 🤦 I guess we could add the field, and add a check for both |
According to the API documentation, it's possible to create an "Event Rule Extraction" using a
template
(instead of aregex
):This same option is available when creating an Event Rule via UI;
But It's not possible to do it via go-client library:
Is it possible to add support for creating "Event Rule Extraction" using a
template
, via go-client library?The text was updated successfully, but these errors were encountered: