Skip to content

Commit

Permalink
feat(alertsNotificationChannel): generate alerts API
Browse files Browse the repository at this point in the history
Signed-off-by: smcavallo <[email protected]>
  • Loading branch information
smcavallo committed Oct 14, 2021
1 parent 47bdba0 commit d0015ea
Show file tree
Hide file tree
Showing 3 changed files with 1,110 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .tutone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,24 @@ packages:
import_path: github.com/newrelic/newrelic-client-go/pkg/alerts
generators:
- typegen
- nerdgraphclient
imports:
- github.com/newrelic/newrelic-client-go/pkg/apiaccess
- github.com/newrelic/newrelic-client-go/pkg/entities
- github.com/newrelic/newrelic-client-go/pkg/nrdb
mutations:
- name: alertsNotificationChannelAddToPolicy
- name: alertsNotificationChannelsRemoveFromPolicy
- name: alertsNotificationChannelCreate
- name: alertsNotificationChannelDelete
- name: alertsNotificationChannelUpdate
types:
- name: AlertsMutingRuleConditionInput
- name: AlertsMutingRuleInput
- name: AlertsMutingRuleScheduleInput
- name: AlertsNotificationChannel
- name: AlertsNotificationChannelMutation
- name: AlertsNotificationChannelType
- name: AlertsNrqlConditionTermsOperator
- name: AlertsPoliciesSearchCriteriaInput
- name: AlertsPoliciesSearchResultSet
Expand Down
196 changes: 196 additions & 0 deletions pkg/alerts/alerts_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d0015ea

Please sign in to comment.