Skip to content

Commit

Permalink
feat(monitor_downtime): addition of monitor downtime create, update, …
Browse files Browse the repository at this point in the history
…delete mutations
  • Loading branch information
pranav-new-relic committed Oct 30, 2023
1 parent 33d79ab commit 26feebd
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .tutone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,15 @@ packages:
- name: syntheticsPurgePrivateLocationQueue
max_query_field_depth: 2
- name: syntheticsStartAutomatedTest
max_query-field_depth: 4
max_query_field_depth: 4
- name: syntheticsCreateOnceMonitorDowntime
max_query_field_depth: 2
- name: syntheticsCreateDailyMonitorDowntime
max_query_field_depth: 2
- name: syntheticsCreateWeeklyMonitorDowntime
max_query_field_depth: 2
- name: syntheticsCreateMonthlyMonitorDowntime
max_query_field_depth: 2
types:
- name: EpochMilliseconds
field_type_override: "*nrtime.EpochMilliseconds"
Expand Down
350 changes: 350 additions & 0 deletions pkg/synthetics/synthetics_api.go

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

Loading

0 comments on commit 26feebd

Please sign in to comment.