We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc34d7 commit 0056250Copy full SHA for 0056250
1 file changed
ns1/rest/monitoring.py
@@ -20,18 +20,14 @@ class Monitors(resource.BaseResource):
20
"notify_list",
21
]
22
23
- INT_FIELDS = [
24
- "frequency",
25
- "notify_delay",
26
- "notify_repeat"
27
- ]
+ INT_FIELDS = ["frequency", "notify_delay", "notify_repeat"]
28
29
BOOL_FIELDS = [
30
"active",
31
"rapid_recheck",
32
"notify_regional",
33
"mute",
34
- "notify_failback"
+ "notify_failback",
35
36
37
def list(self, callback=None, errback=None):
0 commit comments