You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "This is an example for one time Muting schedule for all monitor"
58
-
type = "MutingSchedulesLibraryMutingSchedule"
59
-
content_type = "MutingSchedule"
60
-
monitor {
61
-
all = true
62
-
}
63
-
schedule {
64
-
timezone = "America/Los_Angeles"
65
-
start_date = "2023-08-05"
66
-
start_time = "00:00"
67
-
duration = 30
68
-
rrule = "FREQ=DAILY;INTERVAL=1;BYHOUR=9,10"
69
-
}
58
+
type = "MutingSchedulesLibraryMutingSchedule"
59
+
content_type = "MutingSchedule"
60
+
monitor {
61
+
all = true
62
+
}
63
+
schedule {
64
+
timezone = "America/Los_Angeles"
65
+
start_date = "2023-08-05"
66
+
start_time = "00:00"
67
+
duration = 30
68
+
rrule = "FREQ=DAILY;INTERVAL=1;BYHOUR=9,10"
69
+
}
70
70
}
71
71
```
72
72
@@ -115,7 +115,6 @@ The following arguments are supported:
115
115
An event occurring on the first and second Monday of October would be specified by the rule: `FREQ=YEARLY;BYMONTH=10;BYDAY=MO;BYSETPOS=1,2`
116
116
Event that repeats monthly: every 29th of every other month! `FREQ=MONTHLY;INTERVAL=2;BYMONTHDAY=29`
117
117
(https://freetools.textmagic.com/rrule-generator)
118
-
-`is_form`- (Optional) A flag identifying if the RRule is created or modified through Form UI. This value is determined by the system and users don't have to define it.
119
118
120
119
#### monitor_scope_type
121
120
-`ids` - (Optional) List of monitor Ids in hex. Must be empty if `all` is true.
0 commit comments